Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-14 | 5 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-16 | 16 | -269/+269 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-26 | 7 | -24/+24 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-12-02 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various tq* strings with TQt::* equivalents | Michele Calgaro | 2023-11-21 | 1 | -12/+12 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-13 | 18 | -46/+46 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 20 | -24/+24 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-14 | 1 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-05 | 1 | -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 Banko | 2021-05-18 | 5 | -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 Banko | 2021-05-07 | 2 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed FTBFS when building tdelibs/tdebase without tdehw. | Michele Calgaro | 2021-05-02 | 5 | -19/+69 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | Use new 'window_duplicate' icon in tdelibs | Michele Calgaro | 2021-04-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <mavridisf@gmail.com> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-07 | 25 | -22/+22 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-22 | 5 | -8/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | Fix FTBFS due to missing linked libraries. | Slávek Banko | 2020-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | DilOS: use illumos specific /proc path for an executable file | Denis Kozadaev | 2020-05-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> | ||||
* | Fixed handling of alternative terminal application in MiniCli. | Michele Calgaro | 2020-02-13 | 2 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | Removed kxdglauncher which is now no longer required. | Michele Calgaro | 2020-01-30 | 5 | -229/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | Add Polish comments to initial desktop icons. | Janek Stolarek | 2019-12-16 | 8 | -0/+8 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Synchronize German translation with the rest and fix some icons. | Chris | 2019-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Improve RU and ES translations, contributed by Vita_Cell. | Chris | 2019-12-15 | 6 | -9/+10 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Add Russian comments to initial desktop icons. | Chris | 2019-12-15 | 8 | -16/+8 |
| | | | | | | ...contributed by Denk from IRC. Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Add missing Bulgarian translation to initial desktop icons. | Chris | 2019-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Added Spanish translation to complement issue #96 | Matías Fonzo | 2019-12-15 | 8 | -8/+8 |
| | | | | Signed-off-by: Matías Fonzo <selk@dragora.org> | ||||
* | Added and updated Bulgarian translation | Emanoil Kotsev | 2019-12-15 | 7 | -9/+10 |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | ||||
* | Add Italian comments to initial desktop icons. | Michele Calgaro | 2019-12-15 | 8 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add French comments to initial desktop icons. | gregory guy | 2019-12-15 | 8 | -9/+9 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Add Czech comments to initial desktop icons. | Slávek Banko | 2019-12-15 | 8 | -8/+8 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Improve initial desktop icons. | Chris | 2019-12-15 | 8 | -5/+89 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Added IT translation for 'mycomputer'. This relates to previous commit. | Michele Calgaro | 2019-10-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <xchrisx@uber.space> | ||||
* | kdesktop: Add missing initialization of sigset_t in kdesktop_lock. This ↵ | Slávek Banko | 2019-07-19 | 1 | -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. | Chris | 2019-07-15 | 1 | -3/+3 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-07-09 | 18 | -22/+22 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |