Commit graph

4635 commits

Author SHA1 Message Date
iProdigy 6d376b5416 chore: reformat emote initializer 2024-10-21 15:23:52 -07:00
iProdigy c7512dc734 chore: remove emote name for badge 2024-10-21 15:20:15 -07:00
iProdigy 0163474a93 refactor: utilize TwitchUsers::resolveID 2024-10-21 15:11:25 -07:00
iProdigy d2681a0b43 fix: capture channelId by value instead of ref 2024-10-21 13:27:30 -07:00
iProdigy e326ce428c chore: update snapshot tests 2024-10-21 13:19:26 -07:00
iProdigy 59bb2fe2e9 chore: remove userinfo link on badge 2024-10-21 12:19:59 -07:00
iProdigy d80dd6d8a2 Merge branch 'main' into feature/shared-chat-badge 2024-10-21 11:23:04 -07:00
iProdigy de40d42a60 chore: prevent mention on right click 2024-10-21 11:22:05 -07:00
pajlada 2ec8fa8723
refactor: remove unused ReplyContext.highlight (#5669) 2024-10-21 19:22:23 +02:00
pajlada 45d2c292d0
fix: subscribed threads not being marked as subscribed (#5668) 2024-10-21 13:19:08 +02:00
iProdigy a9b446ffc7 Merge branch 'main' into feature/shared-chat-badge 2024-10-20 22:10:42 -07:00
iProdigy 021f1a0bfc fix: skip UserInfo link if name is empty 2024-10-20 21:48:05 -07:00
iProdigy e87302ca2d docs: explain getOrPopulateChannelCache 2024-10-20 21:40:32 -07:00
nerix 867e3f3ab0
fix: only invalidate buffers for chat windows (#5666) 2024-10-21 00:57:37 +02:00
iProdigy 64ccef94d1 Merge branch 'main' into feature/shared-chat-badge
# Conflicts:
#	src/messages/MessageBuilder.cpp
#	src/messages/MessageBuilder.hpp
2024-10-20 13:50:22 -07:00
nerix e35fabfabe
refactor: irc message builder (#5663) 2024-10-20 10:40:48 +00:00
Mm2PL 352a4ec132
Move plugins to Sol (#5622)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-10-20 11:57:05 +02:00
iProdigy 6836105408 chore: crush png file 2024-10-19 19:14:40 -07:00
iProdigy ee80dd5d27
Merge branch 'master' into feature/shared-chat-badge 2024-10-20 01:21:49 +00:00
iProdigy 5638346d7c chore: update shared chat icon 2024-10-19 17:27:09 -07:00
iProdigy c64523f23c chore: fix snapshot tests 2024-10-19 16:12:25 -07:00
nerix 9345050868
fix: invalidate buffers on WM_DPICHANGED (#5664) 2024-10-19 18:42:37 +00:00
nerix 5c9b17c31a
refactor: decouple reply parsing from MessageBuilder (#5660) 2024-10-19 12:04:44 +00:00
dependabot[bot] 43bea0f042
chore(deps): bump lib/expected-lite from f339d2f to 88ee08e (#5653) 2024-10-19 11:32:52 +00:00
iProdigy cde4144e30
Merge branch 'master' into feature/shared-chat-badge 2024-10-19 11:11:12 +00:00
iProdigy c4faca50e0 chore: update mocks 2024-10-19 04:06:20 -07:00
James Upjohn fb787b5226
feat: make raid entry username clickable (#5651) 2024-10-19 13:01:22 +02:00
iProdigy 7d0c473828
chore: update changelog 2024-10-19 03:48:56 -07:00
iProdigy f4036b269b feat: add shared chat badge 2024-10-19 03:40:06 -07:00
nerix dab97b3235
test: USERNOTICE snapshot tests (#5656) 2024-10-19 10:25:21 +00:00
nerix d0b9fd0dc3
fix: animate emotes when overlay is open (#5659) 2024-10-19 09:56:46 +00:00
pajlada 85d34c8ff0
test: use httpbox fork release (#5655) 2024-10-18 19:23:13 +00:00
nerix a8d60b0b05
refactor: move MessageBuilder snapshot test to IrcMessageHandler (#5654) 2024-10-18 13:41:57 +00:00
nerix 800f6df2cf
refactor(message-builder): move static helper methods to functions (#5652) 2024-10-18 13:03:36 +02:00
fourtf 6d139af553
Add hint to enable beautifier extension in Qt Creator (#5650) 2024-10-14 18:10:59 +00:00
Maverick c0a5a3e805
feat: Print proxy URL information in /debug-env command (#5648) 2024-10-14 14:42:52 +00:00
dependabot[bot] 85a7f4a6a9
chore(deps): bump cmake/sanitizers-cmake from 3f0542e to 0573e2e (#5634) 2024-10-13 11:06:11 +00:00
nerix d9453313b3
test: add snapshot tests for MessageBuilder (#5598) 2024-10-13 10:38:10 +00:00
nerix 3e2116629a
chore: improve appearance of Twitch emotes in popup (#5632) 2024-10-13 10:08:32 +00:00
maliByatzes 64864a0901
Add name to contributors list (#5644) 2024-10-12 17:42:24 +00:00
maliByatzes 2d818a7657
Remember Popped-up Chat Size (#5635) 2024-10-12 10:35:39 +00:00
nerix bc1850ce2d
fix: copy filters to overlay window (#5643) 2024-10-12 10:08:30 +00:00
iProdigy bdc12ffb3f
feat: indicate multi-month subs and resubs (#5642) 2024-10-12 11:40:33 +02:00
Mm2PL 9f196c67ea
ci: add skip-clang-tidy label (#5639) 2024-10-09 20:17:29 -04:00
nerix f04e7e54e4
fix: only unpause if a selected page exists (#5637)
* fix: only unpause if a selected page exists

* chore: add changelog entry

* nit: reduce changes

---------

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-10-09 09:27:16 +00:00
nerix afa8067a20
Add transparent overlay window (#4746) 2024-10-06 12:54:24 +02:00
nerix 9ba7ef324d
fix: support completing emotes starting with : (#5603) 2024-10-06 09:29:52 +00:00
Liam Rooney 0085fb64ac
feat: launch arg to start logged in as a supplied user (#5626) 2024-10-06 08:29:44 +00:00
nerix c1e04eeeff
fix(shared-chat): check if source-channel is empty (#5625) 2024-10-05 16:41:24 +02:00
dependabot[bot] 0b52880a37
chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#5614)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2024-10-05 14:27:17 +00:00