summaryrefslogtreecommitdiffstats
path: root/kicker
Commit message (Collapse)AuthorAgeFilesLines
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-052-13/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <mavridisf@gmail.com>
* TDE Menu: Customizable search line shortcutMavridis Philippe2021-10-013-7/+32
| | | | | | This resolves issue #176. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <mavridisf@gmail.com>
* 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 <slavek.banko@axis.cz>
* Update CMake rules to change tdehw library to standalone.Slávek Banko2021-05-071-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use new 'window_duplicate' icon in tdelibsMichele Calgaro2021-04-149-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-074-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed additional code formatting modelines.Michele Calgaro2020-09-2515-42/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2210-19/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-2867-4485/+220
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed missing config modules in Konqueror and Kicker. This resolves issue #150.Michele Calgaro2020-06-011-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kicker's kate session menu extension: keep the popup menu open afterMichele Calgaro2020-04-142-1/+7
| | | | | | reloading the sessions list. This improve the user experience. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kicker's kate session menu extension: add support for new R14.1.0 styleMichele Calgaro2020-04-141-6/+30
| | | | | | | Kate's session and make sure they are ordered accordingly to the order in Kate. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added GUI option to show/hide "Open in Terminal" inside QuickBrowser menus.Michele Calgaro2020-02-122-5/+7
| | | | | | Minor fixup for other GUI options in "Configure Panel... -> Menus". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed kerry related code.Michele Calgaro2020-02-093-48/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed beagle related code.Michele Calgaro2020-02-099-1226/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix wrong XDG patch for tdebase, which resulted in missing icons.Chris2019-12-162-4/+4
| | | | | | This partially reverts commit a8203cf740. Signed-off-by: Chris <xchrisx@uber.space>
* Synchronize German translation with the rest and fix some icons.Chris2019-12-151-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix Kicker name in about dialog.Chris2019-11-101-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Revive NetBSD supportOBATA Akio2019-08-183-11/+88
| | | | | | Catch up to TDE and OS changes Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add consistent and modern TDE kicker icon.Chris2019-07-214-0/+0
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix remaining brandings in tdebase.Chris2019-07-151-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix typo in kasbar.Chris2019-07-141-2/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-07-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* fix bug 2996, thanks to Alexander Golubev for the bug report and the ↵gregory guy2019-01-293-0/+0
| | | | | | suggestion to solve It Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Add CMakeL10n rules.Slávek Banko2018-12-0931-0/+104
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Renamed Sleep to Suspend, following discussion on a more consistent naming ↵Michele Calgaro2018-11-041-1/+1
| | | | | | convention for shutdown actions. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-198-42/+25
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-06-301-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed unrequired comments.Michele Calgaro2018-06-203-15/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed Quick File Browser crash when the contents of a directory wasMichele Calgaro2018-02-271-4/+0
| | | | | | modified. This resolves bug 2863. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix too small size of some icons in system traySlávek Banko2016-09-282-19/+2
| | | | | | This resolves bug 2687 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed display of clock in systray. This resolves bug 2679.Michele Calgaro2016-09-221-1/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23182-0/+0
|
* Renamed "Suspend to disk" to "Hibernate" and "Suspend to RAM" to "Sleep".Michele Calgaro2016-05-071-10/+10
| | | | | | This refers to bug 2602. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for hybrid suspend (aka suspend to RAM + suspend to disk) toMichele Calgaro2016-05-041-31/+73
| | | | | | Kickoff menu + some code improvements. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on freebsdSlávek Banko2015-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on openbsd 5.7François Andriot2015-05-311-1/+1
| | | | | | This resolves Bug 2443 Signed-off-by: François Andriot <francois.andriot@free.fr>
* Bring system icon into XDG complianceTimothy Pearson2015-03-265-5/+5
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-1/+1
|
* Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-243-3/+3
|
* Fix accidental duplication of text-x- in new mime icon stringsTimothy Pearson2014-10-241-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-228-8/+8
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-223-3/+3
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Allow contitional build with tdehwlibSlávek Banko2014-10-181-8/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on openbsd because invalid include in kickoff menuFrançois Andriot2014-10-181-0/+6
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"