aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Textbrowser : fix loading HTML files on Windows•••fixes #2076 Gravatar un1versal2016-08-071-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. Gravatar staticfox2016-08-038-144/+122
* documentation: typos + formatting fixesGravatar un1versal2016-08-013-14/+13
* documentaion: formatting fixesGravatar un1versal2016-07-273-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. Gravatar staticfox2016-07-271-1/+1
* documentation: cleanup and try to improve readability•••some in doc function/command links were dead, so we fix those too. Gravatar un1versal2016-07-261-31/+27
* KvsObject_groupBox: must add a hashtag else it wont fly as a real commentGravatar un1versal2016-07-211-3/+4
* KvsObject_groupBox.cpp: Fix documentation commentsGravatar un1versal2016-07-211-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 Gravatar un1versal2016-07-191-3/+3
* KTorrentDbusInterface: Dont state opinions in description of interface•••this was already done ages ago for all player interfaces by myself, via Dessas feedbackGravatar un1versal2016-07-141-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-062-5/+4
* 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
* CustomizeToolBarsDialog: fix cosmetic formatting•••due to rebase conflict resolution this was missed Gravatar un1versal2016-06-281-3/+3
* CustomizeToolBarsDialog: add import toolbar button•••export exists so why not import? resolves #1943 Gravatar un1versal2016-06-282-5/+17
* KviUserListView: add minimum width for userlist (#2028)Gravatar un1versal2016-06-282-13/+25
* various: add collumn width, read labelsGravatar un1versal2016-06-285-4/+21
* 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
* ScriptEditorImplementation: insert italic ctrl char in KVS editor••• when Ctrl+I is pressed. Fixes #2010 Gravatar un1versal2016-06-171-0/+3
* OptionsWidget_servers: bigger server dialog•••resolves #1355 Gravatar un1versal2016-06-171-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. Gravatar un1versal2016-06-161-1/+1
* KviDefaultScript/UserWindow: death to defining icons by numbersGravatar un1versal2016-06-161-1/+1
* revamp kvi_activitymeter•••resolves #1843 also revamp kvi_userchanstate Gravatar un1versal2016-06-141-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. Gravatar un1versal2016-06-1424-27/+8
* source: cosmetic cleanupsGravatar un1versal2016-06-131-4/+0
* FileTransferWindow: clenup duplicate includeGravatar un1versal2016-06-121-1/+0
* 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
* HelpWidget/Window: cleanup source•••* change tr to __tr2qs as indicated in ancient todo list * remove unneed brackets * cleanup source formatting Gravatar un1versal2016-06-092-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 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
* 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.Gravatar un1versal2016-06-061-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) Gravatar Dessa2016-06-053-21/+140
* Fix display of DCC send success notificationGravatar wodim2016-06-011-1/+1
* 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
* libkvitexticons: update texticons docs: its 0x1c now (#2)Gravatar un1versal2016-05-301-5/+5
* 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
* Expand the multilineedit class. Resolves kvirc/KVIrc#1985. (#1987)Gravatar Andrio Celos2016-05-242-16/+114
* wheeeeeeeeeeGravatar staticfox2016-05-2211-19/+19
* various cosmetic: consistent comment format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-1716-120/+103
* ran codespell•••setted -> set cant -> can't Gravatar Dessa2016-05-152-6/+6
* Various fixesGravatar un1versal2016-05-156-49/+38
* AddonManagementDialog: make readable addon desc.•••when selected its extremely hard to read Gravatar un1versal2016-05-151-2/+2
* 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