aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/url/libkviurl.h
Commit message (Expand)AuthorAgeFilesLines
* libkviurl: Use "itemActivated" event instead of "itemDoubleClicked"•••Allows opening URLs with the keyboard (by pressing Enter). Gravatar Vladimir Panteleev2019-05-021-1/+1
* libkviurl: Add "Open" default action to menu•••Does exactly the same as double-clicking. Copies the UI pattern from most graphical file managers. A nice kind of redundancy to have. Gravatar Vladimir Panteleev2019-05-021-0/+2
* libkviurl: Use Qt's native context menu events instead of emulation•••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. Gravatar Vladimir Panteleev2019-05-021-5/+0
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
* Remove C-style typedef structsGravatar IceN9ne2018-11-281-2/+2
* Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-281-5/+5
* Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-141-1/+1
* Part 1: Bring KVIrc to the 21st century•••Avoid many un-necessary memory allocations as well as start the migration to unique pointers where appropriate. Start migrating out of the KVirc standard library into the C++ standard library. Gravatar staticfox2016-08-031-1/+4
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-21/+26
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-281-1/+1
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
* [ci skip] various header files, typos correctionsGravatar un1versal2015-10-081-1/+1
* Created KVICOREACTIONS for the old previously caps-based entries in the tools...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6089 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-081-9/+0
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-261-1/+1
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-011-4/+4
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-4/+4
* More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-251-3/+3
* some fixes to the url module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4207 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-231-1/+3
* removed old hardcoded pixmap for url module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4189 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-211-6/+0
* patched url module to modernize it and remove not-working functions. closes #558•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3546 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-10-061-0/+1
* removed useless tal_treewidget•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3521 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-241-2/+2
* updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2009-05-081-1/+1
* cleaned tal_treewidget , hopefully re-connecting again all the signal/slot pairs•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2807 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-011-3/+3
* ported module url to qt4, qstring usage (instead of kvistr), removed useless ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2545 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-09-241-6/+17
* fixed license template for modules from n to the end;•••please, when you create a new file or edit an old one, don't simply copy/paste the license from an other file, but adjust the infos in it (author, datetime, license owner) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-181-2/+6
* other small fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2448 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-09-121-1/+0
* more qt4 porting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2320 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2008-08-271-4/+5
* trashed kvi_styledcontrols•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1972 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-06-301-5/+3
* fixed styled widgets + more QT4 port•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1859 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-05-271-2/+2
* QT4 port: QIconSet (completed), objects module (w.i.p.), code clean.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1480 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2008-04-141-1/+1
* ported some modules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1423 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-081-21/+14
* quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1367 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-011-1/+0
* More alternate port to Qt4: no longer relying on Qt collection classes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-01-151-1/+1
* More Qt4 tweaks•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@439 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-03-281-2/+2
* more qt4 port•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@387 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2007-02-281-0/+4
* More Qt 4.x port and the torrent module by Alexander Stillich•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@255 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-01-261-6/+6
* More Qt 4.x port•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@246 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2007-01-231-1/+1
* Switching from cvs to svn, initial import•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2006-12-181-0/+140