| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 name
should make clearer that this is a global controller thingy.
fixes #2202
* defscript: some missed titles
* typo
* &Option instead
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
pff, moar coffee
|
| |
|
|
| |
also bump default.kvc PopupVersion to match
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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...
|
| | |
|
| |
|
|
| |
and kick travis see if still times out
|
| | |
|
| |
|
|
| |
what a terrible idea to assign icons (or anything) via numbers
|
| | |
|
| |
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
logging and not connected conditions for windowpopup wont work as
intended like this.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
This works as intended for the most part, however for nicks in console
that should be valid to show full popup are blocked instead.
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
If you find yourself wanting to close a query thats either undocked or
you dont want to travle all the way to channel treelist
|
| |
|
|
|
| |
Why doesnt KVIrc use alphabetical order to organize popups intead of doing whatever it wants?
Why doesnt the export function remove trailing spaces automatically?
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
| |
it would be nice if you could perform these functions on links/URLs for now just revert
|
| |
|
|
|
|
| |
also add:
* clear buffer to serverpopup
* visible conditons
|
| |
|
|
|
| |
this data order is controlled by some weird internal KVIrc logic, its
best to let KVIrc win here from experience.
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
| |
ideally we should just show popup options based on if they can be used
or not.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
capitalization
|
| |
|
| |
Should have done it first time I edit this line.
|
| | |
|
| |
|
| |
(icon 41) is now completely destinct from 44 they are not even same action to begin with
|
| |
|
| |
I know this should have revised better, blame it on juggling too many tasks in one go.
|
| |
|
| |
it feels as if my brain has gone on holidays sometimes.
|
| | |
|
| | |
|
| |\
| |
| | |
Partial address issue #1716 + make some cleanups/add notes
|
| | |
| |
| |
| | |
partially addresses #1716
|
| |/
|
|
| |
Add documentation to -h | --highlight flags
|
| | |
|
| |
|
|
| |
able to spot yet. Please report. Closes #1630.
|
| |
|
|
| |
accidental undocking
|