Commit Graph

27 Commits

Author SHA1 Message Date
hjk
386ca7c8dd Adjust license headers
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2012-10-05 17:12:56 +02:00
Alessandro Portale
ae23d50576 Removal of Symbian support
Qt Creator's support for Symbian was at its peak in version
2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6.
It is most likely rotten. Let's remove it!

Also, the Symbian support code was spread throughout the whole
Qt Creator code base. The plugin interfaces evolved in the
meantime and target platforms like Android or QNX have 99% of
their code in separate plugins.

In case anyone wants to revive Symbian support in Qt Creator,
please create a plugin for it.

Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
2012-08-22 13:42:42 +02:00
Eike Ziller
e0e8cf3ada Contact -> qt-project.org
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-07-19 13:23:21 +02:00
Erik Verbruggen
3fa55b7ab9 Removed module names from #include directives.
Getting the #include directives ready for Qt5. This includes the
new-project wizards.

Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2012-02-15 16:24:46 +01:00
Thomas Hartmann
95a028e835 Wizards: changes the structure of Wizards
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>
2012-02-08 17:42:27 +01:00
Thomas Hartmann
ea23486847 Wizards: adding requirement for Qt Quick 1.0 to extension wizard
The Qml extension wizard requires Qt Quick 1.0

Change-Id: I53bc157fc270fa8f2d2b296eb5c90edb86f57972
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
2012-02-08 16:30:33 +01:00
hjk
2931a499e6 Long live the king!
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2012-01-26 19:55:36 +01:00
hjk
31600758de all: s/info@qt.nokia.com/qt-info@nokia.com/
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-11-03 10:33:19 +01:00
Christian Kamm
5ce24ce06a Qml plugin wizard: Add uri annotation.
Change-Id: Ie207fe674ac92b5cbcace054f452dec5300e1222
Reviewed-on: http://codereview.qt-project.org/5833
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
2011-10-04 10:32:29 +02:00
Kai Koehne
a09851e479 QmlExtension wizard: Use $$[QT_INSTALL_IMPORTS] for desktop targets
Change-Id: I1d3dc0c148a5f05d81f6cc0d22c3b13c504a1edb
Reviewed-on: http://codereview.qt.nokia.com/1875
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2011-07-20 13:15:57 +02:00
hjk
a322bd606f Replace qt-info@nokia.com with info@qt.nokia.com
Change-Id: I61e7cf189a1c4ea04e2a88a80a4f15e43cd3c018
Reviewed-on: http://codereview.qt.nokia.com/1187
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-07-06 11:14:01 +02:00
Kai Koehne
fa3976b3f1 Add TARGET.EPOCALLOWDLLDATA=1 to Qml Plugin Wizard
Needed for Symbian.

Task-number: QTCREATORBUG-3507
Reviewed-by: Tim Jenssen
Reviewed-by: Alessandro Portale
Change-Id: I35799cd388e44353d6890fe79a411fbed2fb2ef3x
Reviewed-on: http://codereview.qt.nokia.com/394
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
2011-06-08 16:32:11 +02:00
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
Christian Kandeler
b38a256ed6 QML plugin wizard: Fix deprecated use of backslash in project file.
Task-number: QTCREATORBUG-4091
2011-03-30 11:39:40 +02:00
Kai Koehne
f1ca025076 QmlExtensionPlugin: Require objectname, URI
Make sure 'next' button is disabled if fields are empty.

Task-number: QTCREATORGBUG-3921
2011-03-02 11:40:00 +01:00
Christian Kandeler
d6aa31a1fb QML extension plugin wizard: Make deployable on Maemo.
Task-number: QTCREATORBUG-3229
Reviewed-by: Alessandro Portale
2011-02-10 15:17:37 +01:00
dt
6c61ea2251 Project Wizards: Make the categorie names reflect the contents
Also reorder the contents to have Qt Quick on top. Move Console Qt
to Other Projects.

Qt QWidget project isn't the best name, but the new structure is a
improvement so using it for now.

Task-Nr: QTCREATORBUG-3513

Ack-By: con
Ack-By: kkoehne
2011-01-24 17:30:31 +01:00
hjk
bd8ad9e0f5 customwizard: implement modifiers to create safer include guards and class names 2011-01-12 11:28:42 +01:00
con
d1023c7614 It's 2011 now.
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
04e32b0049 License headers. 2010-12-17 16:03:42 +01:00
Erik Verbruggen
d83b0be4eb Fixed in-source builds for custom QML extension plug-ins.
Check if the output directory is different from the source dir. If so,
do the copying magic (shadow build), otherwise skip it (in-source build).

Task-number: QTCREATORBUG-3034
Reviewed-by: Alessandro Portale
Reviewed-by: Oswald Buddenhagen
2010-11-08 15:16:17 +01:00
Tobias Hunger
95107b0998 Fix QML custom plugin wizard
Fix QML custom plugin wizard to work on windows and for pathes
comtaining spaces.

Reviewed-by: Erik Verbruggen
2010-10-07 14:23:13 +02:00
Erik Verbruggen
ba2d9f3e3c QML: added qmldir copying for shadow builds to the extension plug-in wizard.
Reviewed-by: Alessandro Portale
2010-09-28 12:51:07 +02:00
Erik Verbruggen
fecbfcea93 QML: tweaked the generated extension plugin wizard. 2010-09-28 11:55:59 +02:00
Erik Verbruggen
0cb9227615 QML: added validation rules to the extension wizard. 2010-09-28 10:57:38 +02:00
Thorbjørn Lindeijer
7a96b14267 Some tweaks to QML Extension Plugin wizard
* Don't add huge Nokia headers to the generated files.
* Use uppercase header guards based on plugin and example object names.
* Moved qdeclarative.h include to .cpp file since it's not needed in the
  header.
* Use user-defined source and header suffixes.
* Lowercase file names.

Reviewed-by: Friedemann Kleint
2010-09-17 17:12:56 +02:00
Friedemann Kleint
111b89d755 QML: Name wizards correctly.
Reviewed-by: Carsten Owerfeldt <carsten.owerfeldt@nokia.com>
Initial-patch-by: Roberto Raggi <roberto.raggi@nokia.com>
2010-08-05 16:54:04 +02:00