summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-2550-65/+2
* ADS: Only build if QmlDesigner is enabledOrgad Shaneh2020-02-251-1/+7
* Help: Drop use of nullptr for default QFlaghjk2020-02-251-1/+1
* Misc: Fix MSVC warningsOrgad Shaneh2020-02-254-11/+11
* QmlDesigner: Fix crash building against Qt 5.15Miikka Heikkinen2020-02-251-1/+3
* Work around QHash::unite deprecationhjk2020-02-256-7/+23
* CppTools: Work around a endl warninghjk2020-02-251-3/+3
* QmlDesigner: Fix building tests on WindowsChristian Stenger2020-02-251-1/+0
* ExternalTool: Add timestamps to message outputAndre Hartmann2020-02-251-4/+4
* CMake build: Add a qtc_glob_resources functionAlessandro Portale2020-02-242-7/+9
* QmlDesigner: Avoid warnings about unused parametershjk2020-02-241-2/+2
* QmlDesigner: Rename 'Imports' to 'QML Imports'Thomas Hartmann2020-02-241-1/+1
* Fix some translation contextshjk2020-02-243-2/+6
* Debugger: De-virtualize and de-slot DebuggerEngine::show*Messagehjk2020-02-241-3/+2
* CMake: Use buildConfiguration() instead of target()->activeBchjk2020-02-241-1/+1
* Integrate Edit3D view into CreatorMiikka Heikkinen2020-02-2467-67/+1123
* CMakeBuildStep: Fix messageTobias Hunger2020-02-241-2/+2
* VCS: Fix broken annotation changes detectionOrgad Shaneh2020-02-241-1/+1
* Git: Open log for ranges in output windowOrgad Shaneh2020-02-241-1/+4
* StudioWelcome: Add the qml files to the CMake build systemAlessandro Portale2020-02-232-1/+8
* ProjectExplorer: Remove pure ProjectConfiguration::isActive functionhjk2020-02-216-12/+3
* Debugger: Allow to specify 'init' and 'reset' GDB commandsDenis Shienkov2020-02-211-0/+29
* QmlDesigner: Remove project explorer from navigatorThomas Hartmann2020-02-211-26/+1
* QmlProject: Add qtForMCU flagThomas Hartmann2020-02-216-0/+24
* AdvandedDockingSystem: Fix deprecation warningsChristian Kandeler2020-02-211-2/+3
* Mercurial: Fix compile for Qt5.11Christian Stenger2020-02-211-2/+3
* Modeling: Fix deprecation warninghjk2020-02-211-0/+2
* Doc: Fix QDoc warnings in Core plugin Wizard classesLeena Miettinen2020-02-212-73/+96
* Doc: Fix Progress Manager docsLeena Miettinen2020-02-212-57/+57
* ADS: Do not enable debug log by defaultChristian Stenger2020-02-2110-10/+10
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-2116-93/+102
* ADS: Fix compile for Qt < 5.12.2 and namespaced QtChristian Stenger2020-02-219-7/+20
* ExecuteFilter: Add timestamps to command outputsAndre Hartmann2020-02-203-4/+12
* Git: Support case-insensitive grep/pickaxeOrgad Shaneh2020-02-203-0/+16
* Git: Add a toggle button for filter widgetOrgad Shaneh2020-02-203-10/+22
* Git: Move filter widget to GitEditorOrgad Shaneh2020-02-203-61/+58
* Git: Simplify action in branch viewAndre Hartmann2020-02-201-2/+3
* Android: update UI after downloadSdk() is doneAssam Boudjelthia2020-02-201-0/+1
* Android: avoid calling m_sdkManager->reloadPackages() twiceAssam Boudjelthia2020-02-201-2/+0
* Android: call cancel() instead of hide() in sdk download progressdialogAssam Boudjelthia2020-02-201-1/+1
* Clang: Fix build with Clang/LLVM 10Orgad Shaneh2020-02-209-21/+92
* Integrate ADS in QtCreatorHenning Gruendl2020-02-2020-297/+440
* Add Advanced Docking System libraryHenning Gruendl2020-02-2054-0/+13152
* QbsProjectManager: Use the same build key as in previous versionsChristian Kandeler2020-02-201-2/+3
* CMakeBuildSystem: Don't re-update code model on CMakeLists.txt savesCristian Adam2020-02-203-25/+11
* Qbs: Use more sensible build step summariesChristian Kandeler2020-02-203-5/+3
* Qmake: Do not list all the command-line arguments in the step summaryChristian Kandeler2020-02-201-7/+2
* Qmake: Do not repeat build directory in warning messageChristian Kandeler2020-02-201-8/+5
* Android: parse Android 11 (R) packagesAssam Boudjelthia2020-02-202-5/+11
* Androdi: set m_isDeploying to false if deployment is cancelledAssam Boudjelthia2020-02-201-0/+1