summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeglobalsettings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace color '#define' strings with actual valuesMichele Calgaro2023-11-241-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 17a8fd0ec28f5efbc658892067bb5602b6a8e44c)
* Replace Qt with TQtMichele Calgaro2023-11-151-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-1/+1
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4c0dae60b2fbc60996fc8f4bd29ee6219b869527)
* Check existing XDG folders before localization of the name.Slávek Banko2020-05-181-16/+48
| | | | | | | | Some standard XDG folders may exist before the information is stored in ~/.config/user-dirs.dirs. Checking existing folders will prevent the creation of localized folders in addition to existing English ones. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix private API compatibility in TDEGlobalSettings.Slávek Banko2020-01-301-0/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Make sure XDG folders are created prior to their usage.Michele Calgaro2020-01-291-1/+36
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved support for XDG folders without requiring xdg-user-dirs to be ↵Michele Calgaro2020-01-281-74/+120
| | | | | | installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for XDG_PICTURES_DIR and XDG_TEMPLATES_DIR in TDE global settings.Michele Calgaro2020-01-121-3/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for XDG directories: music, pictures, videos, download.François Andriot2014-06-121-10/+45
| | | | This relates to bug 1499.
* Fix prior commitTimothy Pearson2013-02-151-0/+774