- 15 Sep, 2017 1 commit
-
-
Tobias Hunger authored
Only enable the button when items are actually editable. Change-Id: I54fd5430772a6db61c85b59d5c655d3bd4ebf8d7 Reviewed-by:
hjk <hjk@qt.io>
-
- 12 Sep, 2017 1 commit
-
-
Tobias Hunger authored
Change-Id: I6aa797f5ff49a5cc33dfbdf0b25dcd78abbff66e Reviewed-by:
hjk <hjk@qt.io>
-
- 27 Jul, 2017 1 commit
-
-
Tobias Hunger authored
I want to reuse the rendering of the progress indicator outside of a widget. Change-Id: Icaeeb798578ad838693b68556bf2193c4ba45cfa Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 26 Jul, 2017 2 commits
-
-
Tobias Hunger authored
Change-Id: I50fdaed0d813b5004c1756e9c5a6efd3ce7a3318 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Get rid of duplicated code to do such signaling in derived Project types. Change-Id: I26914a1d751d72ee65c15a7943e0e7f34978f042 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 17 May, 2017 1 commit
-
-
Felix Kälberer authored
Add a text field to filter CMake variables in the CMake project configuration view. As in the cmake-gui, the filter does a simple string search over all variable names and values. Task-number: QTCREATORBUG-17973 Change-Id: Id7219c16509c620c39978cb05c5e0e62cf9c19df Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 07 Apr, 2017 1 commit
-
-
Tobias Hunger authored
Remove/refresh the error message in the CMake build configuration when the enabled state changes. Task-number: QTCREATORBUG-17948 Change-Id: I0f210fc572dde40a9adfee7ec2d934926d576d61 Reviewed-by:
hjk <hjk@qt.io>
-
- 03 Feb, 2017 1 commit
-
-
Tobias Hunger authored
Keep the project configuration visible at all times. This way users can actually add settings, even when the configuration fails. Task-number: QTCREATORBUG-17628 Change-Id: I0a342e0cba1dd720661a171818e0d91415ef5703 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 20 Jan, 2017 1 commit
-
-
Tobias Hunger authored
Mark changes in the project that override configuration settings from the kit. Task-number: QTCREATORBUG-17244 Change-Id: I3452116ad5f4626ffcd85dfcc86715b6946d6572 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 02 Jan, 2017 1 commit
-
-
Ulf Hermann authored
We mostly use this icon in terms of showing messages which might be informational, warnings, or errors. We cannot call the icon "ERROR" as that clashes with some macro on windows. To be more inline with Qt's predefined messaging macros (qDebug(), qInfo(), qWarning(), qCritical(), qFatal()), we rename the icon to "CRITICAL" and regroup the entries in the header to suggest this usage. Change-Id: I89880919d7ca54ea9c86de384eb29f375bf3075f Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
- 05 Dec, 2016 1 commit
-
-
Tobias Hunger authored
Change-Id: I75051aa23baa88d984092ba594dda72c489d7c19 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 10 Oct, 2016 1 commit
-
-
Alexander Drozdov authored
CMake provides "hack" for cmake-gui, that allows set options variants and select then from drop down list. Allows Qt Creator re-use this solution. See: - https://blog.kitware.com/constraining-values-with-comboboxes-in-cmake-cmake-gui/ - http://blog.bethcodes.com/cmake-tips-tricks-drop-down-list Drop down values can be added to option via: SET_PROPERTY(CACHE OptionName PROPERTY STRINGS Option1 Option2 Option3) This solution should not restrict to provide any other value, it provides only suggestion for user to select one of prdefined values. Change-Id: I8fc52155775f1e04979db8206bb42363df9359e8 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 05 Aug, 2016 1 commit
-
-
Ulf Hermann authored
This way we can use them from libraries, not only from plugins. Change-Id: Ic35cfd5f04d638d87606bf272b2c00ded1267c1b Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
- 24 May, 2016 1 commit
-
-
Stanislav Ionascu authored
Task-number: QTCREATORBUG-16238 Change-Id: If98acc4f27cabbb606b2fc1017096da626ba1144 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 20 May, 2016 1 commit
-
-
Tobias Hunger authored
Change-Id: I8f01b267f27617d6561124d173ac2e5ae5b9f4d6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 26 Feb, 2016 1 commit
-
-
Tobias Hunger authored
Change-Id: I90126ff22dd394eba4145db142b3914d211af476 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 15 Feb, 2016 3 commits
-
-
Tobias Hunger authored
* Disable the BC and give report the cmake error * Show a warning label in the BC Change-Id: If5737d033fa2682c264ab7ac1189c59947e3b28d Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I95944dcd58dc86023c2757068979f92b8989011b Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Do not push the cmake running straight into the face of the user. Do it in the background instead. This needs some follow-up patches to become really useful. Change-Id: I3457178b33e3f14bdeac25005a773d17abb73b65 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 08 Jan, 2016 6 commits
-
-
Tobias Hunger authored
Change-Id: I96d7f3785767d1d56ca27a2d0af778edf98d63e1 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
* Shorten header guards * Use override and auto where possible * Remove useless destructors, etc. * Remove private slots sections, unify private: sections * Use member initialization where it makes sense Change-Id: I00eaf6d706adc16859176d1b68c631d3336bb39f Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
The information is contained in the BuildInfo, so there is no need to provide it a second time. Change-Id: I512d148e36996130fab6d8e007dd16d5acebaebb Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: If16aed7a361a00a308570bdafc19ab5c6bb59e36 Reviewed-by:
Cristian Adam <cristian.adam@gmail.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Iaed519d4d7e73d8fe313ba2c9028db702e59d7dc Reviewed-by:
Cristian Adam <cristian.adam@gmail.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Do not bother to remember ninja support status now that it is no longer used. Change-Id: Ief24af8e39ad5e39633ccb6d31858fa003de5ce8 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 05 Jan, 2016 1 commit
-
-
Tobias Hunger authored
Change-Id: I8471196f08f99084dcd3b8173f4528ed6d3e305f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 16 Sep, 2015 1 commit
-
-
Daniel Teske authored
Some time ago the all the wizards for the Plain C++ were coalesced into one wizard. Since then the wizard asks first for the targets via a targetsetuppage and then in the CMakeOpenProjectWizard asked for the kit again. This patch clean thats up, by always using the TargetSetupPage for kit selection and removing code from the CMakeOpenProjectWizard for kit selection. It also adds more types of buildconfigurations Offer: Debug, Release, ReleaseWithDebugInfo, MinSizeRelease with the corresponding -DCMAKE_BUILD_TYPE parameters. That argument is saved in the build configuration and used once for the first cmake run. (Subsequent runs of cmake don't require passing that to cmake again.) Also do not require running cmake on creating the buildconfiguraiton, instead postpone that until the buildconfiguration is made active. With the current cmake wizard, selecting multiple kits would show a dialog per buildconfiguration. Change-Id: I3bb806113f4f529f8e291830647d2515a6c4df8a Task-number: QTCREATORBUG-12219 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 10 Mar, 2015 2 commits
-
-
Benjamin Zeller authored
Export CMakeProject to make it possible for plugins to inspect the BuildTargets of a cmake project. Change-Id: Ia7eb94689afefee7789e32ec009579856746787a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Benjamin Zeller authored
Preparing for exporting the CMakeProject symbol. Removing all APIs from the header file that will continue to be interal API. Change-Id: I820ea0efb909e6a75be70ccb3b419f841a15cfb3 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-