Commit Graph

820 Commits

Author SHA1 Message Date
Arne a632c89448 feat: add setting to search in incognito mode (#6770)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2026-01-25 22:35:47 +00:00
leafyzito 2dbed2f03d feat: add search engine selection and context menu search functionality (#6743)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2026-01-24 17:31:39 +01:00
Nerixyz 2d298e7e38 fix: remove some unused variables (#6748) 2026-01-17 20:31:33 +01:00
pajlada eaeeaf004d chore(reuse): annotate our source files with our license (#6719) 2026-01-07 00:45:57 +01:00
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
Rasmus Karlsson 57d6583a2b refactor: add explicit this-> where possible
I have knowingly skipped some files/portions of files where this would
create merge conflicts for other open PRs.
2025-12-30 14:59:12 +01:00
Jacob Alexander Thompson 399bacc4eb fix(macOS): command + delete (#6676)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
Reviewed-by: Nerixyz <nerixdev@outlook.de>
2025-12-28 12:42:14 +00:00
James Upjohn 7dbc73e84d fix: wording of "close visible tabs to X" for vertical tabs (#6619)
Reviewed-by: nerix <nero.9@hotmail.de>
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2025-12-06 11:22:40 +00:00
Otávio Biagioni e06021293c feat: add options to close multiple visible tabs in context menu (#6515)
Reviewed-by: nerix <nero.9@hotmail.de>
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2025-11-29 19:36:23 +00:00
nerix 041674b7f6 refactor: simplify uses of getMessageSnapshot (#6607)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2025-11-29 11:40:06 +00:00
nerix 30019b71aa refactor: remove LimitedQueueSnapshot (#6606)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2025-11-27 18:49:40 +00:00
Supa fa45fdecd1 fix: middle-clicking username in local channels (#6577)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2025-11-15 12:47:57 +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
nerix 7172503527 fix: Access correct channel in search popup (#6539) 2025-10-25 17:33:39 +02:00
Mm2PL 6e443cd767 Plugin links pt 2: Link::InsertText (#6527) 2025-10-25 13:30:49 +00:00
nerix 3f05edc071 refactor: merge emote element flags (#6511) 2025-09-30 19:07:25 +02:00
nerix d33e6a7b4b fix: expose home page of badges (if available) (#6437) 2025-09-28 10:45:41 +00:00
nerix 8e9df07ab3 fix(macos): check selection in cmd+backspace (#6469) 2025-09-20 11:39:31 +02: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
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
nerix bc85df04b1 feat: show live indicator in usercard (#6383) 2025-08-17 10:05:52 +00:00
nerix f77d3c59bc fix: do full update on invalidation and theme change (#6373)
* fix: update on invalidation and theme change

* changelog

---------

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2025-08-09 10:54:05 +00:00
James Upjohn 0085b64418 fix(settings): prevent command triggers from being elided (#6369) 2025-08-03 22:30:42 +00:00
nerix a4478748f7 feat(plugins): add basic message construction (#5754) 2025-07-31 15:36:39 +02:00
nerix cda625f3ce chore: add some channel view layout commands (#6342) 2025-07-18 18:28:46 +00:00
pajlada 42fb5ad077 feat: add SettingWidget::dropdown support for int style enums (#6303) 2025-06-28 12:31:11 +00:00
hemirt faa435c957 fix: disable reply options where we know it wouldn't work (#6119) 2025-06-15 11:35:18 +00: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
nerix c2e0fd8efe fix: use integers for message layout bounds (#6254) 2025-06-07 10:54:53 +00:00
pajlada 8acca1c241 fix: don't indent inner namespaces (#6235) 2025-05-25 12:28:14 +02:00
nerix 84c0b39fde refactor: buttons and friends (#6102) 2025-05-25 11:17:06 +02:00
nerix b78e1ed0a7 refactor: floatify messages (#6231) 2025-05-24 09:40:11 +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 6b968a199c fix some crashes, mostly related to network requests (#6187) 2025-05-17 14:22:56 +02:00
pajlada dec42b38a6 refactor: fix some spelling mistakes (#6196) 2025-05-10 13:33:52 +02:00
nerix 01e7050ffc chore: bump deprecated cutoff to Qt 6.4.3 (#6169) 2025-04-26 13:36:09 +02:00
James Upjohn 462e2ba658 feat: disable tab renaming on double-click via setting (#6163)
Fixes #6156
2025-04-20 11:19:40 +02:00
pajlada 1d8a00e892 fix: split drag & drop on KDE Plasma (#6147) 2025-04-13 12:15:49 +00:00
teknsl b59124702c Only draw outline for overlay when hovered over (#6140) 2025-04-12 10:06:36 +00:00
Jacob Alexander Thompson 5901b69898 fix cmd+backspace behavior in main chat dialog input (#6111) 2025-04-06 13:20:07 +02:00
Jacob Alexander Thompson 3481c93365 make paused chat indicator more apparent (#6123) 2025-04-05 22:53:30 +02:00
Brian Leung c5b6f21d5f fix: make reply-cancel button less coarse-grained (#6106)
Co-authored-by: nerix <nerixdev@outlook.de>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2025-04-05 16:19:36 +02:00
pajlada 584cd275fa move "Delete message" to a sub-menu (#6100) 2025-03-22 10:50:10 +00:00
nerix a70acbfda9 fix: use a palette for dialogs (#6098) 2025-03-20 14:03:46 +01:00
pajlada 95703efb29 fix: apply same margin to svg buttons as to pixmap buttons (#6085)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
2025-03-16 17:09:30 +00:00
pajlada 95eee28002 fix: emote button is now rendered smoothlier (#6080) 2025-03-15 12:46:11 +00:00
apa420 59e93d41d3 feat: Add tab style option (Normal & Combat) (#5858) 2025-03-11 16:16:33 +01:00
pajlada 673ce8eecf fix: crash when searching uninitialized channel (#6057)
Fixes a crash when opening search in a split that hasn't yet been fully
initialized
2025-03-09 19:09:46 +00:00
pajlada 037196ec3b fix: make QLineEdit's less ugly in light themes (#6055) 2025-03-09 16:10:49 +00:00