| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | KviProxy: Make class member data private | IceN9ne | 2017-02-09 | 2 | -24/+20 |
| * | Fix issue with parsing two strings for Poedit | IceN9ne | 2016-11-15 | 2 | -0/+2 |
| * | Fix unnecessary escaping of % in strings. | IceN9ne | 2016-11-14 | 2 | -2/+2 |
| * | 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 | 3 | -14/+16 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 4 | -3/+4 |
| * | Add option to ignore special characters in nick completion.•••Implements #794
| IceN9ne | 2016-09-14 | 1 | -0/+2 |
| * | OptionsWidget_dcc: add full stop at sentence end. | un1versal | 2016-08-17 | 1 | -1/+1 |
| * | OptionsWidget_ircOutput: fix show own part message label•••and also add a tooltip explaining how this logic works.
resolves #2107
| un1versal | 2016-08-16 | 1 | -1/+8 |
| * | OptionsWidget_ircOutput: remove unused code | un1versal | 2016-08-16 | 1 | -5/+1 |
| * | OptionsAwayWidget: Remove pointless destructor | staticfox | 2016-08-12 | 2 | -5/+1 |
| * | OptionsWidget_proxy: Change the ordering when commiting | staticfox | 2016-08-11 | 1 | -4/+4 |
| * | proxywidget: More cleanup | staticfox | 2016-08-07 | 2 | -5/+3 |
| * | serverwidget: Remove un-needed if checks | staticfox | 2016-08-07 | 1 | -12/+5 |
| * | KviProxyDatabase: Move to vector and unique pointers | staticfox | 2016-08-07 | 2 | -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.
| staticfox | 2016-07-27 | 1 | -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. | un1versal | 2016-07-10 | 2 | -8/+7 |
| * | Raise limits on log loading options | Vladimir Panteleev | 2016-07-09 | 2 | -8/+8 |
| * | consistency fixes: few cosmetic string fixes | un1versal | 2016-07-06 | 1 | -3/+2 |
| * | OptionsWidget_*: dont quote around regular words | un1versal | 2016-07-01 | 2 | -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
| un1versal | 2016-06-30 | 1 | -2/+2 |
| * | KviUserListView: add minimum width for userlist (#2028) | un1versal | 2016-06-28 | 2 | -13/+25 |
| * | various: add collumn width, read labels | un1versal | 2016-06-28 | 4 | -3/+20 |
| * | Fix tooltips in "Notifier" settings page•••The tooltip text was being incorrectly appended to the previous widgets'
tooltips.
| Vladimir Panteleev | 2016-06-24 | 1 | -3/+3 |
| * | OptionsWidget_servers: bigger server dialog•••resolves #1355
| un1versal | 2016-06-17 | 1 | -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.
| un1versal | 2016-06-14 | 12 | -14/+4 |
| * | kvi_shortcuts: replace shortcuts•••* replace Ctrl+Shift+U -> Alt+U (registered usermenu)
* replace Ctrl+Shift+E -> Alt+E (Emoticons controlbox)
resolves #1879
| un1versal | 2016-06-10 | 1 | -1/+1 |
| * | source cleanups: indenting + obsolete switches + grouping | un1versal | 2016-06-10 | 1 | -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
| un1versal | 2016-06-09 | 1 | -10/+2 |
| * | OptionsWidget_notify: Update title Contact -> Notifications•••These settings are all for notifications type things, so name it in the
most obvious sense.
| un1versal | 2016-06-08 | 1 | -2/+2 |
| * | reassign icons to function•••* assigned spam icon to spam tab
* assigned ctcp reply icon to ctcp reply option
| un1versal | 2016-06-01 | 2 | -2/+2 |
| * | kvi_shortcuts: fix emoticons shortcut + update entries | un1versal | 2016-05-30 | 1 | -1/+1 |
| * | Add italic text. Resolves kvirc/KVIrc#1070.•••Move emoticons to code point 0x1C.
| Andrio Celos | 2016-05-29 | 1 | -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
| un1versal | 2016-05-25 | 1 | -4/+4 |
| * | OptionsWidget_connection: fix string 0: unlimited)-> 0 = unlimited | un1versal | 2016-05-25 | 1 | -1/+1 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 3 | -3/+3 |
| * | ran codespell•••setted -> set
cant -> can't
| Dessa | 2016-05-15 | 1 | -5/+5 |
| * | Various fixes | un1versal | 2016-05-15 | 4 | -47/+36 |
| * | OptionsWidget_identity:fix tooltip src formating | un1versal | 2016-05-15 | 1 | -10/+10 |
| * | OptionWidget_servers: fix indenting of newlines in toolltips source | un1versal | 2016-05-15 | 1 | -74/+38 |
| * | OptionsWidget_textEncoding: collumn headers label fixes.•••+ message box title fix
| un1versal | 2016-05-15 | 1 | -2/+2 |
| * | texticons: add select label to button•••when you are adding new text icons.
| un1versal | 2016-05-12 | 1 | -0/+2 |
| * | various: tooltip source formatting | un1versal | 2016-05-11 | 1 | -20/+10 |
| * | OptionsWidget_textIcons: add browse button label•••+ make translatable
| un1versal | 2016-05-11 | 1 | -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.
| un1versal | 2016-05-11 | 1 | -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
| un1versal | 2016-05-11 | 1 | -2/+2 |
| * | OptionsWidget_*: fix formatting in some tooltips•••sneak in consistency + cleanup jobby
| un1versal | 2016-05-11 | 7 | -107/+66 |
| * | OptionsWidget_notifier: cosmetic remove trailing space | un1versal | 2016-05-09 | 1 | -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.
| un1versal | 2016-05-09 | 1 | -22/+27 |
| * | OptionsWidget_notifier: cleanup formatting | un1versal | 2016-05-09 | 1 | -27/+13 |