mirror-chatterino2/src/widgets/settingspages
nerix 66f4480371
fix: Fixed some compiler warnings (#5028)
* fix(C4101): unreferenced local variable

* fix(C4189): variable initialized but not referenced

* fix(C4305): narrowing from double to float

* fix(C4457): declaration hiding function parameter

* fix(C4456): shadowing declaration

* fix(C4996): remove deprecations

* chore: add changelog entry

* fix: Remove more unused variables

* fix: removed unused lambda captures

* Update changelog entry

---------

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-12-16 11:24:28 +00:00
..
AboutPage.cpp Do bounds-checking on more windows (#4797) 2023-12-02 12:56:03 +01:00
AboutPage.hpp Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426) 2023-09-09 11:11:19 +00:00
AccountsPage.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
AccountsPage.hpp Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426) 2023-09-09 11:11:19 +00:00
CommandPage.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
CommandPage.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
ExternalToolsPage.cpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
ExternalToolsPage.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
FiltersPage.cpp Do bounds-checking on more windows (#4797) 2023-12-02 12:56:03 +01:00
FiltersPage.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
GeneralPage.cpp Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
GeneralPage.hpp refactor: Use override instead of virtual where possible (#4917) 2023-10-25 18:13:48 +02:00
GeneralPageView.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
GeneralPageView.hpp fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
HighlightingPage.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
HighlightingPage.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
IgnoresPage.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
IgnoresPage.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
KeyboardSettingsPage.cpp fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
KeyboardSettingsPage.hpp refactor: KeyboardSettingsPage (#4937) 2023-11-04 10:56:31 +00:00
ModerationPage.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
ModerationPage.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
NicknamesPage.cpp Mention filters in the note for features that nicknames don't work with (#4826) 2023-09-18 08:52:08 +02:00
NicknamesPage.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
NotificationPage.cpp Fix signal connection nodiscard warnings (#4818) 2023-09-16 11:52:51 +00:00
NotificationPage.hpp Remove Unnecessary Includes in Headers (#4275) 2022-12-31 14:41:01 +00:00
PluginsPage.cpp Add a new completion API for experimental plugins feature. (#5000) 2023-12-10 13:41:05 +00:00
PluginsPage.hpp Add basic lua scripting capabilities (#4341) 2023-04-02 15:31:53 +02:00
SettingsPage.cpp fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
SettingsPage.hpp fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00