Commit graph

4640 commits

Author SHA1 Message Date
hemirt 2d5b6e4c33
Merge e5e5a79645 into 18c4815ad7 2024-10-22 18:42:24 +02:00
iProdigy 18c4815ad7
feat: add shared chat badge (#5661) 2024-10-22 18:42:19 +02:00
unknown e5e5a79645 do not higlight tabs that are marked as not highlight for new messages 2024-10-22 10:04:35 +02: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
unknown 9b31f61de6 Merge branch 'master' of https://github.com/chatterino/chatterino2 2024-10-21 07:27:10 +02:00
unknown 79ee3dc417 update changelog 2024-10-21 07:27:00 +02:00
nerix 867e3f3ab0
fix: only invalidate buffers for chat windows (#5666) 2024-10-21 00:57:37 +02:00
unknown af3d46fe25 add boost hash include 2024-10-20 18:45:34 +02:00
hemirt 49caab7e7c
Merge branch 'Chatterino:master' into master 2024-10-20 18:26:51 +02:00
unknown ef2647fe05 treat filters as special channels that should highlight always 2024-10-20 18:23:21 +02:00
unknown b0e3a41312 message shown based inclusion 2024-10-20 18:04:24 +02:00
unknown fe51ba85e7 hash based matching based on ChannelView name and filters 2024-10-20 17:46:22 +02: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
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
James Upjohn fb787b5226
feat: make raid entry username clickable (#5651) 2024-10-19 13:01:22 +02: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
unknown 2884c828b0 update highlights of other tabs when adding new channel or changing
channel
2024-10-18 09:24:34 +02:00
unknown e288742360 more asserts 2024-10-17 20:43:25 +02:00
unknown 1ca5d38ad5 add some asserts 2024-10-17 20:35:52 +02:00
unknown 39e0e00f2d add more highlight state functions 2024-10-17 20:05:05 +02:00
unknown 8745d0740f fix duplicating tabs 2024-10-17 19:24:53 +02:00
unknown 5f862c5e5e solve highlighted tabs 2024-10-17 18:56:14 +02:00
unknown a2af8e791b switch from QHash to std::unordered_map 2024-10-17 17:25:54 +02:00
unknown 13d7692a89 add older version code 2024-10-17 16:38:32 +02:00
unknown 806fa7790d missing include 2024-10-17 15:37:36 +02:00
unknown edaafac010 initial state of selecting to unhiglight 2024-10-17 13:16:37 +02:00
unknown 7728f01916 name fixes 2024-10-15 18:14:11 +02:00
hemirt 70f497d3bd
Update src/widgets/helper/NotebookTab.cpp
Co-authored-by: nerix <nero.9@hotmail.de>
2024-10-15 18:03:14 +02:00
unknown 3b64f142e6 commit suggestions 2024-10-15 02:46:19 +02:00
unknown e827097c1c fix suggestions 2024-10-15 01:10:24 +02:00
unknown f7dd6de872 highlight tabs only on unviewed messages 2024-10-15 01:10:24 +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