aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/utils
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix persisting of QRectChristian Stenger2020-08-197-0/+124
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-171-1/+1
|\
| * Tests: Fix expectation for parent of COM portChristian Stenger2019-09-121-1/+1
* | CMake Build: Use same Qt compiler defines for testsCristian Adam2019-09-101-1/+1
* | Tests: Fix compileChristian Stenger2019-08-141-1/+1
* | Fix compile after FileName dropChristian Stenger2019-07-241-6/+6
* | Avoid warning on empty expressionshjk2019-07-231-1/+1
* | FuzzyMatcher: Match mixed uppercase words and humpsAndre Hartmann2019-07-171-0/+3
* | FuzzyMatcher: Handle digits as camel humpAndre Hartmann2019-07-131-3/+18
|/
* Fix C++ Library wizard when compiled with Qt < 5.12Eike Ziller2019-06-031-1/+11
* Utils: Rename FileName to FilePathhjk2019-05-282-25/+25
* Qt Creator CMake portCristian Adam2019-05-178-0/+35
* Fix frequent typoRobert Loehning2018-10-231-2/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-192-0/+8
|\
| * Synchronize autotest defines in qmake and qbs buildJoerg Bornemann2018-03-192-0/+8
* | Revert "Utils: Add a ObjectPool convenience class template"hjk2018-02-215-109/+0
* | SettingsAccessor: Rename BasicSettingsAccessor to SettingsAccessorTobias Hunger2018-02-151-37/+37
* | Settings: Add test to pick right file if several existTobias Hunger2018-02-141-2/+39
* | SettingsAccessor: Improve test by mocking out read/write operationsTobias Hunger2018-02-141-29/+68
* | SettingsAccessor: Extract functionality to merge settingsTobias Hunger2018-02-141-7/+26
* | SettingsAccessor: Extract upgrading functionalityTobias Hunger2018-02-141-95/+123
* | SettingsAccessor: Extract handling of backupsTobias Hunger2018-02-131-58/+85
|/
* Settingsaccessor: Extract file access and error reportingTobias Hunger2018-01-151-9/+7
* SettingsAccessor: Add setters to VersionUpgraderTobias Hunger2017-11-301-7/+4
* Tests: Fix compile with Qt5.6 + gcc4.9Christian Stenger2017-11-221-5/+5
* SettingsAccessor: Do not hard-code document typeTobias Hunger2017-11-221-1/+1
* SettingsAccessor: Add tests to save/load valuesTobias Hunger2017-11-221-6/+80
* SettingsAccessor: Use optional as return value of findIssuesTobias Hunger2017-11-221-24/+12
* SettingsAccessor: Add tests for findIssuesTobias Hunger2017-11-221-0/+86
* SettingsAccessor: Add methods to upgrade to a specific versionTobias Hunger2017-11-221-6/+58
* SettingsAccessor: Do not change data on invalid upgrade attemptsTobias Hunger2017-11-221-30/+6
* SettingsAccessor: Add tests for version upgradingTobias Hunger2017-11-221-0/+143
* SettingsAccessor: Improve SettingsAccessor::isBetterMatchTobias Hunger2017-11-221-5/+22
* SettingsAccessor: Add test for version upgrader registrationTobias Hunger2017-11-221-27/+153
* Fix qbs build due to duplicated product namesNikolai Kosjar2017-11-211-1/+1
* SettingsAccessor: Add testTobias Hunger2017-11-205-0/+163
* FuzzyMatcher: Improve tests readabilityOrgad Shaneh2017-11-041-26/+24
* FuzzyMatcher: Improve wildcard matchingOrgad Shaneh2017-11-041-2/+2
* Rename CamelHumpMatcher -> FuzzyMatcherOrgad Shaneh2017-11-026-24/+24
* Add CameHumpMatcher autotest to qbs buildOrgad Shaneh2017-10-302-2/+2
* CamelHump: Prefer plain match over camel humpOrgad Shaneh2017-10-301-2/+4
* CamelHump: Fix case insensitive matching after the same caseOrgad Shaneh2017-10-051-0/+2
* CamelHump: Extend testsAndre Hartmann2017-10-051-0/+3
* CamelHump: Leave the gauls alone (fix typo)Andre Hartmann2017-10-051-2/+2
* Qnx: Use simpler portsgatherer commandhjk2017-09-291-0/+12
* CamelHumpMatcher: Fix matching word continuations without humpAndre Hartmann2017-09-281-0/+3
* CamelHumpMatcher: Support uppercase snake matchingAndre Hartmann2017-09-191-0/+2
* Locator: Add camel hump locator filter for C++, QML, and filesAndre Hartmann2017-09-191-0/+61
* CamelHump: Do not match first char in the middle of a wordOrgad Shaneh2017-09-191-0/+4