summaryrefslogtreecommitdiffstats
path: root/src/tqtraylabel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-291-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04e4c81e885b8090a775d88d525d4c66c6dcba05)
* 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-081-19/+19
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bbb852bc4da9595b161550ff3551597732d7a5a5)
* 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-251-0/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed bug related to mapping logic when docking when minimized is disabled.Michele Calgaro2020-04-251-2/+3
| | | | 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-251-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 1) fixed bug when invoking tdedocker with options, which were not passedMichele Calgaro2020-03-311-0/+1086
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>