fourtf
0b94d0f763
made appbase compile standalone
2018-11-25 15:02:48 +01:00
fourtf
a9ca33f431
moved stuff from chatterino to appbase
2018-11-23 17:51:55 +01:00
fourtf
38b23d77ce
moved BaseWindow and related files into appbase
2018-11-22 22:10:29 +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
23rd
a0ba2154ae
Replaced caller in LogsPopup.cpp.
2018-11-05 11:39:54 +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
Rasmus Karlsson
bcebfca477
make /logs command better
...
previously you had to have a split open with the channel, that's not
required anymore.
2018-11-03 15:37:56 +01:00
Rasmus Karlsson
a4fd7b5366
Move settings into a separate JSON file.
...
This will unfortunately mean losing your commands, but they can be restored by
converting the old commands.txt format into the commands.json file
Fix #372
2018-11-03 13:37:09 +01:00
Rasmus Karlsson
ac4a496a06
Update to latest settings library version
2018-11-03 13:00:07 +01:00
fourtf
9ced50e94e
improved alternate bg and seperator line
2018-11-01 18:04:14 +01:00
fourtf
2faf24e3d5
improved rendering of notebook tab with scaling
2018-11-01 10:16:55 +01:00
fourtf
5e69354178
added two missing settings
2018-10-31 21:23:19 +01:00
fourtf
7b06405a1c
allowing editing the timestamp freely
2018-10-31 21:13:01 +01:00
fourtf
246f999a40
improvements on settings dialog
2018-10-31 20:57:29 +01:00
fourtf
33ecc2759d
fixed compilation on linux
2018-10-31 20:40:57 +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
Ckat
dd8e8ad960
fix ctrl not registering with numlock enter ( #834 )
2018-10-29 21:16:17 +01:00
23rd
69233b77ff
Fixed Unmaximize button in title bar for Windows. ( #845 )
...
* Fixed Unmaximize button in title bar for Windows.
* Clang-formated BaseWindow.cpp.
2018-10-29 21:12:24 +01:00
Ckat
70a5a62777
save settings after clicking ok ( #846 )
2018-10-29 19:20:23 +01:00
Felix Schmid
c11d151b83
fixed pause on mouse hover
2018-10-27 11:15:39 +02:00
apa420
7467e1d0e2
Properly displays mentions in splitheader-tabs even if 'enable highlighting on new message' is disabled
2018-10-27 10:54:27 +02:00
23rd
f3235d036d
Refactored LogsPopup. ( #838 )
...
* Replaced 3rd party getting channel ID with own implementation.
* Removed useless roomID_ from LogsPopup.
* Refactored channelName_ in LogsPopup.
* Cleaned up LogsPopup.
* Removed getRoomID() method in LogsPopup.
2018-10-27 10:53:12 +02:00
23rd
06e3fabfe4
Added closing LogsPopup with QMessageBox.
2018-10-27 10:47:58 +02:00
23rd
fb14e1f88a
Removed second unnecessary getLogviewerLogs() call.
2018-10-27 10:44:17 +02:00
apa420
85c1a1dbac
Ability to click error message when not providing correct account info, Fixes #488
2018-10-27 10:41:26 +02:00
hemirt
c13a88e3b6
custom theme multiplier support ( #825 )
2018-10-25 21:52:12 +02:00
pphop
02eeedb338
added toggle for greying out historic messages ( #822 )
2018-10-25 21:47:52 +02:00
TranRed
6ee7b1ef1f
fixed broken "show message length" ( #820 )
...
* fixed broken "show message length"
This should fix #818 . Didn't build and don't really know c++ #yolo #pleasereview #kappa
* Update SplitInput.cpp
removed a useless space that was created by copy pasting
2018-10-24 10:33:35 +02:00
Marco Schmid
c49f17cc07
help text added for f5
2018-10-23 20:08:00 +02:00
Marco Schmid
0f85999b4c
changed debug keybing to f6, f5 is now for refreshing
2018-10-23 20:08:00 +02:00
Marco Schmid
077e2e089d
reload working fine with f6, f5 seems to be special
2018-10-23 20:08:00 +02:00
fourtf
25aab4cdeb
rename tab on double click
2018-10-22 19:57:02 +02: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
27ac236115
grey out historic messages
2018-10-21 14:45:42 +02:00
ckath
e900b10e0c
save messages sent with ctrl enter to history as well
2018-10-21 14:36:33 +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
Rasmus Karlsson
1fde45f59b
Also resize tabs if height has changed
...
Fixes #769
2018-10-21 12:14:11 +02:00
fourtf
69e0352648
improved NotebookTab
2018-10-21 12:13:23 +02:00
fourtf
4f4d717a52
minor changes
2018-10-20 19:15:28 +02:00
apa420
a2795dec38
got triggered by pixels
2018-10-20 18:41:32 +02:00
pphop
a584259785
improve "last message read" indicator ( #802 )
2018-10-20 13:25:24 +02:00
hemirt
54c1efe531
correct getSplitCount
2018-10-20 11:07:15 +02:00