| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework the server list GUI filter. Fixes #2438.•••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.
| Andrio Celos | 2019-09-08 | 1 | -57/+15 |
| * | Fix compiler warnings in the code. | IceN9ne | 2018-11-27 | 1 | -1/+1 |
| * | SASL: Add support for EXTERNAL method. Closes #2258 | IceN9ne | 2018-11-22 | 1 | -8/+24 |
| * | KviProxy: Make class member data private | IceN9ne | 2017-02-09 | 1 | -3/+1 |
| * | OptionsWidget: Fix checking of IPv6 address instead of IPv4 where needed | IceN9ne | 2016-11-12 | 1 | -1/+1 |
| * | KviIpEditor: Change to a QLineEdit and update code.••• * 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.
| IceN9ne | 2016-11-11 | 1 | -5/+11 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 1 | -0/+1 |
| * | serverwidget: Remove un-needed if checks | staticfox | 2016-08-07 | 1 | -12/+5 |
| * | KviProxyDatabase: Move to vector and unique pointers | staticfox | 2016-08-07 | 1 | -2/+5 |
| * | OptionsWidget_servers: revert minimum width to 600 after e2f8e3d•••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
| un1versal | 2016-06-30 | 1 | -2/+2 |
| * | various: add collumn width, read labels | un1versal | 2016-06-28 | 1 | -2/+6 |
| * | OptionsWidget_servers: bigger server dialog•••resolves #1355
| un1versal | 2016-06-17 | 1 | -7/+7 |
| * | OptionsWidget_servers: dont add quotations around common words•••its bad enough to enclose option names in these.
use consistent terminology: log in -> login
| un1versal | 2016-05-25 | 1 | -4/+4 |
| * | Various fixes | un1versal | 2016-05-15 | 1 | -2/+2 |
| * | OptionWidget_servers: fix indenting of newlines in toolltips source | un1versal | 2016-05-15 | 1 | -74/+38 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -44/+44 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -583/+678 |
| * | OptionsWidget_servers: cleanups + indenting | un1versal | 2016-04-27 | 1 | -144/+130 |
| * | OptionsWidget_servers: reword proxy server tooltip in servers dialog | un1versal | 2016-04-27 | 1 | -3/+4 |
| * | general: Typo fixes | staticfox | 2016-04-23 | 1 | -1/+1 |
| * | Proper bouncers have no problems with CAP | Alexey Sokolov | 2016-03-12 | 1 | -1/+1 |
| * | revert NewNetwork icon: this adds the newnetwrok icon to the treeview list•••these icons are for the config dialog and context menu options only for
now.
| un1versal | 2016-03-07 | 1 | -1/+1 |
| * | OptionsWidget_servers: fix indentation & remove separator | un1versal | 2016-03-06 | 1 | -4/+3 |
| * | add newnetwork + newserver icons and update assignments•••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
| un1versal | 2016-03-06 | 1 | -5/+5 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -3/+3 |
| * | fix crazy long tooltip with no breaks•••closes #1867
Surely the tooltips should determine where fullstops are and such,
intead of relying on harcoded line breaks/newlines?
| un1versal | 2016-02-05 | 1 | -5/+5 |
| * | OptionsWidget_servers: remove tooltip center formatting | un1versal | 2016-02-02 | 1 | -80/+80 |
| * | Add SSL urls (ircs/ircs6) in server options dialog. | TheReign | 2016-01-03 | 1 | -4/+11 |
| * | Fix favorites filter icon in servers dialog | Szymon Tomasz Stefanek | 2015-12-30 | 1 | -1/+6 |
| * | Move the favorites flag to the upper right corner, near the filter. | Szymon Tomasz Stefanek | 2015-12-30 | 1 | -26/+22 |
| * | revert/fix wrong capitalization of checkbox options labels | un1versal | 2015-12-26 | 1 | -1/+1 |
| * | dont capitalize prepositions with less than 5 letters in label titles•••https://techbase.kde.org/Projects/Usability/HIG/Capitalization
Happy holidays to all, get drunk and be Mary.
| un1versal | 2015-12-25 | 1 | -1/+1 |
| * | reassign time -> history icon to recently connected to list of servers | un1versal | 2015-12-22 | 1 | -1/+1 |
| * | Address Dessas comments (thx for review) | un1versal | 2015-12-19 | 1 | -1/+1 |
| * | various files: typos/consistency and capitalization see notes below.•••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
| un1versal | 2015-12-19 | 1 | -9/+9 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 1 | -3/+3 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | OptionsWidget_servers: cleanup whitespaces and more typos | un1versal | 2015-11-06 | 1 | -18/+4 |
| * | Capitalization & consistency fix on confirm dialog title•••Its safe to use the following guide:
https://techbase.kde.org/Projects/Usability/HIG/Capitalization
| un1versal | 2015-11-06 | 1 | -5/+4 |
| * | server: Add a warning dialog when clearing servers | Matt Ullman | 2015-11-06 | 1 | -0/+11 |
| * | OptionsWidget_server: switch order & assign icons to Clear and Import Server ...•••And also add Server to their labels and tooltips
| un1versal | 2015-11-05 | 1 | -3/+3 |
| * | fix typos and capitalization while Im here with this dialog. | un1versal | 2015-11-05 | 1 | -6/+6 |
| * | improve ordering of options and Favorite Server tooltip | un1versal | 2015-11-05 | 1 | -19/+14 |
| * | favorites: Hide server when unfavorited•••Have the menu option labeled 'Unfavorite Server' when it is
currently favorited.
| Matt Ullman | 2015-11-04 | 1 | -1/+9 |
| * | favorites: Fix indentation | Matt Ullman | 2015-11-04 | 1 | -31/+31 |
| * | favorites: Add ServerFavorite to the browser | Matt Ullman | 2015-11-04 | 1 | -9/+10 |
| * | assign serverfavorite icon to function | un1versal | 2015-11-04 | 1 | -1/+1 |
| * | Add base work for favorites | Matt Ullman | 2015-11-04 | 1 | -4/+70 |
| * | Fix icon assignments cut != remove help != other | un1versal | 2015-11-04 | 1 | -1/+1 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |