Commit Graph

829 Commits

Author SHA1 Message Date
Nick O'Leary 17a737ca88
Fix dbl-click handling on webkit-based browsers
d3.event.buttons is not as widely supported as I thought. Can
change this one instance as it is inside a click handler so
d3.event.button will be defined instead
2018-09-14 11:09:56 +01:00
Kazuhito Yokoi 048f9c0294 Fix node color bug (#1877)
* Fix node color bug

* Add color property into sample node

* Revert view.js

* Add color handling into getNodeColor()
2018-09-08 22:41:38 +01:00
Nick O'Leary 6442bb8a13
Set the JavaScript editor to full-screen 2018-09-04 13:30:06 +01:00
Nick O'Leary 0f0d0c046c
Merge pull request #1853 from node-red-hitachi/fix-icon-spec-for-typedInput
Fix use of HTML tag or CSS class specification as icon of TypedInput
2018-08-28 20:44:06 +01:00
Nick O'Leary c1a1a73599
Ensure node default color is used if palette.theme has no match 2018-08-24 13:08:49 +01:00
Nick O'Leary dcda513901
Prevent no-op edit of node marking as changed due to icon 2018-08-16 10:54:27 +01:00
Nick O'Leary 36e3bfffb4
Ensure js editor can expand to fill available space 2018-08-14 17:30:25 +01:00
Nick O'Leary ba33b832ba
Info side putting info text in wrong pane 2018-08-13 11:05:33 +01:00
Nick O'Leary f6c017176b
Add core:toggle-navigator action 2018-08-13 11:04:34 +01:00
Nick O'Leary 7a01b115bb
User settings view tab does not scroll properly 2018-08-13 11:03:55 +01:00
Hiroyasu Nishiyama 15da19dcea fix use of HTML tag or CSS class specification as icon of typedInput 2018-08-06 10:28:02 +09:00
Nick O'Leary f1d5bbb036
Remove type editors from master template 2018-07-28 22:36:31 +01:00
Nick O'Leary 549e56e220
Add editorTheme.palette.theme to allow overriding colours 2018-07-27 22:05:42 +01:00
HirokiUchikawa 3c71b815f5 Fix to remove unnecessary typedInput element 2018-07-26 20:13:08 +09:00
nakanishi d432edaed2 Translate icon palette parts into Japanese 2018-07-20 13:36:59 +09:00
Nick O'Leary be58b614e1
Index all node properties when searching
Fixes #1446
2018-07-17 20:58:10 +01:00
Nick O'Leary d9d15e41c7
Support multiple stores in context sidebar 2018-07-16 16:36:05 +01:00
Nick O'Leary d3598d5854
NLS Context sidebar 2018-07-16 13:17:18 +01:00
Nick O'Leary 529b358c9b
Split out expandable editors and add JS editor 2018-07-15 21:06:51 +01:00
Nick O'Leary 3a1cc6a2be
Change __encoded__ to __enc__ for debug message encoding 2018-07-14 23:06:15 +01:00
Nick O'Leary 28402b0894
Add sidebar tab icons to drop-down menu 2018-07-11 14:15:31 +01:00
Kazuhito Yokoi 6c8fc4846b Fix i18n bugs in projects 2018-07-11 15:33:25 +09:00
Nick O'Leary d8cf86fd6f
Add RED.utils.parseContextKey 2018-07-10 11:41:46 +01:00
Nick O'Leary 372c213c2c
Still parse/export typedInput values even when no options set 2018-07-04 14:23:18 +01:00
Nick O'Leary a5a79d3ab7
Merge branch '0.19' into typedInput-context 2018-07-04 13:37:05 +01:00
Nick O'Leary e6c5cfb703
Do not show TypedInput context options if there's only one available 2018-07-04 13:36:23 +01:00
Hiroyasu Nishiyama 7ca153abd0 fix error on typedInput initialization 2018-07-04 20:50:33 +09:00
Nick O'Leary 33b4774c49
Load typedinput context list from settings 2018-07-03 21:40:58 +01:00
Nick O'Leary c243481432
Add sub options to Inject node 2018-07-03 21:40:58 +01:00
Nick O'Leary 9bbe405cd0
Do not show blank popovers 2018-07-03 21:18:15 +01:00
Nick O'Leary 08b0838f9a
Fix linting in view.js 2018-07-02 15:32:29 +01:00
Nick O'Leary cdb173fd6e
Handle NaN and Infinity properly in debug sidebar
Fixes #1778 #1779
2018-06-29 10:50:07 +01:00
Nick O'Leary e01996095f
Add refresh timestamp to context sidebar 2018-06-27 10:00:23 +01:00
Nick O'Leary 5d86f7b6ba
Refresh context sidebar tab based on selection 2018-06-26 23:34:32 +01:00
Nick O'Leary 8d6ac6406d
Initial context sidebar tab 2018-06-26 11:32:24 +01:00
Nick O'Leary 73a18891c5
Add RED.popover.tooltip for common reuse 2018-06-25 22:32:34 +01:00
Nick O'Leary fe22cedc1d
Move debug encode/decode to utils for reuse 2018-06-25 22:32:34 +01:00
Nick O'Leary fa09c7c8b2
Merge branch '0.19' of github.com:node-red/node-red into 0.19 2018-06-25 13:55:21 +01:00
Nick O'Leary 15e28e3cc0
Merge branch 'pr_1766' into 0.19 2018-06-25 13:55:07 +01:00
Nick O'Leary 2cb4f6b1fc
Prevent horizontal scroll when palette name cannot wrap 2018-06-25 13:54:34 +01:00
Nick O'Leary b17a483b85
Merge pull request #1771 from node-red-hitachi/0.19-fix-i18n-project-message
Fix appearance of retry button of remote branch management dialog
2018-06-25 13:50:11 +01:00
Nick O'Leary f95a2851c8
Ignore middle-click on node/ports to enable panning 2018-06-25 13:36:58 +01:00
Nick O'Leary 2b2eee352f
Better wire layout when looping back 2018-06-25 13:18:37 +01:00
Nick O'Leary bdf87452b6
Reset typedInput option when type changes 2018-06-25 10:39:20 +01:00
Hiroyasu Nishiyama 0c6bf81c24 fix appearence of retry button of remote branch management dialog 2018-06-23 12:49:09 +09:00
Nick O'Leary f5e212ff1e
Refresh type options properly when typedInput.types called 2018-06-21 10:49:39 +01:00
Nick O'Leary 461e6562ca
Allow typedInputs to have options plus value 2018-06-21 10:47:30 +01:00
Nick O'Leary a467fe5ed7
Reposition tab menu before opening 2018-06-19 10:49:50 +01:00
Hiroyasu Nishiyama 467411c6c3 merge 0.19 2018-06-17 01:26:31 +09:00
Nick O'Leary 2648b7ca54
Handle releasing ctrl when using quick-add node dialog 2018-06-15 22:33:53 +01:00