aboutsummaryrefslogtreecommitdiffstats
path: root/data/defscript
Commit message (Expand)AuthorAgeFilesLines
...
* revert part of f6c31975e needs more investigation•••it would be nice if you could perform these functions on links/URLs for now just revertGravatar un1versal2016-04-201-25/+0
* OnServerLinkPopupRequest: change event handler for serverpopup •••fix #1948 restores test handler pre e7c3ef7 merger works both for serverpopup options + ping/tracerouteGravatar un1versal2016-04-201-1/+1
* defpopup(consoletextview): add ping/traceroute•••also add: * clear buffer to serverpopup * visible conditons Gravatar un1versal2016-04-191-8/+40
* fix rebase nonsense with popups•••this data order is controlled by some weird internal KVIrc logic, its best to let KVIrc win here from experience. Gravatar un1versal2016-04-191-86/+0
* OnServerLinkPopupRequest: add event handler and popups entry•••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) Gravatar un1versal2016-04-191-0/+111
* 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 dded98e•••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. Gravatar un1versal2016-04-181-3/+3
* 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 part•••ideally we should just show popup options based on if they can be used or not. Gravatar un1versal2016-03-111-1/+1
* popups: add join/part/hop + add some labels and cleanup••• 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. Gravatar un1versal2016-03-101-5/+18
* popups.kvs: add conditional dock icons to some window popups and as -> As cap...Gravatar un1versal2016-02-051-41/+64
* Fix capitalization of as -> As•••Should have done it first time I edit this line.Gravatar un1versal2016-02-011-1/+1
* popups: fix icon assignmentsGravatar un1versal2016-01-121-8/+8
* remove ircactions toolbar button add channel menu and away button•••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 Gravatar un1versal2016-01-101-3/+5
* fix icons assignemts in popups/kvs •••(icon 41) is now completely destinct from 44 they are not even same action to begin withGravatar un1versal2015-12-301-7/+7
* popups: last capitalization fix (I hope)...•••I know this should have revised better, blame it on juggling too many tasks in one go.Gravatar un1versal2015-12-101-2/+2
* popups: dont capitalize prepositions with less than five letters•••it feels as if my brain has gone on holidays sometimes.Gravatar un1versal2015-12-101-5/+5
* 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.kvs•••This adds the recently added highlight ignore to aliases.kvc todo: possible add a Check all box to RegisteredUserEntryDialog.cpp Gravatar un1versal2015-11-231-2/+3
* Merge pull request #1721 from un1versal/Mary-had-a-little-lamb•••Partial address issue #1716 + make some cleanups/add notesGravatar un1versal2015-11-141-17/+0
|\
| * popups.kvs: remove Minimize, Maximize and Restore•••partially addresses #1716 Gravatar un1versal2015-11-051-17/+0
* | hlignore: Set popup ignore to block highlights too•••Add documentation to -h | --highlight flags Gravatar Matt Ullman2015-11-131-27/+27
|/
* 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 ab...Gravatar Szymon Tomasz Stefanek2015-09-282-21/+4
* Move the 'undock' menu entry in the middle to minimize the chance of accident...Gravatar Szymon Tomasz Stefanek2015-09-271-12/+10
* fix texticons and popups•••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 Gravatar universal2015-09-181-36/+36
* 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 TheReign••• * 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 Gravatar Szymon Tomasz Stefanek2014-12-281-0/+5
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- 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 Gravatar Robert Förster2014-11-211-6/+6
* add #1380•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6331 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-05-071-1/+9
* clean mde channel•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6292 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar José Melo2012-11-191-5/+0
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-10/+10
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••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 Gravatar Robert Förster2012-01-141-5/+0
* implements #1219•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5979 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-09-252-4/+9
* fixed popup version•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5686 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-03-241-1/+1
* Remove a highlighting popup warning•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5682 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-241-1/+4
* updated popup version: please KEEP this file updated•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5669 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-03-221-1/+1
* add missing string to translate•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5667 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar José Melo2011-03-221-1/+1
* updated default.kvc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5655 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-03-201-1/+1
* removed the dccallow alias (ticket #1115)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5653 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-03-201-6/+1
* do not show the channels menu if !$server•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5612 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-03-162-2/+2
* I'm a bit fussy•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5527 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-02-282-6/+6