summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow arguments for the application to be docked to be passed seemlessly ↵Michele Calgaro2020-04-241-1/+1
| | | | | | after the application name. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) fixed bug when invoking tdedocker with options, which were not passedMichele Calgaro2020-03-311-2/+2
| | | | | | | | | to an existing instance 2) code restructure for tray label object 3) dockWhenLostFocus option is now saved/restored correctly 4) fixed issues with popup menu actions status Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) Additional work on tq app -> tde app translation (tq -> TDE actions)Michele Calgaro2020-03-281-1/+1
| | | | | | 2) Added "Quit All" command to popup menu. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) Additional work on tq app -> tde app translation.Michele Calgaro2020-03-261-10/+10
| | | | | | | | 2) Make sure to exit app after restore if no app window can be grabbed 3) Save state only for known applications (app with empty name will not be saved and restored) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to TDE application.Michele Calgaro2020-03-161-2/+36
| | | | | | | | | | | | | | | | Notable changes: 1) save/restore data are saved in TDE session files. 2) remove -a, -l options. Removed "Launch on startup" option. 3) docked application are restored automatically by the TDE session manager. After being restored, tdedocker will wait for 5 seconds to let the various applications be restored, then it will try to grab the required windows. 4) save/restore of docked applications is now working properly. 5) due to the way TDE manages command line options, at the moment additional parameters cannot be passed to the application to be docked. This will be address in a subsequent commit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Completed kdocker -> tdedocker renaming effort.Michele Calgaro2020-02-241-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1. Fixed SEGV caused by missing TDE icon loader object. When theMichele Calgaro2020-02-241-1/+0
| | | | | | | | | applicationi is transformed in a TDE application, the TDE icon loader can be used again. 2. Remove catching of SEGV in code, which was causing 100% CPU load. If something is wrong, better the program terminates and shows an error. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial TDE conversionSlávek Banko2018-09-061-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial TQt conversionSlávek Banko2018-09-061-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix 'format not a string literal' errorSlávek Banko2018-08-281-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translations converted to gettextSlávek Banko2013-07-101-1/+3
|
* Initial importSlávek Banko2013-07-051-0/+56