<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/options/OptionsDialog.cpp, branch ignore-sigpipe</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/options/OptionsDialog.cpp?h=ignore-sigpipe</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/options/OptionsDialog.cpp?h=ignore-sigpipe'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2017-08-30T10:31:09Z</updated>
<entry>
<title>Clean up properly after the search field in the settings dialog is emptied.</title>
<updated>2017-08-30T10:31:09Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-30T10:31:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=ed718b00fe1adbe5cdad72bd8eb794fa4473c3fd'/>
<id>urn:sha1:ed718b00fe1adbe5cdad72bd8eb794fa4473c3fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "search as you type" functionality to the settings dialogs.</title>
<updated>2017-08-29T11:17:46Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-29T11:17:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=61cc3ebb9a55adaef1a099ac57425a93567ba0cd'/>
<id>urn:sha1:61cc3ebb9a55adaef1a099ac57425a93567ba0cd</id>
<content type='text'>
I'm leaving the icon with the magnifying glass there because I
think it makes more evident that that field can be used to search
for stuff.

Fixes #2248
</content>
</entry>
<entry>
<title>cleanup: remove more ancient commented code p3</title>
<updated>2016-05-08T01:37:37Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-05-08T01:36:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=5f0292c32b336be0bb279a7511a9ee37ba9df3fa'/>
<id>urn:sha1:5f0292c32b336be0bb279a7511a9ee37ba9df3fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-default</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:34:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=a37bd1dfeb81c8cd44453e186a43c1b29883ab49'/>
<id>urn:sha1:a37bd1dfeb81c8cd44453e186a43c1b29883ab49</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>
<entry>
<title>Protect several hand-crafted blocks from clang-format</title>
<updated>2016-04-29T22:48:35Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-23T20:22:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b1a8a94e954620a937e686206717f1a7d2c64719'/>
<id>urn:sha1:b1a8a94e954620a937e686206717f1a7d2c64719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reduce line break space between paragraphs</title>
<updated>2016-02-04T18:23:04Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-02-04T09:17:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=34e66f9d5445e147b83e62a1f95726c1b11a061b'/>
<id>urn:sha1:34e66f9d5445e147b83e62a1f95726c1b11a061b</id>
<content type='text'>
This is extremely annoying, removing &lt;br&gt; the space is too little,
While with &lt;br&gt; the space is too much.

Trying things like &lt;p style="margin-bottom:15px;"&gt; (or any value other than 15px) has 0 effect

So hate &lt;br&gt; all you want between the &lt;p&gt;&lt;/p&gt; but nothing else has the same effect as this.

As is with &lt;br style="line-height:5px;"/&gt; the sapcing is more or less ideal here.
If you can fix this with similar results not using &lt;br&gt; please enlighten me.
</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>Don’t select any section in option dialogs by default.</title>
<updated>2015-11-09T13:50:04Z</updated>
<author>
<name>wodim</name>
</author>
<published>2015-11-09T13:50:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9a9f30ec65ffa99b08156e1f8ccbcb607fe2addc'/>
<id>urn:sha1:9a9f30ec65ffa99b08156e1f8ccbcb607fe2addc</id>
<content type='text'>
It looks like Qt selects the first option of a QTreeWidget on OS X
by default. This is part of #1704.
</content>
</entry>
</feed>
