summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeconfigbackend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make 'TDEConfigINIBackEnd::parseSingleConfigFile' reentrant.Michele Calgaro2025-11-191-72/+4
| | | | | | | | | | | | | If a second call to 'TDEConfigINIBackEnd::parseSingleConfigFile' was called from another thread while the first wasn't finished, it would have resulted in a SEGV fault. Config files are usually small and mmap-ing files does not provide meaningful benefits while instead introducing the possibility of a SIGBUS fault, although extremely unlukely in real life. This resolves issue #379. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kstandarddirs.h to tdestandarddirs.hMichele Calgaro2025-02-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() ↵Michele Calgaro2025-02-031-1/+1
| | | | | | and kapp to tdeApp. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.Michele Calgaro2024-12-011-1/+1
| | | | | | Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-151-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kderc -> tderc in support of bug report 1447.Darrell Anderson2013-04-181-7/+7
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-2/+2
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-011-9/+9
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-6/+6
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-0/+1190