aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtversionmanager.ui
Commit message (Collapse)AuthorAgeFilesLines
* Provide option to "link" Qt Creator to a Qt installationEike Ziller2020-01-091-0/+7
| | | | | | | | | | Allows making e.g. a Qt Creator-only offline installation aware of a Qt installation, with auto-registration of Qt versions and kits. Change-Id: Ia92dd9d4dbf34acb3a01713207699ff3f14cea12 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Help: Add option to only register highest versioned Qt documentationEike Ziller2019-12-161-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | In Options > Kits > Qt Versions. And make it the default. It registers each documentation file only for the highest registered Qt version. If you have Qt 5.12 and Qt 5.13 registered, but only installed QtWebEngine for Qt 5.12, you'll get QtWebEngine documentation for Qt 5.12, but the other documentation is from Qt 5.13. That is usually sufficient, since the documentation still contains "old" API, and new API is flagged with "since". This avoids registering a lot of documentation, which creates a startup performance issue, and also leads to usually unneeded popups for which Qt version some documentation should be shown. The option also allows going back to registering all documentation, and no Qt documentation at all. Fixes: QTCREATORBUG-21482 Fixes: QTCREATORBUG-22799 Task-number: QTCREATORBUG-10004 Change-Id: I1c7bc73982d48d8e53f5083e2fa851b6c5f60f80 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Removing support for DebuggingHelpersThomas Hartmann2016-01-251-3/+0
| | | | | | | | | | | This patch removes infrastructure and ui for DebuggingHelpers and specifically qmldumptool. The qmldumptool was the last relevant DebuggingHelper and is only required for Qt < 4.8. Change-Id: I3767be0858e5eba16a33a3ab8436e95fc06a9e99 Reviewed-by: hjk <hjk@theqtcompany.com>
* QtVersions Settings: Allow the user to sort the qt versionsDaniel Teske2015-08-311-14/+1
| | | | | | | | | | Rewrite the whole code to use a TreeModel. So that we can use a QSortFilterProxyModel on top of that. Change-Id: Idba5095dac897e9fcdaca0f2dcc7c77508dabcc1 Task-number: QTCREATORBUG-6200 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Qt support: fix capitalization of "Clean Up" buttonLeena Miettinen2014-07-171-1/+1
| | | | | Change-Id: Ifdfe2755295b86d7118d105fb478e803764cd429 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Fix bottom margin of Qt version optionsEike Ziller2014-02-181-36/+34
| | | | | | | | Make the layout similar to the kit, compiler and debugger option panes. Task-number: QTCREATORBUG-11381 Change-Id: Ibed61fdc8257f6180eb921dce4dbd1ecd516291d Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Profile introductionTobias Hunger2012-06-211-68/+80
| | | | | | | | | | | | | Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Qt version options page: Replace (large) tooltip by details widget.Friedemann Kleint2012-05-301-0/+3
| | | | | | | | | | | | | Remove the tooltip that has grown overly large for Qt 5 by a row containing a details text browser. Filter out the '/raw', '/get' variables, display all paths with the correct separator as a clickable link that opens a file browser. Change-Id: I81fee8e5be04c87b5b59b8fc444f75efa66fcaa0 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Fixed some typos and added some missing ellipisesJure Repinc2011-10-051-1/+1
| | | | | | | | | | During translation into Slovenian I noticed some typos in original string. For example some missing ellipsis characters and some incorrectly spelled MeeGo names (as Meego) Change-Id: I48eaa95303f1e82ab9893f713056382e8daaef41 Merge-request: 2200 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Move a lot of qmake independent classes to a new plugin qtsupportdt2011-05-241-0/+117
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by passing in the qtversion instead of figuring it out in qmldumptool. Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c Reviewed-on: http://codereview.qt.nokia.com/70 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>