summaryrefslogtreecommitdiffstats
path: root/kdesktop
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1616-269/+269
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-267-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-12-022-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-211-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-1318-46/+46
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-252-2/+2
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2020-24/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use Scale & Crop as default style for wallpaper.Michele Calgaro2022-07-171-4/+34
| | | | | | | | Add more options to "Set as Background" menu in Konqueror. This resolves issue #280 and issue #281. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Removed HAL dependant code.Michele Calgaro2022-02-141-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-051-9/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵Slávek Banko2021-05-185-19/+19
| | | | | | 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-072-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS when building tdelibs/tdebase without tdehw.Michele Calgaro2021-05-025-19/+69
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Avoid direct usage of tdeldap library. This allows to remove hard dependency ↵Michele Calgaro2021-04-222-5/+8
| | | | | | between packages. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new 'window_duplicate' icon in tdelibsMichele Calgaro2021-04-141-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KDesktop: customizable icon spacing.Mavridis Philippe2021-03-304-30/+104
| | | | | | | | | | | This commit introduces changes to KDesktop which allow for a custom icon spacing option, some new controls into the Desktop Behaviour module of KControl, as well as the KDesktop Ctrl+Mouse Scroll binding to manipulate the icon spacing. This commit depends on a previous (minor) change in LibKonq. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0725-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-225-8/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-2852-4317/+107
| | | | | | | + 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>
* Fix FTBFS due to missing linked libraries.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add FreeBSD / DragonFly specific /proc path for an executable file.Slávek Banko2020-05-261-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DilOS: use illumos specific /proc path for an executable fileDenis Kozadaev2020-05-261-0/+4
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Fixed handling of alternative terminal application in MiniCli.Michele Calgaro2020-02-132-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed handling of KDesktop -> Right click -> Open Terminal Here... whenMichele Calgaro2020-02-121-2/+2
| | | | | | the terminal application is different from Konsole. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* mediamanager always get started at TDE startup. Therefore the module is no ↵Michele Calgaro2020-02-061-4/+6
| | | | | | longer available in TCC->TDE Components->Service Manager->Startup Services for enable/disable at startup. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved support for XDG folders without requiring xdg-user-dirs to be ↵Michele Calgaro2020-01-301-1/+1
| | | | | | installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed kxdglauncher which is now no longer required.Michele Calgaro2020-01-305-229/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This ↵Michele Calgaro2020-01-111-1/+1
| | | | | | relates to issue TDE/tdelibs#60. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add Polish comments to initial desktop icons.Janek Stolarek2019-12-168-0/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Synchronize German translation with the rest and fix some icons.Chris2019-12-151-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve RU and ES translations, contributed by Vita_Cell.Chris2019-12-156-9/+10
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add Russian comments to initial desktop icons.Chris2019-12-158-16/+8
| | | | | | ...contributed by Denk from IRC. Signed-off-by: Chris <xchrisx@uber.space>
* Add missing Bulgarian translation to initial desktop icons.Chris2019-12-151-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Added Spanish translation to complement issue #96Matías Fonzo2019-12-158-8/+8
| | | | Signed-off-by: Matías Fonzo <selk@dragora.org>
* Added and updated Bulgarian translationEmanoil Kotsev2019-12-157-9/+10
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Add Italian comments to initial desktop icons.Michele Calgaro2019-12-158-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add French comments to initial desktop icons.gregory guy2019-12-158-9/+9
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add Czech comments to initial desktop icons.Slávek Banko2019-12-158-8/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Improve initial desktop icons.Chris2019-12-158-5/+89
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Added IT translation for 'mycomputer'. This relates to previous commit.Michele Calgaro2019-10-121-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix wrong computer icon translations.Chris2019-10-121-66/+6
| | | | | | Credits and thanks to Vitaly (Vita_Cell) from IRC for contributing RU and ES translations. Signed-off-by: Chris <xchrisx@uber.space>
* kdesktop: Add missing initialization of sigset_t in kdesktop_lock. This ↵Slávek Banko2019-07-191-0/+1
| | | | | | | resolves bug 3025. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix remaining brandings in tdebase.Chris2019-07-151-3/+3
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-07-0918-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix German translation for My_Computer.Chris2019-07-071-1/+1
| | | | | | | | | | | | | | | | | | | First impression of the German user of TDE is that he is greeted with a desktop icon on the very top of the desktop called "Speichermedien", which is so long, that it wraps up this ugly way: "Speicherme-dien". Which looks very unpolished and leads to a bad experience for first timers. This comes from KDE3 times still. Most likely it was just copy-pasted from other places. The term "Speichermedien" is used otherwise in nearly all other places (German), so changing it just for that icon looks inconsistent at first. But in fact the original (English) name for it is also called "Computer" and not "Speichermedien" for this icon. So the gain of beeing inconsistent is bigger because it looks more polished. If someone is unhappy about that, he can open a ticket or join IRC to find another solution. Signed-off-by: Chris <xchrisx@uber.space>
* Fix typos in texts.Slávek Banko2019-07-041-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>