Commit Graph

30 Commits

Author SHA1 Message Date
joshua 895417c98c Revert "Revert "Add terminalStripModel class""
This reverts commit 4615e6d060.
2021-09-10 23:30:49 +02:00
joshua 374805d6ab Revert "Revert "Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into terminal_strip""
This reverts commit bb26954bd4.
2021-09-10 23:30:20 +02:00
joshua bb26954bd4 Revert "Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into terminal_strip"
This reverts commit 364bce618c, reversing
changes made to efb4a8dd71.
2021-06-07 20:00:52 +02:00
joshua 4615e6d060 Revert "Add terminalStripModel class"
This reverts commit a1e18d2bba.
2021-06-07 19:45:45 +02:00
joshua a1e18d2bba Add terminalStripModel class 2021-06-07 19:26:41 +02:00
joshua 507c1b4f73 Minor gui behavior improvement 2021-05-11 18:46:12 +02:00
joshua 580ebe8b97 Terminal strip can now be edited and managed by undo command 2021-05-11 18:20:46 +02:00
joshua e0579b3040 Add widgets to edit terminal strip data (WIP) 2021-05-11 18:20:46 +02:00
joshua ded4ea555f Terminal element can be removed from a terminal strip 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 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