- Oct 04, 2012
-
-
Tobias Hunger authored
Change-Id: Icae877d0c809ce6952b47d51e575930696738349 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Idac6b09d9b8d3371070490b68fe116e94f0fda72 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Oct 01, 2012
-
-
Friedemann Kleint authored
When choosing "Manage kits" from the wizard, the settings dialog locks up when using Qt 5 since 2 modal dialogs execute on the mainwindow. Task-number: QTBUG-27206 Change-Id: I69b756fed48983ec7217452b2f6c3049a520f1c3 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I7dd8d3b8ae919808fd7089079dcd5583ebc89913 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 25, 2012
-
-
Tobias Hunger authored
Change-Id: Ia785f715b120b32875944d3818d85a24a5f38a7b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
When importing existing builds we end up with kits that are not defined by the user yet. These kits are destroyed if the user does not import those builds after all. This patch marks these kits as temporary till they are accepted and become permanent. Change-Id: I4789a457abfb3cf26e855a4fed553c330be312e1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
List any detected build in all kits that match the characteristics of the project build settings found when importing a build for unconfigured projects. So far we just listed it with the first kit we found which is surprising sometimes (e.g. when having a embedded linux and a desktop kit using the same Qt version). Change-Id: I9d1de26eca3dcabd424064a66019f5f6be876249 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 11, 2012
-
-
Orgad Shaneh authored
Change-Id: I6cc06684134030bd527d9dcce21ad17938a56927 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Sep 04, 2012
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-7740 Task-number: QTCREATORBUG-7739 Change-Id: I587b22fcd5a21b1aa740d2e301da969519de0e45 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
Change-Id: I898e7d4dec9b4de2c6f244f7b41ce71c82a4eee0 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
* Rename profiles to kits. * Update some strings: * projects mode has a Kits tab, not a Targets tab. * " Settings" was dropped from the sub-tabs of the Kits tab * menu entry "Build/Open Build/Run Target Selector" was renamed to "Build/Open Build and Run Kits Selector". * Use "Kit" instead of "Target" in miniprojecttargetselector. (The class was not renamed as it does indeed select targets, not kits) Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 03, 2012
-
-
Tobias Hunger authored
Change-Id: I8810a779e6862fae2e3d9db0b9658295f8a772b5 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Make "Configure Project" help text link to options dialog depend on the actual architecture instead of listing all possibilities. Also, make the link work. Task-number: QTCREATORBUG-7810 Change-Id: I78360cdc5b1a836b46dad5c31bdf7335d83e846e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 29, 2012
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-7652 Change-Id: I0751a494f97ff77c7dc52e81c789b0f0111633c5 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- Aug 13, 2012
-
-
Tobias Hunger authored
Show the import widget, even if no targets are defined. This makes it possible to import existing build directories. Task-number: QTCREATORBUG-7681 Change-Id: Ib7807fb03f63a42277e16561c26d0d4cffae5099 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Aug 08, 2012
-
-
Tobias Hunger authored
We have more information and can come up with a better name at this point. Change-Id: Ifc35afc7626d062c337a2eb794dd5a2ec11610e5 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 02, 2012
-
-
Eike Ziller authored
Change-Id: I417bb698798afa2a917224000ca839b67319f976 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jul 18, 2012
-
-
Daniel Teske authored
The mkspec setting function checks whether the value is the same as the default, but the default depends on the toolchain. Change-Id: I2ff55efbf365617b117301224e23d616dc7db25e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jul 17, 2012
-
-
Daniel Teske authored
In case the qmake-line does not contain a mkspec argument, use the mkspec of the Qt version found by matching the qmake binary. This reduces the duplication of targets/profiles when opening new projects. Change-Id: I647e166ae0322fd093967abea760197cf4c7eedd Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jul 16, 2012
-
-
hjk authored
Change-Id: Ia4a4a1fa9f212464ab6836ce9a17734ed2d60758 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 05, 2012
-
-
Daniel Teske authored
We need to prevent the profilemanager from signaling us the removal of the profile, since we always delete the widget anyway. Task-number: QTCREATORBUG-7611 Change-Id: I7cd90e979e193193562c1c3605343ff09dc84b76 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 04, 2012
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-7426 Change-Id: Idfbaae7ac6dd67b4d85db8c30088f4c1f5d9986b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jul 03, 2012
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-7426 Change-Id: I69232c9cd924a701a5c7b48d124ed2319337ea02 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-7564 Change-Id: Ida6ee81cc4bde9766f07755f908af5be726f8645 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I38a3e10344b63b39ff8bd3f7578609997115c0a9 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jun 28, 2012
-
-
Tobias Hunger authored
Change-Id: Icff504ca751e5ad6619b6c0caf72942227dbc7e0 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- Jun 21, 2012
-
-
Tobias Hunger authored
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>
-
- Jun 19, 2012
-
-
Eike Ziller authored
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Apr 25, 2012
-
-
Tobias Hunger authored
Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Mar 06, 2012
-
-
Daniel Teske authored
Since the project setup now hapens in the projects mode, we need to consider the user using the qt options dialog. The TargetSetupPage owns the temporary qt versions created for importing. The individual Qt4TargetSetupWidgets hold pointers to those temporary qt version. Thus the TargetSetupPage needs to inform the widgets when a pointer becomes invalid or a already existing id needs to be replaced by a temporary qt version. The interface of Qt4TargetSetupWidget is now pretty bad and doesn't really work. Task-Number: QTCREATORBUG-7020 Change-Id: I08799e482cb8f7f7b86c1bc14a0aabd444eee5d8 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 21, 2012
-
-
Daniel Teske authored
ITargetFactory::supportedTargetIds should return all targets that this factory can support, regardless of e.g. installed qt versions. Whereas canCreate() should check the availability of e.g. a qt version. This makes supportedTargetIds() have the same meaning as ITargetFactory::supportsTargetId(). Change-Id: I744abb89e441026d6f3f8de21944d780e9b9fa32 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 08, 2012
-
-
Thomas Hartmann authored
This patch introduces platforms as a top level topic when choosing a wizard. Also I changed the categories and priorities. Details: 1. I did change the way the dialog/view is structured in newdialog.cpp 2. I added platformName() and supportsPlatform() to BaseQtVersion. I needed two functions because the Simulator does not provide a platform and therefore has no platformName but supports two platforms. I still have to turn the platform names into proper constants. 3. I changed the categories and priorities to get the layout that was discussed. (I had to touch quite alot of files but this is mostly trivial) 4. I added a combobox that allows filtering for platforms. 5. I added flags() to IWizard to indicate that a wizard is platform independent. Change-Id: I86c7ad628a431ad06505c76580885c6e6c3ddc23 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- Feb 03, 2012
-
-
Daniel Teske authored
Task-Nr: QTCREATORBUG-6063 Change-Id: Ieace3e9e68b4e0342c35ac7c279f4b0b61076419 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 18, 2012
-
-
Thomas Hartmann authored
Every wizard now implements requiredFeatures() to define a feature set. If the feature set is not satisfied by the available Qt Versions, the wizard is not shown in the create file/project dialog. Every Qt version can define the provided feature set in availableFeatures() defined in BaseQtVersion. Change-Id: Ie9e2c210d19187b2296451948c36d274f2096623 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- Jan 14, 2012
-
-
Friedemann Kleint authored
Change-Id: If9fd111032975d2a313084f5fedf20561806e268 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 21, 2011
-
-
Tobias Hunger authored
Change-Id: Ie192145319207e72b77f4645f9f506e77e4c1be3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-