kdelibs/kdecore/io
Ivailo Monev f452e2e50b kdecore: reimplement KDateTime via QDateTime
KDateTime shall be used only for storing date and time while KLocale
shall be used to display such, not even going to test what KDateTime
does because it is basically a few methods on top of QDateTime now.

and because QDateTime knows not much about calendar systems while
KLocale supports several it makes sense for KDateTime to not be used for
displaying date and time thus the TODOs for KLocale are simply removed

note that KLocale still uses its own parser and formatter which means
that the change affects only KDateTime and its uses, not KLocale

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-21 07:51:13 +03:00
..
kdebug.cpp kdecore: reimplement KDateTime via QDateTime 2023-07-21 07:51:13 +03:00
kdebug.h kdecore: minor KDebug documentation review 2022-10-24 05:53:46 +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