Commit graph

9 commits

Author SHA1 Message Date
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
Ivailo Monev
ae8fd38e1b interfaces: drop templates selection feature
could be implemented with %{cursor} as begining and %{selection} as end but
meh

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-05-23 03:53:17 +03:00
Ivailo Monev
7cbc12ee04 interfaces: simplify templates handling and implement loginname
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-05-23 00:46:25 +03:00
Ivailo Monev
baf7818f4b interfaces: drop firstname and lastname placeholders for file templates
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-31 10:34:43 +03:00
Ivailo Monev
a697e92048 interfaces: do not attempt to load non-existing ktexteditorkabcbridge library
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-06-15 12:12:28 +03:00
Ivailo Monev
6c67e5adf8 generic: make use of QHostInfo::localHostName()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-06-21 19:56:58 +00:00
Ivailo Monev
376484dff8 generic: get rid of KLibrary
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-05 03:36:21 +02:00
Ivailo Monev
21ad0df488 generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
Ivailo Monev
814163a8dc initial import 2014-11-13 01:04:59 +02:00