..
AccessGuard.cpp
Make AccessGuard use a shared_mutex instead ( #2702 )
2021-05-01 15:19:41 +00:00
BasicPubSub.cpp
Fix memory leaks & data races in tests ( #4772 )
2023-08-27 12:07:46 +00:00
BttvLiveUpdates.cpp
Replace boost::optional with std::optional ( #4877 )
2023-10-08 16:50:48 +00:00
ChannelChatters.cpp
Test filters context map & message builder ( #4886 )
2023-10-13 15:41:23 +00:00
ChatterSet.cpp
optimize chatter list ( #2814 )
2021-05-24 10:13:59 +00:00
Emojis.cpp
refactor: clean up toStdString usages in tests ( #5346 )
2024-04-21 20:52:44 +00:00
ExponentialBackoff.cpp
Use an exponential backoff when deciding how long we need to wait for reconnects ( #2892 )
2021-06-20 13:29:52 +00:00
Filters.cpp
refactor: Make ChatterinoBadges less of a singleton ( #5103 )
2024-01-19 17:25:52 +01:00
FormatTime.cpp
Add subtitle to Hype Chats ( #4715 )
2023-07-30 16:54:42 +00:00
Helpers.cpp
Remove direct dependency on Qt 5 compatibility module ( #4906 )
2023-10-23 21:28:02 +02:00
HighlightController.cpp
Replace boost::optional with std::optional ( #4877 )
2023-10-08 16:50:48 +00:00
HighlightPhrase.cpp
[Tests] Make tests build again (ctor of HighlightPhrase changed) ( #2273 )
2020-12-13 13:19:22 +01:00
Hotkeys.cpp
Add custom hotkeys. ( #2340 )
2021-11-21 17:46:21 +00:00
InputCompletion.cpp
refactor: Move Emotes to Application ( #5120 )
2024-01-21 13:20:21 +00:00
IrcHelpers.cpp
fix: parse irc tags with consecutive escapes ( #3711 )
2022-05-07 13:57:46 +00:00
LimitedQueue.cpp
Sort and force grouping of includes ( #4172 )
2022-11-27 19:32:53 +01:00
LinkInfo.cpp
refactor: Turn link-info into its own element and class ( #5178 )
2024-02-18 12:34:00 +00:00
LinkParser.cpp
refactor: clean up toStdString usages in tests ( #5346 )
2024-04-21 20:52:44 +00:00
Literals.cpp
Add string literal suffixes to create QString
s, QByteArray
s, and QLatin1String(View)
s at compile time ( #4706 )
2023-07-01 17:31:25 +02:00
main.cpp
fix: output less qt debug stuff in tests ( #5253 )
2024-03-17 14:20:19 +00:00
MessageLayout.cpp
Fix double click to select full words ( #5243 )
2024-03-17 13:43:55 +00:00
NetworkCommon.cpp
refactor: move Network files from src/common/ to src/common/network/ ( #5089 )
2024-01-15 21:28:44 +01:00
NetworkRequest.cpp
fix: create NetworkManager statics in init()
( #5254 )
2024-03-23 10:56:42 +00:00
NetworkResult.cpp
refactor: move Network files from src/common/ to src/common/network/ ( #5089 )
2024-01-15 21:28:44 +01:00
NotebookTab.cpp
refactor: Fonts ( #5228 )
2024-03-10 13:27:08 +00:00
QMagicEnum.cpp
refactor: adapt magic_enum to Qt ( #5258 )
2024-03-23 11:22:42 +00:00
RatelimitBucket.cpp
Rate limit outgoing JOIN messages ( #3115 )
2021-08-04 21:18:34 +00:00
Selection.cpp
Add selection unit tests ( #4904 )
2023-10-23 20:39:15 +00:00
SeventvEventAPI.cpp
Replace boost::optional with std::optional ( #4877 )
2023-10-08 16:50:48 +00:00
SignalSpy.hpp
refactor: Turn link-info into its own element and class ( #5178 )
2024-02-18 12:34:00 +00:00
SplitInput.cpp
refactor: Fonts ( #5228 )
2024-03-10 13:27:08 +00:00
TestHelpers.hpp
refactor: clean up toStdString usages in tests ( #5346 )
2024-04-21 20:52:44 +00:00
TwitchMessageBuilder.cpp
refactor: clean up toStdString usages in tests ( #5346 )
2024-04-21 20:52:44 +00:00
TwitchPubSubClient.cpp
refactor: Twitch PubSub client ( #5059 )
2024-01-06 13:18:37 +01:00
Updates.cpp
Fix version checking ( #4329 )
2023-01-26 19:22:48 +01:00
UtilTwitch.cpp
feat: Allow id: prefix in /ban and /timeout ( #4945 )
2023-11-08 21:42:06 +01:00
XDGDesktopFile.cpp
Fix XDG tests on Windows ( #4779 )
2023-08-21 17:00:37 +00:00
XDGHelper.cpp
refactor: clean up toStdString usages in tests ( #5346 )
2024-04-21 20:52:44 +00:00