<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/url, 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/url?h=ignore-sigpipe</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/url?h=ignore-sigpipe'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2019-05-02T00:12:05Z</updated>
<entry>
<title>libkviurl: Use "itemActivated" event instead of "itemDoubleClicked"</title>
<updated>2019-05-02T00:12:05Z</updated>
<author>
<name>Vladimir Panteleev</name>
</author>
<published>2019-04-17T21:26:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=d8a3ee00296a36e6a38d6de293dad547b925a403'/>
<id>urn:sha1:d8a3ee00296a36e6a38d6de293dad547b925a403</id>
<content type='text'>
Allows opening URLs with the keyboard (by pressing Enter).
</content>
</entry>
<entry>
<title>libkviurl: Add "Open" default action to menu</title>
<updated>2019-05-02T00:12:05Z</updated>
<author>
<name>Vladimir Panteleev</name>
</author>
<published>2019-04-17T21:15:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=37d7357c39a50bbb896427b8a77bb9984654163f'/>
<id>urn:sha1:37d7357c39a50bbb896427b8a77bb9984654163f</id>
<content type='text'>
Does exactly the same as double-clicking.

Copies the UI pattern from most graphical file managers.
A nice kind of redundancy to have.
</content>
</entry>
<entry>
<title>libkviurl: Use Qt's native context menu events instead of emulation</title>
<updated>2019-05-02T00:12:05Z</updated>
<author>
<name>Vladimir Panteleev</name>
</author>
<published>2019-04-17T21:01:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1a47fd00af1f831dfaec3cfe413e2e5dc3a125ca'/>
<id>urn:sha1:1a47fd00af1f831dfaec3cfe413e2e5dc3a125ca</id>
<content type='text'>
Use Qt's customContextMenuRequested signal + setContextMenuPolicy, and
unify UrlDialog::popup with UrlDialog::contextMenu, to fix:

- Pressing the Menu key on the keyboard did not pop up a menu.

- The right-clicked item was not selected before the context menu was
  displayed, thus, the selected action applied to the old
  selection. The selection changed to the right-clicked item after the
  context menu was closed.

- If there was no room left, it was not possible to summon the context
  menu that held the "Configure" option.
</content>
</entry>
<entry>
<title>libkviurl: Fix showing configuration dialog after closing it with Esc</title>
<updated>2019-05-02T00:12:05Z</updated>
<author>
<name>Vladimir Panteleev</name>
</author>
<published>2019-04-17T20:41:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=410017994336fa032c0e3915bee767ab8260411c'/>
<id>urn:sha1:410017994336fa032c0e3915bee767ab8260411c</id>
<content type='text'>
Pressing Esc hides the dialog, but does not delete it.
</content>
</entry>
<entry>
<title>Replace KVI_OPTION_MIRCCOLOR usage with getMircColor</title>
<updated>2019-01-16T20:40:14Z</updated>
<author>
<name>Vladimir Panteleev</name>
</author>
<published>2018-12-02T20:06:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2c9ba26432856b65883aa6dea98f73009f20bb3a'/>
<id>urn:sha1:2c9ba26432856b65883aa6dea98f73009f20bb3a</id>
<content type='text'>
- Replace occurrences in IRC-related views, and message type
  references
- Don't replace occurrences dealing with the color picker or the
  configurable low (0-15) colors
- Also replace hard-coded references to the maximum color
  index (15/16) with KVI_EXTCOLOR_MAX
</content>
</entry>
<entry>
<title>Convert 0s and NULLs to nullptr</title>
<updated>2018-12-04T01:26:31Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-12-04T01:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3820267cf16d09b7e8e2d7a8f30b7a340f300934'/>
<id>urn:sha1:3820267cf16d09b7e8e2d7a8f30b7a340f300934</id>
<content type='text'>
</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>
<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>Remove lots of redundant line feeds around block elements in the docs.</title>
<updated>2017-08-25T10:07:04Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-25T10:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363'/>
<id>urn:sha1:bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363</id>
<content type='text'>
</content>
</entry>
</feed>
