kdelibs/kdecore/io
Ivailo Monev 625373ffa8 kdecore: drop KDateTime
with the rewrite (see f452e2e50b),
KDateTime is just glue-code for compatibility now. the exception is
KDateTime::isNightTime() (written by me) which is used only in one place
(kde-workspace/plasma/dataengines/weather/ions/wetter.com/ion_wettercom.cpp)
and can be moved there

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-08-14 22:35:08 +03:00
..
kdebug.cpp kdecore: drop KDateTime 2023-08-14 22:35:08 +03:00
kdebug.h kdecore: drop KDateTime 2023-08-14 22:35:08 +03:00
kdirwatch.cpp kdecore: do not append trailing slash to the path if the path is / from KDirWatch::addDir() 2023-07-02 09:22:39 +03:00
kdirwatch.h kdecore: implement option to recurse into sub-directories from KDirWatch::addDir() 2022-12-21 11:47:56 +02:00
kdirwatch_p.h kdecore: KDirWatch rewrite 2022-12-21 00:24:49 +02:00
kfilesystemtype_p.cpp kdecore: remove unused KFileSystemType enums 2021-02-27 14:35:10 +02:00
kfilesystemtype_p.h kdecore: remove unused KFileSystemType enums 2021-02-27 14:35:10 +02:00
klockfile.h kdecore: KLockFile optimization 2023-06-14 03:34:48 +03:00
klockfile_unix.cpp kdecore: remove unused buffer in KLockFilePrivate::tryLock() 2023-06-15 07:25:41 +03:00
kmessage.cpp generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
kmessage.h generic: misc cleanups 2015-09-04 13:06:11 +00:00
kmountpoint.cpp generic: remove checks for system headers that should be present 2022-09-23 15:42:09 +03:00
kmountpoint.h kdecore: remove deprecated kshared typedef 2015-10-30 15:04:08 +02:00
kprocess.cpp kdecore: initialize variables in KProcess::startDetached() methods 2023-06-15 07:26:18 +03:00
kprocess.h kdecore: drop KProcess channel forward feature 2023-06-14 23:44:38 +03:00
kprocess_p.h kdecore: drop KProcess channel forward feature 2023-06-14 23:44:38 +03:00
ksavefile.cpp generic: define KDE_DEFAULT_DEBUG_AREA in the main build file for each library 2023-06-09 23:43:20 +03:00
ksavefile.h kdecore: add warning to KSaveFile documentation [ci skip] 2021-06-18 01:45:07 +03:00
ktempdir.cpp generic: define KDE_DEFAULT_DEBUG_AREA in the main build file for each library 2023-06-09 23:43:20 +03:00
ktempdir.h kdecore: replace KTempDir::create() with its body 2022-09-30 21:33:18 +03:00
ktemporaryfile.cpp kdecore: KTemporaryFile::filePath() optimization 2023-06-23 13:00:14 +03:00
ktemporaryfile.h kdecore: KTemporaryFile optimization 2023-06-04 09:37:45 +03:00
kurl.cpp kdecore: strip the trailing slash when passing the URL path to kPathDirectory() from KUrl::upUrl() 2023-07-10 06:52:30 +03:00
kurl.h kdecore: safety-net for KUrl::upUrl(), also append trailing slash from KUrl::directory() 2023-07-03 20:39:14 +03:00