aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_sql.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More qt6 porting (#2622)Gravatar ctrlaltca2024-03-241-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix compiler warnings in the code.Gravatar IceN9ne2018-11-271-1/+1
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Remove unused/useless codeGravatar IceN9ne2018-04-221-1/+0
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-7/+7
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-170/+206
|
* Remove all ifdefs related to older versions of Qt.Gravatar wodim2016-04-071-2/+0
| | | | Now that we only support Qt 5 we will no longer need these.
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-69/+66
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-5/+5
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-2/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* fix sql object documentationGravatar wodim2013-05-071-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6329 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-2/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Typos, thx to fiber in ticket #1302Gravatar Markus Rennings2012-07-091-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6224 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some fix in kvs classesGravatar Noldor2011-11-121-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5986 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some fixes in class sqlGravatar Noldor2011-06-281-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5884 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Sql improvementsGravatar Noldor2011-06-271-167/+50
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5882 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Objects module: fixed indentation (2nd part)Gravatar Fabio Bas2011-05-081-446/+441
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5837 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+603
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c