summaryrefslogtreecommitdiffstats
path: root/kicker
Commit message (Collapse)AuthorAgeFilesLines
* changes the kicker icons i missed in /kicker/data/icons to the redesigned ↵LupusRubrum2025-12-145-0/+0
| | | | | | ones and adds 64x versions Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* kicker: change the internal layout of systrayAlexander Golubev2025-10-232-73/+40
| | | | | | | This makes clocks embedded into systray unaffected by systray's margin value. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: redraw systray after changing its layoutAlexander Golubev2025-10-231-0/+2
| | | | | | | This fixes an issue with systray not being redrawn upon panel width change. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: add an option to set external margin for tray iconsAlexander Golubev2025-10-232-41/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds an option to set both: margin (space from an icon to the border) and spacing (space between two neighbouring icons). The option to tweak spacing was previously introduced in fa284a4598 and was called "margin" the actual margin was reduced to 0. Unfortunately that had its own unwanted side-effects listed in #647. Before fa284a4598 the margin and spacing were fixed to be 1. This commit restores old defaults for margin & spacing i.e. 1 to better conform to config of older systems. Effectively this resolved most issues raised in #647 and eliminates any regressions, though there are some caveat cases when the behaviour is not ideal e.g. next settings: panel_width=47 spacing=1 margin=0 result in next layout: [0px][icon][2px][icon][1px] when ideal would be: [1px][icon][1px][icon][1px] On the other hand in such a case a user should probably just use margin=spacing=1. Besides that commit contains some minor refactoring. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/647 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kicker: minor fixup of spacing in a fileAlexander Golubev2025-10-231-55/+55
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Changes lower case k to lower case t on klipper icon + other few changesLupusRubrum2025-08-262-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
* Restores the Trinity logo on lineart.svgz + other changesLupusRubrum2025-08-242-0/+0
| | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.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>