0d32d6411d
								
									
										
											
								
							 
						 
						
							
								
								Gui: finally: Fix reload issue  
							
							...pls don't forget to copy the css to the website. 
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								777ee3a6d7
								
							 
						 
						
							
								
								cleaning  
							
							
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								cac8726c77
								
							 
						 
						
							
								
								Update view.js  
							
							
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								4a2c98eaaa
								
							 
						 
						
							
								
								add on-click message  
							
							
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								271e8aa1e3
								
							 
						 
						
							
								
								one more fix  
							
							ok, the previous issue is now fixed, too.
There is one very minor issue remaining:
If you click "reload"" the first node get no error-icon.
With the fist click to the workspace it reappears.
I'll do not fix that now.
Maybe one day. 
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								526c5b2497
								
							 
						 
						
							
								
								update  
							
							
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								75121b2064
								
							 
						 
						
							
								
								Show error icons  
							
							
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								dbee3c0677
								
							 
						 
						
							
								
								Set errorflag on both conflicting nodes  
							
							+ check both for "shareable" 
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								f88a09f8a3
								
							 
						 
						
							
								
								Gui - requirements  
							
							Step #1 
Load and check for requirements.
Output - at the moment - on Javascript console.
Step #2 : Make conflicts visible (with an Icon), and with a Text-Hint, eventually
Test here: https://forum.pjrc.com/threads/60109-Audio-GUI-for-T4?p=241364&viewfull=1#post241364  
							
						 
						5 jaren geleden  
				
					
						
							
								 
						
							
								49d5c6cac4
								
									
										
											
								
							 
						 
						
							
								
								fixes import  
							
							https://forum.pjrc.com/threads/45216-Two-GUI-related-bugs 
