| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch default channel from freenode to libera | Alexey Sokolov | 2021-05-26 | 1 | -2/+2 |
| * | 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.
| Data | 2017-08-27 | 1 | -12/+13 |
| * | 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
| Data | 2017-07-04 | 1 | -1/+1 |
| * | 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.
| un1versal | 2016-10-02 | 1 | -154/+156 |
| * | popups: fix oopsie warning not joined to server•••pff, moar coffee | un1versal | 2016-08-14 | 1 | -1/+1 |
| * | popups: add jconditional oin channel for joining dead channels•••also bump default.kvc PopupVersion to match
| un1versal | 2016-08-14 | 1 | -0/+6 |
| * | 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.
| un1versal | 2016-07-30 | 1 | -120/+8 |
| * | 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...
| un1versal | 2016-07-02 | 1 | -16/+16 |
| * | fix copy and paste: the monster strikes again. | un1versal | 2016-07-02 | 1 | -2/+2 |
| * | popups: add znc channel to defaults•••and kick travis see if still times out
| un1versal | 2016-06-30 | 1 | -0/+5 |
| * | popups: coding style to match source Allman style | un1versal | 2016-06-18 | 1 | -76/+163 |
| * | popups: dont assign icons via numbers•••what a terrible idea to assign icons (or anything) via numbers
| un1versal | 2016-06-08 | 1 | -202/+202 |
| * | popups querytextview: fix separator visual glitch | un1versal | 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
| un1versal | 2016-05-17 | 1 | -24/+28 |
| * | popups: revert part of d8e6618•••logging and not connected conditions for windowpopup wont work as
intended like this.
| un1versal | 2016-05-07 | 1 | -3/+1 |
| * | popups: separate close button + hide logging conditionally | un1versal | 2016-05-07 | 1 | -1/+5 |
| * | popups: missed space | un1versal | 2016-05-06 | 1 | -1/+1 |
| * | popups: consistent spaces formatting | un1versal | 2016-05-06 | 1 | -10/+10 |
| * | 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
| un1versal | 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.
| un1versal | 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
| un1versal | 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
| un1versal | 2016-04-27 | 1 | -0/+7 |
| * | 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?
| un1versal | 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
| un1versal | 2016-04-20 | 1 | -36/+45 |
| * | revert part of f6c31975e needs more investigation•••it would be nice if you could perform these functions on links/URLs for now just revert | un1versal | 2016-04-20 | 1 | -25/+0 |
| * | defpopup(consoletextview): add ping/traceroute•••also add:
* clear buffer to serverpopup
* visible conditons
| un1versal | 2016-04-19 | 1 | -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.
| un1versal | 2016-04-19 | 1 | -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)
| un1versal | 2016-04-19 | 1 | -0/+111 |
| * | defscript: Rename servertextview to serverpopup | staticfox | 2016-04-19 | 1 | -1/+1 |
| * | defscript: Remove unneeded separator | staticfox | 2016-04-19 | 1 | -2/+0 |
| * | defscript: Fix right clicking on servers | staticfox | 2016-04-19 | 1 | -0/+88 |
| * | 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.
| un1versal | 2016-04-18 | 1 | -3/+3 |
| * | Fix tracert and ping over ipv6 on Windows | wodim | 2016-04-12 | 1 | -2/+3 |
| * | Fix #1921 | wodim | 2016-04-06 | 1 | -1/+1 |
| * | popups: defpopup(channelpopup) add conditional visibility for part•••ideally we should just show popup options based on if they can be used
or not.
| un1versal | 2016-03-11 | 1 | -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.
| un1versal | 2016-03-10 | 1 | -5/+18 |
| * | popups.kvs: add conditional dock icons to some window popups and as -> As cap... | un1versal | 2016-02-05 | 1 | -41/+64 |
| * | Fix capitalization of as -> As•••Should have done it first time I edit this line. | un1versal | 2016-02-01 | 1 | -1/+1 |
| * | popups: fix icon assignments | un1versal | 2016-01-12 | 1 | -8/+8 |
| * | fix icons assignemts in popups/kvs •••(icon 41) is now completely destinct from 44 they are not even same action to begin with | un1versal | 2015-12-30 | 1 | -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. | un1versal | 2015-12-10 | 1 | -2/+2 |
| * | popups: dont capitalize prepositions with less than five letters•••it feels as if my brain has gone on holidays sometimes. | un1versal | 2015-12-10 | 1 | -5/+5 |
| * | The Last of the Mohicans: capitalize this also and get a new pair of eyes | un1versal | 2015-12-09 | 1 | -1/+1 |
| * | popups: fix minor issues with capitalization | un1versal | 2015-12-08 | 1 | -3/+3 |
| * | Merge pull request #1721 from un1versal/Mary-had-a-little-lamb•••Partial address issue #1716 + make some cleanups/add notes | un1versal | 2015-11-14 | 1 | -17/+0 |
| |\ |
|
| | * | popups.kvs: remove Minimize, Maximize and Restore•••partially addresses #1716
| un1versal | 2015-11-05 | 1 | -17/+0 |
| * | | hlignore: Set popup ignore to block highlights too•••Add documentation to -h | --highlight flags
| Matt Ullman | 2015-11-13 | 1 | -27/+27 |
| |/ |
|
| * | popups.kvs fix icon assignments again | un1versal | 2015-10-21 | 1 | -18/+33 |
| * | Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab... | Szymon Tomasz Stefanek | 2015-09-28 | 1 | -17/+4 |
| * | Move the 'undock' menu entry in the middle to minimize the chance of accident... | Szymon Tomasz Stefanek | 2015-09-27 | 1 | -12/+10 |