summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Fix ordering of Qt resultsChristian Stenger2023-03-061-0/+2
* Android: Remove unreachable returnOrgad Shaneh2023-03-061-9/+6
* CMakePM: Use cleaned paths for CMake parameter valuesCristian Adam2023-03-033-6/+21
* Debugger: Fix highlighting values and members in memory viewDavid Schulz2023-03-031-4/+4
* Debugger: Add warning if cdb prevents loading of cdbextDavid Schulz2023-03-021-0/+13
* Core: Use "patch" from git on WindowsCristian Adam2023-03-011-1/+10
* CppEditor: Adapt to new LLVM directory layoutChristian Kandeler2023-03-011-4/+8
* AutoTest: Redo results filteringChristian Stenger2023-03-013-30/+35
* GDB: Adapt to message change on 13.1Orgad Shaneh2023-03-012-1/+8
* qtcreatorcdbext: python deployment for arm64Cristian Adam2023-03-011-1/+72
* VCS: Fix bad wrapping on LinuxOrgad Shaneh2023-03-011-0/+1
* Qnx: Further delay configuration restoringv10.0.0-beta2hjk2023-02-281-2/+4
* CMakePM: Ensure Initial Parameters values on build config CloneCristian Adam2023-02-282-0/+7
* Debugger: Fix write error on terminated GDB processOrgad Shaneh2023-02-281-0/+4
* Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-02-281-8/+0
|\
| * Link with Qt: Remove now harmful checkEike Ziller2023-02-171-8/+0
* | Debugger actions: Move <p> out of tr()Eike Ziller2023-02-271-38/+58
* | Debugger: optimize logging script messagesDavid Schulz2023-02-272-5/+12
* | Qnx: Mark new kits from setup dialog as not autodetectedhjk2023-02-274-4/+7
* | Debugger: Compress consecutive calls to updateLocalsWindow()hjk2023-02-271-3/+10
* | Debugger: Save a few cycles in WatchDatahjk2023-02-271-4/+8
* | Qnx: Mark new debuggers from setup dialog as not autodetectedhjk2023-02-271-2/+1
* | Qnx: Allow broader kit generationhjk2023-02-274-17/+2
* | Text editor: Fix typo in UI text: temporary > temporarilyLeena Miettinen2023-02-241-1/+1
* | Utils: Use double quotes for emphasis in UI textLeena Miettinen2023-02-241-1/+1
* | Debugger: Introduce a cache for pre-rendered value columne entrieshjk2023-02-242-6/+16
* | Utils: Save a few cycles in BaseTreeView column width computationhjk2023-02-241-30/+27
* | Debugger: Use QVarLengthArray for local bufferhjk2023-02-242-28/+37
* | Utils: Simplify tree view columns width computationhjk2023-02-241-1/+2
* | TaskTree: Don't call storage done handlers from TaskTree's d'torJarek Kobus2023-02-241-1/+11
* | Debugger: Also log time stamp when handling output is finishedhjk2023-02-241-0/+3
* | Debugger: Simplify gdb output parsing structurehjk2023-02-241-20/+11
* | Debugger: Suppress a message clogging the log viewhjk2023-02-241-1/+1
* | Debugger: Save a few string allocations on result parsinghjk2023-02-244-32/+32
* | Debugger: Avoid reserving huge stringsDavid Schulz2023-02-241-1/+1
* | Debugger: Use a QStringView for debugview into output bufferhjk2023-02-241-1/+1
* | LanguageClient: do not delay requesting symbols in the locator filterDavid Schulz2023-02-241-1/+1
* | AutoTest: Fix handling of test resultsChristian Stenger2023-02-245-14/+16
* | span: Fix debug build with MSVCKai Köhne2023-02-241-0/+2
* | Qnx: Use some placeholder for Qnx configuration nameshjk2023-02-231-0/+4
* | Android: Fix opening of package location after buildAlessandro Portale2023-02-234-18/+31
* | Avoid triggering device login from recent project listEike Ziller2023-02-231-1/+2
* | MSVC: Enable exception handling for libs that use STL streamsOrgad Shaneh2023-02-231-0/+1
* | Utils: Use runBlocking()Marcus Tillmanns2023-02-231-3/+1
* | Android: Fix compile with Qt6.2Christian Stenger2023-02-231-18/+18
* | Android: Fix qbs buildChristian Stenger2023-02-231-1/+1
* | Qnx: Simplify QnxUtilshjk2023-02-222-21/+13
* | Qnx: Improve reading installed configuration for remote build deviceshjk2023-02-225-93/+39
* | Android: Add SdkManagerOutputParser testsArtem Sokolovskii2023-02-228-6/+881
* | ProjectExplorer: Fix relative node pathsMarcus Tillmanns2023-02-221-1/+1