aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/qthttp
Commit message (Collapse)AuthorAgeFilesLines
* Fix error handling of QSslSocket (#2718)Gravatar ctrlaltca2025-10-101-1/+1
|
* Adapt to Qt 6.9 deprecations (#2706)Gravatar ctrlaltca2025-07-171-0/+7
| | | | | | | * 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-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Misc Qt6 port for slightly changed class names and method signaturesGravatar Fabio Bas2023-10-181-4/+0
|
* Port QDateTime::toTime_t() to toSecsSinceEpoch(); it's a quint64, but it ↵Gravatar Fabio Bas2023-10-181-1/+1
| | | | should cast to time_t safely until year 2106
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-2/+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>
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-142-16/+30
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-2/+1
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-8/+4
|
* Apply clang-tidy: modernize-use-overrideGravatar Alexey Sokolov2016-04-301-23/+23
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-35/+35
|
* Update my clang-format to 3.8.0Gravatar Alexey Sokolov2016-04-302-3/+3
| | | | Don't sort includes
* Apply clang-formatGravatar Alexey Sokolov2016-04-295-2561/+2832
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-182-3/+3
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* Port KVS http class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-235-0/+5525