aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Git: Modernize executable searchhjk2022-06-223-8/+16
* scripts: remove deployment of libclang-cppCristian Adam2022-06-222-3/+2
* 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
* tst_QtcProcess: 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
* cppeditor: Show hints for qmlRegister... diagnosticsMarcus Tillmanns2022-06-216-2/+80
* ClangCodeModel: Move decl/def switch functionality to dedicated classChristian Kandeler2022-06-216-114/+261
* ClangCodeModel: Fix following virtual functionsChristian Kandeler2022-06-211-3/+6
* ClangCodeModel: Check system for clangd suitability on first runChristian Kandeler2022-06-215-4/+95
* ProjectExplorer: Fix crash in TaskHub::addTaskMarcus Tillmanns2022-06-211-1/+1
* AbstractSettings: Introduce VersionUpdaterJarek Kobus2022-06-218-124/+96
* PluginDumper: Connect to done() signalJarek Kobus2022-06-212-23/+11
* qmljs: avoid linking to files in the build directoryFawzi Mohamed2022-06-216-19/+178
* ProjectExplorer: MSVC arm64 native toolchain supportCristian Adam2022-06-212-4/+18
* Arm64: Separate Arm64 from Arm on WindowsCristian Adam2022-06-215-5/+9
* CMake build: Re-add qtcreatorcrashhandlerEike Ziller2022-06-211-11/+10
* CppcheckRunner: Connect to done() signal instead of finished()Jarek Kobus2022-06-212-48/+29
* Test: Make valgrind modeldemo test compile with cmakehjk2022-06-215-32/+80
* TarPackageInstaller: Connect to done() signal instead of finished()Jarek Kobus2022-06-211-1/+1
* PipInstallTask: Connect to done() signal instead of finished()Jarek Kobus2022-06-212-13/+11
* QdbDeviceInferiorRunner: Connect to done() signalJarek Kobus2022-06-211-1/+1
* Utils: Fix qbs build on macOS using Qt6Christian Stenger2022-06-211-1/+1
* ChangeSelectionDialog: Connect to done() signal instead of finished()Jarek Kobus2022-06-201-7/+4
* BareMetal: Use upcoming-standard process exit messagehjk2022-06-201-15/+9
* Valgrind: Simplify internalsJarek Kobus2022-06-204-136/+96
* NimSuggestServer: Connect to done() signal instead of finished()Jarek Kobus2022-06-204-46/+16
* Use Utils::setClipboardAndSelection() more oftenhjk2022-06-201-12/+3
* Utils: Remove one spurious static function from QtcProcesshjk2022-06-203-10/+7
* CallgrindToolRunner: Connect to done() signal instead of finished()Jarek Kobus2022-06-201-1/+1
* Python: remove static cast of client interface in client constructorDavid Schulz2022-06-202-3/+4
* Python: check for pyside tools after installationDavid Schulz2022-06-204-3/+23
* Python: Fix scripts path to global/venv pyside installationsDavid Schulz2022-06-201-1/+6
* DeviceShell: Merge done() and errorOccurred() signals into oneJarek Kobus2022-06-203-6/+9
* ProjectExplorer: Split RunWorker::appendMessage overloadshjk2022-06-202-5/+11
* AutoTest: Connect to done() signal instead of finished()Jarek Kobus2022-06-205-18/+14
* Valgrind: Simplify pid search in remote setuphjk2022-06-201-74/+3
* Valgrind: Consolidate message production and consumptionhjk2022-06-204-14/+9
* LanguageClient: prevent assert in semantic highlighterDavid Schulz2022-06-202-2/+28
* ClangCodeModel: Fix "switch decl/def" for free functionsChristian Kandeler2022-06-201-1/+2
* CdbEngine: Connect to done() signalJarek Kobus2022-06-202-17/+14
* Wizards: Make PySide6 defaultChristian Stenger2022-06-205-5/+21
* ClangCodeModel: Special rendering for deprecated completion itemsChristian Kandeler2022-06-206-0/+53
* ClangCodeModel: Prevent surprisingly late "follow symbol" reactionsChristian Kandeler2022-06-201-0/+11