aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/url
Commit message (Expand)AuthorAgeFilesLines
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-181-3/+3
* Remove unused calls to viewOptions()Gravatar Fabio Bas2023-10-181-1/+0
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>Gravatar ctrlaltca2023-07-081-8/+8
* libkviurl: Use "itemActivated" event instead of "itemDoubleClicked"•••Allows opening URLs with the keyboard (by pressing Enter). Gravatar Vladimir Panteleev2019-05-022-3/+3
* 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-022-2/+14
* 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-022-38/+22
* libkviurl: Fix showing configuration dialog after closing it with Esc•••Pressing Esc hides the dialog, but does not delete it. Gravatar Vladimir Panteleev2019-05-021-0/+2
* Replace KVI_OPTION_MIRCCOLOR usage with getMircColor•••- 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 Gravatar Vladimir Panteleev2019-01-161-4/+4
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
* Remove C-style typedef structsGravatar IceN9ne2018-11-282-4/+4
* 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
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-1/+1
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
* switch to the correct window even if it's open alreadyGravatar wodim2017-03-021-1/+3
* libkviurl: Fix memory leak in void BanFrame::addBan()•••If the user entered an empty string or pressed cancel while adding a ban, then pText leaks. Gravatar IceN9ne2016-11-051-2/+3
* 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-032-55/+44
* wheeeeeeeeeeGravatar staticfox2016-05-221-2/+2
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-061-86/+4
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-2/+2
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-2/+1
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-13/+13
* Apply clang-formatGravatar Alexey Sokolov2016-04-292-215/+251
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog Gravatar un1versal2016-02-271-5/+5
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-282-2/+2
* fix wrong formatting tags in @docs text•••something I stumbled across while looking around in docs. replace helplogoleft Gravatar un1versal2015-11-211-29/+30
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-1/+0
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-26/+26
* [ci skip] various header files, typos correctionsGravatar un1versal2015-10-081-1/+1
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab...Gravatar Szymon Tomasz Stefanek2015-09-281-3/+3
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-211-1/+1
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-3/+3
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-7/+0
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-3/+0
* 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-085-80/+12
* fix compilation, thanks minde for noticing (CtrlAltCa <3)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-02-271-1/+1
* 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-262-19/+19
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-142-20/+0
* - Happy new year!••• - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed - Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change - The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed - Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup - should fix #1221 and hopefully introduce little to no bugs git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-011-1/+1
* KviKvsPopupMenu: fixed 2 broken QString::arg()•••url module: removed debug message git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5332 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-101-1/+0
* killed some defines;•••more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-071-4/+4
* renamed a global pointer;•••more work on KDE notifier; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-061-5/+5
* reworked icon stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-051-3/+3
* 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-012-8/+8
* nigthly round of documentation fixes by OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5248 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-281-0/+1
* 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-272-22/+22
* More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-262-2/+2
* 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-252-13/+13