aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_painter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Painter object fixes; fix #2494 (#2728)Gravatar ctrlaltca2025-11-101-124/+110
|
* Adapt to Qt 6.9 deprecations (#2706)Gravatar ctrlaltca2025-07-171-0/+11
| | | | | | | * Adapt to Qt 6.9 deprecations * Windows 2019 images are no more available no github, switch to 2022 * Wordaround Qt5 missing QTimezone::UTC
* More qt6 porting (#2622)Gravatar ctrlaltca2024-03-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-3/+3
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* Remove Q_UNUSED macrosGravatar IceN9ne2018-11-281-4/+0
|
* Fix wrapping of <pre> in the docs.Gravatar wodim2017-08-311-23/+23
| | | | Fixes #2288
* KvsObject_painter: Fix potential memory leak in class function penGravatar IceN9ne2016-11-061-9/+7
|
* wheeeeeeeeeeGravatar staticfox2016-05-221-5/+5
|
* cleanup: separators and spacingGravatar un1versal2016-05-081-1/+0
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-3/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-15/+15
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-818/+880
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-209/+204
| | | | | | + 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, consistency capitalize, fomatting and indenting fixesGravatar un1versal2015-12-191-33/+40
| | | | these contains in addition the whitespace changes
* 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-1/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte ↵Gravatar Szymon Tomasz Stefanek2012-12-221-6/+6
| | | | | | order conversion. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More qt5 porting (qprinter and qftp), removed some warningsGravatar Fabio Bas2012-09-291-18/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6263 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-4/+19
| | | | 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-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6224 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Update documentation for painter::drawTextGravatar Szymon Tomasz Stefanek2012-06-091-7/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6179 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some fixes in class sqlGravatar Noldor2011-06-281-68/+228
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5884 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Objects module: fixed indentation (2nd part)Gravatar Fabio Bas2011-05-081-243/+240
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5837 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Code improvements in kvs classesGravatar Noldor2011-04-281-18/+216
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+1738
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c