Commit Graph

3833 Commits

Author SHA1 Message Date
Mm2PL 6e443cd767 Plugin links pt 2: Link::InsertText (#6527) 2025-10-25 13:30:49 +00:00
nerix 86217019da fix: set parent for settings dialog from account switcher (#6543) 2025-10-25 12:51:57 +00:00
teknsl 8ad6bbc393 fix: do forceLayoutChannelViews on font change (#6536) 2025-10-25 12:12:05 +00:00
James Upjohn 4b1266dba3 fix: prevent edit hotkey dialog opening as normal window (#6540) 2025-10-25 10:14:45 +00:00
nerix 346327a0d4 fix: overflow when computing scrollbar rect (#6547)
Co-authored-by: Kasia <zneix@zneix.eu>
2025-10-21 15:17:49 +00:00
nerix 38a3bf2ef8 fix: warnings when compiling with Qt 6.10 (#6422) 2025-10-05 13:18:54 +00:00
Niko 2c44a2efd2 fix: add explanation for the logging feature under moderation (#6514) 2025-10-05 12:39:57 +00:00
nerix 787a8c99a5 fix: set Qt definitions PUBLIC in chatterino-lib/-version (#6520) 2025-10-05 10:48:47 +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
nerix c5b0669812 refactor: turn Emotes into EmoteController (#6516)
* refactor: turn `Emotes` into `EmoteController`

* changelog

* why does clang-format do this???

* nit: remove unused include from EmoteController.hpp

---------

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2025-10-04 10:05:27 +00:00
nerix d585b755d5 chore: remove unused Emojis::initialize (#6517) 2025-10-03 13:55:55 +00:00
Mm2PL 33f6383122 Add support for plugin links (#6386)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
2025-10-02 18:56:51 +00:00
nerix 3f05edc071 refactor: merge emote element flags (#6511) 2025-09-30 19:07:25 +02:00
Feng 717f3298f5 Refactor font update logic in SplitInput (#6473) 2025-09-28 13:46:11 +00:00
teknsl 24e45817a2 dev: correct handling of eventsubs without any account (#6503) 2025-09-28 12:21:55 +00:00
nerix d33e6a7b4b fix: expose home page of badges (if available) (#6437) 2025-09-28 10:45:41 +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 c5ced77f9b fix: remove QTextCodec include (#6487) 2025-09-27 16:48:49 +00:00
teknsl 8953ad604f fix: usercard resizing improperly without recent messages (#6496) 2025-09-27 11:50:18 +02:00
pajlada cd7272a444 fix: use qsizetype zerovalue instead of 0LL (#6483)
this fixes 32-bit installs
2025-09-25 22:22:25 +00:00
pajlada 6e0533e1da chore: make sanitizers opt in (#6493)
Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers.

Building tests is not required - sanitizers can be enabled in the app by itself.
2025-09-25 23:43:54 +02:00
pajlada 117d06b92c Release v2.5.4 (#6476) 2025-09-21 12:26:47 +02:00
Feng a40debb8ee fix: update input fonts on fontChanged signal (#6462) 2025-09-20 11:47:50 +00:00
James Upjohn 448b321259 fix: log deletion messages to file log (#6465) 2025-09-20 13:08:10 +02:00
Jacob Alexander Thompson befe2da78d fix: don't set split focus hotkeys by default on macOS (#6470) 2025-09-20 10:16:48 +00:00
nerix 8e9df07ab3 fix(macos): check selection in cmd+backspace (#6469) 2025-09-20 11:39:31 +02:00
nerix c7dea40b6b fix(plugins): Implement __eq for Channel (#6456) 2025-09-14 11:28:39 +00:00
Otávio Biagioni 173651be65 fix: restore missing moderation icon (#6457) 2025-09-10 16:04:15 +02:00
pajlada c51fdd2a0e fix: notebook custom button resizing/layout (#6453) 2025-09-07 15:50:09 +02:00
2547techno cd802e9300 fix: mouse over tooltips flickering (#6451)
mostly an issue on wayland, but this behaviour isn't wrong elsewhere
2025-09-07 12:11:11 +02:00
pajlada 36ebb19469 fix: relayout tabs when update button visibility changes (#6447) 2025-09-06 10:48:27 +00:00
nerix 6a0ca0bff8 fix(plugins): handle non-string errors gracefully (#6441) 2025-09-06 10:02:38 +00:00
nerix 5af6626e76 fix: mark global BTTV emotes as zero-width at creation (#6440)
* fix: mark global BTTV emotes as zero-width at creation

* changelog

* nit: slightly different formatting

---------

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2025-09-05 08:01:21 +00:00
pajlada 30dbdba620 Release v2.5.4-beta.1 (#6419) 2025-08-30 10:26:00 +02:00
x3rt c7a7740bfe fix: image uploader setting import (#6387)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2025-08-28 22:25:26 +00:00
nerix 32b9f8207d fix(plugin-repl): add padding to pin button (#6426) 2025-08-28 20:13:59 +00:00
nerix 6f4bc78a94 fix: make notebook add button 1dp smaller on all sides (#6423) 2025-08-26 20:03:46 +00:00
Brian 03550fc090 fix: Twitch dropping MAGIC_MESSAGE_SUFFIX (#6417) 2025-08-26 16:44:14 +02:00
nerix a9e99b3e8c fix: self drawn add button alignment and color (#6385) 2025-08-24 10:26:16 +00:00
Brian 5b271858ac feat: Add Open in custom player to twitch.tv/<channel> link context menus (#6403) 2025-08-23 20:39:00 +00:00
isgkm bc1a87a9c8 fix: notes behavior on users with no id (#6413) 2025-08-23 13:05:06 +00:00
cqttv 41ba487ca1 chore: consolidate twitch URLs with www (#6407) 2025-08-23 10:46:34 +00:00
nerix 195776d4b7 fix: update input size on tab-completion (#6411) 2025-08-23 10:08:29 +00:00
pajlada 1afac3382e feat: add setting to pulse split input on self message received (#6380) 2025-08-17 23:24:39 +00:00
pajlada 1b9ed11a67 fix: svgify moderation button (#6398) 2025-08-17 22:02:35 +00:00
pajlada a7d7668f71 fix: svgify chatters button (#6397) 2025-08-17 21:08:30 +00:00
nerix dcae8e67cc feat: add tooltips with follow/sub durations to usercard (#6384) 2025-08-17 21:16:35 +02:00
James Upjohn 565c63d0df fix: svgify user card pin button (#6399) 2025-08-17 12:18:23 +00:00
pajlada b85073e673 fix: stop resize when ctrl is released (#6396) 2025-08-17 10:54:29 +00:00
nerix bc85df04b1 feat: show live indicator in usercard (#6383) 2025-08-17 10:05:52 +00:00