aboutsummaryrefslogtreecommitdiffstats
path: root/data/defscript
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* OnServerLinkPopupRequest: change event handler for serverpopup Gravatar un1versal2016-04-201-1/+1
| | | | | | fix #1948 restores test handler pre e7c3ef7 merger works both for serverpopup options + ping/traceroute
* 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-192-2/+2
|
* defscript: Remove unneeded separatorGravatar staticfox2016-04-191-2/+0
|
* defscript: Fix right clicking on serversGravatar staticfox2016-04-192-0/+93
|
* 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
|
* toolbars: add default file transfers buttonGravatar un1versal2016-03-251-1/+2
|
* 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
|
* remove ircactions toolbar button add channel menu and away buttonGravatar un1versal2016-01-101-3/+5
| | | | | | | | | the ircaction contain s only duplicates of whats already visible except for the buttons added here. fix icon assignments fix capitalization ToolBar -> Toolbar and IRC Context -> IRC context
* 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
|
* follow up #1743 add ignore highlight to internal aliases.kvsGravatar un1versal2015-11-231-2/+3
| | | | | | This adds the recently added highlight ignore to aliases.kvc todo: possible add a Check all box to RegisteredUserEntryDialog.cpp
* 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
|
* [ci skip] aliases/toolbars.kvs typos correctionsGravatar un1versal2015-10-082-5/+5
|
* [ci skip] [text files and config.in] typos corrections.Gravatar un1versal2015-10-081-1/+1
|
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ↵Gravatar Szymon Tomasz Stefanek2015-09-282-21/+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
* fix texticons and popupsGravatar universal2015-09-181-36/+36
| | | | | Hopefully! I think KVIrc is fussy about this file in particular Somehow doesnt like what I did in https://github.com/kvirc/KVIrc/commit/06d63bb34450d16a9fa21fb1931d310b9067f33b
* popups.kvs fix remainder of wrong iconsGravatar universal2015-09-061-5/+5
|
* Icons Part 2 - Work in progress fix pop up iconsGravatar uNiversaI2015-08-301-894/+874
|
* Merge patch by TheReignGravatar Szymon Tomasz Stefanek2014-12-281-0/+5
| | | | | | | | * Autoload keyx, so keyx users initiating a keyx to you before you manually load keyx won't be ignored. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6410 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-6/+6
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* add #1380Gravatar wodim2013-05-071-1/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6331 17fca916-40b9-46aa-a4ea-0a15b648b75c
* clean mde channelGravatar José Melo2012-11-191-5/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6292 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-10/+10
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-5/+0
| | | | | | | | proper SVN Props instead sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implements #1219Gravatar wodim2011-09-252-4/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5979 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed popup versionGravatar Elvio Basello2011-03-241-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5686 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Remove a highlighting popup warningGravatar Szymon Tomasz Stefanek2011-03-241-1/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5682 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated popup version: please KEEP this file updatedGravatar Elvio Basello2011-03-221-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5669 17fca916-40b9-46aa-a4ea-0a15b648b75c
* add missing string to translateGravatar José Melo2011-03-221-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5667 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated default.kvcGravatar Fabio Bas2011-03-201-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5655 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed the dccallow alias (ticket #1115)Gravatar Fabio Bas2011-03-201-6/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5653 17fca916-40b9-46aa-a4ea-0a15b648b75c
* do not show the channels menu if !$serverGravatar wodim2011-03-162-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5612 17fca916-40b9-46aa-a4ea-0a15b648b75c
* I'm a bit fussyGravatar wodim2011-02-282-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5527 17fca916-40b9-46aa-a4ea-0a15b648b75c