Commit Graph

6 Commits

Author SHA1 Message Date
Thomas Hartmann
f14892d13a Wizards: remove escaped HMTL
Linguist seems to escape the escaped HTML twice.
This breaks  translations.

Task-number: QTCREATORBUG-8923
Change-Id: I820b89d7c8e140115dc8b2cf8ef28db49cfb7102
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-06-26 13:49:41 +02:00
Thomas Hartmann
d6935d6a39 QmlApplicationWizard: fix naming
Also the HTML code is now valid XHTML.

The latest draft of HTML 5 still suggest <br> btw.

http://www.w3.org/html/wg/drafts/html/master/
text-level-semantics.html#the-br-element

Change-Id: I436ddecd1565cb319de4385973322d7413dd8471
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-03-14 16:02:54 +01:00
Thomas Hartmann
fd9b5c47fa QmlApplicationWizardDialog: adding translation of XML files
Logic analog to custom wizards.

Change-Id: I9e61da2a46d3d30456dd9abf86f0b918044e4a3e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-03-11 15:46:13 +01:00
Joerg Bornemann
1cd140ae25 fix syntax errors in qmlproject files
Change-Id: I2f559a2dc3af6adc41e417ad2b5d4a5ac8c47f0d
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2013-02-25 12:15:51 +01:00
Thomas Hartmann
edaa6bcd12 QtQuickWizards: remove ugly icon
No icon is better than an ugly icon.

Change-Id: I58aa148c47ede82f396edb9c8cb1599521f9cf04
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2013-02-15 14:07:00 +01:00
Thomas Hartmann
d26ec5048f QmlProjectPlugin: replacing QmlProjectApplicationWizard
The new wizard is template based. This allows easy addition of
custom QML templates and also allows us to add more QML wizards
for e. g. components later.

This template mechanism allows substitution in comment, which
allows us to keep valid QML file as templates.

This reduces the maintance burden significantly.

Change-Id: I7766b037635131da2af5aae518d6fe4597ff8b9f
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2013-01-11 14:59:12 +01:00