mirror-chatterino2/src/singletons
nerix b975900043
refactor: Toast (#4899)
* Fixes a bug where avatars weren't loaded on fresh installations of Chatterino.
* Avatars now update every two weeks.
* Removes misleading `DownlaodManager` (now part of `Toasts.cpp`).
* Refactors usage of WinToast to be easier to read.
* Added version to AUMI.
* Removes manual `QString` → `std::wstring` conversions.
* Removes uses of implicit ASCII casts in `Toasts.cpp`, meaning it can be compiled with `QT_NO_CAST_FROM_ASCII`.
2023-10-17 01:50:18 +00:00
..
helper Remove boost::noncopyable use & boost::random dependency (#4776) 2023-09-09 10:23:20 +00:00
Badges.cpp this commit is too big 2018-08-02 14:23:27 +02:00
Badges.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
Emotes.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
Emotes.hpp Test filters context map & message builder (#4886) 2023-10-13 15:41:23 +00:00
Fonts.cpp More Accurately Convert Font-Weights in Qt 6 (#4568) 2023-04-22 21:42:17 +00:00
Fonts.hpp Remove boost::noncopyable use & boost::random dependency (#4776) 2023-09-09 10:23:20 +00:00
Logging.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
Logging.hpp Add feature to select channels to log (#4302) 2023-01-15 11:47:22 +00:00
NativeMessaging.cpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
NativeMessaging.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
Paths.cpp refactor: Toast (#4899) 2023-10-17 01:50:18 +00:00
Paths.hpp refactor: Toast (#4899) 2023-10-17 01:50:18 +00:00
Resources.cpp moved resources out of Application 2019-09-22 10:54:32 +02:00
Resources.hpp 🔨 Automatically generate resources files with cmake (#4159) 2022-11-19 12:29:12 +01:00
Settings.cpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
Settings.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
Theme.cpp Add command to automatically reload your theme (#4718) 2023-07-23 12:13:21 +00:00
Theme.hpp Add command to automatically reload your theme (#4718) 2023-07-23 12:13:21 +00:00
Toasts.cpp refactor: Toast (#4899) 2023-10-17 01:50:18 +00:00
Toasts.hpp refactor: Toast (#4899) 2023-10-17 01:50:18 +00:00
Updates.cpp Implement compile-time flag to disable automatic update checks. (#4854) 2023-10-02 11:43:20 +02:00
Updates.hpp Fix version checking (#4329) 2023-01-26 19:22:48 +01:00
WindowManager.cpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
WindowManager.hpp Add WindowManager::getLastSelectedWindow() to replace getMainWindow() (#4816) 2023-09-16 20:53:44 +00:00