Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix(gui/settings): use different palette colour for backgrounds #9703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
fix(gui/settings): use different palette colour for backgrounds #9703
Changes from all commits
10042b775c8aceFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 68 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:68:13 [cppcoreguidelines-macro-usage]
Check failure on line 68 in src/gui/accountsettings.cpp
Replace this macro by "const", "constexpr" or an "enum".
Check warning on line 90 in src/gui/accountsettings.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 182 in src/gui/accountsettings.cpp
Do not use the constructor's initializer list for data member "_model". Use the in-class initializer instead.
Check failure on line 182 in src/gui/accountsettings.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 239 in src/gui/accountsettings.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 240 in src/gui/accountsettings.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 486 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 487 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 500 in src/gui/accountsettings.cpp
Unmodified variable "job" of type "class OCC::EncryptFolderJob *" should be const-qualified.
Check failure on line 500 in src/gui/accountsettings.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 757 in src/gui/accountsettings.cpp
Merge this "if" statement with the enclosing one.
Check warning on line 1223 in src/gui/accountsettings.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 1389 in src/gui/accountsettings.cpp
Refactor this function to reduce its Cognitive Complexity from 26 to the 25 allowed.
Check warning on line 1640 in src/gui/accountsettings.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 1829 in src/gui/accountsettings.cpp
Replace with the version of "std::ranges::find_if" that takes a range.
Check warning on line 1866 in src/gui/accountsettings.cpp
Make the type of this variable a pointer-to-const. The current type of "actionSetupE2e" is "class QAction *const".
Check warning on line 1892 in src/gui/accountsettings.cpp
Unmodified variable "layout" of type "class QHBoxLayout *" should be const-qualified.
Check warning on line 1905 in src/gui/accountsettings.cpp
Unmodified variable "action" of type "class QAction *" should be const-qualified.
Check failure on line 1906 in src/gui/accountsettings.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 1906 in src/gui/accountsettings.cpp
Unmodified variable "button" of type "class QPushButton *" should be const-qualified.
Check warning on line 52 in src/gui/networksettings.cpp
Replace "->" with "::" for access to "Theme::doNotUseProxy".
Check warning on line 54 in src/gui/networksettings.cpp
Replace "->" with "::" for access to "Theme::doNotUseProxy".
Check warning on line 207 in src/gui/networksettings.cpp
Use the init-statement to declare "accountState" inside the if statement.
Check warning on line 50 in src/gui/settingsdialog.cpp
src/gui/settingsdialog.cpp:50:13 [cppcoreguidelines-macro-usage]
Check failure on line 50 in src/gui/settingsdialog.cpp
Replace this macro by "const", "constexpr" or an "enum".
Check warning on line 61 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 69 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 77 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 83 in src/gui/settingsdialog.cpp
Unmodified variable "width" of type "int" should be const-qualified.
Check warning on line 85 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 100 in src/gui/settingsdialog.cpp
Replace constant with "std::numbers::phi_v<float>".
Check warning on line 134 in src/gui/settingsdialog.cpp
Unmodified variable "event" of type "class QMouseEvent *" should be const-qualified.
Check warning on line 137 in src/gui/settingsdialog.cpp
Unmodified variable "window" of type "const class QWidget *" should be const-qualified.
Check warning on line 185 in src/gui/settingsdialog.cpp
Unmodified variable "accountSpacer" of type "class QWidget *" should be const-qualified.
Check failure on line 185 in src/gui/settingsdialog.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 230 in src/gui/settingsdialog.cpp
Use "=default" instead of the default implementation of this special member functions.
Check warning on line 240 in src/gui/settingsdialog.cpp
Remove this method "resizeEvent" to simply inherit it.
Check warning on line 240 in src/gui/settingsdialog.cpp
Unmodified variable "event" of type "class QResizeEvent *" should be const-qualified.
Check warning on line 292 in src/gui/settingsdialog.cpp
Unmodified variable "contentContainer" of type "class QWidget *" should be const-qualified.
Check warning on line 361 in src/gui/settingsdialog.cpp
Make the type of this variable a pointer-to-const. The current type of "account" is "class OCC::Account *".
Check warning on line 368 in src/gui/settingsdialog.cpp
Unmodified variable "account" of type "const class OCC::Account *" should be const-qualified.
Check warning on line 438 in src/gui/settingsdialog.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 444 in src/gui/settingsdialog.cpp
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 447 in src/gui/settingsdialog.cpp
Edit this comment to use the C++ format, i.e. "//".
Check failure on line 526 in src/gui/settingsdialog.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 539 in src/gui/settingsdialog.cpp
Unmodified variable "navigationContainer" of type "class QWidget *" should be const-qualified.
Check warning on line 543 in src/gui/settingsdialog.cpp
Unmodified variable "navigationLayout" of type "class QVBoxLayout *" should be const-qualified.
Check warning on line 549 in src/gui/settingsdialog.cpp
Unmodified variable "navigationScroll" of type "class QScrollArea *" should be const-qualified.
Check failure on line 549 in src/gui/settingsdialog.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 559 in src/gui/settingsdialog.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 562 in src/gui/settingsdialog.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Uh oh!
There was an error while loading. Please reload this page.