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.
Bugfix/noid/single app on linux using d bus #10088
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
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Bugfix/noid/single app on linux using d bus #10088
Changes from all commits
8aa171d93ef976File 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 78 in src/common/utility.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 97 in src/common/utility.cpp
implicit conversion from 'const qint64' (aka 'const long long') to 'qreal' (aka 'double') may lose precision
Check warning on line 486 in src/common/utility.cpp
Replace with the version of "std::ranges::sort" that takes a range.
Check warning on line 515 in src/common/utility.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'int'
Check warning on line 521 in src/common/utility.cpp
Replace the redundant type with "auto".
Check warning on line 536 in src/common/utility.cpp
Unmodified variable "bname" of type "class QString" should be const-qualified.
Check warning on line 666 in src/common/utility.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 668 in src/common/utility.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 49 in src/common/utility.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 50 in src/common/utility.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 105 in src/common/utility.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 118 in src/common/utility.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 124 in src/common/utility.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 132 in src/common/utility.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 153 in src/common/utility.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 337 in src/common/utility.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 412 in src/common/utility.h
A "constexpr" function should not be declared "inline".
Check warning on line 421 in src/common/utility.h
A "constexpr" function should not be declared "inline".
Check warning on line 430 in src/common/utility.h
A "constexpr" function should not be declared "inline".
Check warning on line 439 in src/common/utility.h
A "constexpr" function should not be declared "inline".
Check warning on line 128 in src/gui/application.cpp
Use the init-statement to declare "shouldTryToMigrate" inside the if statement.
Check failure on line 313 in src/gui/application.cpp
Remove this TOCTOU race condition window when accessing files
Check failure on line 325 in src/gui/application.cpp
Remove this TOCTOU race condition window when accessing files
Check warning on line 333 in src/gui/application.cpp
Replace "->" with "::" for access to "Theme::doNotUseProxy".
Check warning on line 431 in src/gui/application.cpp
Replace "->" with "::" for access to "Theme::doNotUseProxy".
Check failure on line 621 in src/gui/application.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 638 in src/gui/application.cpp
This function should be declared "const".
Check failure on line 673 in src/gui/application.cpp
Remove this TOCTOU race condition window when accessing files
Check failure on line 677 in src/gui/application.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 690 in src/gui/application.cpp
This function should be declared "const".
Check warning on line 769 in src/gui/application.cpp
This function should be declared "const".
Check warning on line 769 in src/gui/application.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 963 in src/gui/application.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 1106 in src/gui/application.cpp
Use the init-statement to declare "configLanguage" inside the if statement.
Check failure on line 1158 in src/gui/application.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 1159 in src/gui/application.cpp
Merge this "if" statement with the enclosing one.
Check warning on line 1167 in src/gui/application.cpp
Merge this "if" statement with the enclosing one.
Check warning on line 1217 in src/gui/application.cpp
Replace the redundant type with "auto".
Check warning on line 57 in src/gui/application.h
Refactor this structure so it has no more than 20 fields, rather than the 23 it currently has.
Check failure on line 57 in src/gui/application.h
Remove this class' destructor so that the class follows the rule of Zero.
Check warning on line 116 in src/gui/application.h
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 7 in src/gui/main.cpp
src/gui/main.cpp:7:10 [clang-diagnostic-error]
Check warning on line 42 in src/gui/main.cpp
Replace "->" with "::" for access to "QApplication::translate".
Check warning on line 109 in src/gui/updater/ocupdater.cpp
Unmodified variable "button" of type "class QAbstractButton *" should be const-qualified.
Check warning on line 110 in src/gui/updater/ocupdater.cpp
Unmodified variable "clicked" of type "enum QMessageBox::StandardButton" should be const-qualified.
Check warning on line 171 in src/gui/updater/ocupdater.cpp
Reduce this switch case number of lines from 6 to at most 5, for example by extracting code into methods.
Check warning on line 172 in src/gui/updater/ocupdater.cpp
Unmodified variable "configFile" of type "class OCC::ConfigFile" should be const-qualified.
Check warning on line 173 in src/gui/updater/ocupdater.cpp
Use the init-statement to declare "configFile" inside the if statement.
Check warning on line 226 in src/gui/updater/ocupdater.cpp
Unmodified variable "msiLogFile" of type "class QString" should be const-qualified.
Check warning on line 311 in src/gui/updater/ocupdater.cpp
Use the init-statement to declare "updateFileName" inside the if statement.
Check warning on line 320 in src/gui/updater/ocupdater.cpp
Use the init-statement to declare "msiLogFileName" inside the if statement.
Uh oh!
There was an error while loading. Please reload this page.