aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qtcprocess: Remove 30 seconds timeout overloadJarek Kobus2022-10-111-1/+0
* Utils: Add an offset parameter to the content writing FilePath functionhjk2022-10-101-2/+4
* qbs build: Do not build QmlDesigner & friendsChristian Kandeler2022-10-102-155/+3
* QtcProcess: Introduce TextChannelMode and textOnChannel signalsJarek Kobus2022-10-101-1/+62
* Utils: Return a bit more data from DeviceShell::runInShellhjk2022-10-102-14/+12
* FilePath: Fix isRelativePath for QRC pathsEike Ziller2022-10-101-0/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-6/+6
* Git: VcsBase: Squish: Make tst_git_local run againRobert Löhning2022-10-072-2/+2
* Git: Restore object names for dialogRobert Löhning2022-10-061-1/+1
* CMakePM: update CMakePresets macro replacement functionCristian Adam2022-10-052-2/+62
* Core: Restore object name for dialogChristian Stenger2022-10-051-1/+1
* Utils: Use a single QString as data store for FilePathhjk2022-10-041-0/+2
* Various plugins: Limit the usage of std::make_pairJarek Kobus2022-09-301-2/+2
* CMakePM: Add supprot for CMakePresets version 3Cristian Adam2022-09-301-4/+30
* CMakePM: Add support for build CMake presetsCristian Adam2022-09-281-5/+35
* Debugger: Remove CMAKE_INCLUDE_CURRENT_DIR from autotest project fileChristian Kandeler2022-09-261-2/+0
* QmlDesigner: Add sourceContextAndSourceId to SourcePathCacheMarco Bubke2022-09-261-0/+84
* Fix FilePath::absoluteFilePath for default constructed file pathEike Ziller2022-09-261-0/+23
* FSEngine: Add tests for reading/writingMarcus Tillmanns2022-09-231-0/+34
* Utils: Make path cleaning platform agnostichjk2022-09-231-5/+93
* Utils: Don't create FSEngineImpl::m_tempStorage on close()hjk2022-09-231-4/+4
* QmlDesigner: Remove parent from abstract viewMarco Bubke2022-09-225-171/+166
* QmlDesigner: Inline SynchronizeCommandMarco Bubke2022-09-221-0/+1
* DeviceShell: Test no-script fallbackMarcus Tillmanns2022-09-221-2/+22
* Utils: Introduce FilePath::{root,schemeAndHost}Length(QStringView)hjk2022-09-221-0/+62
* Android: Document the android-in-docker hackathonMarcus Tillmanns2022-09-202-3/+62
* FuzzyMatcher: add option to match text with spacesDavid Schulz2022-09-201-1/+88
* Tests: Fix expectation and remove os limitationChristian Stenger2022-09-201-3/+1
* Utils: "Fix" UNC file path parsinghjk2022-09-191-2/+2
* Utils: Normalize backslashes on FilePath parsing againhjk2022-09-191-3/+4
* Utils: Move 'isWindowsHost' test to startsWithDriveLetter callershjk2022-09-191-3/+0
* fileutils: Fix testsMarcus Tillmanns2022-09-191-5/+5
* Merge "Merge remote-tracking branch 'origin/8.0'"The Qt Project2022-09-192-1/+34
|\
| * Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-192-1/+34
| |\
| | * Squish: Update and improve isMsvcConfig()Robert Löhning2022-09-161-1/+4
| | * linuxdevice: Fix ::bytesAvailableMarcus Tillmanns2022-09-151-0/+29
* | | Utils: Make root recognition in FilePath::fromString host agnostichjk2022-09-192-9/+6
* | | Docker/Android: Add Dockerfile for manual testhjk2022-09-195-0/+72
* | | Utils: Make FilePath::toString() output OS-independent againhjk2022-09-192-15/+13
|/ /
* | Utils: Make FilePath::toFSPathString a full copy of toStringhjk2022-09-161-0/+36
* | Utils: More cross-platform fileutils/root() testshjk2022-09-151-54/+95
* | FilePath: Return optional bytearray from device hooksEike Ziller2022-09-151-2/+2
* | FSEngine: Disable tests on WindowsMarcus Tillmanns2022-09-151-0/+3
* | QmlDesigner: Refactor validation checksMarco Bubke2022-09-141-6/+2
* | CMakePM: Add support for configure CMake presetsCristian Adam2022-09-146-0/+188
* | Tests: Add fsengine related tests to qbs buildChristian Stenger2022-09-142-0/+8
* | QmlDesigner: Reactivate coretestsMarco Bubke2022-09-132-19/+25
* | Filepath: Revert "root"Marcus Tillmanns2022-09-131-53/+46
* | Convert file search API to FilePathEike Ziller2022-09-121-1/+4
* | FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-2/+2