| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Textbrowser : fix loading HTML files on Windows•••fixes #2076
| un1versal | 2016-08-07 | 1 | -1/+1 |
| * | Part 1: Bring KVIrc to the 21st century•••Avoid many un-necessary memory allocations as well as start
the migration to unique pointers where appropriate.
Start migrating out of the KVirc standard library into the C++ standard
library.
| staticfox | 2016-08-03 | 8 | -144/+122 |
| * | documentation: typos + formatting fixes | un1versal | 2016-08-01 | 3 | -14/+13 |
| * | documentaion: formatting fixes | un1versal | 2016-07-27 | 3 | -6/+6 |
| * | 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 |
| * | documentation: cleanup and try to improve readability•••some in doc function/command links were dead, so we fix those too.
| un1versal | 2016-07-26 | 1 | -31/+27 |
| * | KvsObject_groupBox: must add a hashtag else it wont fly as a real comment | un1versal | 2016-07-21 | 1 | -3/+4 |
| * | KvsObject_groupBox.cpp: Fix documentation comments | un1versal | 2016-07-21 | 1 | -3/+6 |
| * | Row/Col: Rename row to line and dont use 0 base for first line•••without this patch when theres a KVS error you are pointed to a specific line x near char y
but when you open an editor the error is in fact on the previous line
| un1versal | 2016-07-19 | 1 | -3/+3 |
| * | KTorrentDbusInterface: Dont state opinions in description of interface•••this was already done ages ago for all player interfaces by myself, via Dessas feedback | un1versal | 2016-07-14 | 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 | 2 | -5/+4 |
| * | 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 |
| * | CustomizeToolBarsDialog: fix cosmetic formatting•••due to rebase conflict resolution this was missed
| un1versal | 2016-06-28 | 1 | -3/+3 |
| * | CustomizeToolBarsDialog: add import toolbar button•••export exists so why not import?
resolves #1943
| un1versal | 2016-06-28 | 2 | -5/+17 |
| * | KviUserListView: add minimum width for userlist (#2028) | un1versal | 2016-06-28 | 2 | -13/+25 |
| * | various: add collumn width, read labels | un1versal | 2016-06-28 | 5 | -4/+21 |
| * | 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 |
| * | ScriptEditorImplementation: insert italic ctrl char in KVS editor••• when Ctrl+I is pressed.
Fixes #2010
| un1versal | 2016-06-17 | 1 | -0/+3 |
| * | OptionsWidget_servers: bigger server dialog•••resolves #1355
| un1versal | 2016-06-17 | 1 | -7/+7 |
| * | DccCanvasWindow: fix icon assignment•••KVI_SMALLICON_* method dies in KVIrc 3.x
Not that it matters since DCC canvas is not built for a long time.
| un1versal | 2016-06-16 | 1 | -1/+1 |
| * | KviDefaultScript/UserWindow: death to defining icons by numbers | un1versal | 2016-06-16 | 1 | -1/+1 |
| * | revamp kvi_activitymeter•••resolves #1843
also revamp kvi_userchanstate
| un1versal | 2016-06-14 | 1 | -0/+1 |
| * | 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 | 24 | -27/+8 |
| * | source: cosmetic cleanups | un1versal | 2016-06-13 | 1 | -4/+0 |
| * | FileTransferWindow: clenup duplicate include | un1versal | 2016-06-12 | 1 | -1/+0 |
| * | 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 |
| * | HelpWidget/Window: cleanup source•••* change tr to __tr2qs as indicated in ancient todo list
* remove unneed brackets
* cleanup source formatting
| un1versal | 2016-06-09 | 2 | -21/+17 |
| * | 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 |
| * | DccBroker: remove Auto-saving tooltip and clickable action•••Clicking this (if it worked as intended) would open the file and play it.
Problem is, this is first created when a file is accepted and is saved onto disk and here at this stage the file is not complete and could be in progress or interrupted or canceled (we just dont know).
So if this ever works as intended we dont want conflicts or cause possible corruption by trying to open a file that is possibly in progress or is incomplete.
Aside from this, the play $0 is hardcoded and not all file types can be played so this is wrong no matter how you look at it.
This commit makes this part sane at least. | un1versal | 2016-06-06 | 1 | -1/+1 |
| * | regenerate perl junk and a typo fix•••- typemap from perl 5.24.0
- ppport.h from Devel::PPPort 3.33
- xs.inc using ExtUtils::ParseXS 3.31 (content unchanged)
| Dessa | 2016-06-05 | 3 | -21/+140 |
| * | Fix display of DCC send success notification | wodim | 2016-06-01 | 1 | -1/+1 |
| * | 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 |
| * | libkvitexticons: update texticons docs: its 0x1c now (#2) | un1versal | 2016-05-30 | 1 | -5/+5 |
| * | 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 |
| * | Expand the multilineedit class. Resolves kvirc/KVIrc#1985. (#1987) | Andrio Celos | 2016-05-24 | 2 | -16/+114 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 11 | -19/+19 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 16 | -120/+103 |
| * | ran codespell•••setted -> set
cant -> can't
| Dessa | 2016-05-15 | 2 | -6/+6 |
| * | Various fixes | un1versal | 2016-05-15 | 6 | -49/+38 |
| * | AddonManagementDialog: make readable addon desc.•••when selected its extremely hard to read
| un1versal | 2016-05-15 | 1 | -2/+2 |
| * | 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 |