| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate almost all QMessagebox to qt6-friendly version. | 2023-10-18 | 1 | -2/+2 | |
| | | |||||
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression | 2023-10-18 | 1 | -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. | 2019-09-08 | 1 | -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. | 2018-11-27 | 1 | -1/+1 | |
| | | |||||
| * | SASL: Add support for EXTERNAL method. Closes #2258 | 2018-11-22 | 1 | -8/+24 | |
| | | |||||
| * | KviProxy: Make class member data private | 2017-02-09 | 1 | -3/+1 | |
| | | |||||
| * | OptionsWidget: Fix checking of IPv6 address instead of IPv4 where needed | 2016-11-12 | 1 | -1/+1 | |
| | | |||||
| * | KviIpEditor: Change to a QLineEdit and update code. | 2016-11-11 | 1 | -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 files | 2016-10-28 | 1 | -0/+1 | |
| | | |||||
| * | serverwidget: Remove un-needed if checks | 2016-08-07 | 1 | -12/+5 | |
| | | |||||
| * | KviProxyDatabase: Move to vector and unique pointers | 2016-08-07 | 1 | -2/+5 | |
| | | |||||
| * | OptionsWidget_servers: revert minimum width to 600 after e2f8e3d | 2016-06-30 | 1 | -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 labels | 2016-06-28 | 1 | -2/+6 | |
| | | |||||
| * | OptionsWidget_servers: bigger server dialog | 2016-06-17 | 1 | -7/+7 | |
| | | | | | resolves #1355 | ||||
| * | OptionsWidget_servers: dont add quotations around common words | 2016-05-25 | 1 | -4/+4 | |
| | | | | | | | its bad enough to enclose option names in these. use consistent terminology: log in -> login | ||||
| * | Various fixes | 2016-05-15 | 1 | -2/+2 | |
| | | |||||
| * | OptionWidget_servers: fix indenting of newlines in toolltips source | 2016-05-15 | 1 | -74/+38 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 1 | -44/+44 | |
| | | |||||
| * | Apply clang-format | 2016-04-29 | 1 | -583/+678 | |
| | | |||||
| * | OptionsWidget_servers: cleanups + indenting | 2016-04-27 | 1 | -144/+130 | |
| | | |||||
| * | OptionsWidget_servers: reword proxy server tooltip in servers dialog | 2016-04-27 | 1 | -3/+4 | |
| | | |||||
| * | general: Typo fixes | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Proper bouncers have no problems with CAP | 2016-03-12 | 1 | -1/+1 | |
| | | |||||
| * | revert NewNetwork icon: this adds the newnetwrok icon to the treeview list | 2016-03-07 | 1 | -1/+1 | |
| | | | | | | these icons are for the config dialog and context menu options only for now. | ||||
| * | OptionsWidget_servers: fix indentation & remove separator | 2016-03-06 | 1 | -4/+3 | |
| | | |||||
| * | add newnetwork + newserver icons and update assignments | 2016-03-06 | 1 | -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 ↵ | 2016-02-27 | 1 | -3/+3 | |
| | | | | | | | to improve entries + add window title to find and replace dialog | ||||
| * | fix crazy long tooltip with no breaks | 2016-02-05 | 1 | -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 formatting | 2016-02-02 | 1 | -80/+80 | |
| | | |||||
| * | Add SSL urls (ircs/ircs6) in server options dialog. | 2016-01-03 | 1 | -4/+11 | |
| | | |||||
| * | Fix favorites filter icon in servers dialog | 2015-12-30 | 1 | -1/+6 | |
| | | |||||
| * | Move the favorites flag to the upper right corner, near the filter. | 2015-12-30 | 1 | -26/+22 | |
| | | |||||
| * | revert/fix wrong capitalization of checkbox options labels | 2015-12-26 | 1 | -1/+1 | |
| | | |||||
| * | dont capitalize prepositions with less than 5 letters in label titles | 2015-12-25 | 1 | -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 servers | 2015-12-22 | 1 | -1/+1 | |
| | | |||||
| * | Address Dessas comments (thx for review) | 2015-12-19 | 1 | -1/+1 | |
| | | |||||
| * | various files: typos/consistency and capitalization see notes below. | 2015-12-19 | 1 | -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 fixes | 2015-12-19 | 1 | -3/+3 | |
| | | |||||
| * | copyright headers: fix broken boilerplate wording linkss -> terms and ↵ | 2015-11-28 | 1 | -1/+1 | |
| | | | | | opinion -> option | ||||
| * | OptionsWidget_servers: cleanup whitespaces and more typos | 2015-11-06 | 1 | -18/+4 | |
| | | |||||
| * | Capitalization & consistency fix on confirm dialog title | 2015-11-06 | 1 | -5/+4 | |
| | | | | | | Its safe to use the following guide: https://techbase.kde.org/Projects/Usability/HIG/Capitalization | ||||
| * | server: Add a warning dialog when clearing servers | 2015-11-06 | 1 | -0/+11 | |
| | | |||||
| * | OptionsWidget_server: switch order & assign icons to Clear and Import Server ↵ | 2015-11-05 | 1 | -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. | 2015-11-05 | 1 | -6/+6 | |
| | | |||||
| * | improve ordering of options and Favorite Server tooltip | 2015-11-05 | 1 | -19/+14 | |
| | | |||||
| * | favorites: Hide server when unfavorited | 2015-11-04 | 1 | -1/+9 | |
| | | | | | | Have the menu option labeled 'Unfavorite Server' when it is currently favorited. | ||||
| * | favorites: Fix indentation | 2015-11-04 | 1 | -31/+31 | |
| | | |||||
| * | favorites: Add ServerFavorite to the browser | 2015-11-04 | 1 | -9/+10 | |
| | | |||||
| * | assign serverfavorite icon to function | 2015-11-04 | 1 | -1/+1 | |
| | | |||||
| * | Add base work for favorites | 2015-11-04 | 1 | -4/+70 | |
| | | |||||
