TranRed
|
bbf649bf70
|
Added {message} parameter for moderation buttons
|
2019-05-01 16:08:45 +02:00 |
|
apa420
|
4f79d6fc07
|
Added deleted messages, will also add the disabled tag to denied automod messages
|
2019-04-19 22:44:02 +02:00 |
|
Ruben Anders
|
00d4fbf9ed
|
Add {channel} replacement
|
2019-04-11 12:21:11 +02:00 |
|
apa420
|
1434225603
|
Implemented AutoMod and write pubsub automod messages TODO: implement that the AutoMod message gets deleted if dealt with \nFixes #887
|
2019-01-21 18:33:57 +01:00 |
|
apa420
|
cc5528ec18
|
smol commit
|
2019-01-20 16:07:31 +01:00 |
|
apa420
|
7067b0503d
|
Added more functionality and clickable deny and accept buttons that don't do anything, this also fixes the issue with the background not working properly
|
2019-01-20 14:45:59 +01:00 |
|
fourtf
|
fc93d7b738
|
added wip effect for (dis/re)connected messages
|
2018-12-04 21:07:55 +01:00 |
|
fourtf
|
96328a5e25
|
fixed pausing while 1k messages are in the channel
|
2018-12-04 08:56:07 +01:00 |
|
fourtf
|
bd8fab7e68
|
fixed redraw issue
|
2018-12-02 19:20:14 +01:00 |
|
fourtf
|
0d4d301aa0
|
added pausable property to ChannelView
|
2018-12-02 18:37:51 +01:00 |
|
fourtf
|
2e68852768
|
made some things scale
|
2018-12-02 18:26:21 +01:00 |
|
fourtf
|
0e242202a4
|
minor improvements
|
2018-12-02 17:49:15 +01:00 |
|
fourtf
|
cf26f10b80
|
initial appbase integration
|
2018-11-21 21:37:41 +01:00 |
|
fourtf
|
d8fcc1a3ed
|
small refactor
|
2018-11-14 17:27:08 +01:00 |
|
Rasmus Karlsson
|
0f9ef9d0aa
|
Fix a bug with twitch channels and the livestatusChanged signal
|
2018-11-10 14:30:19 +01:00 |
|
23rd
|
dcda714715
|
Moved "below" button displaying in performLayout method.
|
2018-11-05 14:51:33 +01:00 |
|
fourtf
|
d3003c171a
|
unpause when leaving the channelview
|
2018-11-03 22:02:52 +01:00 |
|
fourtf
|
6416bf3927
|
alternate color for historic messages
|
2018-11-03 21:40:48 +01:00 |
|
fourtf
|
5453c65f0f
|
implemented pausing on hover
|
2018-11-03 21:26:57 +01:00 |
|
fourtf
|
3c3be99177
|
new settings page
|
2018-10-31 19:49:15 +01:00 |
|
Felix Schmid
|
c11d151b83
|
fixed pause on mouse hover
|
2018-10-27 11:15:39 +02:00 |
|
fourtf
|
3db0b5f95c
|
open settings when right clicking moderation button
|
2018-10-21 16:13:26 +02:00 |
|
fourtf
|
e259b9e39f
|
added brace wrapping after if and for
|
2018-10-21 13:43:02 +02:00 |
|
fourtf
|
c6e1ec3c71
|
disabled red background in #mentions
|
2018-10-21 13:29:52 +02:00 |
|
fourtf
|
2840b38e91
|
made links open in incognito by default for hemirt
|
2018-10-16 16:34:09 +02:00 |
|
fourtf
|
d14a4df9e3
|
opening links in private browsing mode (windows)
tested on firefox, chrome and internet explorer
|
2018-10-16 16:07:59 +02:00 |
|
23rd
|
e13d927a4e
|
Removed unused signal in TwitchChannel.
|
2018-10-14 10:17:48 +00:00 |
|
23rd
|
3e268637f0
|
Improved 'twitchChannelRegex' regexp.
|
2018-10-14 10:16:39 +00:00 |
|
23rd
|
bd04aa0074
|
Added more ignored words for opening new split from context menu.
|
2018-10-14 10:16:39 +00:00 |
|
Rasmus Karlsson
|
49449379da
|
Added a Live status indicator to tabs
|
2018-10-13 14:20:06 +02:00 |
|
Rasmus Karlsson
|
7879fef3a0
|
add some comments
reformat
|
2018-10-07 14:30:26 +00:00 |
|
Cranken
|
f13f99bb42
|
Fixed double clicking sometimes turning into unwanted triple-clicking.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
39ee6efffc
|
Fixed user popup not working.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
49398300d6
|
Triple-clicking now also checks for distance between clicks to prevent unwanted selection.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
423ef19c8f
|
Fixed a bug appearing when selecting over multiple lines in different directions.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
4c4d1d2042
|
Fixed double click selection.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
335b889efe
|
Fixed emotes selecting the whole line on double-click.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
c8326d73e7
|
Added triple-clicking next to message to select whole message.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
5c2cdce516
|
Added triple clicking to select the whole message.
|
2018-10-06 16:33:18 +00:00 |
|
Cranken
|
fed8cca10e
|
Added initial double clicking to select word functionality.
|
2018-10-06 16:33:18 +00:00 |
|
23rd
|
9f5da50bce
|
Moved creating UserInfoPopup in one place. (#761)
* Moved creating UserInfoPopup in one place.
* Added forgotten 'this'.
Fixes #759
|
2018-10-06 10:13:14 +00:00 |
|
Rasmus Karlsson
|
c6bca8e97b
|
Allow addMessage to override message flags
|
2018-10-05 21:33:01 +00:00 |
|
tetyys
|
612c9c94dc
|
Clear scroll bar when switching channels in a ChannelView
|
2018-09-30 11:53:17 +00:00 |
|
Rasmus Karlsson
|
0b36f43611
|
make the list of ignored usernames into a set instead, making it more maintanable
change "open twitch channel in new split" menu action text
|
2018-09-21 22:46:00 +02:00 |
|
23rd
|
9a6650b56c
|
Added button in menu to join to channel. (#724)
|
2018-09-21 20:35:14 +02:00 |
|
23rd
|
eb230494a6
|
Dont add scrollbar highlights in /mentions.
|
2018-09-21 13:54:12 +02:00 |
|
pajlada
|
e2a7765964
|
Merge branch 'master' into apa-notification-on-live
|
2018-09-16 17:43:53 +02:00 |
|
23rd
|
d0ea0f2478
|
Clear highlights scrollbar with messages.
|
2018-09-02 03:02:12 +03:00 |
|
pajlada
|
6eb21f4b68
|
Merge pull request #677 from 23rd/patch-4-link-tooltip-bttv
Added tooltip to links.
|
2018-08-29 01:23:17 +02:00 |
|
apa420
|
6a29fbb6dc
|
Merge branch 'master' into apa-notification-on-live
|
2018-08-28 23:23:46 +02:00 |
|