summaryrefslogtreecommitdiffstats
path: root/kicker
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to renamed tqt3 header filesMichele Calgaro2024-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix tiling menu functionality when windows in the taskbar are groupedMichele Calgaro2024-08-032-18/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* TWin, Kicker: Add icons for tiling menusMavridis Philippe2024-08-021-8/+11
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* 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 <[email protected]>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-0112-12/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0547-69/+69
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix compatibility with C++17.Slávek Banko2024-04-121-5/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-032-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1696-789/+789
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2628-68/+68
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-053-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace 'Event' #define stringsMichele Calgaro2023-12-0211-21/+21
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2410-23/+23
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-231-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-215-12/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* QuickLauncher: Ignore empty URLs at reading the configurationRoman Savochenko2023-11-181-1/+1
| | | | Signed-off-by: Roman Savochenko <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-1370-345/+345
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-258-22/+22
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-124-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-028-15/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop USE_TQT4 codeMichele Calgaro2023-08-274-55/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-189-18/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-093-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-089-20/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20120-141/+141
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-191-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* SunOS specific patchesDenis Kozadaev2023-05-223-13/+47
| | | | Signed-off-by: Denis Kozadaev <[email protected]>
* Kicker: Allow dragging group tasksMavridis Philippe2022-10-141-5/+0
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* 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 <[email protected]>
* Use consistent close icon in task menusMavridis Philippe2022-10-111-1/+1
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* TCC taskbar configuration: fixed up remaining issues in 'Appearance' tab.Michele Calgaro2022-09-052-31/+31
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* taskbar: fix text positioning when changing from icons only to text&iconsMavridis Philippe2022-09-052-5/+11
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* taskbar: update when icon size changedMavridis Philippe2022-09-052-1/+5
| | | | | | just to be sure Signed-off-by: Mavridis Philippe <[email protected]>
* Taskbar: show 'modified' icon in icon only modeMavridis Philippe2022-09-051-17/+25
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* 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 <[email protected]>
* kcmtaskbar: UI improvementsMavridis Philippe2022-09-051-3/+4
| | | | | | | | | | | | | | | | The module settings are now split between three tabs, which looks better overall and a little less overloaded. Additionaly, some new settings which were already present for the config have been exposed (thumbnails, max button width). Finally, some settings have been further refined for customization (button styles, which were previously hardcoded -Clssic, Optimal, For transparency- can now be precisely configured. Signed-off-by: Mavridis Philippe <[email protected]>
* Removed HAL dependant code.Michele Calgaro2022-02-143-136/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Kicker storage applet: display more useful information on the tooltip of ↵Michele Calgaro2022-02-051-2/+1
| | | | | | each device. Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-052-13/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* TDEMenu search shortcut: various fixesMavridis Philippe2021-10-081-7/+16
| | | | | | | | * Better Escape key usage prevention * Better handling of different shortcut counts (0 vs 1 vs 2) * Fixed a deprecated function call to setShortcut() Signed-off-by: Mavridis Philippe <[email protected]>
* TDE Menu: Customizable search line shortcutMavridis Philippe2021-10-013-7/+32
| | | | | | This resolves issue #176. Signed-off-by: Mavridis Philippe <[email protected]>
* Naughty applet: dynamic applet sizeMavridis Philippe2021-07-074-18/+5
| | | | | | | | This commit also replaces old 20x20 pixmap with new ones if higher quality. This solves issue #213. Signed-off-by: Mavridis Philippe <[email protected]>
* Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵Slávek Banko2021-05-181-4/+8
| | | | | | special cases. Signed-off-by: Slávek Banko <[email protected]>
* Update CMake rules to change tdehw library to standalone.Slávek Banko2021-05-071-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use new 'window_duplicate' icon in tdelibsMichele Calgaro2021-04-149-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-074-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed additional code formatting modelines.Michele Calgaro2020-09-2515-42/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2210-19/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>