summaryrefslogtreecommitdiffstats
path: root/tdecore
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of TDE_VERSIONHEADmasterMichele Calgaro5 days2-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KDE_IS_VERSION to TDE_IS_VERSIONMichele Calgaro12 days2-14/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed temporary KWinModule define used during the renaming processMichele Calgaro2026-03-051-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KWinModule to TWinModule. This is an API/ABI change.Michele Calgaro2026-03-054-107/+109
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* vsnprintf/snprintf are part of the c++ standard, so there is no need to keep ↵Michele Calgaro2026-03-035-187/+12
| | | | | | around custom implementations for them Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Irix, which is discontinued and does not provide a c++17 ↵Michele Calgaro2026-02-012-9/+1
| | | | | | complaint compiler. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for HPUX, which is discontinued and does not provide a c++17 ↵Michele Calgaro2026-01-162-14/+3
| | | | | | complaint compiler. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tde-config.cpp: rename TRUE to true, since it was now causing FTBFS after ↵Michele Calgaro2025-12-311-1/+1
| | | | | | tqt renaming was completed and TRUE was no longer defined Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Removed no longer required dummy kinstance.h fileMichele Calgaro2025-08-193-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}.Michele Calgaro2025-08-1335-233/+234
| | | | | | | A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build WITH_LIBBFD and libbfd 2.34+Alexander Golubev2025-08-101-1/+6
| | | | | Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/368 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Remove no longer required kdesktopfile.h fileMichele Calgaro2025-07-153-5/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KDesktopFile to TDEDesktopFile and also rename kdesktopfile.{h,cpp} ↵Michele Calgaro2025-07-136-286/+289
| | | | | | | | to tdedesktopfile.{h.cpp}. This is an API/ABI change. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove no longer required ksimpleconfig.h fileMichele Calgaro2025-07-123-5/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ksimpleconfig.{h,cpp} to tdesimpleconfig.{h.cpp}.Michele Calgaro2025-07-1224-136/+139
| | | | | | | | Add temporary ksimpleconfig.h to keep things building. This is a change of API/ABI. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-1511-30/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* initialize m_cryptKeySlotCount in contructor (tdestoragedevice.cpp)Emanoil Kotsev2025-04-141-1/+1
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Print message about unclassified device only onceEmanoil Kotsev2025-04-082-1/+8
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* KRFCDate minutes/seconds can be omitted (ISO8601)mio2025-03-103-15/+43
| | | | | | | | | | | ISO 8601 allows for dates and times to be represented with "reduced precision". In the case of times, this means the minutes and seconds can be omitted. More automated tests have been enabled, with the remaining ones to be fixed up in a later PR. Signed-off-by: mio <stigma@disroot.org>
* Remove dummy kstandarddirs.hMichele Calgaro2025-03-043-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehw: Add libnm dependencymio2025-03-021-2/+3
| | | | | | | This will ensure that the correct directory is searched by tdehw when looking for VPN service files. Signed-off-by: mio <stigma@disroot.org>
* tdehw: Check /usr/lib/NetworkManager for VPN service definitions.mio2025-03-022-28/+34
| | | | | | | | | | | | It's not exactly clear when this change occurred, but the VPN service definitions (plugins) can now be stored in /usr/lib/NetworkManager. The old path is still searched to keep compatibility. This fixes TDE/tdenetworkmanager#5 which details how TDENetworkManager is unable to find any VPN plugins despite them being installed and accessible from other NM applets. Signed-off-by: mio <stigma@disroot.org>
* Rename kstandarddirs.h to tdestandarddirs.hMichele Calgaro2025-02-2651-789/+784
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace obsolete kstddirs.h with kstandarddirs.hMichele Calgaro2025-02-256-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove temporary kglobalaccel.h headerMichele Calgaro2025-02-233-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kglobalaccel* files to tdeglobalaccel*.Michele Calgaro2025-02-2314-273/+274
| | | | | | A dummy 'kglobalaccel.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop support for discontinued DGUXMichele Calgaro2025-02-061-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() ↵Michele Calgaro2025-02-0339-157/+157
| | | | | | and kapp to tdeApp. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Tru64 and OSFMichele Calgaro2025-01-074-22/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kcrash.{h,cpp} to tdecrash.{h.cpp}Michele Calgaro2024-12-286-28/+28
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename class KProcIO to TDEProcIOMichele Calgaro2024-12-1512-57/+56
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove temporary kprocctrl.h headerMichele Calgaro2024-12-083-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kprocctrl.{h,cpp} to tdeprocctrl.{h.cpp}.Michele Calgaro2024-12-078-159/+160
| | | | | | Add temporary kprocctrl.h to keep things building. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove temporary kprocess.h headerMichele Calgaro2024-12-023-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Minor improvement to tdeapplication related filesMichele Calgaro2024-12-016-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.Michele Calgaro2024-12-0119-967/+963
| | | | | | Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KAppDCOPInterface to TDEAppDCOPInterfaceMichele Calgaro2024-11-217-35/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h ↵Michele Calgaro2024-11-1917-98/+86
| | | | | | and kuniqueapp.h headers Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix syntax error when using tqmoc on tdestoragedevice.hMichele Calgaro2024-10-081-4/+0
| | | | | | TDE now requires c++11, so the conditional code is no longer required. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add kascii* methods previously part of tdepim/libemailfunctionsMichele Calgaro2024-09-243-1/+38
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adapt to renamed tqt3 header filesMichele Calgaro2024-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tqtglobaldefines.h only contains comments, so it is an unnecessary inclusionMichele Calgaro2024-08-241-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove __KDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily ↵Michele Calgaro2024-07-122-6/+9
| | | | | | __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove dummy kdemacros.h fileMichele Calgaro2024-07-012-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename kdemacros.* files to tdemacros.*Michele Calgaro2024-06-3010-13/+14
| | | | | | A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tq* headers instead of ntq* onesMichele Calgaro2024-06-301-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOLMichele Calgaro2024-05-222-12/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove KDE_ISLIKELY and KDE_ISUNLIKELY definesMichele Calgaro2024-05-202-66/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>