mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
* Remove unused include util/Helpers.hpp * SplitContainer::setTag fix parameter naming * autofy/constify where possible * More const auto ptr magicifying * Make SplitNode::Type an enum class * Move QuickSwitcherPopup includes from header to source file * Remove unused DropRegion code * use empty() instead of size() == 0 * Add curly braces everywhere * Remove useless reinterpret_cast It was casting Node* to Node* * Clarify that the connect is QObject::connect * SplitContainer::setSelected fix parameter naming * Rename function variables to remove unneccesary underscore Also move addSpacing parameter out of the layout function * emplace_back where possible * Name parameters * Remove ineffective const from return type * Make node getters const * Flatten Node::releaseSplit * Rename in-function variable to match code style * [ACTUAL CODE CHANGE/MOVE] Move clamp logic to its own function * name params * applyFromDescriptorRecursively: rename node param to baseNode * [ACTUAL CODE CHANGE/MOVE] Remove the many overloads for append/insertSplit This utilizes the C++20 designed initializers aggregate initialization feature * Remove unused includes * [ACTUAL CODE CHANGE] Clean up dragging logic There's no need to keep a pointer around to which split is being dragged, it's already stored in the QDropEvent source() * UNRELATED .clang-tidy: Only suggest UPPER_CASE for constant global variables * Remove unused SplitContainer::getSplitCount function * Use std::max in Node's clamp function * Remove test code * DraggedSplit.hpp: remove unused include * Split `setDraggingSplit` into two functions, `startDraggingSplit` and `stopDraggingSplit` |
||
---|---|---|
.. | ||
switcher | ||
BadgePickerDialog.cpp | ||
BadgePickerDialog.hpp | ||
ChannelFilterEditorDialog.cpp | ||
ChannelFilterEditorDialog.hpp | ||
ColorPickerDialog.cpp | ||
ColorPickerDialog.hpp | ||
EditHotkeyDialog.cpp | ||
EditHotkeyDialog.hpp | ||
EditHotkeyDialog.ui | ||
EmotePopup.cpp | ||
EmotePopup.hpp | ||
IrcConnectionEditor.cpp | ||
IrcConnectionEditor.hpp | ||
IrcConnectionEditor.ui | ||
LastRunCrashDialog.cpp | ||
LastRunCrashDialog.hpp | ||
LoginDialog.cpp | ||
LoginDialog.hpp | ||
NotificationPopup.cpp | ||
NotificationPopup.hpp | ||
QualityPopup.cpp | ||
QualityPopup.hpp | ||
ReplyThreadPopup.cpp | ||
ReplyThreadPopup.hpp | ||
SelectChannelDialog.cpp | ||
SelectChannelDialog.hpp | ||
SelectChannelFiltersDialog.cpp | ||
SelectChannelFiltersDialog.hpp | ||
SettingsDialog.cpp | ||
SettingsDialog.hpp | ||
UpdateDialog.cpp | ||
UpdateDialog.hpp | ||
UserInfoPopup.cpp | ||
UserInfoPopup.hpp | ||
WelcomeDialog.cpp | ||
WelcomeDialog.hpp |