aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_servers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-181-2/+2
|
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-181-4/+5
| | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
* Rework the server list GUI filter. Fixes #2438.Gravatar Andrio Celos2019-09-081-57/+15
| | | | The filter now works as an AND arrangement: servers will be shown if they match both the text filter *and* the favorites filter (if applicable). Previously one was not respected when the other was updated. The favorites filter no longer hides empty networks when disabled.
* Fix compiler warnings in the code.Gravatar IceN9ne2018-11-271-1/+1
|
* SASL: Add support for EXTERNAL method. Closes #2258Gravatar IceN9ne2018-11-221-8/+24
|
* KviProxy: Make class member data privateGravatar IceN9ne2017-02-091-3/+1
|
* OptionsWidget: Fix checking of IPv6 address instead of IPv4 where neededGravatar IceN9ne2016-11-121-1/+1
|
* KviIpEditor: Change to a QLineEdit and update code.Gravatar IceN9ne2016-11-111-5/+11
| | | | | | | | | * Changes from a multi-QLineEdit box for each part of the IP address to a single QLineEdit which allows pasting of IP addresses rather than having to hand type them in. * Uses Qt5's QHostAddress to proccess the input and validate the IPs * Fixes the OptionsWidget_servers to enable/disable the KviIpEditor depending on if the Cache IP checkbox is checked or not.
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+1
|
* serverwidget: Remove un-needed if checksGravatar staticfox2016-08-071-12/+5
|
* KviProxyDatabase: Move to vector and unique pointersGravatar staticfox2016-08-071-2/+5
|
* OptionsWidget_servers: revert minimum width to 600 after e2f8e3dGravatar un1versal2016-06-301-2/+2
| | | | | | | | | Cant make this dialog any wider without making the general preferences dialog also wider, and this looks not so nice either. So we ignore part of https://github.com/kvirc/KVIrc/issues/1355 because thers nothing else to do but compromise, user can enjoy the slightly taller dialog standalone which is better than nothing
* various: add collumn width, read labelsGravatar un1versal2016-06-281-2/+6
|
* OptionsWidget_servers: bigger server dialogGravatar un1versal2016-06-171-7/+7
| | | | resolves #1355
* OptionsWidget_servers: dont add quotations around common wordsGravatar un1versal2016-05-251-4/+4
| | | | | | its bad enough to enclose option names in these. use consistent terminology: log in -> login
* Various fixesGravatar un1versal2016-05-151-2/+2
|
* OptionWidget_servers: fix indenting of newlines in toolltips sourceGravatar un1versal2016-05-151-74/+38
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-44/+44
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-583/+678
|
* OptionsWidget_servers: cleanups + indentingGravatar un1versal2016-04-271-144/+130
|
* OptionsWidget_servers: reword proxy server tooltip in servers dialogGravatar un1versal2016-04-271-3/+4
|
* general: Typo fixesGravatar staticfox2016-04-231-1/+1
|
* Proper bouncers have no problems with CAPGravatar Alexey Sokolov2016-03-121-1/+1
|
* revert NewNetwork icon: this adds the newnetwrok icon to the treeview listGravatar un1versal2016-03-071-1/+1
| | | | | these icons are for the config dialog and context menu options only for now.
* OptionsWidget_servers: fix indentation & remove separatorGravatar un1versal2016-03-061-4/+3
|
* add newnetwork + newserver icons and update assignmentsGravatar un1versal2016-03-061-5/+5
| | | | | | | Server and Configuration dialog/context menu can use dedicated icons for these functions. We reused unused icons and removed dead transfer icon. FileTransfer is same icon as this
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-3/+3
| | | | | | to improve entries + add window title to find and replace dialog
* fix crazy long tooltip with no breaksGravatar un1versal2016-02-051-5/+5
| | | | | | | closes #1867 Surely the tooltips should determine where fullstops are and such, intead of relying on harcoded line breaks/newlines?
* OptionsWidget_servers: remove tooltip center formattingGravatar un1versal2016-02-021-80/+80
|
* Add SSL urls (ircs/ircs6) in server options dialog.Gravatar TheReign2016-01-031-4/+11
|
* Fix favorites filter icon in servers dialogGravatar Szymon Tomasz Stefanek2015-12-301-1/+6
|
* Move the favorites flag to the upper right corner, near the filter.Gravatar Szymon Tomasz Stefanek2015-12-301-26/+22
|
* revert/fix wrong capitalization of checkbox options labelsGravatar un1versal2015-12-261-1/+1
|
* dont capitalize prepositions with less than 5 letters in label titlesGravatar un1versal2015-12-251-1/+1
| | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization Happy holidays to all, get drunk and be Mary.
* reassign time -> history icon to recently connected to list of serversGravatar un1versal2015-12-221-1/+1
|
* Address Dessas comments (thx for review)Gravatar un1versal2015-12-191-1/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-3/+3
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* OptionsWidget_servers: cleanup whitespaces and more typosGravatar un1versal2015-11-061-18/+4
|
* Capitalization & consistency fix on confirm dialog titleGravatar un1versal2015-11-061-5/+4
| | | | | Its safe to use the following guide: https://techbase.kde.org/Projects/Usability/HIG/Capitalization
* server: Add a warning dialog when clearing serversGravatar Matt Ullman2015-11-061-0/+11
|
* OptionsWidget_server: switch order & assign icons to Clear and Import Server ↵Gravatar un1versal2015-11-051-3/+3
| | | | | | list context menu entries And also add Server to their labels and tooltips
* fix typos and capitalization while Im here with this dialog.Gravatar un1versal2015-11-051-6/+6
|
* improve ordering of options and Favorite Server tooltipGravatar un1versal2015-11-051-19/+14
|
* favorites: Hide server when unfavoritedGravatar Matt Ullman2015-11-041-1/+9
| | | | | Have the menu option labeled 'Unfavorite Server' when it is currently favorited.
* favorites: Fix indentationGravatar Matt Ullman2015-11-041-31/+31
|
* favorites: Add ServerFavorite to the browserGravatar Matt Ullman2015-11-041-9/+10
|
* assign serverfavorite icon to functionGravatar un1versal2015-11-041-1/+1
|
* Add base work for favoritesGravatar Matt Ullman2015-11-041-4/+70
|