Without this information, qbs cannot work at all.
Change-Id: Ib99193fb38649e0bb5bbb8392ce378a6cd28a344
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
An app with Qt Quick {1,2} Application template is installed under /opt/
and there is no easy way to change the installation path.
This change allows users to set installation path in the main pro file.
Change-Id: I0325c54187f781b1ceaaddfd41e913117fa445e6
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This is the same as what the Remote Linux code does.
Change-Id: Ieabf59ce64f8991ddaa1c24cd5f2dbc7098e7b26
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
The \i and \o commands were replaced with \li and
\bold was replaced with \b in QDoc for Qt 5.
The \input command was replaced with \include in the docs.
Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
qdoc does not expand variables in include() statements, so we need to
use separate top-level "switch" files.
Change-Id: I3152baa36cb3dee055abdc68c046b445f92e1fb9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Since we support Qt Quick 2 and 1 force
import is ambigous and does not make sense.
Task-number: QTCREATORBUG-8560
Change-Id: I49491215e1f2ea6ef8284b0f5f5793ff4e70dea3
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Since we will not ship qml2puppet with all version of Qt Creator,
we need a detailed error message.
Change-Id: I5b3f1475ce0c77253e318712897a39cea774bb60
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
For deleting Items we need a QmlModelView to delete
dangling property changes.
In the past we "missused" the FormEditorView.
For now VewManager will expose the form editor as
a QmlModelView.
I also cleaned some includes and removed debugs.
Task-number: QTCREATORBUG-8650
Change-Id: I22ca7c5f741324532e81918571be39babd12d2e4
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This allows property sheets to take the version number into account.
Task-number: QTCREATORBUG-8681
Change-Id: I22a99fd30ba42572f070f67a56bb24fd1a04275f
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Actually it was connected originally to a empty slot.
Change-Id: I314938110e28c5601f4a6e46c6982053d864e776
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Translation for button and for dialog title may be different.
Change-Id: I603df990c074bb40a8a895c7e630587d0aa89aed
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
We should using "i18n.logOutputEncoding" as we can.
In default, it should be 'utf-8'.
Change-Id: Ic5af2869e5fd5273a712f28e8e59149a4c2ef2b7
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reducing line noise and improving readability.
Also rounding up to full seconds to avoid "00:00" for a build that lasts
800ms.
Change-Id: I88471ec39d233e5f67821381769550eb8c4c5dd5
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
The functionality in generall is ok, but current default
behavior is not expectet, so turning it off.
Change-Id: Ibfff28e02d49269981314c9924b36f9f2d4d7740
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
With this patch the attribute isHighlighted="true" in
the manifest.xml allows highlighting demos and examples.
The highlighted demos and examples appear first in the list
and have a blue highlight.
Task-number: QTCREATORBUG-8459
Change-Id: Ieeb888630235e07b1ae1398c5ccdc3d7e8d15dff
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
It breaks the debugging on real devices.
Tested on HTC Desire HD and HTC Amaze.
This reverts commit 6fc9c0732b.
Change-Id: I378af345b186e1b4eef9997d3d8e592c43c3f1c4
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
The icon and splashscreens are easier to configure now, with
the bar descriptor editor in place.
Change-Id: Ieaf48a5eef880c709d77af8bfc7b9e3d467c0e1e
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>