| Commit message (Expand) | Author | Age | Files | Lines |
| * | More qt6 porting (#2622)•••* Port QColor::setNamedColor to QColor::fromString
* Port from QVariant::Type to QmetaType::Type
* KviCoreActions: port from QAction::parentWidget to qobject_cast + QAction::parent
* KviIrcView: port QString::fromUtf16 usage to the non-obsolete char16_t* overload
* KviTopicWidget: port QMouseEvent to a non-obsolete overload
* Port QMouseEvent from old pos(), x(), y(), to position()
* Port obsolete QMessageBox usage to custom buttons
* KviApplication: initialize the dbus notify message "replace ID" to 0
* KviIrcConnection: port deprecated QString::count() to QString::size()
* KvsObject_*: port QColor::setNamedColor to QColor::fromString
* KvsObject_widget: port QWidget::isTopLevel to QWidget::isWindow
* KviMainWindow: use QKeyCombination instead of int for shortcuts
* QHttp: avoid deprecated methods for QCryptographicHash
* ScriptEditorWidget: use the new signature for QMenu::addAction()
* KviInputEditor: Extract ACCEL_KEY from header and avoid warning
* KviStringConversion: convert old Qt5 font weights to new "css" font weights
* syntax fix | ctrlaltca | 2024-03-24 | 1 | -0/+5 |
| * | Fix 2609; while we're at it, make the contextual help work again (#2610) | ctrlaltca | 2024-02-27 | 1 | -13/+14 |
| * | 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 | 1 | -0/+5 |
| * | Make shortcuts compatible with qt6; remove unused KviShortcut constructor sin... | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | 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 | -14/+15 |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-08 | 1 | -1/+1 |
| * | editor: Fix crash when editing empty network list | Matt | 2023-06-16 | 1 | -0/+4 |
| * | QString::null is deprecated (#2526) | nmariusp | 2022-06-29 | 1 | -3/+3 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 1 | -1/+1 |
| * | Improve the script tester a little bit (#2282)•••* Fix the code editor not being focused by default in the script tester
dialog, add a "find" button, and fix the colour of the find lineedit.
* Add a dedicated ircview for the code tester.
| wodim | 2017-09-03 | 2 | -9/+11 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 1 | -1/+1 |
| * | ScriptEditor: Remove include | staticfox | 2016-08-13 | 1 | -1/+0 |
| * | ScriptEditor: Refactor a bit | staticfox | 2016-08-13 | 3 | -68/+45 |
| * | Row/Col: Rename row to line and dont use 0 base for first line•••without this patch when theres a KVS error you are pointed to a specific line x near char y
but when you open an editor the error is in fact on the previous line
| un1versal | 2016-07-19 | 1 | -3/+3 |
| * | consistency fixes: few cosmetic string fixes | un1versal | 2016-07-06 | 1 | -2/+2 |
| * | ScriptEditorImplementation: insert italic ctrl char in KVS editor••• when Ctrl+I is pressed.
Fixes #2010
| un1versal | 2016-06-17 | 1 | -0/+3 |
| * | 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 | 1 | -1/+0 |
| * | ScriptEditorImplementation: add dialog minimum width | un1versal | 2016-05-12 | 1 | -5/+4 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -89/+0 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 1 | -4/+2 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 2 | -11/+11 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 3 | -283/+306 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -6/+7 |
| * | fix argh | un1versal | 2015-12-28 | 1 | -1/+1 |
| * | 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 | -4/+4 |
| * | ScriptEditorImplementation: capitalization fixes | un1versal | 2015-12-05 | 1 | -2/+2 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 3 | -3/+3 |
| * | Set Monaco/10 as the default font for the script editor on OS X.•••Part of #1704.
| wodim | 2015-11-11 | 1 | -2/+7 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |
| * | Clean up double semicolons | Matt Ullman | 2015-10-27 | 2 | -3/+3 |
| * | Apply the custom cursor width to the script editor also.•••I was expecting Qt to automatically apply Windows' cursor width to QTextEdit widgets by default. That is not the case.
| wodim | 2015-10-06 | 1 | -0/+17 |
| * | File dialogs seem to always require a parent. Without it Qt5 enters in a kind... | Szymon Tomasz Stefanek | 2015-08-25 | 1 | -2/+2 |
| * | convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-04 | 1 | -3/+3 |
| * | qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-28 | 1 | -7/+0 |
| * | fix compilation, thanks minde for noticing (CtrlAltCa <3)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2012-02-27 | 1 | -1/+1 |
| * | Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••This fixes most of the random crashes on osx, and is the base for a next change in the menubar.
Addiotional fix: "disconnect" menu entry was broken since the 3.x era
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-02-26 | 2 | -6/+6 |
| * | admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-01-14 | 1 | -10/+0 |
| * | adds text to the wrench on the editor so users can find it... hopefully•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5935 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-08-20 | 1 | -1/+4 |
| * | killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-10 | 1 | -6/+4 |
| * | renamed a global pointer;•••more work on KDE notifier;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-06 | 1 | -1/+1 |
| * | reworked icon stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-05 | 1 | -1/+1 |
| * | The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-01-01 | 4 | -100/+100 |
| * | More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-29 | 1 | -1/+1 |
| * | More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 3 | -17/+17 |
| * | More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-26 | 2 | -4/+4 |
| * | Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-25 | 3 | -12/+12 |
| * | fixed some exceptions in syntax highlighter•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5167 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-11-22 | 1 | -2/+5 |
| * | fix for #992•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5107 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-25 | 1 | -45/+78 |
| * | merged egns's patch to enable painless msvc compilation, thank you!•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5091 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-19 | 1 | -5/+5 |