Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename KUniqueApplication to TDEUniqueApplication | Michele Calgaro | 2024-11-20 | 3 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add support for assigning global shortcuts for suspend actions | Mavridis Philippe | 2024-08-01 | 3 | -2/+51 |
| | | | | | | | | | | The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot). The shortcuts are only shown for the options that KSMServer reports via DCOP as valid. In order to do be able to make a DCOP call from kdesktopbindings.cpp, the <dcopref.h> include had to be added to several files of the shortcuts TDECM. Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Use tq* headers instead of ntq* ones | Michele Calgaro | 2024-06-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-14 | 5 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-16 | 16 | -269/+269 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-26 | 7 | -24/+24 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-12-02 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various tq* strings with TQt::* equivalents | Michele Calgaro | 2023-11-21 | 1 | -12/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-13 | 18 | -46/+46 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-25 | 2 | -2/+2 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 20 | -24/+24 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use Scale & Crop as default style for wallpaper. | Michele Calgaro | 2022-07-17 | 1 | -4/+34 |
| | | | | | | | | Add more options to "Set as Background" menu in Konqueror. This resolves issue #280 and issue #281. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-14 | 1 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-05 | 1 | -9/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵ | Slávek Banko | 2021-05-18 | 5 | -19/+19 |
| | | | | | | special cases. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update CMake rules to change tdehw library to standalone. | Slávek Banko | 2021-05-07 | 2 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed FTBFS when building tdelibs/tdebase without tdehw. | Michele Calgaro | 2021-05-02 | 5 | -19/+69 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Avoid direct usage of tdeldap library. This allows to remove hard dependency ↵ | Michele Calgaro | 2021-04-22 | 2 | -5/+8 |
| | | | | | | between packages. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new 'window_duplicate' icon in tdelibs | Michele Calgaro | 2021-04-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | KDesktop: customizable icon spacing. | Mavridis Philippe | 2021-03-30 | 4 | -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 <[email protected]> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-07 | 25 | -22/+22 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-22 | 5 | -8/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-28 | 52 | -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 <[email protected]> | ||||
* | Fix FTBFS due to missing linked libraries. | Slávek Banko | 2020-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add FreeBSD / DragonFly specific /proc path for an executable file. | Slávek Banko | 2020-05-26 | 1 | -2/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DilOS: use illumos specific /proc path for an executable file | Denis Kozadaev | 2020-05-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> | ||||
* | Fixed handling of alternative terminal application in MiniCli. | Michele Calgaro | 2020-02-13 | 2 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed handling of KDesktop -> Right click -> Open Terminal Here... when | Michele Calgaro | 2020-02-12 | 1 | -2/+2 |
| | | | | | | the terminal application is different from Konsole. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | mediamanager always get started at TDE startup. Therefore the module is no ↵ | Michele Calgaro | 2020-02-06 | 1 | -4/+6 |
| | | | | | | longer available in TCC->TDE Components->Service Manager->Startup Services for enable/disable at startup. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Improved support for XDG folders without requiring xdg-user-dirs to be ↵ | Michele Calgaro | 2020-01-30 | 1 | -1/+1 |
| | | | | | | installed. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed kxdglauncher which is now no longer required. | Michele Calgaro | 2020-01-30 | 5 | -229/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This ↵ | Michele Calgaro | 2020-01-11 | 1 | -1/+1 |
| | | | | | | relates to issue TDE/tdelibs#60. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add Polish comments to initial desktop icons. | Janek Stolarek | 2019-12-16 | 8 | -0/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Synchronize German translation with the rest and fix some icons. | Chris | 2019-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Improve RU and ES translations, contributed by Vita_Cell. | Chris | 2019-12-15 | 6 | -9/+10 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Add Russian comments to initial desktop icons. | Chris | 2019-12-15 | 8 | -16/+8 |
| | | | | | | ...contributed by Denk from IRC. Signed-off-by: Chris <[email protected]> | ||||
* | Add missing Bulgarian translation to initial desktop icons. | Chris | 2019-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Added Spanish translation to complement issue #96 | Matías Fonzo | 2019-12-15 | 8 | -8/+8 |
| | | | | Signed-off-by: Matías Fonzo <[email protected]> | ||||
* | Added and updated Bulgarian translation | Emanoil Kotsev | 2019-12-15 | 7 | -9/+10 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Add Italian comments to initial desktop icons. | Michele Calgaro | 2019-12-15 | 8 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add French comments to initial desktop icons. | gregory guy | 2019-12-15 | 8 | -9/+9 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Add Czech comments to initial desktop icons. | Slávek Banko | 2019-12-15 | 8 | -8/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Improve initial desktop icons. | Chris | 2019-12-15 | 8 | -5/+89 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Added IT translation for 'mycomputer'. This relates to previous commit. | Michele Calgaro | 2019-10-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix wrong computer icon translations. | Chris | 2019-10-12 | 1 | -66/+6 |
| | | | | | | Credits and thanks to Vitaly (Vita_Cell) from IRC for contributing RU and ES translations. Signed-off-by: Chris <[email protected]> |