<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/objects, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/objects?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/objects?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2025-11-10T16:51:40Z</updated>
<entry>
<title>Painter object fixes; fix #2494 (#2728)</title>
<updated>2025-11-10T16:51:40Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-11-10T16:51:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=79b6e8fbe5835c9e8767d67c989abdfe51abb350'/>
<id>urn:sha1:79b6e8fbe5835c9e8767d67c989abdfe51abb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error handling of QSslSocket (#2718)</title>
<updated>2025-10-10T21:52:49Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-10-10T21:52:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=71ec9705f1cd5e1c6e5ecb62c1b4a3c8797e0b59'/>
<id>urn:sha1:71ec9705f1cd5e1c6e5ecb62c1b4a3c8797e0b59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt to Qt 6.9 deprecations (#2706)</title>
<updated>2025-07-17T11:26:45Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2025-07-17T11:26:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=735c673d8865e3abfe1d9505af5f107306bb82d3'/>
<id>urn:sha1:735c673d8865e3abfe1d9505af5f107306bb82d3</id>
<content type='text'>
* Adapt to Qt 6.9 deprecations

* Windows 2019 images are no more available no github, switch to 2022

* Wordaround Qt5 missing QTimezone::UTC</content>
</entry>
<entry>
<title>Include debian patches (#2639)</title>
<updated>2024-05-09T08:26:16Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-05-09T08:26:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=200e7bcec7c8fa9ebd96d59bb526c4617f527f45'/>
<id>urn:sha1:200e7bcec7c8fa9ebd96d59bb526c4617f527f45</id>
<content type='text'>
* enable optimisation with debug; credits to wRAR

* Switch RFC2812 links from internal to external. Credits to wRAR

* admin/gendoc.pl: Ease the creation of reproducible builds by removing user and timestamp from generated documentation. Credits to Vagrant Cascadian

* Remove patches from dist/debian</content>
</entry>
<entry>
<title>More qt6 porting (#2622)</title>
<updated>2024-03-24T10:39:46Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-03-24T10:39:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e68e34095057a9d7d7aedbaf8ad9773913aa4794'/>
<id>urn:sha1:e68e34095057a9d7d7aedbaf8ad9773913aa4794</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Misc Qt6 port for slightly changed class names and method signatures</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-04T20:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b62b83e7772e9fba12fd6eadb6c1e70924ccf173'/>
<id>urn:sha1:b62b83e7772e9fba12fd6eadb6c1e70924ccf173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-04T09:25:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=29e92a939647612842b2f583ce0a43dd572b1345'/>
<id>urn:sha1:29e92a939647612842b2f583ce0a43dd572b1345</id>
<content type='text'>
Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
</content>
</entry>
<entry>
<title>Qt6 is stricter when casting numericals and chars. Add an explicit cast/conversion to better digest them</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-09-27T15:22:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2e402d15b5eb28cc70ce5783ebf6473bab97949a'/>
<id>urn:sha1:2e402d15b5eb28cc70ce5783ebf6473bab97949a</id>
<content type='text'>
cast
</content>
</entry>
<entry>
<title>Port QDateTime::toTime_t() to toSecsSinceEpoch(); it's a quint64, but it should cast to time_t safely until year 2106</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-09-27T15:05:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=0ad5e82cc7599e927251f853578f0176ab7f976b'/>
<id>urn:sha1:0ad5e82cc7599e927251f853578f0176ab7f976b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mass rename of margin -&gt; contentsMargins</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-09-20T20:12:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=0c9088c1d63acd418f7e37910ede0f1d59782961'/>
<id>urn:sha1:0c9088c1d63acd418f7e37910ede0f1d59782961</id>
<content type='text'>
</content>
</entry>
</feed>
