summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Pass context object to lambda connectionsJarek Kobus2022-12-097-24/+19
* VcsBase: Ensure context not null inside vcsExecWithHandler()Jarek Kobus2022-12-091-1/+2
* ClangFormat: Refactor for remote file system supportArtem Sokolovskii2022-12-091-11/+8
* Core: Remove unused KeyMarcus Tillmanns2022-12-091-1/+0
* ProjectExplorer: Fix unrelated tooltip appearingChristian Kandeler2022-12-091-1/+3
* VcsBase: Reuse CommandOutputBindMode instead of boolJarek Kobus2022-12-094-23/+21
* GitClient: Simplify vcsExecJarek Kobus2022-12-093-13/+9
* GitClient: Introduce execWithEditor()Jarek Kobus2022-12-093-4/+17
* VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-0911-167/+193
* Utils: Remove slash normalization in critical pathhjk2022-12-092-11/+92
* Utils: Change browse button to OptionPushButtonMarcus Tillmanns2022-12-095-20/+77
* Utils: Don't call mutable expressions inside QTC_ASSERTJarek Kobus2022-12-093-6/+11
* VcsBase, Git: Don't use queued connections to VcsCommandJarek Kobus2022-12-082-8/+7
* GitClient: Remove unused connectRepositoryChanged()Jarek Kobus2022-12-081-1/+0
* ProjectExplorer: Fix test crashMarcus Tillmanns2022-12-081-1/+1
* CMakeProjectManager: Pass context object to lambda connectionsJarek Kobus2022-12-088-29/+29
* Utils: Use some of the FilePath convenience functions in FileCrumbLabelhjk2022-12-081-3/+3
* ProjectExplorer: Add "Generate" sub-menu to build menuChristian Kandeler2022-12-085-26/+76
* LanguageClient: robustify renaming symbolsDavid Schulz2022-12-082-20/+21
* RemoteLinux: Pass context object to lambda connectionsJarek Kobus2022-12-082-4/+4
* Git: Simplify ConflictHandlerJarek Kobus2022-12-081-49/+31
* ClangTools: Pass context object to lambda connectionsJarek Kobus2022-12-0811-29/+25
* CppEditor: Use FilePath in fileSizeExceedsLimit()hjk2022-12-084-22/+15
* Boot2qt, Qnx: Pass context object to lambda connectionsJarek Kobus2022-12-082-3/+3
* Don't call non-const methods on temporary QListJarek Kobus2022-12-085-17/+15
* Mark some virtual overrides finalJarek Kobus2022-12-082-14/+14
* Beautifier: Pass context object to lambda connectionsJarek Kobus2022-12-084-4/+4
* Docker: Pass context object to lambda connectionsJarek Kobus2022-12-082-4/+4
* AutoTest: Pass context object to lambda connectionsJarek Kobus2022-12-0813-55/+48
* Squish: Pass context object to lambda connectionsJarek Kobus2022-12-0811-76/+48
* ProjectExplorer: Re-layout target selectorMarcus Tillmanns2022-12-081-6/+12
* CorePlugin: Pass context object to lambda connectionsJarek Kobus2022-12-0823-86/+85
* ScxmlEditor: Pass context object to lambda connectionsJarek Kobus2022-12-089-33/+30
* Utils: Add push button with menu and default click actionEike Ziller2022-12-084-0/+122
* Editor: ensure something is selected after model updateDavid Schulz2022-12-083-14/+16
* VcsBase: Pass context object to lambda connectionsJarek Kobus2022-12-0714-27/+26
* Android: Pass context object to lambda connectionsJarek Kobus2022-12-077-17/+17
* Utils: Pass context object to lambda connectionsJarek Kobus2022-12-0714-18/+18
* ProjectExplorer: Simplify scanning for wizard.json fileshjk2022-12-071-62/+43
* ClangFormat: Fix qbs buildChristian Kandeler2022-12-071-1/+2
* AutoTestUnitTests: Remove TestStringTable scenarioJarek Kobus2022-12-074-19/+3
* CplusPlus: Pass FilePath to Preprocessor::run()hjk2022-12-0712-98/+81
* StringTable: Switch off debug printouts by defaultJarek Kobus2022-12-071-1/+1
* InfoBar: Always order buttons in the same orderJarek Kobus2022-12-071-14/+9
* LanguageClient: Fix handling of defective language serverDavid Schulz2022-12-071-0/+2
* Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-12-0736-284/+353
|\
| * Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-0736-284/+353
| |\
| | * CodeStyle: Fix loading settings at the start in codestylesettingspageArtem Sokolovskii2022-12-061-2/+2
| | * CompilationDatabasePM: Fix test on WindowsChristian Stenger2022-12-061-2/+2
| | * Add missing Q_OBJECT to PerfRunConfigurationAspectUlf Hermann2022-12-051-0/+1