summaryrefslogtreecommitdiffstats
path: root/kicker
Commit message (Collapse)AuthorAgeFilesLines
* 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>"
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-133-5/+5
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-135-6/+6
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-4/+4
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-121-0/+9
|\
| * Fix process detection in kicker applet naughtyprocessmonitor on openbsdFrançois Andriot2014-10-121-0/+9
| |
* | Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-127-24/+24
|/
* Bring first and last icons into XDG complianceTimothy Pearson2014-10-121-2/+2
|