aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/locale/KviLocale.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for sanitizers at compile time (and fix some issues) (#2599)Gravatar ctrlaltca2024-02-081-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add an option to enable sanitizer at compile time * Fix singleton classes initialization * Revert r5378 - issue #1068 - to avoid having duplicate symbols exported by modules, that may cause a crash * Fix cast in KviTalIconAndRichTextItemDelegate (used by both QListWidget and QTreeWidget) * ScriptEditor: don't leak a timer for every script editor widget * Add support for memory and thread sanitizers * Fix sanitizer * KviSignalhandler: don't leak the whole object * Remove debug warning when a single message is longer than 512 bytes. As per https://ircv3.net/specs/extensions/message-tags.html#size-limit , message tags can prepend a whooping 8kbs of "tags" (header data) to each message. * Avoid initialization loop between KviLocale and KviMessageCatalogue. Assume all .po files are UTF8. This is already a requirement since about a decade. * KviInputEditor: don't leak the undo/redo stacks KviInputEditor: don't leak the undo/redo stacks - rework using smart pointers * Fix typo
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
|
* Make Windows code Unicode-aware (#2219)Gravatar wodim2017-05-241-10/+6
|
* Cleanup included filesGravatar IceN9ne2016-10-281-3/+4
|
* KviLocale: capitalize asiatic -> AsiaticGravatar un1versal2016-05-171-7/+7
|
* various cosmetic: consistent comment formatGravatar un1versal2016-05-171-4/+2
| | | | + remove separators to make it consistent.
* cleanup separators and remove some unused commented codeGravatar un1versal2016-05-061-8/+4
|
* Apply clang-tidy: modernize-use-overrideGravatar Alexey Sokolov2016-04-301-4/+4
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-15/+15
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-111/+112
|
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-291-0/+2
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Kvi(Various).cpp Capitalization punctuation, typos fixesGravatar un1versal2015-10-221-2/+2
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-4/+4
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Added CP949 to KviLocaleGravatar Fabio Bas2012-03-261-0/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6108 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed JIS7 to ISO-2022-JP/JIS7 (ticket #1217)Gravatar Fabio Bas2011-09-241-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5974 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #1187Gravatar Fabio Bas2011-08-221-0/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5938 17fca916-40b9-46aa-a4ea-0a15b648b75c
* In KDE mode also look at KDE_LANG to select the languageGravatar Szymon Tomasz Stefanek2011-04-051-0/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5759 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked KviLocale stuff: now it's a singletonGravatar Elvio Basello2011-03-251-378/+386
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5696 17fca916-40b9-46aa-a4ea-0a15b648b75c
* improved hungarian notation;Gravatar Elvio Basello2011-03-231-156/+66
| | | | | | | | added doxygen comments; updated docs; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5678 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Start making sense out of KviLocale: split into separate files inside a new ↵Gravatar Szymon Tomasz Stefanek2011-03-231-0/+838
subdirectory. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5672 17fca916-40b9-46aa-a4ea-0a15b648b75c