Lajamerr Mittesdine
7a4fafa8fc
Fix issue on Windows not matching links correctly.
...
In Windows a carriage return(Hex 0D) is separate from new line(Hex 0A).
Before it was only replacing the new line with |
and leaving it with the carriage return. Linux ignores these by default I think.
So that when on Windows it created improperly formatted data for the regex syntax.
This fix still replaces new line with | but it also removes anything considered a space with \s
2018-06-29 02:14:04 -04:00
fourtf
712a292d7e
renamed class SingalVector -> SimpleSignalVector
2018-06-28 20:27:24 +02:00
fourtf
6013591730
renamed files SignalVector -> SimpleSignalVector and SingalVector2 -> SignalVector
2018-06-28 20:25:37 +02:00
fourtf
c3c2b934ba
moved ChatterinoSetting into src/common
2018-06-28 20:06:09 +02:00
fourtf
86347dc63e
renamed Themes to Theme
2018-06-28 20:03:04 +02:00
fourtf
c01d1ed732
step 1: push, step 2: try to compile
2018-06-28 19:57:06 +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
fourtf
b667183ca5
Merge branch 'master' of https://github.com/fourtf/chatterino2
2018-06-28 18:12:43 +02:00
Rasmus Karlsson
8ff29ebe05
Normalize define naming
2018-06-28 01:26:15 +02:00
pajlada
10df071077
Breakpad implementation ( #535 )
...
* qBreakpad simple implementation
* update chatterino.pro for linux
* Add breakpad building script for linux
2018-06-27 23:06:37 +00:00
Rasmus Karlsson
524be95e8b
Reduce complexity of regular expression initialization
2018-06-28 00:54:34 +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
37be58ebcf
fixed browser extensions not working when opening the browser before
...
chatterino
2018-06-27 22:56:56 +02:00
fourtf
6a93aa412e
moved IsBigEndian into it's own file
2018-06-27 13:03:59 +02:00
chems
c22052afdd
undo reformat
2018-06-27 12:59:11 +02:00
ch-ems
b2d18ddd7f
fixes #525
2018-06-27 12:59:11 +02:00
ch-ems
1bd97d853e
fixes issue where slowmode checkbox is checked even after canceling.
2018-06-27 12:59:11 +02:00
Rasmus Karlsson
e9868fdd84
Move TwitchUser deserialization to the proper Deserialize function
...
instead of ::fromJSON
2018-06-27 00:17:05 +00:00
Rasmus Karlsson
f76512c31e
Remove authenticated get function from urlfetch
...
Implement twitch account emote getter function in TwitchAccount
2018-06-27 00:16:30 +00:00
ch-ems
d333da3dfa
fixes issue with 0245bd5
2018-06-26 19:33:42 +02:00
fourtf
06350e9e14
added codescene
2018-06-26 18:21:13 +02:00
fourtf
c5441c6d4a
fixed minor issues
2018-06-26 17:51:31 +02:00
fourtf
fb230423f6
fixed rename
2018-06-26 17:47:44 +02:00
fourtf
604e5ed682
fixed upper/lower case fiesta
2018-06-26 17:42:35 +02:00
fourtf
8cbf575e3c
added docs of main.cpp
2018-06-26 17:33:26 +02:00
fourtf
804d324d79
removed NativeEventHelper
2018-06-26 17:27:18 +02:00
fourtf
d09b14db26
removed Const.hpp and Credentials.hpp in favor of TwitchCommon.hpp
2018-06-26 17:25:24 +02:00
fourtf
08e552f5f6
ran clang-format on all files
2018-06-26 17:20:03 +02:00
fourtf
6ee1fc303e
removed SplitColumn
2018-06-26 17:16:58 +02:00
fourtf
c74bc00106
renamed twitch api get functions
2018-06-26 17:12:50 +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
fourtf
f09c7e8b4e
removed ChannelData
2018-06-26 14:55:28 +02:00
fourtf
22f528cd21
put all split widgets inside the same directory
2018-06-26 14:39:22 +02:00
fourtf
beaa2e849a
Merge branch 'master' of https://github.com/fourtf/chatterino2
2018-06-26 14:11:45 +02:00
fourtf
a9bf9cf722
rename #3
2018-06-26 14:09:39 +02:00
fourtf
14f07274d9
fixed chatterino.pro paths
2018-06-26 13:31:40 +02:00
fourtf
c9722b9780
rename #2
2018-06-26 13:24:55 +02:00
fourtf
ec04f10895
rename #1
2018-06-26 13:23:57 +02:00
Rasmus Karlsson
aba6d1b840
update settings version
2018-06-26 00:42:22 +00:00
fourtf
6375a902a0
fixed size of the attachedwindow for the browser extension for scaling
2018-06-25 22:07:17 +02:00
Lajamerr Mittesdine
13d28d0d8b
Fix Account Switcher Popup Widget On Linux
...
This fixes it for me on Linux.
Not sure if this breaks anything on Windows. Needs some testing.
2018-06-25 17:01:29 +02:00
ch-ems
0245bd5c3a
fixed crash when enabling 'window always on top'
2018-06-25 16:59:50 +02:00
ch-ems
7f5b07a9f9
fixes font selection window showing behind if 'window always on top' is
...
enabled.
2018-06-25 16:59:50 +02:00