aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Welcome: Implement new designAlessandro Portale2024-02-271-2/+6
* CppEditor: Fix indentation with inline namespacesChristian Kandeler2024-02-231-4/+4
* Expected: Add a test ensuring the default c'tor has valueJarek Kobus2024-02-231-0/+11
* Tests: Fix build with Qt6.2Christian Stenger2024-02-221-5/+5
* TaskTree: Add info about sync/async execution into withLog()Jarek Kobus2024-02-211-35/+57
* TaskTree: Check the right asyncCount() in testsJarek Kobus2024-02-211-144/+154
* TaskTree: Simplify some test codeJarek Kobus2024-02-211-121/+84
* CppEditor: Do not access document manager when gathering local symbolsChristian Kandeler2024-02-201-1/+1
* TaskTree: Add tests for withLog() functionJarek Kobus2024-02-201-5/+188
* Update clang-format test fileChristian Kandeler2024-02-201-10/+6
* Tests: Fix missing includeChristian Stenger2024-02-201-1/+2
* Debugger: Fix building custom allocator dumper tests for MSVCMichael Weghorn2024-02-191-15/+11
* SquishTests: Remove one iteration loopRobert Löhning2024-02-191-40/+31
* SquishTests: Improve toggling filter names in "Issues" viewRobert Löhning2024-02-191-3/+3
* SquishTests: Stabilize adding documentationRobert Löhning2024-02-191-0/+4
* CMakePM: Update cmake conan for auto-setupCristian Adam2024-02-191-0/+1
* TaskTree: Add global nullItemJarek Kobus2024-02-161-0/+19
* TaskTree: Add a test for progress reporting with onGroupSetup(false)Jarek Kobus2024-02-151-0/+25
* TaskTree: Fix progress reporting with nested LoopUntil(false)Jarek Kobus2024-02-151-0/+14
* TaskTree: Fix progress reporting with LoopUntil(false)Jarek Kobus2024-02-151-1/+12
* Utils: Rename NameValueItem to EnvironmentItem (1/2)hjk2024-02-141-13/+13
* Debugger: Add debugging helper for std::tupleMichael Weghorn2024-02-121-0/+12
* SquishTests: Remove firewall handling for WindowsChristian Stenger2024-02-123-74/+2
* SquishTests: Do not wait for the BuildProgressChristian Stenger2024-02-121-6/+0
* Debugger: Fix custom allocator dumper tests for GCC >= 13Michael Weghorn2024-02-091-1/+10
* Filepath: Fix operator<()Marcus Tillmanns2024-02-091-0/+41
* TextEditor: simplify SyntaxHighlighterRunner interfaceDavid Schulz2024-02-091-3/+2
* SquishTests: Update expected output in tst_git_cloneRobert Löhning2024-02-081-1/+1
* Debugger: Fix std string view dumper test for msvcDavid Schulz2024-02-081-2/+2
* Merge remote-tracking branch 'origin/12.0' into 13.0Eike Ziller2024-02-071-0/+2
|\
| * SquishTests: Explicitly require needed toolsv12.0.2Robert Löhning2024-02-061-0/+2
* | Debugger: Add debugging helper for std::string_viewMichael Weghorn2024-02-071-0/+19
* | LookupContext: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-062-3/+3
* | CPlusPlus: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-76/+76
* | Fix some compiler warningsEike Ziller2024-02-022-9/+4
* | iOS: Move launch result from devicectl to a functionEike Ziller2024-02-021-0/+67
* | iOS: Move process id gathering from devicectl to a functionEike Ziller2024-02-021-0/+44
* | TaskTree: Fix NestedParallelError test flakinessJarek Kobus2024-02-011-3/+3
* | QrcParser: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-9/+9
* | Spinner: Add SpinnerWidgetJarek Kobus2024-02-011-74/+4
* | Utils: Introduce StyleHelper::uiFontLineHeightAlessandro Portale2024-01-311-2/+3
* | Utils: Add two fonts to StyleHelper::UIElementAlessandro Portale2024-01-311-0/+2
* | Utils: Improve metrics handling in StyleHelper::uiFontAlessandro Portale2024-01-311-1/+5
* | GlslEditor: Fix crash in GlslHighlighterDavid Schulz2024-01-311-1/+1
* | TextEditor: Merge Base- and ThreadedSyntaxHighlighterRunnerDavid Schulz2024-01-311-3/+3
* | Async: Disable onResultReady testJarek Kobus2024-01-311-0/+3
* | Process: Fix runBlockingSignal() flakinessJarek Kobus2024-01-303-8/+7
* | Process: Fix flushFinishedWhileWaitingForReadyRead() flakinessJarek Kobus2024-01-301-7/+1
* | iOS: Move app URL gathering from devicectl to a functionEike Ziller2024-01-301-0/+58
* | iOS: Move info parsing from devicectl to a functionEike Ziller2024-01-301-0/+153