summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/qtoptionspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtSupport: Fix translation contextTakumi ASAKI2016-04-121-1/+1
* Removing support for DebuggingHelpersThomas Hartmann2016-01-251-226/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-3/+3
* Do not create a QFileInfo via Utils::FileName::toString()Tobias Hunger2015-11-031-1/+1
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-2/+3
* QtOptionsPage: Fix some more crashesDaniel Teske2015-09-091-5/+3
* Fix crash in Qt Options pageDaniel Teske2015-09-091-4/+3
* QtVersions Settings: Allow the user to sort the qt versionsDaniel Teske2015-08-311-212/+318
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-7/+7
* Fix that pressing apply was adding more Qt Versionsv3.5.0-beta1Eike Ziller2015-07-071-4/+4
* QtVersion: Warn on duplicate namesTobias Hunger2015-07-061-8/+35
* QtOptionsPage: Convert to Qt5-style connectsTobias Hunger2015-07-061-30/+32
* Move filterForQmakeFileDialog to a place where it can be reusedDaniel Teske2015-03-311-22/+2
* Clean exported headers of the QtSupport plugin.Friedemann Kleint2015-03-031-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Qt version: Fix macro usage in default display namesEike Ziller2014-10-241-1/+1
* VariableChooser: Reworkhjk2014-10-151-0/+9
* 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-53/+6
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+2
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | Fix capitalizationRobert Loehning2014-08-191-1/+1
* | Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-2/+2
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-5/+2
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-3/+1
|/
* Centralize error/warning/info iconsAlessandro Portale2014-06-171-2/+3
* ProjectExplorer: Use more algorithmsDaniel Teske2014-06-161-7/+6