aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BinEditor: Fix MSVC warningOrgad Shaneh2020-11-271-1/+1
* Debugger: Use -file-symbol-file for cores, not for remote debugginghjk2020-11-271-2/+2
* ProjectExplorer: Fix crash on close while tree is scannedOrgad Shaneh2020-11-271-1/+2
* MSVC: Also understand the "-D" syntaxChristian Kandeler2020-11-271-2/+2
* ClangTools: Use built-in header paths againChristian Kandeler2020-11-271-1/+1
* Android: remove unnecessary setSummaryText for AndroidBuildApkStepAssam Boudjelthia2020-11-271-1/+0
* qmljs: actually fix incorrect conditionFawzi Mohamed2020-11-271-1/+1
* Android: avoid QTC_ASSERT in addTaskAssam Boudjelthia2020-11-262-0/+6
* Android: move <b> from displayName to summaryTextAssam Boudjelthia2020-11-261-2/+2
* Core::OutputWindow: Make auto-scrolling more robustChristian Kandeler2020-11-262-9/+14
* qmljs: avoid compiler warningsFawzi Mohamed2020-11-261-3/+3
* qmljs: fix wrong condition in import resolvingFawzi Mohamed2020-11-261-1/+1
* CMake: Create build directory when user changes configurationEike Ziller2020-11-261-1/+5
* qmljs: Fix parsing and and loading of qmldir importsFawzi Mohamed2020-11-266-57/+157
* Android: Don't remove icons or splashes if files with similar names existVille Voutilainen2020-11-261-1/+13
* ClangTools: compare file names host os case sensitiveDavid Schulz2020-11-261-13/+8
* ClangTools: Fix crash in document tool runnerDavid Schulz2020-11-262-7/+14
* CMake: Don't overwrite existing builds when changing build dirEike Ziller2020-11-262-9/+18
* QmlDesigner: Don't copy the targetMarco Bubke2020-11-253-12/+8
* CMake: Fix missing run of CMake after saving sub-CMakeLists.txtEike Ziller2020-11-251-1/+1
* Fix crash in ManhattanStyleThomas Hartmann2020-11-251-5/+7
* Clang: Avoid flooding unknown warning on macOSChristian Stenger2020-11-251-1/+1
* QmlDesigner: Fix crashThomas Hartmann2020-11-251-2/+2
* Fix a warning about deprecated qChecksum overload in Qt 6Jarek Kobus2020-11-251-0/+5
* QmlDesigner: Default canvas of 40000 is sufficientThomas Hartmann2020-11-251-2/+2
* QmlDesigner: Reduce calls to updateGeometryThomas Hartmann2020-11-242-20/+10
* QmlDesigner: Set the correct root item rect in flow modeThomas Hartmann2020-11-241-1/+4
* Fix a crash when opening pro file (Qt6 build)Jarek Kobus2020-11-241-2/+3
* QmlDesigner: Fix for Annotations dialogs crashesAleksei German2020-11-247-5/+11
* Debugger: Prevent calling windows lldb on startupDavid Schulz2020-11-241-0/+12
* Fix qtcreator_process_stub on WindowsEike Ziller2020-11-241-0/+1
* ClangTools: prevent creating duplicated diagnostic marksDavid Schulz2020-11-245-10/+16
* Update Qbs HEAD of 1.18Richard Weickelt2020-11-241-0/+0
* clang support: Adapt some version checks in qmake/qbs filesChristian Kandeler2020-11-241-9/+8
* Fix compile warnings about missing overridesJarek Kobus2020-11-243-10/+4
* Android: fix logcat not fetched when app exits/crash at startAssam Boudjelthia2020-11-242-10/+35
* Android: fix copy gradle files button functionAssam Boudjelthia2020-11-231-1/+1
* ClangTools: remove already existing temporary filesDavid Schulz2020-11-231-0/+2
* cmake: Fix building debug with release libclangChristian Stenger2020-11-233-3/+3
* cmake build: Remove unused component "Dependencies"Eike Ziller2020-11-231-23/+0
* Android: remove newline chars before adding output in error/warning paneAssam Boudjelthia2020-11-232-10/+14
* Don't declare override when final is declaredJarek Kobus2020-11-231-1/+1
* MCU: Fix qbs buildChristian Kandeler2020-11-201-1/+1
* Fix build with newest Qt 6Eike Ziller2020-11-2014-16/+17
* Don't call virtual method from Exception c'torJarek Kobus2020-11-2010-74/+113
* Fix includesJarek Kobus2020-11-201-1/+1
* Remove unused variablesJarek Kobus2020-11-2020-22/+5
* CDB: fix signed char container dumperDavid Schulz2020-11-201-0/+2
* McuSupport: Fix CMake buildAlessandro Portale2020-11-201-1/+1
* McuSupport: Add support for kits with IAR compiler definedDawid Sliwa2020-11-206-14/+109