| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some c++20 warnings (#2766) | ctrlaltca | 2026-06-10 | 2 | -2/+2 |
| * | Add support for "Monospace" control code (ASCII 0x11). By now just ignore it.... | ctrlaltca | 2024-08-02 | 2 | -2/+4 |
| * | 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 | ctrlaltca | 2024-02-08 | 2 | -12/+4 |
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression•••Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
| Fabio Bas | 2023-10-18 | 2 | -7/+5 |
| * | Qt6 is stricter when casting numericals and chars. Add an explicit cast/conve...•••cast
| Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | QString::null is deprecated (#2526) | nmariusp | 2022-06-29 | 2 | -3/+3 |
| * | Document the AVATAR negotiation protocol (#2511) | Soni L | 2021-08-26 | 1 | -1/+5 |
| * | KviControlCodes.cpp: Remove %16 when parsing colors•••The modulo was already being applied inconsistently
(e.g. getColorBytesW vs. getUnicodeColorBytes). It is now
unnecessary, as we handle higher color values properly.
| Vladimir Panteleev | 2019-01-16 | 1 | -4/+4 |
| * | Add KviControlCodes::getExtendedColor | Vladimir Panteleev | 2019-01-16 | 2 | -0/+101 |
| * | Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constant•••The distinction is not meaningful.
| Vladimir Panteleev | 2019-01-16 | 1 | -2/+1 |
| * | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 2 | -4/+4 |
| * | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 4 | -110/+110 |
| * | SASL: Add support for EXTERNAL method. Closes #2258 | IceN9ne | 2018-11-22 | 2 | -0/+22 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 2 | -2/+2 |
| * | Fix Coverity complaints about uninitialized member variables | IceN9ne | 2018-04-14 | 1 | -1/+1 |
| * | Better handling of tabs in KviIrcView. Not perfect but at least they aren't f... | Szymon Tomasz Stefanek | 2017-12-28 | 1 | -0/+1 |
| * | gettimeofday(): Remove timezone argument•••1) Due to timezone and Daylight Savings, it has been abadonded and
deprecated
2) It failed to compile under msvc2017 for whatever reason
3) We've never used it anyway
| staticfox | 2017-09-27 | 1 | -1/+1 |
| * | Fix wrapping of <pre> in the docs.•••Fixes #2288
| wodim | 2017-08-31 | 1 | -6/+6 |
| * | Remove lots of redundant line feeds around block elements in the docs. | wodim | 2017-08-25 | 1 | -4/+3 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 1 | -1/+1 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 24 | -28/+55 |
| * | KviIrcServerReconnectInfo: Refactor | staticfox | 2016-08-07 | 2 | -60/+4 |
| * | KviProxyDatabase: Move to vector and unique pointers | staticfox | 2016-08-07 | 1 | -3/+5 |
| * | 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.
| un1versal | 2016-06-14 | 7 | -11/+6 |
| * | source: cosmetic cleanups | un1versal | 2016-06-13 | 1 | -1/+1 |
| * | KviControlCodes: cleanup duplication in control codes | un1versal | 2016-06-12 | 1 | -15/+1 |
| * | Add italic text. Resolves kvirc/KVIrc#1070.•••Move emoticons to code point 0x1C.
| Andrio Celos | 2016-05-29 | 2 | -1/+3 |
| * | various: minor fixes | un1versal | 2016-05-15 | 1 | -6/+6 |
| * | cleanups: remove more dead code odd spaces | un1versal | 2016-05-07 | 3 | -3/+1 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 3 | -6/+3 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 8 | -63/+63 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 32 | -832/+935 |
| * | general: Typo fixes | staticfox | 2016-04-23 | 3 | -4/+4 |
| * | KviIrcUserEntry: Make setAvatar accept unique_ptr | staticfox | 2016-04-18 | 2 | -7/+22 |
| * | general: Refactoring and cleanups | staticfox | 2016-04-17 | 3 | -31/+17 |
| * | KviUserEntry: Add hasAccountName()•••Add account names to user tip text
| staticfox | 2016-03-29 | 1 | -0/+6 |
| * | Add support for extended-join and account-notify | staticfox | 2016-03-20 | 2 | -0/+13 |
| * | documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
| un1versal | 2016-03-14 | 2 | -17/+20 |
| * | Make defaults more consistent with defaults :-O•••CAP and STARTTLS were disabled by default for new servers, but enabled
by default for servers loaded from config which didn't have this
setting.
| Alexey Sokolov | 2016-03-12 | 1 | -1/+1 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 1 | -1/+1 |
| * | more avatar https:// fixes | un1versal | 2016-01-16 | 1 | -1/+1 |
| * | Rework KviInputEditor. Remove the character width cache madness. Use floating... | Szymon Tomasz Stefanek | 2016-01-02 | 1 | -12/+11 |
| * | various files: typos/consistency and capitalization see notes below.•••https://techbase.kde.org/Projects/Usability/HIG/Capitalization
This was just done last minute over some notes I had made during earlier similar fixes.
* dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural.
* freenode is all lowercase instance only.
* tooltips are not Camel Case capitalization style either.
* some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to.
* Tree items are Camel Case
* Typos in Unknow channel modes
* more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these
The tooltips text doubles up as title one isnt capitalized and the other is...
So now none are in this area only since unlike toolbars thers no test display here and its passable.
Alternative is to fix these dialogs and toolbars and tbh I cant do it.
* cannot vs can't : these are consistency fixes for strings and debug messages only.
* about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels.
s spaces
tyyt
| un1versal | 2015-12-19 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 32 | -32/+32 |
| * | server: Statically cast flags | Matt Ullman | 2015-11-04 | 1 | -7/+7 |
| * | Add base work for favorites | Matt Ullman | 2015-11-04 | 2 | -2/+29 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 26 | -26/+26 |
| * | Kvi(Various).cpp Capitalization punctuation, typos fixes | un1versal | 2015-10-22 | 2 | -26/+26 |
| * | [ci skip] cpp files, capitalization, typos, syntax normalization and punctuation | un1versal | 2015-10-08 | 1 | -2/+2 |
| * | [ci skip] various header files, typos corrections | un1versal | 2015-10-08 | 1 | -1/+1 |