aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* McuSupport: Specify MSVC type for toolchain pick upv9.0.0-beta2Kwangsub Kim2022-10-261-0/+1
* CMakePM: Proper handling of relative toolchain files in CMakePresetsCristian Adam2022-10-251-3/+5
* CMakePM: Use Utils::Environment for Presets environmentCristian Adam2022-10-253-28/+34
* CMakePM: Expand cache variables for the preset probeCristian Adam2022-10-251-7/+15
* CMakePM: Accept broken kits for CMakePresetsCristian Adam2022-10-251-9/+11
* CMakePM: Allow presets without generator specifiedCristian Adam2022-10-251-0/+34
* CMakePM: Merge cacheVariables, environment for inherited presetsCristian Adam2022-10-251-0/+44
* Editor: Fix find usage position in context menuDavid Schulz2022-10-251-2/+5
* Utils: Fix copyFile to include permissionsMarcus Tillmanns2022-10-252-3/+12
* Debugger: Fix crash on start debuggingMarcus Tillmanns2022-10-251-2/+4
* PE: Do not use setVisible() before having a parentChristian Stenger2022-10-251-2/+3
* ClangCodeModel: Re-enable renaming via clangdChristian Kandeler2022-10-241-7/+9
* McuSupport: Improve version detector logicDaniele Bortolotti2022-10-247-24/+14
* McuSupport: Evaluate macros in paths when applying settingsRainer Keller2022-10-241-0/+2
* McuSupport: Use signals to propagate path changes from McuPackagesRainer Keller2022-10-241-9/+10
* McuSupport: Fix invalid version detector being instantiatiedRainer Keller2022-10-243-1/+74
* McuSupport: Fix invalid regular expression is considered validRainer Keller2022-10-242-7/+20
* McuSupport: Use PROGRAMFILES environment variableRainer Keller2022-10-2414-14/+14
* McuSupport: Fix crashRainer Keller2022-10-241-1/+1
* McuSupport: Provide static function for external useRainer Keller2022-10-242-1/+2
* McuSupport: Avoid accessing invalid pointerRainer Keller2022-10-241-1/+1
* ClangCodeModel: Adapt to new highlighting modifier in clangdChristian Kandeler2022-10-241-4/+3
* SessionDialog: SquishTests: Update tst_session_handlingRobert Löhning2022-10-241-0/+4
* Python: fix PySide project tool detectionDavid Schulz2022-10-241-34/+39
* PE: Use original vcvarsall.bat to do environment cleanupCristian Adam2022-10-241-12/+10
* Qt Quick Designer: Fix references to changed view names in UI textLeena Miettinen2022-10-245-9/+9
* ProjectExplorer: Allow selection of remote build directoriesMarcus Tillmanns2022-10-242-1/+28
* McuSupport: Add handling of os-specific validation pathsSivert Krøvel2022-10-2434-96/+287
* DiffEditor: Persist description widget heightOrgad Shaneh2022-10-242-2/+15
* UnifiedDiffEditor: Fix visible wrap columnJarek Kobus2022-10-241-1/+1
* McuSupport: Give a reason for the toolchain being declared unsupportedRainer Keller2022-10-242-9/+34
* McuSupport: Store the source location of the JSON fileRainer Keller2022-10-244-9/+9
* Core: Allow "Remove Folder" in File System View paneCristian Adam2022-10-222-10/+13
* Android: Fix connecting to debug server using adb over WiFiAdam Sowa2022-10-211-1/+8
* Translations: Get some translations for Text Editor settings backEike Ziller2022-10-211-1/+1
* CMakePM: Add installDir CMakePresets supportCristian Adam2022-10-215-0/+52
* CMakePM: Use parent environment for $env{macro} expansionCristian Adam2022-10-211-7/+26
* TextEditor: Fix wrong space in behavior settingsEike Ziller2022-10-211-1/+1
* McuSupport: Prevent multiple packages writing to the same keyRainer Keller2022-10-211-0/+6
* Editor: fix extra area width updateDavid Schulz2022-10-211-2/+1
* Merge "Merge remote-tracking branch 'origin/8.0' into 9.0" into 9.0The Qt Project2022-10-212-2/+15
|\
| * Merge remote-tracking branch 'origin/8.0' into 9.0Eike Ziller2022-10-212-2/+15
| |\
| | * QmlDesigner: Allow drag-n-drop a bundle material to materials sectionMahmoud Badri2022-10-202-2/+15
| | * ClangFormat: Fix compilation with LLVM 15Robert Löhning2022-10-201-0/+4
* | | ClangTools: Fix fail count displayed in info widgetChristian Kandeler2022-10-211-5/+7
|/ /
* | UnifiedDiffEditor: Fix indent visualizationJarek Kobus2022-10-213-6/+17
* | SideBySideDiffEditor: Synchronize left and right foldingsJarek Kobus2022-10-211-10/+10
* | ClangCodeModel: Set actual fileKind in clangOptionsForFileAlessandro Portale2022-10-211-1/+1
* | QmlEngine: Fix typo (hander -> handler)Jarek Kobus2022-10-201-3/+3
* | McuSupport: Identify MinGW toolchainKwangsub Kim2022-10-207-3/+87