aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtversionmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QtcProcess in runQtChooser()Jarek Kobus2021-11-041-3/+4
* QtSupport: Rename BaseQtVersion::autodetection* to detectionhjk2021-07-141-10/+10
* baseqtversion: commands are FilePathesTim Jenssen2021-07-141-4/+4
* Utils: FilePathify BuildableHelperLibraryhjk2021-07-011-1/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-2/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-3/+3
* QtSupport: Use new settings APIEike Ziller2021-01-221-1/+1
* Help: Register at least one set of documentation per major Qt versionEike Ziller2020-11-201-3/+7
* Proparser/QtSupport: Fix build with Qt6Eike Ziller2020-09-141-2/+2
* 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