<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/url/libkviurl.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/url/libkviurl.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/url/libkviurl.cpp?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>Migrate almost all QMessagebox to qt6-friendly version.</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-10T15:58:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9052018b53ece6c073b57c89665ae693a3f0fb97'/>
<id>urn:sha1:9052018b53ece6c073b57c89665ae693a3f0fb97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused calls to viewOptions()</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-04T09:44:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c8c0a92fd6980f757ef50dae31f52b0f84428bd1'/>
<id>urn:sha1:c8c0a92fd6980f757ef50dae31f52b0f84428bd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)</title>
<updated>2023-07-07T23:38:33Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2023-07-07T23:38:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=28292170d8c02743cabfabba3a1623b8d71b9aa2'/>
<id>urn:sha1:28292170d8c02743cabfabba3a1623b8d71b9aa2</id>
<content type='text'>
* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------

Co-authored-by: Fabio Bas &lt;fabio.bas@officineinformatiche.net&gt;</content>
</entry>
<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>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>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>
