aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/locale/KviMessageCatalogue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for sanitizers at compile time (and fix some issues) (#2599)•••* 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 typoGravatar ctrlaltca2024-02-081-31/+1
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+1
* various cosmetic: consistent comment format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-171-4/+4
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-071-6/+0
* Cleanup random separators with no commentsGravatar un1versal2016-05-061-3/+4
* src various: small strings fixes•••its like dejavu Gravatar un1versal2016-05-031-1/+1
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-3/+3
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-1/+1
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-33/+32
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* Kvi(Various).cpp Capitalization punctuation, typos fixesGravatar un1versal2015-10-221-5/+5
* reworked KviLocale stuff: now it's a singleton•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5696 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-03-251-1/+1
* improved hungarian notation;•••added doxygen comments; updated docs; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5678 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-03-231-54/+56
* Start making sense out of KviLocale: split into separate files inside a new s...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5672 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-231-0/+342