| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru * Fix directive #23 | 2023-10-21 | 1 | -5/+1 | |
| * | Switch default channel from freenode to libera | 2021-05-26 | 1 | -2/+2 | |
| * | Fix typo in manual & bug in alias (#2311)•••* fix typo in manual The function 'objects.clearObjects' is called in the manual as 'objects.clear' * fix for bug in alias 'clearobjects' The function 'objects.clearObjects' was called in the alias clearobjects as 'objects.clear' | 2017-09-28 | 1 | -1/+1 | |
| * | defscript popups: improvements and fixes (#2241)•••* defscript: update & fix popups defpopup(ignore) * Renamed Unignore to Disable Ignore (seems more consistent option naming. * moved Enabled Ignore below Ignore As... so both Enable and Disable ignore are successive entries (cosmetic change) * fixed error with visible conditions for Enable/Disable Ignore (now only shows when necessary depending on ignore status. defpopup(channel) * add $0 to Query * move hightlight down order is more intuitive when context menu on username defpopup(registration) * remove non usable "%:regName" from reguser.edit command. * default.kvc: bump popups version * defpopup(defaulttextview): move hightlight downwards in order missed previously: match defpopup(channel) change for consistency. * defscript: allow Ignore As to be accessible review comment. | 2017-08-27 | 2 | -13/+14 | |
| * | Fix creating an empty alias which doesn't do what you want when using generat... | 2017-07-09 | 1 | -0/+4 | |
| * | defscript: add global to option controller titles•••* defscript: add global to option controller name should make clearer that this is a global controller thingy. fixes #2202 * defscript: some missed titles * typo * &Option instead | 2017-07-04 | 4 | -9/+9 | |
| * | Add wii default alias | 2017-02-27 | 1 | -0/+14 | |
| * | Disable old broken OnURLLinkPopupRequest when restoring default script; fix #... | 2017-02-23 | 1 | -0/+4 | |
| * | optionctlr: Remove hardcoded fixed pixel size and restrict resize | 2016-12-08 | 1 | -5/+2 | |
| * | deafult.kvc: bump events and popups versions•••the events are bumped after @Darthgandalf chages in https://github.com/kvirc/KVIrc/commit/f8f50bd6a787fdae7ce03cc36f97068399700d66 so this is only a courtesy. the popups are bumped due latest popup changes. | 2016-10-02 | 1 | -2/+2 | |
| * | popups: move user control prologue and options to own popup•••This separates the channel popup prologue at https://github.com/kvirc/KVIrc/blob/master/data/defscript/popups.kvs#L1614-L1661 and the control popup at https://github.com/kvirc/KVIrc/blob/master/data/defscript/popups.kvs#L1702-L1808 into a its own usercontrol popup. this allows: 1) Calling the usercontrol as a external menu instead from existing channel popup 2) Allows extending user control in future easily and reusing by calling as externalpopup and avoid duplicating code. | 2016-10-02 | 1 | -154/+156 | |
| * | Don't use space in default event handler.•••Fix #2140 See #1959 | 2016-09-16 | 1 | -1/+1 | |
| * | Fix using multiple keys in one join command with alias j (#2130) | 2016-09-04 | 1 | -1/+1 | |
| * | popups: fix oopsie warning not joined to server•••pff, moar coffee | 2016-08-14 | 1 | -1/+1 | |
| * | popups: add jconditional oin channel for joining dead channels•••also bump default.kvc PopupVersion to match | 2016-08-14 | 2 | -1/+7 | |
| * | default script configuration: bump aliases after 0cbfbf3 | 2016-08-13 | 1 | -1/+1 | |
| * | defscript/aliases: Add backall•••We have an awayall, why not a backall? | 2016-08-13 | 1 | -0/+6 | |
| * | KviMenubar: ensure Actions entry has an Icon at least. | 2016-08-02 | 1 | -1/+1 | |
| * | actions label, typo fix | 2016-08-02 | 1 | -1/+1 | |
| * | actions: add default action to trigger the option control dialog•••this works much better and without glitches rather then using popups to call a non popup dialog. | 2016-07-30 | 1 | -0/+392 | |
| * | KviDefaultScript: actions.kvs allow restoring and loading by default•••we have a default actions now ;) so add it to restore default script and also on new run make sure its copied to user config area | 2016-07-30 | 1 | -0/+1 | |
| * | default: bump events and popups version and date.•••bumping this file still doesnt do jack in Linux | 2016-07-30 | 1 | -5/+5 | |
| * | events: add default events for Joins / Parts / Quits•••These events are disabled by default they are enaledvia new Option Controllers. | 2016-07-30 | 1 | -0/+31 | |
| * | popups: add option to trigger option controller menu•••add optionctrlr action ( this a dialog used to control both CTCP Ignore and Joins/Parts/Quits via a new nifty defautl action named optionctrlr action ) Its accessible via a tool button and a right click menu, both open the dialog. Thers is also possibility to add the action button to toolbar which is under tools. also moved the CTCP control function into the new action.kvs aka option vontroller dialog. | 2016-07-30 | 1 | -120/+8 | |
| * | defscript/aliases: Keep casing of aliases consistent | 2016-07-27 | 1 | -3/+3 | |
| * | defscript/aliases: Add alias for AuthServ | 2016-07-27 | 1 | -0/+12 | |
| * | popups: revert condition for user popup•••This is part of bug https://github.com/kvirc/KVIrc/issues/1967 in an ideal world this would all work and this condition would stay in. But its KVIrc, we cant have nice things due to bugs, be sad and cry now... | 2016-07-02 | 2 | -17/+17 | |
| * | fix copy and paste: the monster strikes again. | 2016-07-02 | 1 | -2/+2 | |
| * | popups: add znc channel to defaults•••and kick travis see if still times out | 2016-06-30 | 1 | -0/+5 | |
| * | Revert workaround for bug https://github.com/kvirc/KVIrc/issues/1959•••Otherwise you get warning when right clicking links I doubt the bug #1959 will ever be fixed either so we hide the bug and screw it when users select handler and this bug happens because space is eaten | 2016-06-20 | 1 | -1/+1 | |
| * | aliases: theres always one left behind | 2016-06-18 | 1 | -1/+2 | |
| * | bump default.kvc versions even if this doesnt seem to have any effect | 2016-06-18 | 1 | -4/+4 | |
| * | events: coding style to match source Allman style | 2016-06-18 | 1 | -12/+27 | |
| * | popups: coding style to match source Allman style | 2016-06-18 | 1 | -76/+163 | |
| * | aliases: coding style to match source Allman style | 2016-06-18 | 1 | -64/+139 | |
| * | popups: dont assign icons via numbers•••what a terrible idea to assign icons (or anything) via numbers | 2016-06-08 | 1 | -202/+202 | |
| * | popups querytextview: fix separator visual glitch | 2016-06-05 | 1 | -2/+2 | |
| * | popups: some improvements•••* moved window close control further down to avoid misclicking (thx @bullettxt for feedback) * added DCC voice support detection and added as visible condition to the DCC chat popup | 2016-05-17 | 1 | -24/+28 | |
| * | popups: revert part of d8e6618•••logging and not connected conditions for windowpopup wont work as intended like this. | 2016-05-07 | 1 | -3/+1 | |
| * | popups: separate close button + hide logging conditionally | 2016-05-07 | 1 | -1/+5 | |
| * | popups: missed space | 2016-05-06 | 1 | -1/+1 | |
| * | popups: consistent spaces formatting | 2016-05-06 | 1 | -10/+10 | |
| * | toolbars: restructure default buttons | 2016-05-06 | 1 | -10/+12 | |
| * | popups: cleanup visible conditions + add CTCP protection menu•••* hide popup menu actions if user has left IRC in channel * sort afew popup contents ordering + cleanup excess visible conditions * add CTCP protection to popups: you can enable or disable CTCP flood protection from popup. (inspired partly on a script by someone else) + improved and redesigned. * defpopup(hostpopup) imporve and add visible conditions | 2016-05-03 | 1 | -57/+190 | |
| * | popups: revert part of fa33e18•••This works as intended for the most part, however for nicks in console that should be valid to show full popup are blocked instead. | 2016-04-30 | 1 | -9/+9 | |
| * | popups: add visible conditions + hide popups on right clicking user when hes ...•••The visible conditions for defpopup(defaulttextview) need testing When a user leaves a channel/server right click the user name If this operates correctly the only option you see is Clear Buffer If a user is present you should see normal menu | 2016-04-28 | 1 | -10/+24 | |
| * | defpopup(querytextview): add close button to popup•••If you find yourself wanting to close a query thats either undocked or you dont want to travle all the way to channel treelist | 2016-04-27 | 1 | -0/+7 | |
| * | events: fix handler name should have no spaces•••once loaded if these events handler names have spaces they are eaten by hungry KVIrc internals. Im also pretty sure it cant have non-alpha chars as they were removed from my quick tests here. thx @AndrioCelos for tip | 2016-04-27 | 1 | -1/+1 | |
| * | popups: cleanup + add more conditions + fix missed renamed•••Why doesnt KVIrc use alphabetical order to organize popups intead of doing whatever it wants? Why doesnt the export function remove trailing spaces automatically? | 2016-04-20 | 1 | -140/+146 | |
| * | popups: cleanup conditional visibility / rename option / add channel•••- add more conditional visibility to popups ( we dont need to see what we cant use ) - added freenode to Default channels (we could add more if so which?) - Renamed Channels -> Default Channels (joins #kvirc # freenode and #kde | 2016-04-20 | 1 | -36/+45 |
