aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options
Commit message (Expand)AuthorAgeFilesLines
...
* KviProxy: Make class member data privateGravatar IceN9ne2017-02-092-24/+20
* Fix issue with parsing two strings for PoeditGravatar IceN9ne2016-11-152-0/+2
* Fix unnecessary escaping of % in strings.Gravatar IceN9ne2016-11-142-2/+2
* OptionsWidget: Fix checking of IPv6 address instead of IPv4 where neededGravatar IceN9ne2016-11-121-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. Gravatar IceN9ne2016-11-113-14/+16
* Cleanup included filesGravatar IceN9ne2016-10-284-3/+4
* Add option to ignore special characters in nick completion.•••Implements #794 Gravatar IceN9ne2016-09-141-0/+2
* OptionsWidget_dcc: add full stop at sentence end.Gravatar un1versal2016-08-171-1/+1
* OptionsWidget_ircOutput: fix show own part message label•••and also add a tooltip explaining how this logic works. resolves #2107 Gravatar un1versal2016-08-161-1/+8
* OptionsWidget_ircOutput: remove unused codeGravatar un1versal2016-08-161-5/+1
* OptionsAwayWidget: Remove pointless destructorGravatar staticfox2016-08-122-5/+1
* OptionsWidget_proxy: Change the ordering when commitingGravatar staticfox2016-08-111-4/+4
* proxywidget: More cleanupGravatar staticfox2016-08-072-5/+3
* serverwidget: Remove un-needed if checksGravatar staticfox2016-08-071-12/+5
* KviProxyDatabase: Move to vector and unique pointersGravatar staticfox2016-08-072-11/+17
* NickServWidget: Use raw NickServ instead of msg NickServ•••IRCds have aliases in their configuration to route messages to services specifically. In other words, instead of doing /msg nickserv the IRCd treats it like /msg NickServ!NickServ@services.generic.net. This is to aid in the security that sensitive message will get routed to the service, in the even that if services are down and a malicious user takes over the nick, messages using /nickserv will not be sent to that user. Gravatar staticfox2016-07-271-1/+1
* OptionWidget_*: having 0 is equivalent to turning this off (#2060)•••also theres was a discrepancy between tooltip minimum value and actual minimum value.Gravatar un1versal2016-07-102-8/+7
* Raise limits on log loading optionsGravatar Vladimir Panteleev2016-07-092-8/+8
* consistency fixes: few cosmetic string fixesGravatar un1versal2016-07-061-3/+2
* OptionsWidget_*: dont quote around regular wordsGravatar un1versal2016-07-012-2/+2
* 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 Gravatar un1versal2016-06-301-2/+2
* KviUserListView: add minimum width for userlist (#2028)Gravatar un1versal2016-06-282-13/+25
* various: add collumn width, read labelsGravatar un1versal2016-06-284-3/+20
* Fix tooltips in "Notifier" settings page•••The tooltip text was being incorrectly appended to the previous widgets' tooltips. Gravatar Vladimir Panteleev2016-06-241-3/+3
* OptionsWidget_servers: bigger server dialog•••resolves #1355 Gravatar un1versal2016-06-171-7/+7
* separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find. Gravatar un1versal2016-06-1412-14/+4
* kvi_shortcuts: replace shortcuts•••* replace Ctrl+Shift+U -> Alt+U (registered usermenu) * replace Ctrl+Shift+E -> Alt+E (Emoticons controlbox) resolves #1879 Gravatar un1versal2016-06-101-1/+1
* source cleanups: indenting + obsolete switches + groupingGravatar un1versal2016-06-101-1/+0
* OptionsWidget_interfaceFeatures: remove broken options•••fixes #1978 Pragma expressed that all these type things should open in dialogs only and I agree see https://github.com/kvirc/KVIrc/issues/1978 Gravatar un1versal2016-06-091-10/+2
* OptionsWidget_notify: Update title Contact -> Notifications•••These settings are all for notifications type things, so name it in the most obvious sense. Gravatar un1versal2016-06-081-2/+2
* reassign icons to function•••* assigned spam icon to spam tab * assigned ctcp reply icon to ctcp reply option Gravatar un1versal2016-06-012-2/+2
* kvi_shortcuts: fix emoticons shortcut + update entriesGravatar un1versal2016-05-301-1/+1
* Add italic text. Resolves kvirc/KVIrc#1070.•••Move emoticons to code point 0x1C. Gravatar Andrio Celos2016-05-291-1/+1
* OptionsWidget_servers: dont add quotations around common words•••its bad enough to enclose option names in these. use consistent terminology: log in -> login Gravatar un1versal2016-05-251-4/+4
* OptionsWidget_connection: fix string 0: unlimited)-> 0 = unlimitedGravatar un1versal2016-05-251-1/+1
* wheeeeeeeeeeGravatar staticfox2016-05-223-3/+3
* ran codespell•••setted -> set cant -> can't Gravatar Dessa2016-05-151-5/+5
* Various fixesGravatar un1versal2016-05-154-47/+36
* OptionsWidget_identity:fix tooltip src formatingGravatar un1versal2016-05-151-10/+10
* OptionWidget_servers: fix indenting of newlines in toolltips sourceGravatar un1versal2016-05-151-74/+38
* OptionsWidget_textEncoding: collumn headers label fixes.•••+ message box title fix Gravatar un1versal2016-05-151-2/+2
* texticons: add select label to button•••when you are adding new text icons. Gravatar un1versal2016-05-121-0/+2
* various: tooltip source formattingGravatar un1versal2016-05-111-20/+10
* OptionsWidget_textIcons: add browse button label•••+ make translatable Gravatar un1versal2016-05-111-8/+6
* fix double WindowList in bool name•••this was a dealers choice, repo themes all use this option name, but its unlikely those themes will go unscathed in any case. Im not volunteering to fix them, but Ill write some news calling out to themers. Gravatar un1versal2016-05-111-1/+1
* OptionsWidget_message: Rename tab Message Colors•••Colors doesnt imply + icons. Decorations can mean anything to do with colors, icons and whatever else would be suitable to decorate messages Gravatar un1versal2016-05-111-2/+2
* OptionsWidget_*: fix formatting in some tooltips•••sneak in consistency + cleanup jobby Gravatar un1versal2016-05-117-107/+66
* OptionsWidget_notifier: cosmetic remove trailing spaceGravatar un1versal2016-05-091-2/+2
* OptionsWidget_notifier: set suffix + cleanup tooltips•••* concludes adding suffix values allaround. * tooltips formatting + grammar fixes and minor rewording + declangify things like "options"); in newlines indenting is still a mess and inconsistent so we wait on that clang tweak darth is working on. Gravatar un1versal2016-05-091-22/+27
* OptionsWidget_notifier: cleanup formattingGravatar un1versal2016-05-091-27/+13