| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 typo | 2024-02-08 | 3 | -43/+5 | |
| * | Remove C-style typedef structs | 2018-11-28 | 1 | -2/+2 | |
| * | KviTranslator: Fix incorrect signature in override of translate. | 2018-11-28 | 2 | -2/+2 | |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 1 | -1/+1 | |
| * | push and pull po{t}s, typo fixes | 2017-05-24 | 1 | -1/+1 | |
| * | Make Windows code Unicode-aware (#2219) | 2017-05-24 | 2 | -13/+9 | |
| * | Cleanup included files | 2016-10-28 | 6 | -8/+12 | |
| * | separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find. | 2016-06-14 | 1 | -1/+0 | |
| * | KviLocale: More double underscore isms | 2016-05-17 | 1 | -11/+11 | |
| * | KviLocale: capitalize asiatic -> Asiatic | 2016-05-17 | 1 | -7/+7 | |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent. | 2016-05-17 | 2 | -8/+6 | |
| * | cleanups: remove more dead code odd spaces | 2016-05-07 | 1 | -6/+0 | |
| * | cleanup separators and remove some unused commented code | 2016-05-06 | 1 | -8/+4 | |
| * | Cleanup random separators with no comments | 2016-05-06 | 1 | -3/+4 | |
| * | src various: small strings fixes•••its like dejavu | 2016-05-03 | 1 | -1/+1 | |
| * | Apply clang-tidy: modernize-loop-convert | 2016-04-30 | 1 | -3/+3 | |
| * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 1 | -2/+1 | |
| * | Apply clang-tidy: modernize-use-override | 2016-04-30 | 1 | -4/+4 | |
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 3 | -18/+18 | |
| * | Apply clang-format | 2016-04-29 | 8 | -175/+183 | |
| * | Protect several hand-crafted blocks from clang-format | 2016-04-29 | 1 | -0/+2 | |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | 2016-01-31 | 1 | -1/+1 | |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | 2015-11-28 | 8 | -8/+8 | |
| * | Copyright Headers: Cosmetic typos irc -> IRC | 2015-10-28 | 8 | -8/+8 | |
| * | Kvi(Various).cpp Capitalization punctuation, typos fixes | 2015-10-22 | 2 | -7/+7 | |
| * | - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- 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 | 2014-11-21 | 5 | -9/+9 | |
| * | Added CP949 to KviLocale•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6108 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2012-03-26 | 2 | -1/+4 | |
| * | renamed JIS7 to ISO-2022-JP/JIS7 (ticket #1217)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5974 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2011-09-24 | 1 | -3/+3 | |
| * | fix for #1187•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5938 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2011-08-22 | 1 | -0/+5 | |
| * | fix for #1140•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5822 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2011-05-04 | 1 | -1/+1 | |
| * | initial implementation of #934: added the ability to export the log to plain ...•••this is still a wip git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5762 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2011-04-07 | 1 | -1/+4 | |
| * | In KDE mode also look at KDE_LANG to select the language•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5759 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2011-04-05 | 1 | -0/+4 | |
| * | reworked KviLocale stuff: now it's a singleton•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5696 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2011-03-25 | 3 | -407/+520 | |
| * | improved hungarian notation;•••added doxygen comments; updated docs; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5678 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2011-03-23 | 8 | -329/+298 | |
| * | 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 | 2011-03-23 | 8 | -0/+1573 |