Please merge afer relase of 1.52 - needs more testing.
however, the examples from that thread seem to work now. 
						5 jaren geleden  
				
					
						
							
								 
						
							
								c26e76632f
								
							 
						 
						
							
								
								Fix design tool export bug (thanks neurofun)  
							
							https://forum.pjrc.com/threads/48304  
						8 jaren geleden  
				
					
						
							
								 
						
							
								d6718ac763
								
							 
						 
						
							
								
								AudioConnection:Fix the source and destination names for AudioConnections when using custom node names.  
							
							
							
						 
						9 jaren geleden  
				
					
						
							
								 
						
							
								2f5d57d586
								
							 
						 
						
							
								
								GUI: use div for tooltip info,  fixes   #148  
							
							
							
						 
						9 jaren geleden  
				
					
						
							
								 
						
							
								b3e5b475bc
								
							 
						 
						
							
								
								GUI: Avoid history.pushState on Chrome with file:/ access  
							
							
							
						 
						9 jaren geleden  
				
					
						
							
								 
						
							
								ad5eeb150c
								
							 
						 
						
							
								
								Add arrangeAll (thanks mamuesp, from  #141 )  
							
							
							
						 
						9 jaren geleden  
				
					
						
							
								 
						
							
								564b2eb8fa
								
							 
						 
						
							
								
								Fix GUI documentation URLs (issue  #140 )  
							
							
							
						 
						9 jaren geleden  
				
					
						
							
								 
						
							
								f5b7c2abdf
								
							 
						 
						
							
								
								Fixed: issue  #92  - testing for input/output nodes - if none found, the export is not possible  
							
							Fixed: issue #56  - import and cut, copy & paste works fine, I added a routine which increments the numbers at the end of the names, IDs will be generated automaticcaly, if the ID already exists, and the appropriate name will be increased (e.g. "mixerRight" -> "mixerRight0", "input3" -> "input4" etc.) 
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								1c522d1be2
								
							 
						 
						
							
								
								Improvement: import is able to parse comma separated definitions of variables  
							
							Improvement: import ignores lines which start with an known type but ends not with an ";"
Tidy up: deleted the "resources" folder, all static data is in the index.html file
Prepared: Looking for a solution to semi-automatic arrange imported nodes without coordinates 
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								bc6be819e4
								
							 
						 
						
							
								
								Improvement: import is now very error tolerant, no need of "begin" or "end" comments - just throw the data in. It searches for keywords (aka node types) at the start of each line and tries to parse these lines.  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								1b990b7ca4
								
							 
						 
						
							
								
								Bugfix: import function - undefined variable  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								e60107aa12
								
							 
						 
						
							
								
								Bugfix: added the loading of the static form data (had been forgotten in the last commit)  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								380a351f6b
								
							 
						 
						
							
								
								Removed the asynchronous loading of HTML files via JavaScript, because this will be blocked on real offline use (file:// protocol).  
							
							Removed the extern files, except the JSON file with the node descriptions, this will be loaded in offline mode too. 
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								8c9b34d565
								
							 
						 
						
							
								
								Some bugfixes and some improvements  
							
							- fixed: clear selected nodes, works with several or all selected nodes (reason: two counting variables with the same name "i" where used in two nested loops)
- new: change node names (you can assign names to the nodes, these will be used as IDs if exported or re-imported to CPP (Arduino code)
- fixed: import merges imported nodes to existings ones, skipping nodes with the same name
- fixed: tooltips are now working, extracting the first paragraph of the HTML code
- new: nodes definition extracted to JSON file
- new: nodes help pages extracted to single HTML files
- new: form pages extracted to single HTML files
- new: asynchronous loading of JSON, help and form data, data will only be loaded when needed
- style: adapted the size of the palette, labels had been partially hidden 
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								0a43f66de2
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							Small correction 
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								50b2897871
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								5c8aa2b9d3
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								563aa6482c
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								90aad62e30
								
							 
						 
						
							
								
								Added import functionality of Arduino code (without disturbing whitespaces and empty lines)  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								aecb6d73a5
								
							 
						 
						
							
								
								Move misc files to subdirs  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								652994b05b
								
							 
						 
						
							
								
								Fix javascript errors with Chrome (thanks HWGuy)  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								0e9d655c69
								
							 
						 
						
							
								
								Improve offline browser compatibility  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								a41e2a7c26
								
							 
						 
						
							
								
								design tool needs to include SerialFlash.h in exported code  
							
							
							
						 
						10 jaren geleden  
				
					
						
							
								 
						
							
								038d091793
								
							 
						 
						
							
								
								GUI: reenable input ports when other objects driving them are deleted  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								cee685fd8f
								
							 
						 
						
							
								
								Improve GUI welcome message  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								029bbe268f
								
							 
						 
						
							
								
								Add GUI documentation URLs  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								fc6e2ef4a7
								
							 
						 
						
							
								
								Fix export button when no changes in GUI  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								14536bc9ec
								
							 
						 
						
							
								
								Improve export button  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								5453d51a54
								
							 
						 
						
							
								
								remove extra status icons  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								a101d9c9ab
								
							 
						 
						
							
								
								Add thanks message at startup in info sidebar  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								460301cfb0
								
							 
						 
						
							
								
								Disable comms in GUI  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								857ca16880
								
							 
						 
						
							
								
								Show paragraph after "Summary" in popup info  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								b4c673e5cd
								
							 
						 
						
							
								
								Disable input ports after load from localStorage  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								97fd83a90a
								
							 
						 
						
							
								
								Use localStorage to preserve work  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								994e70ff11
								
							 
						 
						
							
								
								comment out "Lost connection" error  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								8cc4028637
								
							 
						 
						
							
								
								Actual C++ code export  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								7cb99cb9b9
								
							 
						 
						
							
								
								Initial work on C++ code generation  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								995eed2a31
								
							 
						 
						
							
								
								reformat node-red spaces to tabs  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								7df1b21b20
								
							 
						 
						
							
								
								Generate C++ compatible IDs in the GUI  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								dbc69f83a4
								
							 
						 
						
							
								
								Load node list from static html  
							
							
							
						 
						11 jaren geleden  
				
					
						
							
								 
						
							
								b0cf94ede5
								
							 
						 
						
							
								
								Restrict drawing to single connection per input  
							
							
							
						 
						11 jaren geleden