Nerixyz
95bc67fea0
feat: spellcheck input ( #6446 )
...
Reviewed-by: Mm2PL <mm2pl+gh@kotmisia.pl >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
Reviewed-by: fourtf <tf.four@gmail.com >
2026-01-02 14:56:29 +00:00
nerix
0aff6fbe83
feat: show BTTV Pro badges ( #6625 )
...
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-12-07 14:15:58 +00:00
Supa
0b4e2312ff
feat: add setting to show title in live message ( #6572 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2025-11-15 13:24:13 +00:00
teknsl
1537d4dd97
refactor: consolidate font picking into one dialog ( #6531 )
...
Instead of three separate dropdowns in the setting dialog, we now expose a single label + button combo for modifying the font.
When the button is pressed, we open a custom font dialog allowing the user to customize the font family, font size, and font weight.
Reviewed-by: nerix <nerixdev@outlook.de >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2025-11-01 15:05:18 +00:00
smc
3f68170a49
Enable browser integration settings on all platforms ( #6509 )
...
* Enable browser integration settings on all platforms
* nit: document /watching for Windows too
* nit: only show "attach" setting on Windows
* chore: add changelog entry
* another changelog update
---------
Co-authored-by: smc <crazysmc@users.noreply.github.com >
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-10-04 13:26:42 +00:00
Jacob Alexander Thompson
1d06086bb9
feat: add setting for character limit of truncated deleted messages ( #6491 )
2025-09-28 10:04:08 +00:00
pajlada
1afac3382e
feat: add setting to pulse split input on self message received ( #6380 )
2025-08-17 23:24:39 +00:00
hemirt
a5e6a13636
fix note/description not filtering in/out when it should ( #6389 )
2025-08-16 10:22:21 +00:00
pajlada
6fb3957580
chore: modify text & tooltip for colon completion setting ( #6370 )
2025-08-03 10:22:43 +00:00
droidicus
f20945edc7
feat: add setting to customize chat log timestamp ( #6338 )
2025-07-19 10:30:31 +00:00
pajlada
627b6d806e
Refactor StreamerMode/Theme setting widgets ( #6317 )
2025-07-12 12:05:49 +00:00
pajlada
2568d8a6ea
refactor: remove GeneralPageView.addIntInput ( #6306 )
2025-06-29 13:51:56 +00:00
pajlada
9e4a4bcf45
refactor: remove GeneralPageView.addCheckbox ( #6305 )
2025-06-29 13:16:20 +00:00
pajlada
42fb5ad077
feat: add SettingWidget::dropdown support for int style enums ( #6303 )
2025-06-28 12:31:11 +00:00
pajlada
847814324f
refactor: use SettingWidget::dropdown for emoji style ( #6300 )
2025-06-28 12:21:47 +02:00
pajlada
4c08a9bf26
refactor: remove now-unused SettingPage::createLineEdit ( #6290 )
2025-06-22 14:26:12 +02:00
pajlada
85863f52df
fix(clang-tidy): modernize-raw-string-literal ( #6274 )
2025-06-15 23:10:17 +02:00
Arne
62c93d1d98
feat: setting to change emote/badge thumbnail size ( #6126 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-06-15 10:27:43 +00:00
pajlada
2b89642490
fix(clang-tidy): modernize-type-traits ( #6269 )
2025-06-14 22:52:21 +00:00
pajlada
062b492dab
refactor: move Notebook enums to their own file ( #6220 )
...
Co-authored-by: Mm2PL <miau@mail.kotmisia.pl >
2025-05-18 14:02:11 +02:00
pajlada
dec42b38a6
refactor: fix some spelling mistakes ( #6196 )
2025-05-10 13:33:52 +02:00
James Upjohn
18dcd84afd
feat: add tooltip for rename on double-click setting ( #6184 )
2025-05-03 11:16:40 +00:00
James Upjohn
462e2ba658
feat: disable tab renaming on double-click via setting ( #6163 )
...
Fixes #6156
2025-04-20 11:19:40 +02:00
Maston
d3bab9132f
fix: missing space char in settings ( #6134 )
2025-04-06 19:31:01 +00:00
fourtf
edbdcc1d55
feat: allow disabling fading recent messages ( #6121 )
2025-04-06 12:21:34 +00:00
apa420
59e93d41d3
feat: Add tab style option (Normal & Combat) ( #5858 )
2025-03-11 16:16:33 +01:00
pajlada
c98267b433
fix: only hide messages from restricted users, not all suspicious users ( #6049 )
...
it's probably best to leave this setting solo'd out as restricted users
so monitored users can get their own behaviour in their own setting later
2025-03-09 13:11:06 +01:00
pajlada
ee266c35a7
feat: Hide messages from suspicious users in streamer mode ( #6042 )
...
This is a setting that's enabled by default and can be disabled under
the "Streamer mode" sub-category in the settings dialog
2025-03-08 14:10:25 +00:00
nerix
266dc8d202
feat: allow custom chat font weight ( #6037 )
2025-03-07 19:19:24 +00:00
MiguVT
3dc73e9b84
feat: allow extra user-defined extension IDs to interact with Chatterino ( #5997 )
2025-03-04 22:26:20 +01:00
pajlada
34429671ba
refactor: use some more SettingWidget & restyle external tools page ( #6023 )
2025-03-03 16:33:13 +01:00
nerix
13dfe716b8
feat(overlay): inherit zoom and add zoom factor ( #6016 )
2025-03-02 15:28:47 +01:00
pajlada
0f8a29fdb9
feat: add initial experimental Twitch Eventsub support ( #5837 )
...
Co-authored-by: nerix <nerixdev@outlook.de >
2025-02-02 16:03:24 +00:00
Mm2PL
06d0160b35
Add flags.similar filter variable ( #5747 )
2024-12-01 15:22:35 +01:00
pajlada
92c921c2a1
feat: add "tags" or "keyword" support for settings ( #5585 )
...
this allows us to search for both "ffz" and "frankerfacez" when searching for FrankerFaceZ settings, without trying to force add both into the setting name
2024-11-30 12:41:49 +00:00
pajlada
e1aded057d
feat: improve automod blocked term messaging ( #5699 )
2024-11-30 12:32:33 +01:00
pajlada
7ff4d2bdab
feat: Add setting to hide scrollbar highlights ( #5732 )
2024-11-24 23:18:10 +00:00
pajlada
fd299f113c
feat: Add setting to hide scrollbar thumb ( #5731 )
...
Hiding the scrollbar thumb will disable all mouse click/drag interaction
in the scrollbar
2024-11-24 13:18:42 +01:00
pajlada
46c1f18ae7
feat: add setting to hide blocked term automod messages ( #5690 )
2024-11-05 21:04:45 +01:00
Felanbird
d92b24b8a1
chore: standardize references to FrankerFaceZ & BetterTTV in settings ( #5698 )
2024-11-05 19:53:43 +00:00
nerix
afa8067a20
Add transparent overlay window ( #4746 )
2024-10-06 12:54:24 +02:00
Timo Zuccarello
9375bce555
feat: add setting for showing pronouns in user info popup ( #5442 )
...
This uses https://pr.alejo.io/
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com >
2024-09-08 11:19:43 +02:00
pajlada
998920d244
Remove experimental IRC support ( #5547 )
2024-08-18 12:04:26 +00:00
nerix
aed55ac1ba
fix: replace defines with constexpr/const and use more absolute paths for includes ( #5527 )
...
bye bye nuuls
2024-08-03 10:00:58 +00:00
pajlada
5deec1f02f
chore: remove Singleton & replace getIApp with getApp ( #5514 )
2024-07-21 13:09:59 +00:00
pajlada
b6dc5d9e03
chore: refactor TwitchIrcServer ( #5421 )
2024-06-01 12:56:40 +00:00
nerix
491b6db72f
chore: remove unused timegates ( #5361 )
2024-05-25 11:12:04 +00:00
pajlada
694d53ad20
Fix some documentations & comments ( #5286 )
...
* add comments for the new reward filters
* slightly improve documentation of r9k values
2024-03-31 11:07:43 +00:00
nerix
ed20e71db4
refactor: adapt magic_enum to Qt ( #5258 )
2024-03-23 11:22:42 +00:00
pajlada
e7508332ff
refactor: Fonts ( #5228 )
2024-03-10 13:27:08 +00:00