mirror-chatterino2/src/widgets/helper
pajlada 032f290767
Sort and force grouping of includes (#4172)
This change enforces strict include grouping using IncludeCategories

In addition to adding this to the .clang-format file and applying it in the tests/src and src directories, I also did the following small changes:

    In ChatterSet.hpp, I changed lrucache to a <>include
    In Irc2.hpp, I change common/SignalVector.hpp to a "project-include"
    In AttachedWindow.cpp, NativeMessaging.cpp, WindowsHelper.hpp, BaseWindow.cpp, and StreamerMode.cpp, I disabled clang-format for the windows-includes
    In WindowDescriptors.hpp, I added the missing vector include. It was previously not needed because the include was handled by another file that was previously included first.
    clang-format minimum version has been bumped, so Ubuntu version used in the check-formatting job has been bumped to 22.04 (which is the latest LTS)
2022-11-27 19:32:53 +01:00
..
Button.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
Button.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
ChannelView.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
ChannelView.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
ColorButton.cpp Better Highlights (#1320) 2020-01-25 11:03:10 +01:00
ColorButton.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
ComboBoxItemDelegate.cpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
ComboBoxItemDelegate.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
CommonTexts.hpp Add 'open in mod view' button to split context menu (#2321) 2021-01-02 17:25:27 +01:00
DebugPopup.cpp Chore: Proper Lambda Formatting (#2167) 2020-11-08 12:02:19 +01:00
DebugPopup.hpp Use Qt's dialog where applicable (#1843) 2020-10-31 16:42:48 +01:00
EditableModelView.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
EditableModelView.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
EffectLabel.cpp Disable use of Qt APIs deprecated in 5.15.0 and earlier versions (#4133) 2022-11-10 20:11:40 +01:00
EffectLabel.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
Line.hpp moved last message line in settings and changed defaults 2021-03-13 12:33:54 +01:00
NotebookButton.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
NotebookButton.hpp moved stuff from chatterino to appbase 2018-11-23 17:51:55 +01:00
NotebookTab.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
NotebookTab.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
QColorPicker.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
QColorPicker.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
RegExpItemDelegate.cpp Fix: ignore whitespaces pasted in EmotePopup search (#3730) 2022-05-16 09:42:17 +00:00
RegExpItemDelegate.hpp Prevent user from entering incorrect characters in Live Notifications channels list (#3715) 2022-05-08 10:27:25 +00:00
ResizingTextEdit.cpp fix: Invalid/Dangling completion after updating input (#4072) 2022-10-22 11:42:46 +02:00
ResizingTextEdit.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
ScrollbarHighlight.cpp Add Basic Elevated Message support (#4016) 2022-09-30 23:23:31 +00:00
ScrollbarHighlight.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
SearchPopup.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
SearchPopup.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
SettingsDialogTab.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
SettingsDialogTab.hpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
SignalLabel.cpp added category navigation to general settings 2020-10-22 23:20:07 +02:00
SignalLabel.hpp Fixed deprecated method QFlags::Zero (#2508) 2021-03-13 16:27:13 +01:00
TitlebarButton.cpp Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
TitlebarButton.hpp removed appbase directory 2019-10-07 15:46:41 +02:00
TrimRegExpValidator.cpp Fix: ignore whitespaces pasted in EmotePopup search (#3730) 2022-05-16 09:42:17 +00:00
TrimRegExpValidator.hpp Fix: ignore whitespaces pasted in EmotePopup search (#3730) 2022-05-16 09:42:17 +00:00