moe-ka
89f3a3f3ea
fixes #952 (replaced unused 'Notification' MessageFlag)
2019-02-27 15:14:25 +00:00
hemirt
63b22ecf1d
HistoricMessageAppearance
...
Merge branch 'master' of https://github.com/fourtf/chatterino2
2019-01-30 16:00:45 +01:00
apa420
88b1122369
added an option to disable the red stripes over timed out messages
2019-01-29 18:23:43 +01:00
hemirt
441f6189a1
Historic messages behaviour
...
"Crossed and Greyed" -> default (and is current default)
"Crossed" -> just crossed
"Greyed" -> just greyed
"No change" -> no change in appearance
2019-01-27 22:15:59 +01:00
apa420
ee0b115484
If bold usernames was ticked it wouldn't show who the automod caught
2019-01-25 14:19:09 +01:00
Rasmus Karlsson
be881f17f4
fix scuffed switch
2019-01-23 18:07:36 +01:00
apa420
c87114a640
rewrote the cases with enums
2019-01-22 23:20:43 +01: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
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
apa420
0b2480d715
Added a bunch of stuff, we now collect all the pubsub automod messages and also displays a caught message to a mod
2019-01-20 01:02:04 +01:00
23rd
0d48c04d8a
Made cleanUpCode() as static TwitchEmotes's method.
2019-01-01 21:48:30 +01:00
23rd
23458aa1df
Fixed copying of emotes with '< >' symbols.
2019-01-01 21:48:30 +01:00
ckath
11f01947a7
stop emotes from being cut off
2018-12-14 22:40:56 +01:00
fourtf
fc93d7b738
added wip effect for (dis/re)connected messages
2018-12-04 21:07:55 +01:00
fourtf
bdbdfe3db3
updated appbase version
2018-12-02 19:23:23 +01:00
fourtf
bd8fab7e68
fixed redraw issue
2018-12-02 19:20:14 +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
d8fcc1a3ed
small refactor
2018-11-14 17:27:08 +01:00
fourtf
5453c65f0f
implemented pausing on hover
2018-11-03 21:26:57 +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
d500ab59ea
added setting for compact emotes Fixed #821
2018-10-29 21:48:15 +01:00
pphop
0e96caad5f
fixed badges scaling with emote scaling slider
2018-10-24 22:39:52 +05:00
Rasmus Karlsson
5497fec839
fix another link-resolver related crash (non auto url unshort-related)
2018-10-24 11:36:36 +02:00
Rasmus Karlsson
0f44a2e0f4
re-enable link resolver, but fix the underlying issue in the "link changed" signal.
...
The feature itself still doesn't work for me, but this code does the same thing.
only thing that's really different is it also disconnects the signal properly once
the TextLayoutElement is deleted
2018-10-23 10:32:13 +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
f4cf464ddb
fixed issues with surrogate pairs in text selection and rendering
2018-10-21 13:05:03 +02:00
Rasmus Karlsson
0abe85f53c
Change image set emote scale calculation
2018-10-21 10:39:40 +02:00
Rasmus Karlsson
64669879ad
Also use emote scale setting to help figure out what version emote to use
2018-10-21 10:27:36 +02:00
Rasmus Karlsson
5b23aff58d
Re-enable emote scale
2018-10-21 10:23:53 +02:00
pphop
a584259785
improve "last message read" indicator ( #802 )
2018-10-20 13:25:24 +02:00
Cranken
ced5508286
Removed unnecessary get on shared pointers.
2018-10-06 16:33:18 +00:00
Cranken
4c4d1d2042
Fixed double click selection.
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
7c367b73e6
Changed some formatting, also fixed an unrelated bug.
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
Rasmus Karlsson
cd571a7e25
clean up warnings
2018-09-30 17:15:17 +00:00
Rasmus Karlsson
a2fb4ca104
reformat
2018-09-30 16:55:41 +00:00
pajlada
d79a8b81b1
Merge pull request #736 from TETYYS/message-limit-fix
...
Changed LimitedQueue::space() to signed value, eliminating underflows
2018-09-30 14:50:47 +00:00
apa420
86024ade24
fixes that timeout/ban messages didn't show ( #728 )
2018-09-30 10:50:47 +00:00
tetyys
45d0bd6299
Changed LimitedQueue::space() to signed value, eliminating underflows
2018-09-26 22:21:38 +03:00
Rasmus Karlsson
641c5822d7
fix various warnings
2018-09-20 13:09:37 +02:00
pajlada
e2a7765964
Merge branch 'master' into apa-notification-on-live
2018-09-16 17:43:53 +02:00
23rd
5f19a57f5a
Refresh links of new messages.
...
As I understand links update when all message snapshots update, so we need to refresh url manually via signal.
2018-09-06 17:11:25 +03:00
Rasmus Karlsson
a7487ab43e
Temporary fix for timeouts not graying out messages properly
...
Fix #669
2018-09-01 13:43:17 +00:00
Rasmus Karlsson
4752a3a4d4
Mark image as empty if network request fails
2018-09-01 12:47:02 +00:00
apa420
6a29fbb6dc
Merge branch 'master' into apa-notification-on-live
2018-08-28 23:23:46 +02:00
hemirt
113cfd69b0
Fix emote copying ( #687 )
...
* Fix emote copying
* Fix (i.e. no longer add) blank spaces instead of badges
I.e. badges' names do not get copied
2018-08-28 19:25:15 +02:00
23rd
ce155299e9
Added right-click on nickname to reply on whisper. ( #680 )
2018-08-26 10:42:00 +02:00
Rasmus Karlsson
c1ec0e49d4
Change scaling values around to look good on my setup
...
Might need some DPI magic to look good on every setup, but I think this
is an improvement
2018-08-25 12:29:02 +00:00
apa420
15e9e3e642
Added functionality of colored splits when live
2018-08-17 21:19:15 +02:00
fourtf
8bcc9c487b
Fixes #411 , #516
2018-08-16 00:16:33 +02:00
fourtf
af7b742a23
changed .clang-format
2018-08-15 22:46:20 +02:00
fourtf
f6414c9d7e
remove settings and paths from Application
2018-08-12 12:56:28 +02:00
Touhou-fan
b3fd278c3c
Fix selecting incorrect image ( #659 )
2018-08-11 23:53:20 +02:00
fourtf
44f5a15da3
turning a lot of includes into forward declares
2018-08-11 22:23:06 +02:00
fourtf
63eaf3b94c
fixed not being able to select text backwards
2018-08-11 17:35:46 +02:00
fourtf
c768bd9bd9
fixed image animations
2018-08-11 17:15:17 +02:00
fourtf
c719bb6b74
categorized emtotepopup
2018-08-11 14:26:02 +02:00
fourtf
edfae49cc9
simplified Image
2018-08-10 18:56:17 +02:00
fourtf
6344fa6b23
loading images on their own thread
2018-08-09 20:46:58 +02:00
fourtf
bb76a632f4
fixed image size now updating on load
2018-08-09 17:04:15 +02:00
fourtf
e1f180ac28
added qt version number to about tab
2018-08-09 06:34:14 +02:00
fourtf
bdfe24035b
fixed rectangle being off by 1 pixel in split container
2018-08-08 19:42:14 +02:00
fourtf
d89b62692a
refined SplitHeader
2018-08-08 15:35:54 +02:00
fourtf
381177dd24
refactored EnumFlags
2018-08-07 07:55:31 +02:00
fourtf
c26422aec1
refactored MessageBuilder
2018-08-07 01:35:24 +02:00
fourtf
f71ff08e68
changed to 80 max column
2018-08-06 21:17:03 +02:00
fourtf
defa7e41fa
simplified Image a bit
2018-08-06 20:00:04 +02:00
fourtf
c71795da17
Merge branch '4tf'
2018-08-06 18:41:30 +02:00
fourtf
35d462d1f1
worked on Image
2018-08-06 18:25:47 +02:00
apa420
7e3292e900
Dynamic lowercase link setting - did request ( #612 )
...
* Added functionality of dynamic lowercase links
* fixed fourtfs request, lajamerr has a better solution though
* Fix matching and lowercasing of domain only.
* Update TwitchMessageBuilder.cpp
Added what fourtf asked in a good way
NOTE: I removed a : from the regex since otherwise it would fuck up
* fixed stuff and removed debugs
* fixed stuff
2018-08-06 16:40:12 +02:00
fourtf
c2e2dfb577
this commit is too big
2018-08-02 14:23:27 +02:00
Rasmus Karlsson
f60d649f5e
Remove UrlFetch file
2018-07-15 12:11:46 +00:00
apa420
9dda0a05fa
@boldUsernames now work dynamically with the setting ( #607 )
2018-07-12 18:56:54 +02:00
Rasmus Karlsson
352da60d07
Fix code formatting (code wasn't clang-formatted)
...
Shorten "minute" to "m" etc
Fix space-adding inconsistency when adding "seconds"
2018-07-11 16:58:57 +02:00
Rasmus Karlsson
4ea1ed085f
Remove unneccesary QString operator=
2018-07-11 16:53:19 +02:00
Nikolai Zimmermann
f63d9d3e33
Better time display for timeouts ( #601 )
...
* Better time display for timeouts
* remove newline
2018-07-11 16:09:28 +02:00
Lajamerr Mittesdine
727ccd2ff4
Add support for spotify hyperlinking ( #597 )
...
* Add support for spotify hyperlinking
* Change open link in browser to open link
2018-07-11 13:50:05 +02:00
Rasmus Karlsson
6a418e6e59
Refactor NetworkRequest class
...
Add followUser and unfollowUser methods to TwitchAccount
2018-07-07 11:09:27 +00:00
fourtf
280bb4cf8e
Renamed private members
2018-07-06 19:24:35 +02:00
fourtf
6935619820
Changed some stuff
2018-07-06 19:24:35 +02:00
hemirt
ef4c7dbe60
Merge branch 'master' of https://github.com/fourtf/chatterino2
2018-07-03 17:21:41 +02:00
fourtf
63a596ef16
added moderation action settings back in
2018-07-03 15:00:21 +02:00
Rasmus Karlsson
7d4feb2781
Make protocol regexes case insensitive
2018-07-03 14:57:11 +00:00
hemirt
37d3f5a24a
last message pattern
2018-07-03 13:44:59 +02:00
fourtf
86347dc63e
renamed Themes to Theme
2018-06-28 20:03:04 +02:00
fourtf
848bbc71aa
removed that pile of garbage IrcManager
2018-06-28 19:54:40 +02:00
fourtf
8ced5a1e25
renamed *Manager classes
2018-06-28 19:51:07 +02:00
fourtf
2df142bd50
renamed *Manager files
2018-06-28 19:46:45 +02:00
fourtf
5604ae6a67
removed functions from SettingsManager that shouldn't be there
2018-06-28 19:38:57 +02:00
Rasmus Karlsson
20c17c3377
Make link regular expression only be created once
2018-06-28 00:54:34 +02:00
LajamerrMittesdine
7fe8ff97e0
Initial rework of matchLink
2018-06-28 00:54:34 +02:00
fourtf
08e552f5f6
ran clang-format on all files
2018-06-26 17:20:03 +02:00
fourtf
54eb07e116
removed namespaces
2018-06-26 17:06:17 +02:00
fourtf
2df0566492
removed namespaces
2018-06-26 16:37:59 +02:00
fourtf
15abedd869
moved files into src/common
2018-06-26 15:33:51 +02:00
fourtf
0bc08a364c
created directory for dialogs
2018-06-26 15:11:45 +02:00