fourtf
20e978ad85
changed up settings
2019-08-26 13:18:23 +02:00
fourtf
cced199eaf
added button to import commands from chatterino 1
2019-08-26 11:46:52 +02:00
fourtf
ea28269951
attempt to fix the tabs that sometimes get added
2019-08-26 11:26:58 +02:00
fourtf
748920e8fd
fixed shift+(home/end)
2019-08-26 11:11:02 +02:00
fourtf
77aec1d3eb
improved description of double click link setting
2019-08-26 10:58:47 +02:00
fourtf
6cb82307e6
switched std::optional to boost::optional
2019-08-25 22:58:19 +02:00
fourtf
84c7c40e86
added some flush() calls just to be sure
2019-08-25 21:26:14 +02:00
fourtf
38bceba5ec
improved browser extension
2019-08-25 21:25:31 +02:00
fourtf
68a96e3be8
added prompt to move windows into bounds
2019-08-25 21:24:43 +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
pajlada
def839bef9
Merge pull request #1232 from Chatterino/pajlada-manually-send-req
...
manually send req, this ensures we send it before JOIN
2019-08-23 22:37:52 +02:00
fourtf
0577692c99
Updated chatterino badges api
2019-08-23 16:52:44 +02:00
Rasmus Karlsson
ab0d70300c
manually send req, this ensures we send it before JOIN
...
Fixes #1229
2019-08-22 22:04:26 +02:00
apa420
0c6760d0ca
Fixes the remove button '''crash''' #1226
2019-08-22 16:34:26 +02:00
fourtf
dd33e4e09e
Changed border color to grey
2019-08-22 14:54:56 +02:00
fourtf
3079765a0c
Update README.md
2019-08-21 22:12:55 +02:00
fourtf
c81e1929c9
Fixes #1159 No tooltip foreground transparency.
2019-08-21 02:37:10 +02:00
fourtf
d709b98331
switched order in loaded image selection
2019-08-21 02:21:12 +02:00
fourtf
e140905faf
?
2019-08-21 02:16:33 +02:00
fourtf
978d5aa1c1
Special message when login expired.
2019-08-21 02:14:01 +02:00
fourtf
3b3791e43a
Special message when login expired.
2019-08-21 02:00:42 +02:00
fourtf
6d9545157e
Fixes #1215 Allow previewing badges
2019-08-21 01:52:01 +02:00
fourtf
dbc20baa65
fixed emote preview not using 3x images
2019-08-21 01:44:19 +02:00
fourtf
67aadfe61f
Fixes #1218 Usercard link from search popup
2019-08-21 01:19:41 +02:00
fourtf
b513caf572
added settings to mention users with ,
2019-08-21 01:08:15 +02:00
fourtf
b84c3ac3be
Fixes #1220 Added setting do disable timeout stacking
2019-08-21 00:41:48 +02:00
fourtf
f3e48c1325
smoll changes
2019-08-21 00:07:59 +02:00
fourtf
d98318e1cc
fixed compilation on linux
2019-08-20 23:54:45 +02:00
fourtf
7643c0d20d
fixed deleting QTimer on wrong thread
2019-08-20 23:46:27 +02:00
fourtf
14222f84f2
made caller/concurrent rules tighter
2019-08-20 23:46:27 +02:00
fourtf
7d842e6cf7
Writing cache files async
2019-08-20 22:16:17 +02:00
fourtf
d6627b531e
removed old NetworkRequest api
2019-08-20 22:16:17 +02:00
fourtf
7697ec01b4
removed old NetworkRequest api
2019-08-20 22:16:17 +02:00
fourtf
a7cd1fbf97
removed unused files
2019-08-20 22:16:17 +02:00
fourtf
4713862620
load cache files async
2019-08-20 22:16:17 +02:00
fourtf
0b8e0ff7cf
deprecated old NetworkRequest api
2019-08-20 22:16:17 +02:00
fourtf
98053fdadf
deprecated old NetworkRequest api
2019-08-20 22:16:17 +02:00
fourtf
4f6c1a8519
added NetworkRequest builder functions
2019-08-20 22:16:17 +02:00
Rasmus Karlsson
d3224e7a4e
Fix linux/macos compilation
2019-08-20 09:08:25 +02:00
fourtf
1b0102c948
Added fullscreen support to browser extension
2019-08-20 03:13:42 +02:00
fourtf
e07d11e9a3
enabled browser extension
2019-08-19 23:15:24 +02:00
Leon Richardt
bb015b435c
Add YungLPR to contributors ( #1217 )
2019-08-19 13:11:17 +02:00
pajlada
7367feccb0
Merge pull request #1214 from RAnders00/needs-triage-badge
...
Add 'needs triage' badge to all issue templates
2019-08-19 09:56:59 +02:00
Ruben Anders
f1899cf503
Add 'needs triage' badge to all Issue templates
2019-08-19 01:42:52 +02:00
fourtf
9a7bb973b5
Re-enabled nightly title with commit hash
2019-08-19 00:27:13 +02:00
pajlada
c45657da82
Merge pull request #1209 from leon-richardt/emote-autocompletion-fix
...
Fix Emote Completion Bug
2019-08-19 00:12:43 +02:00
fourtf
0a81a358b5
fixed manual updates for portable mode on windows
2019-08-18 23:51:10 +02:00
Leon Richardt
f2b2e3142f
Implement simpler fix for emote completion bug
...
This commit implements a simpler fix for the problem described in #1209 .
The setting's signal is connected to a reset of `completionInProgress_`
so that the completion model is updated on the next word already.
This commit also removes the older approach tackling this issue.
2019-08-18 21:37:20 +02:00
fourtf
23f1dd4646
update 2.1.0
2019-08-18 21:21:48 +02:00
pajlada
18fb160094
Merge pull request #1210 from RAnders00/randers00-issue-templates
...
Create issue templates
2019-08-18 10:32:43 +02:00