summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* AssetExporterPlugin: Don't leak action on shutdownv8.0.0-beta2Jarek Kobus2022-06-271-1/+1
* Python: prevent setting local env to remote pylsDavid Schulz2022-06-273-12/+17
* ElfReader: Suppress a coverity messagehjk2022-06-271-4/+6
* Fix "save as" with same file path, involving symbolic linksEike Ziller2022-06-271-1/+2
* ProjectExplorer: Fix abi detection of static Qt buildsCristian Adam2022-06-271-1/+7
* Fix crash handler executable nameEike Ziller2022-06-271-1/+1
* Fix lupdate issuesEike Ziller2022-06-2710-57/+79
* Valgrind: Stop parsing if file open failedOrgad Shaneh2022-06-241-1/+4
* RemoteLinux: Change the displayed names to 'Remote' instead of 'Generic'Adam Treat2022-06-243-5/+5
* Code cosmeticshjk2022-06-2471-135/+164
* CPlusPlus: Use a global variable for the undefined type instancehjk2022-06-245-12/+16
* Update qbs submodule to HEAD of 1.23 branchChristian Kandeler2022-06-241-0/+0
* CPlusPlus: Inline some simple central functionshjk2022-06-2442-1210/+529
* QmlProjectManager: Update landing pageHenning Gruendl2022-06-248-129/+170
* Python: improve initializing python run configurationDavid Schulz2022-06-241-0/+1
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-245-13/+48
* ClangTools: Move over a test from unittestChristian Kandeler2022-06-2418-0/+560
* Python: only add python files as targetsDavid Schulz2022-06-241-1/+2
* QtcProcess: Be idle when incoming data is emptyJarek Kobus2022-06-241-12/+15
* ProjectExplorer: Prevent spurious soft asserts in target panelChristian Kandeler2022-06-241-2/+4
* Debugger: Fix compile with Qt5Christian Stenger2022-06-241-1/+1
* Editor: Fix dangling completion widgetsDavid Schulz2022-06-242-1/+7
* ClangCodeModel: Move a test over from unittestChristian Kandeler2022-06-235-1/+244
* McuSupport: Delay creation of SettingsHandlerhjk2022-06-232-8/+4
* QbsProjectManager: Fix assertion when writing to non-running processChristian Kandeler2022-06-231-2/+3
* Fix application of value to StringAspect/LineEditDisplayEike Ziller2022-06-231-0/+3
* Add android-build/libs/<ABI> to solibSearchPathBogDan Vatra2022-06-231-0/+5
* Fix Android debuggingBogDan Vatra2022-06-232-4/+4
* Set solibSearchPath to LLDBBogDan Vatra2022-06-231-0/+3
* CdbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-232-11/+18
* ProjectExplorer: Do not remove "-Xclang" from command lineChristian Kandeler2022-06-231-0/+2
* CorePlugin: Prevent double warnings for overwriting filesTapani Mattila2022-06-222-13/+14
* QtcProcess: Connect to done() signal instead of finished()Jarek Kobus2022-06-221-1/+1
* LldbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-222-9/+14
* Remove a the necessity of a few weak vtableshjk2022-06-2210-1/+19
* NodeInstanceView: Fix potential leak of process instancesJarek Kobus2022-06-221-1/+1
* NodeInstanceView: Connect to done() signal instead of finished()Jarek Kobus2022-06-222-24/+7
* QmlEngine: Connect to done() signal instead of finished()Jarek Kobus2022-06-221-1/+1
* PdbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-222-9/+13
* Beautifier: Build with Qt 5Eike Ziller2022-06-221-0/+2
* Git: Modernize executable searchhjk2022-06-223-8/+16
* cdb: Use separate qtcreatorcdbext suffix for arm architectureCristian Adam2022-06-223-12/+23
* Designer: Inline formclasswizardpage.uihjk2022-06-225-79/+46
* StdIOClientInterface: Connect to done() signalJarek Kobus2022-06-222-11/+5
* TextEditor: Inline behaviorsettingspage.uihjk2022-06-224-75/+33
* Utils: Document escaping rules for % and / in FilePathhjk2022-06-221-2/+24
* MergeTool: De-pointer processJarek Kobus2022-06-222-38/+23
* MergeTool: Don't call blocking waitForStarted()Jarek Kobus2022-06-223-21/+12
* QueryContext: Connect to done() signal instead of finished()Jarek Kobus2022-06-211-1/+1
* GdbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-212-13/+22