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.
feature(file-provider): Open folder tray window header button #9857
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.
feature(file-provider): Open folder tray window header button #9857
Changes from all commits
bd4e240File 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 failure on line 8 in src/gui/macOS/fileproviderdomainmanager.h
src/gui/macOS/fileproviderdomainmanager.h:8:10 [clang-diagnostic-error]
Check warning on line 4 in src/gui/tray/usermodel.cpp
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 120 in src/gui/tray/usermodel.cpp
Use the init-statement to declare "textValue" inside the if statement.
Check warning on line 130 in src/gui/tray/usermodel.cpp
Use the init-statement to declare "textValue" inside the if statement.
Check failure on line 179 in src/gui/tray/usermodel.cpp
Add a "default" case to this switch statement.
Check failure on line 220 in src/gui/tray/usermodel.cpp
Add a "default" case to this switch statement.
Check failure on line 277 in src/gui/tray/usermodel.cpp
Explicitly capture the required scope variables.
Check warning on line 325 in src/gui/tray/usermodel.cpp
Unmodified variable "folder" of type "const class OCC::Folder *" should be const-qualified.
Check warning on line 387 in src/gui/tray/usermodel.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 442 in src/gui/tray/usermodel.cpp
Remove the redundant return type of this lambda.
Check warning on line 540 in src/gui/tray/usermodel.cpp
Make the type of this parameter a pointer-to-const. The current type of "account" is "class OCC::Account *".
Check warning on line 540 in src/gui/tray/usermodel.cpp
Unmodified variable "account" of type "class OCC::Account *" should be const-qualified.
Check warning on line 558 in src/gui/tray/usermodel.cpp
Make the type of this parameter a pointer-to-const. The current type of "account" is "class OCC::Account *".
Check warning on line 558 in src/gui/tray/usermodel.cpp
Unmodified variable "account" of type "class OCC::Account *" should be const-qualified.
Check warning on line 1077 in src/gui/tray/usermodel.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 1612 in src/gui/tray/usermodel.cpp
Unmodified variable "statusCode" of type "int" should be const-qualified.
Check warning on line 1647 in src/gui/tray/usermodel.cpp
Unmodified variable "statusCode" of type "int" should be const-qualified.
Check warning on line 1695 in src/gui/tray/usermodel.cpp
Unmodified variable "statusCode" of type "int" should be const-qualified.
Check warning on line 1712 in src/gui/tray/usermodel.cpp
Unmodified variable "statusCode" of type "int" should be const-qualified.
Check warning on line 1720 in src/gui/tray/usermodel.cpp
Unmodified variable "statusCode" of type "int" should be const-qualified.
Check warning on line 1772 in src/gui/tray/usermodel.cpp
Unmodified variable "total" of type "long" should be const-qualified.
Check warning on line 1852 in src/gui/tray/usermodel.cpp
Replace with the version of "std::ranges::sort" that takes a range.
Check failure on line 1890 in src/gui/tray/usermodel.cpp
This call leads to the invocation of "UserModel::rowCount" that doesn't consider overrides in subclasses. Ensure the code unambiguously uses the desired function.
Check warning on line 1932 in src/gui/tray/usermodel.cpp
Unmodified variable "cfg" of type "class OCC::ConfigFile" should be const-qualified.
Check warning on line 1951 in src/gui/tray/usermodel.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 1974 in src/gui/tray/usermodel.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 1996 in src/gui/tray/usermodel.cpp
Replace with the version of "std::ranges::find_if" that takes a range.
Check warning on line 2056 in src/gui/tray/usermodel.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 2113 in src/gui/tray/usermodel.cpp
This function should be declared "const".
Check warning on line 2209 in src/gui/tray/usermodel.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 2232 in src/gui/tray/usermodel.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check failure on line 2238 in src/gui/tray/usermodel.cpp
Add a "default" case to this switch statement.
Check warning on line 2353 in src/gui/tray/usermodel.cpp
Replace with the version of "std::ranges::find_if" that takes a range.
Check warning on line 2366 in src/gui/tray/usermodel.cpp
Replace with the version of "std::ranges::find_if" that takes a range.
Check warning on line 2376 in src/gui/tray/usermodel.cpp
Unmodified variable "user" of type "const class OCC::User *" should be const-qualified.
Check warning on line 2387 in src/gui/tray/usermodel.cpp
Replace this range for-loop by "std::ranges::any_of".
Check warning on line 2429 in src/gui/tray/usermodel.cpp
Make the type of this parameter a pointer-to-const. The current type of "pool" is "class QThreadPool *".
Check warning on line 2429 in src/gui/tray/usermodel.cpp
Unmodified variable "pool" of type "class QThreadPool *" should be const-qualified.
Check warning on line 2454 in src/gui/tray/usermodel.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 2455 in src/gui/tray/usermodel.cpp
Avoid this unnecessary copy by using a "const" reference.
Check failure on line 2469 in src/gui/tray/usermodel.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check failure on line 2470 in src/gui/tray/usermodel.cpp
Explicitly capture the required scope variables.
Check failure on line 2470 in src/gui/tray/usermodel.cpp
Explicitly capture all local variables required in this lambda.
Check warning on line 2553 in src/gui/tray/usermodel.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 4 in src/gui/tray/usermodel.h
Edit this comment to use the C++ format, i.e. "//".
Check failure on line 9 in src/gui/tray/usermodel.h
src/gui/tray/usermodel.h:9:10 [clang-diagnostic-error]
Check warning on line 56 in src/gui/tray/usermodel.h
Refactor this structure so it has no more than 20 fields, rather than the 30 it currently has.
Check failure on line 93 in src/gui/tray/usermodel.h
Add the "explicit" keyword to this constructor.
Check warning on line 171 in src/gui/tray/usermodel.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 257 in src/gui/tray/usermodel.h
Rename this identifier to be shorter or equal to 31 characters.
Uh oh!
There was an error while loading. Please reload this page.