joshua
|
1699ad9dd8
|
Add a push button to automatically reorder the terminal strip
|
2021-09-22 23:02:33 +02:00 |
|
joshua
|
377f8b1521
|
Overridden properties of terminal elements are now saved/loaded from project
The overridden properties of terminal elements made in the terminal
strip dialog are now saved and loaded from/to the project file.
|
2021-09-20 18:34:48 +02:00 |
|
joshua
|
37e74b397e
|
Use RealTerminalData struct instead of TerminalStripIndex class
|
2021-09-12 12:49:12 +02:00 |
|
joshua
|
4dd2dc259f
|
Code refactoring
|
2021-08-23 20:44:53 +02:00 |
|
joshua
|
cc6f66ad11
|
terminal function can be edited, edted value is applied to element
|
2021-07-17 13:44:44 +02:00 |
|
joshua
|
a1e18d2bba
|
Add terminalStripModel class
|
2021-06-07 19:26:41 +02:00 |
|
joshua
|
580ebe8b97
|
Terminal strip can now be edited and managed by undo command
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
f07f4cb150
|
Fix drag and drop bug
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
dbb21373e1
|
Read terminal strip from xml
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
89f3ce1eb3
|
terminal strip can be saved to xml
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
d551c8e6b9
|
Improve undo command when remove a terminal strip
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
2572e1c25d
|
Display terminals owned by terminal strip in the tree view
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
b158984464
|
Set parent terminal strip of terminal element
Call the method :
void TerminalElement::setParentTerminalStrip(TerminalStrip *strip)
when a terminal element is added to a terminal strip.
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
a3f776b7db
|
Add 'comment' to terminal strip
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
91db58bb64
|
Add dialog to create terminal strip + display existing terminal strip
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
39aee4ad07
|
Add terminal strip data class
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
49674e7d33
|
Add terminal strip class
|
2021-05-11 18:20:46 +02:00 |
|