summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Modernize a bithjk2020-05-282-12/+12
* PE: JsonWizard: Improve handling of check boxesChristian Stenger2020-05-281-1/+1
* C++ Tools: apply clang-format on cplusplus-keywordgen.cppVolodymyr Zibarov2020-05-271-234/+255
* ClangTools: Work around clazy-standalone behavior fluctuationChristian Kandeler2020-05-271-2/+7
* CppEditor: Add quickfix for creating a forward declarationChristian Kandeler2020-05-274-9/+373
* QmlJSEditor: Clear old values when updating outlineChristian Stenger2020-05-271-0/+8
* CMake Build: fix preprocessor config path for C++ toolsVolodymyr Zibarov2020-05-271-1/+1
* Remove some useless IContext subclassesEike Ziller2020-05-2710-112/+10
* Remove unnecessary removeContextObject callsEike Ziller2020-05-2724-126/+46
* clang-tidy: Override "WarningsAsErrors" from config fileChristian Kandeler2020-05-271-1/+1
* Utils: Document PathChooser::Kindhjk2020-05-271-3/+34
* BareMetal: Auto-detect IAR toolchain for National Semiconductor CR16 architec...Denis Shienkov2020-05-271-2/+7
* ProjectExplorer: Add support for new CR16 architectureDenis Shienkov2020-05-272-0/+5
* BareMetal: Auto-detect IAR toolchain for Renesas R32C architectureDenis Shienkov2020-05-271-2/+6
* ProjectExplorer: Add support for new R32C architectureDenis Shienkov2020-05-272-0/+5
* BareMetal: Auto-detect IAR toolchain for Renesas M16C architectureDenis Shienkov2020-05-271-2/+7
* ProjectExplorer: Add support for new M16C architectureDenis Shienkov2020-05-272-0/+5
* Utils: Fix one qdoc warninghjk2020-05-271-1/+1
* Unregister deleted IContext objects automaticallyEike Ziller2020-05-274-13/+24
* Merge remote-tracking branch 'origin/4.12'Orgad Shaneh2020-05-271-2/+0
|\
| * remove variant.hpp errorTim Jenssen2020-05-271-2/+0
* | Android: Don't use --server argument to lldb-serverhjk2020-05-261-1/+1
* | CMake: Split build output into lines before parsingChristian Kandeler2020-05-262-24/+36
* | CMake Build: Update CMake minimum Version to 3.10Cristian Adam2020-05-262-2/+2
* | Revert "JsonWizard: Fix restoreLastHistoryItem for LineEdit"Christian Stenger2020-05-262-13/+2
* | ClangCodeModel: Show value in tool tips, if possibleChristian Kandeler2020-05-265-1/+49
* | 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
* | C++: fix cplusplus tools build with Qt 5.14Volodymyr Zibarov2020-05-261-6/+4
* | C++: Fix paths passed to cplusplus-update-frontend on cmake buildVolodymyr Zibarov2020-05-261-2/+2
* | ProjectExplorer: Split deployment data using last colon on the lineVille Nummela2020-05-261-3/+3
* | C++: Make cplusplus-update-frontend generate "nullptr"Nikolai Kosjar2020-05-261-2/+2
* | CMake build: Move documentation functions to re-usable locationEike Ziller2020-05-251-1/+6
* | 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
* | Clang: Disable a completion test for LLVM/Clang 10Nikolai Kosjar2020-05-221-0/+2
* | Utils: Rename FilePath::rawFileName to rawFilePathhjk2020-05-223-5/+5
* | QmlJS: Add workaround for missing imports in Qt >=5.15.0Christian Kamm2020-05-211-0/+74
* | QmlJS: Use "import" commands from qmldir filesChristian Kamm2020-05-213-9/+56
* | QmlJS: Scan import paths, even if there is only oneChristian Kamm2020-05-211-1/+1