fourtf
2c74e98023
edited split dropdown
2020-08-13 18:02:23 +02:00
alazymeme
1bd3d10eef
Add an "Open in browser" option to whisper split ( #1828 )
2020-08-08 15:17:51 +02:00
Paweł
5e0ac814cf
Removed help tooltip for splits ( #1728 )
2020-06-14 12:39:17 +02:00
23rd
78dab081d8
Added missed line break to header with empty thumbnail. ( #1705 )
2020-06-14 11:51:54 +02:00
alazymeme
f3f8b2d024
Fix popout player url ( #1730 )
...
* Update TwitchChannel.cpp
* Reformatting forsenY
* fixed other things
* xd
* Update TwitchChannel.cpp
2020-06-12 19:44:05 +02:00
apa420
6d5ba0c442
Show thumbnails for live streams inside of the split header tooltip ( #1702 )
...
This feature is enabled by default and can be disabled in the Settings dialog with the "Show stream thumbnail" setting
2020-05-24 11:57:15 +02:00
thekalio
56d09ac198
Show visual feedback when BTTV and FFZ emotes are loaded ( #1671 )
...
Upon joining a channel or pressing F5, BTTV and FFZ emotes are
(re)loaded. This change adds visual feedback of the network requests and
their outcome, in the form of a system message in the associated
channel's chat window.
Non-error messages are suppressed when joining a
channel (which automatically loads emotes).
2020-05-16 12:43:44 +02:00
apa420
2ac0b60952
option to hide viewer count and duration of the stream when you hover on the split ( #1626 )
...
Fixes #1621
2020-04-13 12:24:27 +02:00
23rd
f489d23a8d
Added ability to open stream in external video player via URI scheme. ( #1623 )
2020-04-11 11:43:35 +02:00
fourtf
ba5d842767
removed MutedChannelController
2020-02-28 19:04:25 +01:00
fourtf
e537277fa8
did some more things and stuff
2020-02-23 23:07:28 +01:00
fourtf
d0a81f3fe7
refactored TaggedUsers and Ping
2020-02-23 20:34:00 +01:00
Mm2PL
bfee75ec58
Show the toggle mod mode button when mod buttons are enabled. ( #1518 )
...
* Fix #1288
Show the toggle mod mode button when mod buttons are enabled.
* Automatic formatting ain't good enough i guess.
2020-01-26 10:10:40 +01:00
CommName
dc1e4d2544
Show the title when offline ( #1347 )
...
* Channel text for offline chats
* Title refresh timer
* Fixed typo
* Refresh title when room id is loaded
* removed timer
* Typo
* Loaded on demand when hovered over
* removed the extra api request
* Moved refreshTitle function call
* Added thottling for 10s
* Fixed formating style
* reformat
* make status fetcher safer
* Requested changes from fourtf
2019-10-12 15:09:12 +02:00
fourtf
8153aa7d40
fixed #1362 rightclick on empty split crash
2019-10-12 11:17:40 +02:00
fourtf
6f710823ed
renamed getInstance() -> instance() for singletons
2019-10-07 22:42:34 +02:00
fourtf
9874bd779a
formatted all files with clang 9
2019-09-26 00:51:05 +02:00
fourtf
456065f508
moved resources out of Application
2019-09-22 10:54:32 +02:00
fourtf
5ca0fc0c8f
Merge branch 'master' into moderation
2019-09-18 16:14:45 +02:00
fourtf
27d6cf2bfd
reconnect for irc + show errors + nickRequired
2019-09-18 08:05:51 +02:00
fourtf
40c1857c90
added additional dropdown for moderation mode
2019-09-16 11:44:03 +02:00
fourtf
22ca20ad2a
renamed TwitchServer -> TwitchIrcServer
2019-09-15 13:02:02 +02:00
fourtf
158564d0c2
disabled twitch dropdown items for irc chats
2019-09-11 13:34:59 +02:00
fourtf
5c0f81defd
Fixed stuff in user popup
2019-09-01 13:06:56 +02:00
apa420
a624d14a4f
Fetch FFZ channel emotes with channel id instead of name
2019-08-27 20:08:17 +02:00
fourtf
a64e5b2834
made follow mode text shorter
2019-08-26 13:48:07 +02:00
Mm2PL
1a25c5afe8
Add a switch for follower only mode ( #1241 )
...
* Add a switch follower only mode
* Format the code
2019-08-25 19:08:04 +02:00
23rd
f9e9ed8ed0
Improved stream header creation.
2019-08-16 23:40:30 +03:00
Rasmus Karlsson
cd5972522b
reformat
2019-08-11 21:08:18 +02:00
fourtf
fff979b3c0
lock SignalVector with shared_lock to allow reading on other threads
2019-07-31 22:50:12 +02:00
Rasmus Karlsson
628c64d138
Move "How to" options to their own sub-menu
2019-07-21 13:01:35 +02:00
TranRed
a768515849
Added Subscribe option to channel menu
...
Added the option to visit the subscription page of a channel from chatterino
2019-07-16 21:59:04 +02:00
Rasmus Karlsson
c483a87605
Right-clicking split header now opens the same menu as the hamburger icon
...
Fixes #1131
2019-07-13 12:17:42 +02:00
rexim
4cde28f29b
( #1100 ) Clean TooltipPreviewImage on SplitHeader enterEvent
...
Supa quick fix for #1100
Looks like this bug may come back in other places where we use
`TooltipWidget`. For a permanent fix we have to go through all of the
places that touch `TooltipWidget` and check if they clean the preview
image correctly.
It would be better to merge TooltipPreviewImage and TooltipWidget
together and change `TooltipWidget::setText` to be
```c++
void TooltipWidget::setText(const QString &text, ImagePtr image = ptrnull);
```
But it's impossible right now, because TooltipWidget is located in
appbase and `ImagePtr` is not visible there (it's located in the main
chatterino repo). Plus we also need an access to
`getApp()->windows->gifRepaintRequested`.
First step in implementing the permanent fix would be moving
TooltipWidget to chatterino from appbase.
Any thoughts on the situation?
2019-06-22 21:39:59 +07:00
hemirt
c43c1dc207
Adds option to mute ping sound for specific channels ( #990 )
...
Co-Authored-By: hemirt <hemirt@hemirt.com>
2019-05-10 22:36:37 +02:00
TranRed
f76df80575
creates common texts for opening streams
...
Texts for opening streams were used in multiple locations. Created a file to store GUI texts like this and replaced were applicable
2019-05-02 00:01:18 +02:00
Rasmus Karlsson
10325518f7
escape title and game in tooltip
2018-12-09 00:21:24 +01:00
fourtf
cf26f10b80
initial appbase integration
2018-11-21 21:37:41 +01:00
fourtf
9ced50e94e
improved alternate bg and seperator line
2018-11-01 18:04:14 +01:00
fourtf
3c3be99177
new settings page
2018-10-31 19:49:15 +01:00
fourtf
3db0b5f95c
open settings when right clicking moderation button
2018-10-21 16:13:26 +02:00
fourtf
1872163ec4
Open settings when clicking moderation button and no moderation actions are found
2018-10-21 15:32:28 +02:00
fourtf
e259b9e39f
added brace wrapping after if and for
2018-10-21 13:43:02 +02:00
fourtf
2b1c5113d4
reordered elements in the split-header drop-down
2018-10-09 19:04:18 +02:00
fourtf
e9f0eaf82e
added examples for moving and splitting
2018-10-09 18:28:40 +02:00
fourtf
4270c402fb
this triggered my ocd
2018-10-07 19:25:46 +02:00
Rasmus Karlsson
98c1d61e78
reformat
2018-10-06 17:41:23 +00:00
Ckat
b4683c5b35
add menu option to reload subscriber emotes
2018-10-05 19:52:33 +00:00
apa420
a3a7317e62
[WIP] Fixing stuff in light/white theme ( #723 )
...
* fixed color in light/white them when a tab lights pink
* fixes background color of chatterino in white/light-themes
* Fixed emoji-button in light/white-theme
* added light/white-theme addsplit-button
* forgot to add the image-file
2018-09-21 20:18:52 +02:00
pajlada
e2a7765964
Merge branch 'master' into apa-notification-on-live
2018-09-16 17:43:53 +02:00