aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix: QDS New Project dialog shows incorrect items in the screen size comboboxSamuel Ghinet2021-11-184-0/+16
* QmlDesigner: Fix build on WindowsChristian Stenger2021-11-181-34/+34
* Fix index out of range crashVikas Pachdha2021-11-181-1/+1
* QDS NewProject dialog: use friendly error message when regex does not matchSamuel Ghinet2021-11-184-6/+14
* CMake generator: Add sanity checksTapani Mattila2021-11-182-20/+151
* QMake: fix gui thread lockDavid Schulz2021-11-181-1/+4
* Fix locator popup on WindowsEike Ziller2021-11-182-4/+27
* Debugger: Remove ancient enum without usageAndre Hartmann2021-11-171-2/+0
* ClangCodeModel: Fix clangd highlighting of string literalsChristian Kandeler2021-11-174-2/+13
* QmlDesigner: Add imports for qml document parserMarco Bubke2021-11-172-24/+23
* QmlProject: Use QtcProcess instead of QProcessThomas Hartmann2021-11-171-3/+5
* QmlProject: Use fromUserInput for settingsThomas Hartmann2021-11-172-5/+5
* CMakePM: Remove UNINITIALIZED SOFT_ASSERTCristian Adam2021-11-171-1/+0
* Debugger: Fix passing tooltips from to toolbuttonshjk2021-11-172-0/+2
* Fix particles play button state when scene changesAntti Määttä2021-11-171-0/+6
* LanguageClient: Reopen document after restarting crashed serverDavid Schulz2021-11-161-3/+8
* WebAssembly: fix the running of targets with name != project.nameAlessandro Portale2021-11-161-7/+13
* CMake: Add xcodebuild parser for "Darwin" targetsEike Ziller2021-11-161-0/+8
* XcodebuildParser: Fix parsing for newer Xcode versionsEike Ziller2021-11-161-1/+17
* Android: Fix compilationhjk2021-11-161-1/+1
* QtDesignStudio: Split "New Files" from "New Project"Thomas Hartmann2021-11-162-1/+22
* QmlDesigner: Add fake Android kit workaroundHenning Gruendl2021-11-161-2/+2
* Fix bad activity if designviewer built with qt6Piotr Mikolajczyk2021-11-161-1/+2
* Android: Fix AndroidManifest wizard invalid package source dirJonathan Mouchou2021-11-152-2/+5
* XcodebuildParser: Remove unused variablesEike Ziller2021-11-152-5/+0
* ClangCodeModel: Force clangd re-highlighting on font settings changeChristian Kandeler2021-11-153-10/+10
* LanguageClient: do not send semantic requests to unrelated serverDavid Schulz2021-11-151-0/+2
* Fix a crash on shutdown inside CallgrindToolJarek Kobus2021-11-151-12/+19
* QmlDesigner: Update translation iconsHenning Gruendl2021-11-151-2/+1
* McuSupport: avoid double-space strings in warningsChristiaan Janssen2021-11-153-16/+17
* QmlJS: Add error message for Component with multiple childrenThomas Hartmann2021-11-124-3/+31
* ClangCodeModel: Clean file paths resulting from "follow symbol"Christian Kandeler2021-11-122-5/+6
* ClangCodeModel: Handle UI header updates with clangdChristian Kandeler2021-11-123-0/+28
* StudioWelcome: Ensure only wizards with the QtSudio feature are shownThomas Hartmann2021-11-122-13/+4
* CppEditor: Fix renaming etc in non-project sourcesChristian Kandeler2021-11-121-1/+1
* Autotest: Simplify ITestConfiguration::executableFilePath()hjk2021-11-121-15/+3
* CMake generating: Modify to generate files according to new dir structureTapani Mattila2021-11-128-95/+155
* Android: Skip device list update no Android Kit is activeAlessandro Portale2021-11-111-9/+26
* QmlProject: Do not allow to dismiss info bar for ui.qml filesThomas Hartmann2021-11-111-2/+2
* QmlDesigner: Handle undo/redo/manual edits while editing subcomponentMiikka Heikkinen2021-11-112-27/+57
* Update Qbs submodule to the top of 1.21 branchIvan Komissarov2021-11-111-0/+0
* ClangCodeModel: Fix Qt header completion with clangd < 14Christian Kandeler2021-11-114-39/+85
* StudioWelcome: Always initialize new project dialogThomas Hartmann2021-11-111-2/+4
* qmldesigner: add ShowDebugSettings variableTim Jenssen2021-11-112-4/+9
* Fix: the wizards must use font icon constant names rather than codesSamuel Ghinet2021-11-115-7/+14
* ClangCodeModel: Provide signal/slot icons for clangd completionsChristian Kandeler2021-11-111-9/+40
* CppEditor: Move static variable to functionChristian Kandeler2021-11-112-7/+7
* CppEditor: Add more logging to semantic highlighterChristian Kandeler2021-11-111-5/+11
* ClangCodeModel: Fix erroneous marking of lambda parameterChristian Kandeler2021-11-113-0/+10
* QmlDesigner: Adjust ComponentTextModifier offsets for whitespace changeMiikka Heikkinen2021-11-111-32/+35