aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtversionmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Allow plugins to register additional example setsEike Ziller2020-04-031-2/+16
* QtSupport: Try harder to uniquify the list of auto-detected qmakesChristian Kandeler2020-01-171-4/+10
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-4/+4
* Help: Add option to only register highest versioned Qt documentationEike Ziller2019-12-161-17/+55
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-231-98/+128
|\
| * QtSupport: Use QLoggingCategory for Qt version managerOrgad Shaneh2019-10-221-31/+27
| * Fix crash in QtVersionManagerEike Ziller2019-10-221-2/+4
| * QtVersionManager: Small code cleanupEike Ziller2019-10-181-41/+42
| * Help: Unregister documentation when unregistering Qt versionsEike Ziller2019-10-181-27/+58
* | QtSupport: Use Utils::DisplayName in BaseQtVersionChristian Kandeler2019-10-161-3/+1
|/
* BaseQtVersion: Deduplicate documentation related methodsTobias Hunger2019-10-011-2/+2
* QtSupport: Remove unused QtVersionManager functionshjk2019-09-111-11/+0
* More Utils::toSet/toListhjk2019-07-041-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-15/+15
* QtVersionManager: Find all Qt installations in PATHChristian Kandeler2019-03-151-4/+2
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* QtSupport: Remove QtVersionManager::updateDumpFor()hjk2019-02-141-9/+0
* Fix reading of user Qt versions, toolchains and kitsOrgad Shaneh2018-01-121-1/+1
* Do not construct settings/resource paths from QSettings objectEike Ziller2018-01-111-7/+3
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-3/+3
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-081-4/+4
* QtVersionManager: Remove validVersions(...)Tobias Hunger2017-01-181-8/+0
* QtVersionManager: Rename QtVersionManager::unsortedVersions(...)Tobias Hunger2017-01-181-3/+3
* QtVersionManager: Remove QtVersionManager::versions(...)Tobias Hunger2017-01-181-10/+1
* QtVersionManager: Add a method to sort a list of Qt versionsTobias Hunger2017-01-181-0/+7
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-15/+18
* QtVersionManager: Use nullptrTobias Hunger2017-01-121-11/+11
* Simplify Utils::sort calls that sort by memberOrgad Shaneh2016-08-091-3/+1
* QtSupport: Don't read old configuration fileArnold Dumas2016-06-201-4/+0
* QtSupport: Use Qt5-style connectsOrgad Shaneh2016-06-061-7/+7
* Fix registration of Qt documentationEike Ziller2016-03-151-4/+0
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-261-2/+2
|\
| * Avoid running qmake by using unsortedVersionsEike Ziller2015-11-231-2/+2
* | FileUtils: Replace FileNameList with an aliasTobias Hunger2015-11-041-2/+1
|/
* Add QtVersionManager::unsortedVersions()Daniel Teske2015-07-131-1/+8
* Gather Qt versions from qtchooser on first runSune Vuorela2015-04-241-8/+59
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-1/+1
* Fix importing creating additional kits on OS XDaniel Teske2015-03-111-238/+0
* Do not expand display name when updating auto-detected Qt versionsKai Koehne2015-02-181-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Introduce and use FileName::exists()hjk2014-11-031-2/+2
* QtVersion: Mark system Qt as autodetectionSource "PATH"Tobias Hunger2014-11-031-1/+2
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | QtVersion: Allow for variables in Qt version namesTobias Hunger2014-09-041-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1