kdelibs/kio/kfile
Ivailo Monev 1a45508306 kdecore: reimplement KLocale
by using QLocale in KLocale and separating the date, time and numbers
conversion from translation KLocale actually gets extended locale
support from QLocale (which uses CLDR data v43 currently). translation
remains unaffected. for comparison here is the result of two function
calls the result of which should explain the whole change:
KLocale::allLanguagesList().size() = 669
KLocale::installedLanguages().size() = 68

the first number is locales Katie supports, the second being the
number of languages Katana is translated into

KSwitchLanguageDialog needs a rewrite but that is on the TODO

also copyrighting KCatalog to me because I rewrote it, for reference:
881b47b8ea

KCalendarSystem gets the middle finger - batteries not included for date
and time. extra calendar systems can, but are unlikely to be, supported
in the future

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-26 23:50:18 +03:00
..
images generic: optimize png images with optipng 2015-07-20 17:35:19 +03:00
config-kfile.h kio: remove unused definition defined in config-kfile header 2023-06-20 02:15:09 +03:00
kabstractfilemodule.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kabstractfilemodule.h kfile: purge KDirSelectDialog 2023-07-03 03:25:54 +03:00
kabstractfilewidget.h kio: remove BIC bits 2016-03-29 01:31:59 +00:00
kacleditwidget.cpp kio: minor KACLListViewItem::calcEffectiveRights() optimization 2023-06-21 20:39:18 +03:00
kacleditwidget.h initial import 2014-11-13 01:04:59 +02:00
kacleditwidget_p.h generic: remove bogus KMultiTabBarInternal and KACLListView reimplementations 2023-06-20 01:49:01 +03:00
kdiskfreespaceinfo.cpp generic: remove bogus KMultiTabBarInternal and KACLListView reimplementations 2023-06-20 01:49:01 +03:00
kdiskfreespaceinfo.h kio: format and indent 2023-06-19 01:37:22 +03:00
kencodingfiledialog.cpp kio: remove redundant KRecentDocument::add() calls in KEncodingFileDialog methods 2023-07-03 11:42:19 +03:00
kencodingfiledialog.h kio: format and indent 2023-06-20 02:32:17 +03:00
kfile.cpp generic: drop KFile::Tree and KFile::DetailTree modes 2023-07-03 03:26:43 +03:00
kfile.h kio: update comments about KFile::Mode enums 2023-07-05 06:24:48 +03:00
kfiledialog.cpp kio: do not set KFile::LocalOnly in KFileDialog::getExistingDirectoryUrl() 2023-07-06 05:57:11 +03:00
kfiledialog.h generic: drop KFile::Tree and KFile::DetailTree modes 2023-07-03 03:26:43 +03:00
kfilemetadataconfigurationwidget.cpp kio: remove redundant KFileMetaDataConfigurationWidget::Private destructor 2023-06-19 01:32:18 +03:00
kfilemetadataconfigurationwidget.h undeprecated KFileMetaDataConfigurationWidget as it is an alternative to Nepomuk2::FileMetaDataConfigurationWidget 2014-11-21 19:15:44 +00:00
kfilemetadataprovider.cpp kdecore: reimplement KLocale 2023-07-26 23:50:18 +03:00
kfilemetadataprovider_p.h kio: drop KFileItem metadata related getter and setter 2023-07-20 21:03:18 +03:00
kfilemetadatawidget.cpp kio: remove redundant KFileMetaDataProvider::label() method 2023-06-07 22:10:22 +03:00
kfilemetadatawidget.h generic: misc cleanups 2015-09-29 06:10:49 +00:00
kicondialog.cpp generic: load SVG images as any other format 2021-09-15 00:20:09 +03:00
kicondialog.h initial import 2014-11-13 01:04:59 +02:00
kimagefilepreview.cpp kio: compiler warning fixes 2022-12-06 23:50:37 +02:00
kimagefilepreview.h kio: do not transition the preview image 2022-05-28 19:46:14 +03:00
kiofilemodule.desktop initial import 2014-11-13 01:04:59 +02:00
kmetaprops.cpp kio: update KFileMetaPropsPlugin description 2023-06-19 05:37:04 +03:00
kmetaprops.h kio: update KFileMetaPropsPlugin description 2023-06-19 05:37:04 +03:00
kopenwithdialog.cpp kio: format and indent 2023-06-19 04:59:11 +03:00
kopenwithdialog.h initial import 2014-11-13 01:04:59 +02:00
kopenwithdialog_p.h initial import 2014-11-13 01:04:59 +02:00
kpreviewprops.cpp kio: replace KPreviewPropsPlugin::createLayout() with its body 2023-06-19 05:37:27 +03:00
kpreviewprops.h kio: replace KPreviewPropsPlugin::createLayout() with its body 2023-06-19 05:37:27 +03:00
kpreviewwidgetbase.cpp kio: move KUrlPropsPluginPrivate::URLStr member to the scope it is used in 2023-06-19 06:00:02 +03:00
kpreviewwidgetbase.h initial import 2014-11-13 01:04:59 +02:00
kpropertiesdesktopadvbase.ui generic: prepare for Katie changes 2022-10-14 16:16:22 +03:00
kpropertiesdesktopbase.ui generic: prepare for Katie changes 2022-10-14 16:16:22 +03:00
kpropertiesdialog.cpp kio: adjust to desktop KIO slave removal 2023-06-22 03:13:24 +03:00
kpropertiesdialog.h kio: consistent properties private classes 2023-06-19 05:10:12 +03:00
kpropertiesdialog_p.h kio: format and indent 2023-06-19 02:54:36 +03:00
kpropertiesdialogplugin.desktop initial import 2014-11-13 01:04:59 +02:00
krecentdirs.cpp kio: log KRecentDirs and KRecentDocument actions 2023-07-03 11:28:00 +03:00
krecentdirs.h generic: normalize include guards 2015-07-11 18:42:46 +03:00
krecentdocument.cpp kio: minor KRecentDocument::recentDocuments() optimization 2023-07-21 01:46:20 +03:00
krecentdocument.h kio: log KRecentDirs and KRecentDocument actions 2023-07-03 11:28:00 +03:00
kurlcombobox.cpp generic: get rid of KGLobal::staticQString() 2022-02-18 19:49:54 +02:00
kurlcombobox.h initial import 2014-11-13 01:04:59 +02:00
kurlrequester.cpp kfile: purge KDirSelectDialog 2023-07-03 03:25:54 +03:00
kurlrequester.h kfile: remove duplicate header inclusion 2023-07-05 02:31:52 +03:00
kurlrequesterdialog.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kurlrequesterdialog.h initial import 2014-11-13 01:04:59 +02:00