aboutsummaryrefslogtreecommitdiffstats
path: root/data/defscript/popups.kvs
Commit message (Collapse)AuthorAgeFilesLines
* Switch default channel from freenode to liberaGravatar Alexey Sokolov2021-05-261-2/+2
|
* defscript popups: improvements and fixes (#2241)Gravatar Data2017-08-271-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* defscript: add global to option controller titlesGravatar Data2017-07-041-1/+1
| | | | | | | | | | | | | | * 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
* popups: move user control prologue and options to own popupGravatar un1versal2016-10-021-154/+156
| | | | | | | | | | | | | | 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.
* popups: fix oopsie warning not joined to serverGravatar un1versal2016-08-141-1/+1
| | | pff, moar coffee
* popups: add jconditional oin channel for joining dead channelsGravatar un1versal2016-08-141-0/+6
| | | | also bump default.kvc PopupVersion to match
* popups: add option to trigger option controller menuGravatar un1versal2016-07-301-120/+8
| | | | | | | | | | 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.
* popups: revert condition for user popupGravatar un1versal2016-07-021-16/+16
| | | | | | | 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...
* fix copy and paste: the monster strikes again.Gravatar un1versal2016-07-021-2/+2
|
* popups: add znc channel to defaultsGravatar un1versal2016-06-301-0/+5
| | | | and kick travis see if still times out
* popups: coding style to match source Allman styleGravatar un1versal2016-06-181-76/+163
|
* popups: dont assign icons via numbersGravatar un1versal2016-06-081-202/+202
| | | | what a terrible idea to assign icons (or anything) via numbers
* popups querytextview: fix separator visual glitchGravatar un1versal2016-06-051-2/+2
|
* popups: some improvementsGravatar un1versal2016-05-171-24/+28
| | | | | | | * 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
* popups: revert part of d8e6618Gravatar un1versal2016-05-071-3/+1
| | | | | logging and not connected conditions for windowpopup wont work as intended like this.
* popups: separate close button + hide logging conditionallyGravatar un1versal2016-05-071-1/+5
|
* popups: missed spaceGravatar un1versal2016-05-061-1/+1
|
* popups: consistent spaces formattingGravatar un1versal2016-05-061-10/+10
|
* popups: cleanup visible conditions + add CTCP protection menuGravatar un1versal2016-05-031-57/+190
| | | | | | | | | * 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
* popups: revert part of fa33e18Gravatar un1versal2016-04-301-9/+9
| | | | | This works as intended for the most part, however for nicks in console that should be valid to show full popup are blocked instead.
* popups: add visible conditions + hide popups on right clicking user when hes ↵Gravatar un1versal2016-04-281-10/+24
| | | | | | | | | | | no longer in channel 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
* defpopup(querytextview): add close button to popupGravatar un1versal2016-04-271-0/+7
| | | | | If you find yourself wanting to close a query thats either undocked or you dont want to travle all the way to channel treelist
* popups: cleanup + add more conditions + fix missed renamedGravatar un1versal2016-04-201-140/+146
| | | | | Why doesnt KVIrc use alphabetical order to organize popups intead of doing whatever it wants? Why doesnt the export function remove trailing spaces automatically?
* popups: cleanup conditional visibility / rename option / add channelGravatar un1versal2016-04-201-36/+45
| | | | | | | - 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
* revert part of f6c31975e needs more investigationGravatar un1versal2016-04-201-25/+0
| | | it would be nice if you could perform these functions on links/URLs for now just revert
* defpopup(consoletextview): add ping/tracerouteGravatar un1versal2016-04-191-8/+40
| | | | | | also add: * clear buffer to serverpopup * visible conditons
* fix rebase nonsense with popupsGravatar un1versal2016-04-191-86/+0
| | | | | this data order is controlled by some weird internal KVIrc logic, its best to let KVIrc win here from experience.
* OnServerLinkPopupRequest: add event handler and popups entryGravatar un1versal2016-04-191-0/+111
| | | | | | | | | | | fixes #1946 based on https://github.com/staticfox/KVIrc/commit/e7c3ef7db4922e974ae310eac800392552557dbd by @staticfox added also ping/and traceroute for both IPv4 (tested and works) and IPv6 (untested)
* defscript: Rename servertextview to serverpopupGravatar staticfox2016-04-191-1/+1
|
* defscript: Remove unneeded separatorGravatar staticfox2016-04-191-2/+0
|
* defscript: Fix right clicking on serversGravatar staticfox2016-04-191-0/+88
|
* popups: fix double separator part 2 after dded98eGravatar un1versal2016-04-181-3/+3
| | | | | | label($tr("You're not connected to a server","defscript")) (!$server) already has a inbuilt separator and all separators above it must be conditional in order to not cause this stupic visual glitch.
* Fix tracert and ping over ipv6 on WindowsGravatar wodim2016-04-121-2/+3
|
* Fix #1921Gravatar wodim2016-04-061-1/+1
|
* popups: defpopup(channelpopup) add conditional visibility for partGravatar un1versal2016-03-111-1/+1
| | | | | ideally we should just show popup options based on if they can be used or not.
* popups: add join/part/hop + add some labels and cleanupGravatar un1versal2016-03-101-5/+18
| | | | | | | | | | | | | | | defpopup(channelpopup): * added join channel conditionally visible, join the channel by right clicking #channelname defpopup(consoletextview): fix visula glitch of double drawn separator line * moved label($tr("You're not connected to a server","defscript")) (!$server) to bottom of popup, the reason for glitch is due to labels automatically adding a separator this meant any existing separator on top of file were drawn ontop of this which looked odd. * cleaned up 1 unused separator by this move. * fixed unecessary abreviation of the word properties defpopup(windowpopup): added hop and part options to this popup * extended functionality/usability by adding hop/part to this area for easy access.
* popups.kvs: add conditional dock icons to some window popups and as -> As ↵Gravatar un1versal2016-02-051-41/+64
| | | | capitalization
* Fix capitalization of as -> AsGravatar un1versal2016-02-011-1/+1
| | | Should have done it first time I edit this line.
* popups: fix icon assignmentsGravatar un1versal2016-01-121-8/+8
|
* fix icons assignemts in popups/kvs Gravatar un1versal2015-12-301-7/+7
| | | (icon 41) is now completely destinct from 44 they are not even same action to begin with
* popups: last capitalization fix (I hope)...Gravatar un1versal2015-12-101-2/+2
| | | I know this should have revised better, blame it on juggling too many tasks in one go.
* popups: dont capitalize prepositions with less than five lettersGravatar un1versal2015-12-101-5/+5
| | | it feels as if my brain has gone on holidays sometimes.
* The Last of the Mohicans: capitalize this also and get a new pair of eyesGravatar un1versal2015-12-091-1/+1
|
* popups: fix minor issues with capitalizationGravatar un1versal2015-12-081-3/+3
|
* Merge pull request #1721 from un1versal/Mary-had-a-little-lambGravatar un1versal2015-11-141-17/+0
|\ | | | | Partial address issue #1716 + make some cleanups/add notes
| * popups.kvs: remove Minimize, Maximize and RestoreGravatar un1versal2015-11-051-17/+0
| | | | | | | | partially addresses #1716
* | hlignore: Set popup ignore to block highlights tooGravatar Matt Ullman2015-11-131-27/+27
|/ | | | Add documentation to -h | --highlight flags
* popups.kvs fix icon assignments againGravatar un1versal2015-10-211-18/+33
|
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ↵Gravatar Szymon Tomasz Stefanek2015-09-281-17/+4
| | | | able to spot yet. Please report. Closes #1630.
* Move the 'undock' menu entry in the middle to minimize the chance of ↵Gravatar Szymon Tomasz Stefanek2015-09-271-12/+10
| | | | accidental undocking