summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* McuSupport: Fix a bug in the writing of settingsAlessandro Portale2020-06-041-6/+10
* CppTools: Add missing serializationChristian Kandeler2020-05-291-0/+3
* Android: Fix crash in build step when no Qt version is set in kithjk2020-05-291-6/+10
* CppTools/ClangTools: Fix saving diagnostic configs for code modelNikolai Kosjar2020-05-283-1/+10
* Utils: Use QRegularExpression in fileutilshjk2020-05-271-7/+7
* McuSupport: Qul v1.2 adjustmentsAlessandro Portale2020-05-278-13/+69
* Utils: Add another missing #includehjk2020-05-271-3/+3
* Utils: Add missing #includehjk2020-05-271-0/+1
* remove variant.hpp errorTim Jenssen2020-05-271-2/+0
* 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
* 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
* McuSupport: Fix compile for gcc 5.3Christian Stenger2020-05-151-4/+4
* ClangTools: Fix crash when starting the analyzer againNikolai Kosjar2020-05-152-11/+19
* McuSupport: Read supported targets from SDK .json filesAlessandro Portale2020-05-143-89/+148
* Fix availability of "Link with Qt" info barEike Ziller2020-05-143-8/+33
* ClangTools: Fix placeholder in tr()Nikolai Kosjar2020-05-141-1/+1
* ProjectExplorer: Ensure that the session model stays sortedChristian Kandeler2020-05-132-0/+6
* LSP: Fix wrong assertDavid Schulz2020-05-131-1/+1
* QbsProjectManager: Fix potential null pointer accessChristian Kandeler2020-05-121-1/+1
* McuSupport: Let user explicitly create or remove MCU target kitsAlessandro Portale2020-05-111-26/+38
* add lower case a-f as address matchSebastian Verling2020-05-071-1/+1
* ClangClParser: Do not require two spaces before "error:" stringChristian Kandeler2020-05-071-2/+23
* Marketplace: Disable videos from marketplaceChristian Stenger2020-05-071-1/+1
* McuSupport: Add FreeRTOS variations to hardcoded list of targetsAlessandro Portale2020-05-061-25/+51
* McuSupport: Add support for creating FreeRTOS kitsAlessandro Portale2020-05-064-8/+50
* CppTools: Fix crash when loading pre 4.11 settingsEike Ziller2020-05-061-4/+4
* CMake build: Fix copying of Clang headers to buildEike Ziller2020-05-061-4/+1
* McuSupport: If kits are missing, provide an InfoBar that opens settingsAlessandro Portale2020-05-062-0/+27
* QmlDesigner: Fix crashThomas Hartmann2020-05-051-3/+3
* Theme: fix file navigation breadcrumb bar to use theme colorBrook Cronin2020-05-051-1/+1
* Andriod: fix "always use this device" button not workingAssam Boudjelthia2020-05-051-3/+5
* Theme: fix css to use theme colorsBrook Cronin2020-05-052-6/+6
* CMake build: Make translation function available to external pluginsEike Ziller2020-05-051-0/+6
* Theme: add design studio controls theming to theme color listBrook Cronin2020-05-051-1/+37
* McuSupport: Remove outdated kits on KitManager::kitsLoadedAlessandro Portale2020-05-052-1/+5
* Android: Guard against kits without Qt versionhjk2020-05-051-9/+8
* CppCheck: Split QProcess::start command line manuallyhjk2020-05-041-1/+1
* Debugger: Fix crash after adjusting font sizeDavid Schulz2020-05-041-0/+4
* Fix compatibility with Qt 6 QMutex's non-recursiveThiago Macieira2020-04-301-1/+1
* Debugger: remove unused variableDavid Schulz2020-04-301-2/+0
* QmlJS: Fix line number for string literalsChristian Stenger2020-04-291-1/+3
* QmlJS: Fix lexer handling of escape sequences (again)Christian Stenger2020-04-291-11/+2