<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/kvilib/locale/KviLocale.cpp, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/kvilib/locale/KviLocale.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/kvilib/locale/KviLocale.cpp?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2024-02-08T07:58:10Z</updated>
<entry>
<title>Add support for sanitizers at compile time (and fix some issues) (#2599)</title>
<updated>2024-02-08T07:58:10Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-02-08T07:58:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=5cbbeabcfd2321e42767063d617b71ae14b3b8c7'/>
<id>urn:sha1:5cbbeabcfd2321e42767063d617b71ae14b3b8c7</id>
<content type='text'>
* Add an option to enable sanitizer at compile time

* Fix singleton classes initialization

* Revert r5378 - issue #1068 - to avoid having duplicate symbols exported by modules, that may cause a crash

* Fix cast in KviTalIconAndRichTextItemDelegate (used by both QListWidget and QTreeWidget)

* ScriptEditor: don't leak a timer for every script editor widget

* Add support for memory and thread sanitizers

* Fix sanitizer

* KviSignalhandler: don't leak the whole object

* Remove debug warning when a single message is longer than 512 bytes.
As per https://ircv3.net/specs/extensions/message-tags.html#size-limit , message tags can prepend a whooping 8kbs of "tags" (header data) to each message.

* Avoid initialization loop between KviLocale and KviMessageCatalogue. Assume all .po files are UTF8. This is already a requirement since about a decade.

* KviInputEditor: don't leak the undo/redo stacks

KviInputEditor: don't leak the undo/redo stacks - rework using smart pointers

* Fix typo</content>
</entry>
<entry>
<title>push and pull po{t}s, typo fixes</title>
<updated>2017-05-24T15:39:36Z</updated>
<author>
<name>Dessa</name>
</author>
<published>2017-05-24T15:39:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=90e1ffeefb2405f71095dd3529b4c0ec2fe2b906'/>
<id>urn:sha1:90e1ffeefb2405f71095dd3529b4c0ec2fe2b906</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Windows code Unicode-aware (#2219)</title>
<updated>2017-05-24T10:10:49Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-05-24T10:10:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=8b81b079117e37d8e09d110bdffd3e6eaf2a3543'/>
<id>urn:sha1:8b81b079117e37d8e09d110bdffd3e6eaf2a3543</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup included files</title>
<updated>2016-10-28T21:24:29Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2016-10-28T20:06:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228'/>
<id>urn:sha1:96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KviLocale: capitalize asiatic -&gt; Asiatic</title>
<updated>2016-05-17T17:18:02Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-05-17T13:22:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c53a81bc654693935724f8d9952a8e366eeb7ebf'/>
<id>urn:sha1:c53a81bc654693935724f8d9952a8e366eeb7ebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various cosmetic: consistent comment format</title>
<updated>2016-05-17T17:18:01Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-05-17T13:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1676464bdc3e7f1ae47cda3d95344c044c2c9207'/>
<id>urn:sha1:1676464bdc3e7f1ae47cda3d95344c044c2c9207</id>
<content type='text'>
+ remove separators to make it consistent.
</content>
</entry>
<entry>
<title>cleanup separators and remove some unused commented code</title>
<updated>2016-05-06T17:51:57Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-05-06T17:44:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=30a941bf1dbfa4fd473566450d75f5198579f632'/>
<id>urn:sha1:30a941bf1dbfa4fd473566450d75f5198579f632</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-override</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:30:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9ef8a30e2d170049cc9a9291c29df8258177a63a'/>
<id>urn:sha1:9ef8a30e2d170049cc9a9291c29df8258177a63a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-nullptr</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=505d0768f8392e3c4775425dd97f41e1c829ef44'/>
<id>urn:sha1:505d0768f8392e3c4775425dd97f41e1c829ef44</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>
</feed>
