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
|
36068abce7
|
Add a reload push button
Add a reload push button to quickly reload/update the gui according to
the current state of the terminal strip.
|
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
|
256d42d030
|
Add and move terminal element to strip is managed by undo
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
171e95fb17
|
Enable drag and drop of terminal tree widget item
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
d3ad490b84
|
Initial comit to use drag and drop
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
df07f373d8
|
Terminal strip add/remove is managed by undo stack
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
5d17461c6e
|
Add RemoveTerminalStripCommand class
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
2cf5ea11fd
|
Fix : undo code is executed in redo function and vice versa
Need to sleep ?
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
573c0c236a
|
Add undo command for add/remove a terminal strip
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
63429ab087
|
Terminal strip editor display the free terminal elements
|
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
|
0a2ec297bf
|
Minor
|
2021-05-11 18:20:46 +02:00 |
|
joshua
|
bbfe9ed377
|
Add terminal strip editor widget
|
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 |
|