Commit Graph

200 Commits

Author SHA1 Message Date
Nicholas O'Leary 3797ace89b Display node-changed icon when there are unsaved changes
Part of #33
2013-11-17 15:52:34 +00:00
Nicholas O'Leary 7d2195d95c Add node-changed icon
Part of #33
2013-11-16 18:38:30 +00:00
Nicholas O'Leary e703fa1b6b Add 'changed' property to nodes to track undeployed changes
Part of #33
2013-11-15 23:40:36 +00:00
Dave C-J f7fc0760ca Fix to Close #72 . remove drag back to left palette to delete. 2013-11-15 17:46:57 +00:00
Nicholas O'Leary cb6fbf29a8 Palette popover defined title twice
fixes #64
2013-11-07 16:08:35 +00:00
Dave C-J d9ed5b46c4 Various little tweaks - less console.log more util.log, add exra try/catch to serial, add wiring-pi url to Pi "error message". 2013-11-03 19:10:35 +00:00
Nicholas O'Leary 8befd44195 Rename workspaces to tabs/sheets 2013-10-30 21:45:45 +00:00
Nicholas O'Leary 426e866113 Move nodes over to node-red-nodes repo 2013-10-30 21:13:52 +00:00
Nicholas O'Leary b71645f8ea Rename Workspaces to Sheets (ui only) 2013-10-30 19:58:42 +00:00
Nicholas O'Leary 60652d2095 Update workspace delete button state properly 2013-10-30 19:25:22 +00:00
Nicholas O'Leary a16c0835fd Merge branch 'master' into tabs 2013-10-28 23:05:40 +00:00
Nicholas O'Leary 37c89a7796 Account for scrolling when pasting nodes across tabs 2013-10-28 22:50:22 +00:00
Nicholas O'Leary 12d8d45f83 Add add-tab button to tab bar 2013-10-28 22:31:36 +00:00
Nicholas O'Leary c3258e91d6 Remove unused style 2013-10-28 20:49:55 +00:00
Nicholas O'Leary a8f5d6b9ee Prevent deleting the final tab 2013-10-28 20:48:25 +00:00
Nicholas O'Leary 419b044a12 Add delete button to tab edit dialog 2013-10-28 20:28:44 +00:00
Nicholas O'Leary 9c72b65611 Update workspace switcher menu when tabs removed 2013-10-28 20:14:59 +00:00
Nicholas O'Leary 2e15944b20 Use new tab style for sidebar 2013-10-28 20:06:46 +00:00
Nicholas O'Leary 8d14ae888f Make highlighted node more accessible 2013-10-28 16:54:49 +00:00
Nicholas O'Leary 948cbc537e Add toggle button support to core, tidying up debug node 2013-10-28 16:45:31 +00:00
Dave C-J 87fdc74ed0 Make debug button move/partially hide when disabled to make it obvious. Also thicken border of node selected from within debug window - again to make it "pop" so it is obvious. Fixes #47 2013-10-28 10:01:12 +00:00
Nicholas O'Leary c9344cd5f1 Restore scroll position on tab switch 2013-10-27 21:05:12 +00:00
Nicholas O'Leary 386520e65b Make tab operations undoable 2013-10-27 20:42:42 +00:00
Nicholas O'Leary c810edc10e Rename/Delete tab support 2013-10-26 22:29:24 +01:00
Nicholas O'Leary 3604286793 Save/restore tabs 2013-10-25 21:34:00 +01:00
Nicholas O'Leary f3e33f4c29 Add workspace menu and start plumbing in 2013-10-23 16:42:13 +01:00
Nicholas O'Leary fa3c219685 Better tab sizing and scaling 2013-10-23 10:44:08 +01:00
Nicholas O'Leary dce09f318f Add some tabs 2013-10-23 00:02:22 +01:00
Nicholas O'Leary fda72d2b53 Restrict Lasso select to current workspace 2013-10-21 23:22:56 +01:00
Nicholas O'Leary 31a3d1e91b Add workspace/z property to nodes 2013-10-20 23:11:38 +01:00
Dave C-J c4f30a6111 remove extra logging from exec , add sun icon 2013-10-20 20:37:40 +01:00
Dave C-J 426444b042 Tweaks to timer node - limit delays/rate to +ve numbers... add bit more info, slight tidy up. 2013-10-17 22:45:17 +01:00
Nicholas O'Leary 32fcd12919 Add switch node 2013-10-13 20:28:21 +01:00
Nicholas O'Leary 8c6aa07d91 Allow node properties to be objects/arrays 2013-10-12 21:54:07 +01:00
Nicholas O'Leary 4c9f3bcdb6 Keep node icon centered when resizing 2013-10-12 21:43:45 +01:00
Dave C-J ae6fa8b6c0 Add bluetooth icon 2013-10-10 08:46:45 +01:00
Nicholas O'Leary 41f35881e6 Show node help in sidebar when clicked in palette 2013-10-09 21:41:16 +01:00
Nicholas O'Leary df205aab58 Tweak curves for overlapping nodes 2013-10-01 11:38:46 +01:00
Nicholas O'Leary 6341c2e907 Make the lines go around corners better 2013-09-28 21:15:32 +01:00
Dave C-J 47c7656c2b Fix for unreachable menus - Fix to close Issue #7 2013-09-28 14:11:50 +01:00
Dave C-J c95fc633e3 remove/hide some over zealous warn messages from blinkstick 2013-09-24 18:45:47 +01:00
Nicholas O'Leary 7348e475eb Fix null mouse_position on node import 2013-09-20 16:52:07 +01:00
Dave C-J 3c456eaec4 Enhance Comment block with a editbox to allow for longer comments and possible help etc 2013-09-19 11:07:57 +01:00
Dave C-J 052aad50e6 Add LevelDB node to the mix - a file based key value store... persistent across reboots etc. 2013-09-18 17:15:36 +01:00
Nicholas O'Leary 1d4adecaa0 Validate functions should be called in context of the node 2013-09-17 13:23:08 +01:00
Nicholas O'Leary 4b119c065a Open sidebar by default - fixes #18 2013-09-16 23:16:14 +01:00
Nicholas O'Leary 0ceee215f3 Add notification for loss of connection to server 2013-09-16 22:21:31 +01:00
Dave C-J 36ae1dd0ef added/allowed text colour names for BlinkStick 2013-09-13 13:05:10 +01:00
Nicholas O'Leary f0d946b778 Remove gap in drop-down menu 2013-09-05 20:21:39 +01:00
Nicholas O'Leary 32796dd74c Got to start somewhere 2013-09-05 15:02:48 +01:00