- 10 Apr, 2012 1 commit
-
-
Joerg Bornemann authored
Renamed gui -> widgets. Renamed declarative -> quick1. With qbs the usage of qt.widgets and qt.quick1 with Qt4 is supported. Change-Id: I6cadaf34527f1f880d74ced7d2d18dd9801b7de1 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 29 Mar, 2012 1 commit
-
-
Tobias Hunger authored
Rename signal isEnabledChanged(bool) to enabledChanged() as that is also used by the BuildConfigurations. Change-Id: I9fc8906a2abbf9d19e21129309bee6ff5a142117 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 20 Mar, 2012 1 commit
-
-
Christian Stenger authored
Change-Id: Ib481931d637c8df04f1b2bd87bbd759d5f299e9c Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 16 Mar, 2012 1 commit
-
-
Daniel Teske authored
I don't remember why I did leave it alone in the reafctoring some years ago, but surely it serves no purpose. Change-Id: Idf920faf3f8f7128cd410501f2c3748e100dfbfb Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 15 Mar, 2012 1 commit
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-7108 Change-Id: Id6d40f1985a1e96fd69549c5ced1b37c33f0642c Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 13 Mar, 2012 1 commit
-
-
Friedemann Kleint authored
Add either QtDeclarative (Qt 4) or QtQuick1 (Qt 5) to QT. Mixing them leads to problems with include paths and linking. Change-Id: I188240641216ee227931a7be2105bc4838385c79 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 06 Mar, 2012 2 commits
-
-
Robert Loehning authored
Change-Id: Id353ab140a46e06ffc3abf667ab3b234e749e17c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Makes it easier to do the right thing. Change-Id: Id6c6754033b3310c6b8c68a4aacc22cbaef268ee Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 02 Mar, 2012 1 commit
-
-
Friedemann Kleint authored
- Add Q_PLUGIN_METADATA for Qt 5, use Q_EXPORT_PLUGIN for Qt 4. - Generate the Json files for Qt 5 from the pluginspec files by using a XSLT sheet. Change-Id: I8653f182ae7d61615971c093df10b84fb06c2172 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 28 Feb, 2012 2 commits
-
-
Thomas Hartmann authored
We should mention the correct Qt requirements to avoid confusion. Change-Id: I8d729075359606b632ed617ae898d9f9ddacdfa2 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Orgad Shaneh authored
* Removed utils, extensionsystem and aggregation dependencies for plugins that depend on Core * Capitalized Find and CPlusPlus Change-Id: I505e5f46976f26da47ad778860f103b173668b1c Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 23 Feb, 2012 2 commits
-
-
hjk authored
Change-Id: I9eb046348d4b56e64ffc2a2beb057d2fe090f8c3 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Thomas Hartmann authored
We support (pure) qml projects only on the desktop. Change-Id: Ib68d8ddab053a2b4e4b60cc07e9408eff0e27d63 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 21 Feb, 2012 2 commits
-
-
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>
-
hjk authored
This is the first step of a larger refactoring. The plan is to make debuggersettings more orthogonal to individual runconfiguration implementation. This patch alone already pushes the settings handling to the debugger plugin and removes code duplication in the runconfiguration implementation. Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Feb, 2012 2 commits
-
-
Joerg Bornemann authored
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 17 Feb, 2012 1 commit
-
-
Kai Koehne authored
Don't always use the mixed engine for debugging of .qmlprojects. This is a regression from fix fe8cead2. Change-Id: I589cb0610d40edc4fbd29897374d83504e574cb5 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 15 Feb, 2012 2 commits
-
-
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>
-
Thomas Hartmann authored
I moved setPath(wizardDialogParameters.defaultPath()) into the constructor of BaseProjectWizardDialog. I created addExtensionPages() instead of having of having the foreach everywhere. Moving the call into the constructor of BaseProjectWizardDialog is not trivial since a lot of derived classes rely on execution order and the order is often different. Entangling this is not trivial and easily might break functionality. Change-Id: I48dddaf72caea84da783dc9e2f42f2c7eff1c0ce Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 14 Feb, 2012 1 commit
-
-
Eike Ziller authored
It is supposed to refer to the property of the file on disk (if there is any). Task-number: QTCREATORBUG-4998 Change-Id: Iaed62c17d124b364aecec4d1f910046bade42d40 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 08 Feb, 2012 1 commit
-
-
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>
-
- 07 Feb, 2012 1 commit
-
-
Thomas Hartmann authored
The Wizards itself (derived from IWizard) and the dialogs implementing the wizards were quite discoupled. Since I want to add parameters that are delivered from IWizard::run to the dialog a I added WizardDialogParameters. Examples of paramters I want to add are the choosen platform and the choosen subOption/template for this wizard. Change-Id: I9c0ae2901e3d46d3c36a3f433f4d7d508a6ba74e Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 25 Jan, 2012 1 commit
-
-
hjk authored
This follows suit to the ICore changes. Change-Id: Iba2de1b1e3f2574fd1459892eae702e6af1cc7dc Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 18 Jan, 2012 1 commit
-
-
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>
-
- 17 Jan, 2012 1 commit
-
-
Kai Koehne authored
Change-Id: If5951bb3121b13287a3ccf9d684bf23e0673231c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 11 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: Ia906944a489b09afdea59f74afbf759b4caebe37 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 10 Jan, 2012 1 commit
-
-
Kai Koehne authored
Prevent user from overriding the file to launch through the run configuration dialog. The old logic was broken (main file was always the editor), and arbitrary files can now be previewed conveniently with Tools->External->Qt Quick->Preview. Task-number: QTCREATORBUG-6683 Change-Id: Icee1d11e5063ca634e835bb57ffc77bf973ee93f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 17 Nov, 2011 1 commit
-
-
Alessandro Portale authored
...and add a comment to change it to QtQuick 1.0 if S60 5th Ed or Maemo are supposed to be targeted. Task-Number: QTCREATORBUG-6528 Change-Id: I1936f2a5c9725f34b5a8ad4469465f5e2b645957 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 03 Nov, 2011 2 commits
-
-
Robert Loehning authored
Change-Id: Iffa87a0e394b799e3987fa60f0a7559d5c1d0d27 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 02 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2011 1 commit
-
-
Jure Repinc authored
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>
-
- 29 Sep, 2011 1 commit
-
-
Eike Ziller authored
Merges the Project, Qt4 and Tool Chain categories into one Build & Run category, which makes it finally possible to reduce the minimum height of the preferences dialog. Change-Id: I8d94aac9c9531200f5d8ca212a53d3edc5734138 Reviewed-on: http://codereview.qt-project.org/5023Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 19 Sep, 2011 1 commit
-
-
Kai Koehne authored
Use FileManager instead of our own FileSystemWatcher, since this one only signals the first file change (cause Qt Creator apparently removes the file and creates a new one on each change). Change-Id: Idacd545e41cd3ee29bfbc122526b9097039c65d0 Reviewed-on: http://codereview.qt-project.org/4975Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 16 Sep, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I6c27fe4ca0201cbbe929821d4408d61a068e8982 Reviewed-on: http://codereview.qt-project.org/4968Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 05 Sep, 2011 1 commit
-
-
Daniel Teske authored
Task-Nr: QTCREATORBUG-5996 Task-Nr: QTCREATORBUG-5995 Change-Id: I4184a1c652cbfc93a788a8f9b67d936401e197b9 Reviewed-on: http://codereview.qt.nokia.com/4197Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 01 Sep, 2011 1 commit
-
-
Kai Koehne authored
Because no ABI was specified, gdb bailed out with 'File format not recognized'. Instead just use the ABI from one of the toolchains available for the Qt version (assuming that they're all compatible). Task-number: QTCREATORBUG-5957 Change-Id: I7db9bd45c6a015c6236ae1b672909e013fad1d65 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/4045Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-