summaryrefslogtreecommitdiffstats
path: root/kicker
Commit message (Collapse)AuthorAgeFilesLines
* Fix system tray layout calculationfix/issue/647Philippe Mavridis2025-08-031-2/+2
| | | | | | This fixes #647. Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
* Use TDEDesktopFileMichele Calgaro2025-07-1316-53/+53
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDESimpleConfigMichele Calgaro2025-07-127-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kicker: aesthetic improvementsMavridis Philippe2025-07-068-117/+134
| | | | | | | | | * New icon margin option for the system tray applet * Panel blur effect strength is now configurable * 3D border option tin minipager * Ability to rename desktops when minipager label not displaying desktop name Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-2711-34/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* improvenments to the crystalsvg icons & over misc tde texturesLupusRubrum2025-05-238-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Add improved handbook text about the panel button stacking behaviorDarrell Anderson2025-05-231-4/+4
| | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-2549-49/+49
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeglobalaccel.hMichele Calgaro2025-02-222-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-0358-217/+217
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdecrash.hMichele Calgaro2024-12-281-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-0213-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-203-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adapt to renamed tqt3 header filesMichele Calgaro2024-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix tiling menu functionality when windows in the taskbar are groupedMichele Calgaro2024-08-032-18/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TWin, Kicker: Add icons for tiling menusMavridis Philippe2024-08-021-8/+11
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add support for window tiling to the taskbar and window's popup menus. This ↵Michele Calgaro2024-08-024-3/+62
| | | | | | relates to TDE/tdebase#349. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-0112-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0547-69/+69
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix compatibility with C++17.Slávek Banko2024-04-121-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-032-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1696-789/+789
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2628-68/+68
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-053-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-12-0211-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2410-23/+23
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-215-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QuickLauncher: Ignore empty URLs at reading the configurationRoman Savochenko2023-11-181-1/+1
| | | | Signed-off-by: Roman Savochenko <roman@home.home>
* Replace Qt with TQtMichele Calgaro2023-11-1370-345/+345
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-258-22/+22
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-124-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-028-15/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_TQT4 codeMichele Calgaro2023-08-274-55/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-189-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-093-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-089-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20120-141/+141
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-191-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-1/+1
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* SunOS specific patchesDenis Kozadaev2023-05-223-13/+47
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Kicker: Allow dragging group tasksMavridis Philippe2022-10-141-5/+0
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add "Move Task Button" action to group tasksMavridis Philippe2022-10-111-35/+42
| | | | | | | | This resolves issue TDE/tde#98. Also contains some identation fixes. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Use consistent close icon in task menusMavridis Philippe2022-10-111-1/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TCC taskbar configuration: fixed up remaining issues in 'Appearance' tab.Michele Calgaro2022-09-052-31/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* taskbar: fix text positioning when changing from icons only to text&iconsMavridis Philippe2022-09-052-5/+11
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* taskbar: update when icon size changedMavridis Philippe2022-09-052-1/+5
| | | | | | just to be sure Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Taskbar: show 'modified' icon in icon only modeMavridis Philippe2022-09-051-17/+25
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Taskbar: small/panel icon size selection.Mavridis Philippe2022-09-055-98/+121
| | | | | | | | | | | | | | | | | | | | | By default the 16x16 value was hardcoded into the taskbar, which is not correct. With this commit the default value is TDEIcon::Small (can be defined in TCC->LookNFeel->Icons) to retain the "classic" style. This commit adds a "Small icons" checkbox which can be unchecked to set the icon size to TDEIcon::Panel (for consistency with other panel icons). Combined with "Icons only", this produces a Plasma/Windows-like big icon taskbar. This commit also ensures that in "Icons only" mode the icons are centered in their button, for better looking result. Finally, this commit fixes a typo in some macros (TABSKAR -> TASKBAR). Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>