summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* CMake Build: Update CMake minimum Version to 3.10Cristian Adam2020-05-261-1/+1
* Revert "JsonWizard: Fix restoreLastHistoryItem for LineEdit"Christian Stenger2020-05-262-13/+2
* ClangCodeModel: Show value in tool tips, if possibleChristian Kandeler2020-05-263-1/+20
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-267-25/+35
|\
| * WebAssembly: Fix run configuration for Qt 5.15 app with emsdk 1.39.xAlessandro Portale2020-05-251-0/+1
| * Locator: Fix regression of filesystem lookup with line/columnOrgad Shaneh2020-05-251-2/+5
| * QmlPreview: Don't use MainFileAspect if it doesn't existUlf Hermann2020-05-221-15/+16
| * CppTools: Fix license file path persistencehjk2020-05-221-0/+1
| * ClangTools: Fix referencing wrong counter for summary textNikolai Kosjar2020-05-221-1/+1
| * CompilationDbPM: Do not change the kit's toolchainChristian Kandeler2020-05-201-2/+0
| * Git: Fix upstream status for branches with slashOrgad Shaneh2020-05-191-5/+11
* | ProjectExplorer: Split deployment data using last colon on the lineVille Nummela2020-05-261-3/+3
* | Android: add service editor to manifest editorVille Voutilainen2020-05-258-8/+805
* | Debugger: Drop 'set print object on' for GDBhjk2020-05-251-1/+0
* | C++: Do not mis-align function arguments that are initializer listsChristian Kandeler2020-05-251-0/+1
* | C++: Fix wrong formattingChristian Kandeler2020-05-251-1/+1
* | LSP: Do not accumulate connections during signal emissionhjk2020-05-252-4/+8
* | Android: allow sdkmanager to parse all generic packagesAssam Boudjelthia2020-05-223-1/+55
* | Utils: Rename FilePath::rawFileName to rawFilePathhjk2020-05-221-1/+1
* | QmlJS: Track futures to allow testingChristian Kamm2020-05-211-1/+1
* | Android: Settings widget code shuffling and cosmeticshjk2020-05-201-94/+92
* | LanguageClient: Use a new ListModel convienience functionhjk2020-05-201-2/+2
* | Android: Settings widget code cosmeticshjk2020-05-203-201/+188
* | Android: Use Utils::ListModel for AvdModelhjk2020-05-201-71/+26
* | Android: Fix AvdModel::indexForAvdNamehjk2020-05-201-1/+1
* | Utils: Rename ListModel::forItems to ListModel::forAllDatahjk2020-05-201-1/+1
* | Python: Use new ListModel convenience functions for interpreter modelhjk2020-05-201-8/+4
* | Revert "Debugger: use correct environment for the cdb process"David Schulz2020-05-201-7/+7
* | Android: warn about essential packages not foundAssam Boudjelthia2020-05-193-1/+21
* | BareMetal: Save 'platform codegen flags' for Keil compilerDenis Shienkov2020-05-191-0/+3
* | BareMetal: Tune IAR compiler using 'platform codegen flags' featureDenis Shienkov2020-05-192-9/+53
* | BareMetal: Auto-detect IAR toolchain for Renesas M32C architectureDenis Shienkov2020-05-191-2/+6
* | BareMetal: Add support for Renesas M32C architecture in GCC toolchainDenis Shienkov2020-05-191-0/+6
* | ProjectExplorer: Add support for new M32C architectureDenis Shienkov2020-05-192-0/+5
* | Move splitString() method to base ToolChainConfigWidgetDenis Shienkov2020-05-196-34/+18
* | Android: AndroidManager code cosmeticshjk2020-05-192-77/+74
* | Merge "Merge remote-tracking branch 'origin/4.12'"The Qt Project2020-05-194-29/+9
|\ \
| * \ Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-194-29/+9
| |\ \ | | |/
| | * Mcu: Remove unused functionshjk2020-05-191-24/+0
| | * Android: silence assert in AndroidExtraLibraryListModelv4.12.1Assam Boudjelthia2020-05-181-1/+2
| | * Android: make sure to remove the adb daemon logs from devices listAssam Boudjelthia2020-05-182-4/+7
* | | Android: Shuffle debug server detection code a bithjk2020-05-193-43/+43
|/ /
* | Android: Simplify debug server uploadhjk2020-05-191-15/+12
* | Android: Search LLDB in new SDK locationhjk2020-05-191-3/+29
* | Android: Also try to kill lldb-server before startinghjk2020-05-191-1/+5
* | Android: Consolidate error handling for not found debug servershjk2020-05-191-11/+13
* | ClangTools: Remove dependency to libclang and custom clang binaryNikolai Kosjar2020-05-1911-282/+14
* | Git: Use internal log highlighter for old git versionsAndre Hartmann2020-05-191-5/+9
* | BareMetal: Tune Keil ARM compiler using 'platform codegen flags' featureDenis Shienkov2020-05-192-8/+93
* | Android: Simplify gdbserver upload logic a bithjk2020-05-191-18/+12