<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/logview, branch 5.2.0</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/logview?h=5.2.0</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/logview?h=5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2023-10-18T08:26:35Z</updated>
<entry>
<title>Migrate almost all QMessagebox to qt6-friendly version.</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-10T15:58:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9052018b53ece6c073b57c89665ae693a3f0fb97'/>
<id>urn:sha1:9052018b53ece6c073b57c89665ae693a3f0fb97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes that will need to be reworked.</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-05T15:50:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2d1bc24d6b6b032dc7db5a2ef7e63bcef43fd511'/>
<id>urn:sha1:2d1bc24d6b6b032dc7db5a2ef7e63bcef43fd511</id>
<content type='text'>
QFont changed the weight scale in Qt6, in order to use them we'd need to fix all configuration files in all themes.
QStreamConverter only supports Utf8/16/32 and Latin1 before Qt6.5. Stick to qt5compat's QTextCodec by now
</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>Qt6: QStringList is a typedef now, avoid forward declarations</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-09-20T20:11:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=843e3c1421592aa47b26457f79bb58d043a285a5'/>
<id>urn:sha1:843e3c1421592aa47b26457f79bb58d043a285a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Batch export logs (#2485)</title>
<updated>2023-08-05T08:39:01Z</updated>
<author>
<name>Chris MacLeod</name>
</author>
<published>2023-08-05T08:39:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2b021749ce4dc3ec8e160a5800e323f7a45047db'/>
<id>urn:sha1:2b021749ce4dc3ec8e160a5800e323f7a45047db</id>
<content type='text'>
* Implement most basic functional batch export

For the future:
*   The loop still needs to be made asynchronous so the process doesn't hang.
*   Ideally, there should be some sort of progress window.
*   There is redundant code that should be reduced.

* Make batch export asynchronous

Reminder: The comment about overwrite protection no longer applies
Todo: Progress dialog

* Avoid possible dangling pointer, improve type safety and const correctness in the process

In reality, the log exporting code has no reason to be in the GUI class to begin with. `exportLog` makes sense as a Qt slot, but `createLog` should be a member function of the `LogFile` class and operate on `this` rather than a `LogFile` argument.
A future commit should amend this, but for now I will avoid changing anything unnecessary until a working progress dialog is in place and I have tested the finished feature thoroughly.

* Add progress dialog

* Make LogViewWindow::createLog a member function of LogFile

* Reduce memory usage by sharing `LogFile`s with the GUI thread

* Correct progress dialog modality

* Collect log files directly instead of reiterating through view items later

Also adds a little documentation

* Fix batch export for paths with reserved characters

* avoid sigsegv

* fix tags removal before nickname in html export

* Fix directory selection and output path for icons in html export

---------

Co-authored-by: ctrlaltca &lt;ctrlaltca@gmail.com&gt;</content>
</entry>
<entry>
<title>Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)</title>
<updated>2023-07-07T23:38:33Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2023-07-07T23:38:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=28292170d8c02743cabfabba3a1623b8d71b9aa2'/>
<id>urn:sha1:28292170d8c02743cabfabba3a1623b8d71b9aa2</id>
<content type='text'>
* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------

Co-authored-by: Fabio Bas &lt;fabio.bas@officineinformatiche.net&gt;</content>
</entry>
<entry>
<title>add export for all logs (channel, etc.)</title>
<updated>2019-09-07T15:55:36Z</updated>
<author>
<name>Alex P</name>
</author>
<published>2017-03-15T13:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=86747b0888c8ad59c0a4c12b91c1099df52a1cb2'/>
<id>urn:sha1:86747b0888c8ad59c0a4c12b91c1099df52a1cb2</id>
<content type='text'>
this line was always commented (since initial impl in 184e489)
but this feature seems to be working fine</content>
</entry>
<entry>
<title>Remove C-style typedef structs</title>
<updated>2018-11-29T04:34:04Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-29T04:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=73ffd3b5c5c595c79b7830834890e6adc34360b4'/>
<id>urn:sha1:73ffd3b5c5c595c79b7830834890e6adc34360b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use override where possible and remove unnecessary usages of the virtual keyword.</title>
<updated>2018-11-29T03:02:03Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-29T03:00:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2c52bee29d4636bcdce407ac91b353d34d89258c'/>
<id>urn:sha1:2c52bee29d4636bcdce407ac91b353d34d89258c</id>
<content type='text'>
</content>
</entry>
</feed>
