<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/options/OptionsWidget_input.cpp, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/options/OptionsWidget_input.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/options/OptionsWidget_input.cpp?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2018-02-20T02:42:35Z</updated>
<entry>
<title>Add option to prioritize nick tab completion by last action time. Implements #2216</title>
<updated>2018-02-20T02:42:35Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-02-20T02:42:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=53ee867881f5154dfdc3e1902f58ac10971b4bf9'/>
<id>urn:sha1:53ee867881f5154dfdc3e1902f58ac10971b4bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Add an option to order nick completion by last action time. Resolves #2216."</title>
<updated>2017-12-29T14:32:59Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2017-12-29T14:32:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=ce3c9017b3c0b9e795744139c496fcef8e2b76ac'/>
<id>urn:sha1:ce3c9017b3c0b9e795744139c496fcef8e2b76ac</id>
<content type='text'>
This reverts commit 446bff05a0f0d344bca9da652431d5612b72209d.
</content>
</entry>
<entry>
<title>Revert "Add uintNickCompletionOrder to the options widget."</title>
<updated>2017-12-29T14:32:48Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2017-12-29T14:32:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6ef18f91dddbbc74173821b9c4a94ca36e85121b'/>
<id>urn:sha1:6ef18f91dddbbc74173821b9c4a94ca36e85121b</id>
<content type='text'>
This reverts commit 6a0906274e93359e90337600192695b39706ff55.
</content>
</entry>
<entry>
<title>Revert "Allow adding tooltips to other widgets in the options dialogs."</title>
<updated>2017-12-29T14:32:37Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2017-12-29T14:32:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=48b433181be976d05c551e911a1fbcaa89234d80'/>
<id>urn:sha1:48b433181be976d05c551e911a1fbcaa89234d80</id>
<content type='text'>
This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62.
</content>
</entry>
<entry>
<title>Allow adding tooltips to other widgets in the options dialogs.</title>
<updated>2017-12-28T19:13:57Z</updated>
<author>
<name>Andrio Celos</name>
</author>
<published>2017-07-06T13:37:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2f723938d6434302e6538e145bf8e1839de93b62'/>
<id>urn:sha1:2f723938d6434302e6538e145bf8e1839de93b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add uintNickCompletionOrder to the options widget.</title>
<updated>2017-12-28T19:13:57Z</updated>
<author>
<name>Andrio Celos</name>
</author>
<published>2017-07-06T10:48:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6a0906274e93359e90337600192695b39706ff55'/>
<id>urn:sha1:6a0906274e93359e90337600192695b39706ff55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to order nick completion by last action time. Resolves #2216.</title>
<updated>2017-12-28T19:13:57Z</updated>
<author>
<name>Andrio Celos</name>
</author>
<published>2017-07-05T11:16:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=446bff05a0f0d344bca9da652431d5612b72209d'/>
<id>urn:sha1:446bff05a0f0d344bca9da652431d5612b72209d</id>
<content type='text'>
Also fixes a bug whereby a completion from Shift+Tab was always treated as the last match.
</content>
</entry>
<entry>
<title>Add option to ignore special characters in nick completion.</title>
<updated>2016-09-14T22:05:54Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2016-09-14T22:05:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=379f9b8f65fa479490af45b2f469eb731cff9c0e'/>
<id>urn:sha1:379f9b8f65fa479490af45b2f469eb731cff9c0e</id>
<content type='text'>
Implements #794
</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-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>
