aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtoptionspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt Support: Fix UI textLeena Miettinen2020-07-011-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-151-7/+30
|\
| * Fix availability of "Link with Qt" info barEike Ziller2020-05-141-7/+30
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-201-8/+21
|\|
| * Fix "Link with Qt" for Qt offline installersEike Ziller2020-04-201-6/+20
* | QtSupport: Fix HTML - and don't translate itRobert Loehning2020-04-071-4/+5
|/
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* QtSupport: Move option widget decalaration in .cpphjk2020-01-141-81/+149
* QtSupport: Update QtOptionsPagehjk2020-01-101-23/+3
* QtSupport: Fix compile for gcc5.3Christian Stenger2020-01-101-1/+1
* Provide option to "link" Qt Creator to a Qt installationEike Ziller2020-01-091-10/+187
* Help: Add option to only register highest versioned Qt documentationEike Ziller2019-12-161-5/+17
* QmakeProjectManager: Add tooltip to QtVersionItemhjk2019-12-021-0/+10
* QtSupport: Use Utils::DisplayName in BaseQtVersionChristian Kandeler2019-10-161-1/+1
* QtSupport: Replace 0 with nullptrTobias Hunger2019-10-011-6/+6
* QtSupport: Pimpl BaseQtVersionhjk2019-08-211-2/+2
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-9/+9
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-3/+3
* Utils: Remove FileName::isNullhjk2019-05-131-2/+2
* QtSupport: Replace BaseQtVersion::clone()hjk2019-02-191-2/+2
* QtSupport: Remove QtOptionsPageWidget::qtVersionsDumpUpdated slothjk2019-02-181-13/+0
* QtSupport: Move option page display name to .cpphjk2019-02-181-1/+1
* QtSupport: Remove BaseQtVersion::dumpUpdatedFor signalhjk2019-02-141-3/+0
* Clean up options page category display name and icon set upEike Ziller2018-04-231-3/+0
* ProjectExplorer: Make the Options/Kits Category icon themableAlessandro Portale2018-02-281-1/+2
* ProjectExplorer: Create and populate 'Kits' settings categoryhjk2018-01-241-3/+3
* QtSupport: Fix warnings about unused lambda capturesTobias Hunger2017-09-191-2/+2
* Utils: Introduce TreeItem::{begin,end}hjk2017-02-081-2/+2
* QtOptionsPageWidget::validInformation(): Use ToolChainManager::toolChain()Friedemann Kleint2017-01-201-1/+8
* QtVersionManager: Rename QtVersionManager::unsortedVersions(...)Tobias Hunger2017-01-181-1/+1
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-1/+1
* QtVersionItem: Remove unused field toolchainIdFriedemann Kleint2017-01-111-16/+0
* Rename the "ERROR" icon to "CRITICAL"Ulf Hermann2017-01-021-1/+1
* QtSupport: Make error message about missing compiler more verboseFriedemann Kleint2016-11-251-9/+22
* Qt options page: Simplify code a bitTobias Hunger2016-10-271-6/+1
* QtSupport: Do not show Type column in Qt options pageTobias Hunger2016-10-271-1/+1
* Qt: Do not send dataChanged if nothing changedTobias Hunger2016-10-261-0/+2
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* Move icons to UtilsUlf Hermann2016-08-051-3/+3
* Utils: Streamline TreeModel APIhjk2016-07-271-9/+9
* TreeModel: Introduce a destroyItem() convenience functionhjk2016-07-061-10/+5
* TreeModel: Add a StaticTreeItem(QString) convenience constructorhjk2016-06-171-2/+2
* QtSupport: Elide in middle of option page textshjk2016-06-161-1/+1
* msvc2013 can not handle 1 item initializer listsTim Jenssen2016-06-151-2/+2
* QtSupport: Make changed Qt version names bold in version dialoghjk2016-06-151-11/+24
* QtSupport: Use a LeveledTreeModel in option pagehjk2016-06-151-89/+36
* TreeModel: Introduce a StaticTreeItemhjk2016-06-151-18/+14
* QtSupport: Use Qt5-style connectsOrgad Shaneh2016-06-061-2/+2