mirror-chatterino2/src
nerix 7ecbfa0cdb
refactor: debug count and popup (#4921)
* Moved implementation of the methods to the `cpp` file.
* Added `DebugCount::Flag(s)` and `DebugCount::configure(name, flags)`.
* Moved from `QMap` to `std::map` (order is important here).
* Used `QStringBuilder` for concatenations.
* Used `QLocale` for formatting (adds separators).
* Added `DebugCount::Flag::DataSize` for data sizes in bytes (and fixed language to English).
* Used `DataSize` for image sizes (maybe this should be moved somewhere else?).
* Added copy button to popup.
* Fixed Image usage reporting being eight times too large (could be another PR, but honestly it's four characters).
2023-10-28 21:17:32 +02:00
..
common refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
controllers refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
debug Remove boost::noncopyable use & boost::random dependency (#4776) 2023-09-09 10:23:20 +00:00
messages refactor: debug count and popup (#4921) 2023-10-28 21:17:32 +02:00
providers refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
singletons refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
util refactor: debug count and popup (#4921) 2023-10-28 21:17:32 +02:00
widgets refactor: debug count and popup (#4921) 2023-10-28 21:17:32 +02:00
.clang-format Format YAML and JSON Files With Prettier (#4304) 2023-01-15 17:27:41 +01:00
Application.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
Application.hpp Test filters context map & message builder (#4886) 2023-10-13 15:41:23 +00:00
BrowserExtension.cpp Refactor Native Messages (#4738) 2023-07-30 11:14:58 +00:00
BrowserExtension.hpp Argument parsing rework (#1940) 2020-09-26 16:03:51 +02:00
CMakeLists.txt Remove direct dependency on Qt 5 compatibility module (#4906) 2023-10-23 21:28:02 +02:00
ForwardDecl.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
main.cpp Set QT_ENABLE_HIGHDPI_SCALING to 0 on Qt 6 on Windows (#4767) 2023-08-27 10:32:09 +00:00
PrecompiledHeader.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
RunGui.cpp refactor: Toast (#4899) 2023-10-17 01:50:18 +00:00
RunGui.hpp this commit is too big 2018-08-02 14:23:27 +02:00