xel86
4239666934
Feature: execute commands on chat messages using the context menu ( #3738 )
2022-05-22 14:45:54 +00:00
kornes
7d9c3c65da
Add Visual Studio stuff to .gitignore ( #3759 )
...
Co-authored-by: Kasia <zneix@zneix.eu>
2022-05-22 14:16:52 +00:00
pajlada
ec4b1627d7
Build GoogleTest & GoogleMock as submodules ( #3760 )
2022-05-22 15:43:41 +02:00
pajlada
35a7780564
Make an IApplication interface ( #3758 )
2022-05-22 13:00:18 +00:00
badoge
bd3d2ed82a
Added /requests
command. Usage: /requests [channel]
. ( #3746 )
...
Opens the channel points requests queue for the provided channel or the current channel if no input is provided.
Co-authored-by: Mm2PL <mm2pl+gh@kotmisia.pl>
2022-05-22 11:53:45 +00:00
qooq69
1b3aa343a3
Fix links with no thumbnail having previous link's thumbnail ( #3720 )
...
Co-authored-by: zneix <zneix@zneix.eu>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-22 11:16:16 +00:00
pajlada
6bb96f128b
Make Helix an interface ( #3756 )
2022-05-22 10:11:33 +00:00
Kasia
e67d13dd2d
Updated link to VCRedist in README ( #3749 )
2022-05-22 09:36:03 +00:00
kornes
b14bfd2aad
Fix vcpkg manifest and finding RapidJSON and Websocketpp modules ( #3753 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-21 15:38:10 +00:00
James Upjohn
523e0c5ef4
ci: cancel previous runs on PR update ( #3748 )
...
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
2022-05-21 11:33:21 +02:00
Auro
28efd29dfa
Removed unused refreshButton
pointer ( #3744 )
...
Follow-up to #1982
2022-05-17 10:44:57 +00:00
LosFarmosCTL
0605dabf31
fix: compilation on macOS without precompiled headers ( #3741 )
...
Co-authored-by: zneix <zneix@zneix.eu>
2022-05-17 10:16:33 +00:00
Kasia
137269e91b
Fix QString::SkipEmptyParts for real this time ( #3747 )
...
Follow-up to #3726
2022-05-17 09:33:27 +00:00
Kasia
98f8e0186d
Remove unused Env member for emoteset resolver url ( #3743 )
2022-05-16 15:58:47 +00:00
kornes
3bf1756579
Fix: ignore whitespaces pasted in EmotePopup search ( #3730 )
...
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-16 09:42:17 +00:00
Ian
addcbb10f9
Add guide for building chatterino2 on Windows with vcpkg ( #3634 )
2022-05-15 15:57:31 +00:00
pajlada
3119a9bab3
Store serverReceivedTime in messages ( #3735 )
...
Co-authored-by: James Upjohn <jammehcow@jammehcow.co.nz>
2022-05-15 06:08:28 +00:00
xel86
1bf31889f9
Fixed viewer list not being closable with the escape key ( #3734 )
2022-05-14 11:44:18 +00:00
Kasia
46a5c9509e
Fix Qt::SkipEmptyParts
deprecation warning ( #3726 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-14 10:11:39 +00:00
dependabot[bot]
d6148381eb
Bump lib/magic_enum from b2ac762
to 87190b8
( #3723 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-14 11:43:15 +02:00
Kasia
5ba3ef721f
Added /debug-env
command ( #3727 )
2022-05-13 21:59:03 +02:00
Kasia
0c6358a2af
Add missing QDebug header ( #3725 )
...
* Fix apparent missing header
* I had format on save turned off
2022-05-13 10:45:42 +00:00
Kasia
efbf03d05b
Add missing vector header ( #3724 )
...
This fixes compilation under GCC 12.1.0
2022-05-11 22:36:57 +00:00
James Upjohn
a5930f222a
Fix self-highlighting from resub messages ( #3708 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-08 11:44:32 +00:00
Sidd
94f067ce62
fix: unlisten to automod on user change ( #3718 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-08 10:56:40 +00:00
kornes
07dd8c560b
Prevent user from entering incorrect characters in Live Notifications channels list ( #3715 )
...
Co-authored-by: Sidd <iProdigy@users.noreply.github.com>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-05-08 10:27:25 +00:00
Sidd
fd44f30c7d
fix: disable duplicate automod caught message handler ( #3717 )
2022-05-07 22:05:13 +02:00
pajlada
65301a3359
Fix automod crash ( #3716 )
2022-05-07 18:48:10 +00:00
nerix
f97780d84e
Improve Twitch PubSub connection reliability ( #3643 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-05-07 15:22:39 +00:00
pajlada
4aa5b04e37
Disable formatting on "contested lines" ( #3714 )
...
These lines are formatted differently between clang-format 10 (on CI) and clang-format 11+ (on most dev systems)
2022-05-07 14:57:26 +00:00
LosFarmosCTL
66b9b04401
fix: raise existing emote popups from behind other windows (macOS) ( #3713 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-07 14:31:14 +00:00
Sidd
b2ed4c0843
fix: parse irc tags with consecutive escapes ( #3711 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-05-07 13:57:46 +00:00
badoge
846ffbb422
Sorted usernames in /vips message to be case-insensitive ( #3696 )
2022-04-30 12:02:40 +00:00
Mm2PL
00b463d298
Delete 'is live' messages from non-open channels ( #3678 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-04-30 11:37:24 +00:00
badoge
d85d9d4910
Add option to open a user's chat in a new tab from the usercard avatar context menu ( #3625 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-04-30 10:29:14 +00:00
kornes
b825493d6e
Fix incorrect spacing of settings icons at high DPI ( #3698 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-04-30 10:04:45 +00:00
Auro
94e4cd2c1d
Added is:first-msg
search option ( #3700 )
...
* added first-msg for flag predicate
* Update CHANGELOG.md
* Update changelog entry phrasing
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-04-30 11:23:48 +02:00
badoge
7246ab38c7
Add chatter count for each category in viewer list ( #3683 )
...
Co-authored-by: Kasia <zneix@zneix.eu>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-04-24 15:54:37 +00:00
kornes
f170d31ab5
Add missing tooltip hide on ChannelView leave event ( #3686 )
2022-04-24 17:23:23 +02:00
Kasia
e8c73ba4af
Update contributors list ( #3677 )
2022-04-16 11:28:55 +02:00
kornes
0de4a2160a
Add missing parent pointer to few QMessageBox and QFontDialog ( #3679 )
...
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-04-16 08:59:20 +00:00
hicupalot
200f364a47
Added hicupalot's avatar to the Contribution List ( #3674 )
2022-04-12 18:55:42 -04:00
Felanbird
778ddc441f
Update Issue Template version placeholder to 2.3.5 ( #3657 )
...
* Update version comment to 2.3.5
[no ci]
* Update comment post #3663
[no ci]
2022-04-09 17:14:42 +02:00
Mm2PL
45e8d1d96e
Include user's operating system information in the About page ( #3663 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-04-09 12:55:27 +00:00
Sidd
c399d4dbe9
refactor(TwitchChannel): remove getGameById call ( #3662 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-04-09 12:27:04 +00:00
nerix
0b9f62188c
fix: build user timeout/ban message in GUI thread ( #3665 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-04-09 11:58:18 +00:00
James Upjohn
c6db023ee3
fix(ci): dankness removed from homebrew CI ( #3666 )
...
fdm
2022-04-09 13:27:51 +02:00
James Upjohn
04c355f7e9
feat: use message's original channel name when usercard popout is opened ( #3623 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-04-09 11:27:21 +00:00
Sidd
3afdb3367f
Add iProdigy to contributors list ( #3661 )
2022-04-08 03:56:20 +00:00
sando
a53f8d32e1
Adjust large stream thumbnail to 16:9 ( #3655 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-04-07 22:34:52 +00:00