aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/list
Commit message (Collapse)AuthorAgeFilesLines
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-181-2/+3
| | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
* Qt6 is stricter when casting numericals and chars. Add an explicit ↵Gravatar Fabio Bas2023-10-181-1/+1
| | | | | | cast/conversion to better digest them cast
* Mass rename of margin -> contentsMarginsGravatar Fabio Bas2023-10-181-1/+1
|
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-5/+5
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-9/+9
| | | | keyword.
* Remove unnecessary usages of the inline keyword per language evolution.Gravatar IceN9ne2018-11-281-1/+1
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+1
|
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-30/+0
|
* cleanup duplicate includesGravatar un1versal2016-05-041-3/+0
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-6/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-7/+7
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-143/+155
|
* cleanup: add or remove empty lines between documentation blocks & codeGravatar un1versal2016-03-141-0/+2
|
* ListWindow: add title to export empty list dialog warningGravatar un1versal2016-02-271-2/+2
|
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-3/+5
| | | | | | to improve entries + add window title to find and replace dialog
* ListWindow: remove tooltip center formatting and fix missed tooltip ↵Gravatar un1versal2016-02-021-3/+3
| | | | capitalization
* Floppy icon rename to -> Save and fix assignmentsGravatar un1versal2016-01-081-1/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* ListWindow: more obvious icon for list requesting (refresh/update)Gravatar un1versal2015-12-091-1/+1
|
* ListWindow: consistency and capitalization fixesGravatar un1versal2015-12-051-6/+6
|
* libkvilist: consistency, capitalization and typos fixesGravatar un1versal2015-12-051-2/+3
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-283-3/+3
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-1/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [ListWindow] use getSmallIcon() instead and fix assignmentsGravatar universal2015-09-141-3/+3
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-212-2/+2
| | | | | | | | | for that" commits) - 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
* fix #1414Gravatar Fabio Bas2013-10-131-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6362 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte ↵Gravatar Szymon Tomasz Stefanek2012-12-221-2/+2
| | | | | | order conversion. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-3/+3
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-7/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-7/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* escape html from channel names in /list windowGravatar Fabio Bas2012-03-181-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6102 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix compilation, thanks minde for noticing (CtrlAltCa <3)Gravatar wodim2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-261-1/+1
| | | | | | | | 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
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-10/+0
| | | | | | | | proper SVN Props instead 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
* - Happy new year!Gravatar Fabio Bas2012-01-013-6/+6
| | | | | | | | | | | | - 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
* fix for #1187Gravatar Fabio Bas2011-08-221-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5938 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed parsing the date of some log files (#1188) + updated deprecated ↵Gravatar Fabio Bas2011-08-211-1/+1
| | | | | | Qt::SystemLocaleDate git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5937 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed namespaceGravatar Elvio Basello2011-02-101-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Maybe reduce load of the list window loading processGravatar Szymon Tomasz Stefanek2011-02-101-2/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5450 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Another trick for the listGravatar Szymon Tomasz Stefanek2011-02-102-1/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5449 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet another attempt at fixing #1093Gravatar Szymon Tomasz Stefanek2011-02-092-11/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5446 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ambossarm: try this?Gravatar Szymon Tomasz Stefanek2011-02-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5445 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Maybe fix #1093Gravatar Szymon Tomasz Stefanek2011-02-091-1/+12
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5443 17fca916-40b9-46aa-a4ea-0a15b648b75c
* (channels) list window: show horizontal scrollbarGravatar Fabio Bas2011-01-182-22/+47
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5375 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-9/+5
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some defines;Gravatar Elvio Basello2011-01-071-1/+1
| | | | | | | | more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c