summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-294-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04e4c81e885b8090a775d88d525d4c66c6dcba05)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e13c2cca712efdc56874355f7bc3ce1b6c3c43ba)
* Replace Qt with TQtr14.1.2Michele Calgaro2024-03-271-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5a656ce3be550f42e218f3c0042b1b22683cf96e)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-083-29/+29
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bbb852bc4da9595b161550ff3551597732d7a5a5)
* Replace Q_OBJECT with TQ_OBJECTr14.1.1Michele Calgaro2023-07-253-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1dc0f72721fe6ea09bc2cd42d78c58b1ba4f2f0f)
* Fix FTBFS due to narrowing Window ID from unsigned long to long.Slávek Banko2021-04-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Make sure to ignore applications that can't be restored.Michele Calgaro2020-04-252-1/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed bug related to mapping logic when docking when minimized is disabled.Michele Calgaro2020-04-252-3/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE dialog instead of TQ dialog for selecting an application custom icon.Michele Calgaro2020-04-252-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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-319-536/+455
| | | | | | | | | 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-285-79/+63
| | | | | | 2) Added "Quit All" command to popup menu. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove the original translation directory layout.Slávek Banko2020-03-261-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 1) Added option for gcc visibilityMichele Calgaro2020-03-273-344/+0
| | | | | | | | 2) Added man page from Debian packaging repo 3) Added application icon 4) Installed xpm icons Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) Additional work on tq app -> tde app translation.Michele Calgaro2020-03-2610-67/+141
| | | | | | | | 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-1613-439/+406
| | | | | | | | | | | | | | | | 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-248-58/+58
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1. Fixed SEGV caused by missing TDE icon loader object. When theMichele Calgaro2020-02-242-4/+4
| | | | | | | | | 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>
* Add CMakeL10n rules.Slávek Banko2018-12-311-0/+3
| | | | | | Update translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial TDE conversionSlávek Banko2018-09-066-9/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial TQt conversionSlávek Banko2018-09-0613-398/+398
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix 'format not a string literal' errorSlávek Banko2018-08-283-32/+32
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Convert from qmake to cmakeSlávek Banko2013-07-106-3/+55
|
* Switch to use kiconloader instead of hard-coded pathSlávek Banko2013-07-102-5/+4
|
* Translations converted to gettextSlávek Banko2013-07-105-87/+78
|
* Initial importSlávek Banko2013-07-0515-0/+3176