| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
it. (#2672)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
|
| |
|
|
|
|
| |
cast/conversion to better digest them
cast
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The modulo was already being applied inconsistently
(e.g. getColorBytesW vs. getUnicodeColorBytes). It is now
unnecessary, as we handle higher color values properly.
|
| | |
|
| |
|
|
| |
The distinction is not meaningful.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
floating around and messing up with the selection. Fixes #1855
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Fixes #2288
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
+ add copyright boilerplate to KviDebugContext.cpp
probably more source files exist with no copyright boilerplate.
this was a by chance find.
|
| | |
|
| | |
|
| |
|
|
| |
Move emoticons to code point 0x1C.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Add account names to user tip text
|
| | |
|
| |
|
|
|
|
| |
+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
Arfrever
|
| | |
|
| |
|
|
| |
floating point coordinates.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
opinion -> option
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|