<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/logview/LogViewWindow.h, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/logview/LogViewWindow.h?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/logview/LogViewWindow.h?h=master'/>
<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>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>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>
<entry>
<title>Fix Coverity complaints about uninitialized member variables</title>
<updated>2018-04-14T16:57:50Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-04-14T16:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=82be064fde846aaa39ca15d5f0d102e04e6b001e'/>
<id>urn:sha1:82be064fde846aaa39ca15d5f0d102e04e6b001e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>logview module: Fix memory leak in logview export</title>
<updated>2017-03-10T01:21:26Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2017-03-10T01:21:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=111cb9c64b7e7c14f0d95f3920ea88ba68327ae2'/>
<id>urn:sha1:111cb9c64b7e7c14f0d95f3920ea88ba68327ae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-format</title>
<updated>2016-04-29T22:57:48Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-29T22:57:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=690dd7a33ddc90678367d73adf313533536e10f2'/>
<id>urn:sha1:690dd7a33ddc90678367d73adf313533536e10f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>copyright headers: fix broken boilerplate wording linkss -&gt; terms and opinion -&gt; option</title>
<updated>2015-11-28T00:27:43Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-11-28T00:12:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=973649f82e5543a84f71b384a3f1bc9741007874'/>
<id>urn:sha1:973649f82e5543a84f71b384a3f1bc9741007874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright Headers: Cosmetic typos irc -&gt; IRC</title>
<updated>2015-10-28T09:30:35Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-10-28T09:29:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2f8e7f483ad14b55d7e71be19e87de1f52de4930'/>
<id>urn:sha1:2f8e7f483ad14b55d7e71be19e87de1f52de4930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow user to export logs to a custom directory, save directory path for future use</title>
<updated>2014-12-02T21:11:41Z</updated>
<author>
<name>OmegaPhil</name>
</author>
<published>2014-12-02T21:11:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2a758a2ad752509c91ddb0ec32b83cee5292726e'/>
<id>urn:sha1:2a758a2ad752509c91ddb0ec32b83cee5292726e</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6400 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>Work around Qt4 bug to actually export a logfile to the temprary</title>
<updated>2014-11-22T14:56:00Z</updated>
<author>
<name>OmegaPhil</name>
</author>
<published>2014-11-22T14:56:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f9aec8943558f3fa01c6251bed1c3acd23936233'/>
<id>urn:sha1:f9aec8943558f3fa01c6251bed1c3acd23936233</id>
<content type='text'>
directory

Part of https://svn.kvirc.de/kvirc/ticket/934

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6399 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
</feed>
