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>
* Replace Qt with TQtMichele Calgaro2024-03-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-051-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>