summaryrefslogtreecommitdiff
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
* Dumper: Fix dump of std::string on macOSChristian Stenger2022-06-271-16/+42
* 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
* CMake build: Don't exclude GTEST tests for dependency checkingEike Ziller2022-06-271-1/+1
* Ignore .json.in and .svg files for translationsEike Ziller2022-06-271-0/+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
* Partially update Japanese translationsIppei Sugita2022-06-241-133/+18169
* Update qbs submodule to HEAD of 1.23 branchChristian Kandeler2022-06-241-0/+0
* Fix install command in wizard generated CMake files for AndroidAlessandro Portale2022-06-246-6/+15
* CPlusPlus: Inline some simple central functionshjk2022-06-2443-1213/+532
* QmlProjectManager: Update landing pageHenning Gruendl2022-06-2426-836/+798
* Python: improve initializing python run configurationDavid Schulz2022-06-241-0/+1
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-245-13/+48
* Unit test: Remove libclang test remainsChristian Kandeler2022-06-2468-2355/+12
* ClangTools: Move over a test from unittestChristian Kandeler2022-06-2421-408/+407
* 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-238-213/+244
* Unit test: Remove unused filesChristian Kandeler2022-06-233-97/+0
* 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
* Debugger: Fail gracefully on systems without working base64 modulehjk2022-06-231-2/+9
* 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
* tst_QtcProcess: Don't use errorOccurred() in testsJarek Kobus2022-06-233-13/+12
* 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
* COIN: Fix installing Qt after script updatesEike Ziller2022-06-221-2/+11