Include the path to /usr/lib/qt4/imports, to allow e.g. QtMultimediaKit
to be found, as it's installed there
Change-Id: I99815e82b8b25973d4347a0e95e1ecf7402b5d7b
Reviewed-by: Mehdi Fekari <mfekari@rim.com>
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
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>
Traditionally, this would have been exactly the wrong thing to do as the
colons confused gdb's command line parser. Now that the general C++
awareness has improved, the parser accepts :: but gets confused by name
lookups, see http://sourceware.org/bugzilla/show_bug.cgi?id=15008
Change-Id: I01e46643a5179ecef26fcc11eab7bab84c359ec6
Reviewed-by: hjk <qthjk@ovi.com>
The current logic was broken (tried to search the qml files in the
root directory). Anyhow, there's no Android port of Qt 5 yet, so
let's keep it out for now.
Change-Id: Id854a6af00a15e424a79f903ea1d9272a89a66fe
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
I removed the Qt SDK 1.1 and some other outdated videos.
I added new videos from Qt Developer Days 2011/2012.
I also had to add icons new for Developer Days 2011/2012.
Removed videos:
Qt Creator! Getting the most...
Qt Quick Components
SDK 1.1 videos
New videos:
2012
What's New in QtWebKit in 5.0
Creator 101
Qt 5 Roadmap
QML Coding, Performance and Debugging: Usage of Tools
2011
Qt and Qt Quick
Qt Quick Best Practices and Design Patterns
What’s new in QtQuick 2.0
Task-number: QTCREATORBUG-8432
Change-Id: I5cf2a981d156a6825cda97e9bc7729b73c7350da
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
I kept the limitation to 3024 pixels to keep the patch small
and avoid accidents/regressions.
Task-number: QTCREATORBUG-8411
Change-Id: I1e2fc453500358d67bdb62732adcdc8e7fa17e1b
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Creating a proper interface for all the single dot properties.
This is easier to read and allows usage in items with a different
name for the font property.
Same fix for FontStyleButtons
Change-Id: I3d6b9ab6c9ccd5ffc1f7d06bf3f528df7ddb030d
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
e0cb13a5 - Move no-Gui related QML types from QtQuick into QtQml
55f6a109 - Renamed QQuickItem::pos property to position
Fix some warnings
Change-Id: Iec9fe3f543f900a177d55c5de3a636bb296cbc49
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Disabled labels look bad with Windows Style.
Change-Id: Iaedb954db7b6b09cad19d9c748d16c440dc5bdf7
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
We do not want to "disable" the lable.
Change-Id: I6d7c42458d19d05e0934ac63c70198798c8aec8b
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
The property cache in the engine is causing a crash if entry is destroyed.
Change-Id: I8bb058b3ae7c8f0c65f1b8f07676ed128e4789d3
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Reason: Since they are templates they do not have
proper QML syntax.
This change avoids warnings in Qt Creator about
syntax errors in .qml files.
Change-Id: I9194576851a0ea988dcf8bd340564d6563240707
Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
Now url properties get a nice file browser when the sheet
is generated.
Change-Id: Ife4ab3081d92a5ccfab3c3d529de12c22f98d51a
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Moving the template defintions for property types from C++ to QML.
This allows supporting more types by just editing TemplateTypes.qml.
Change-Id: Ic93a36067ac4a5e2736005b762b4ca4b7beb7cf7
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
All the "helper widgets" are now a plugin called HelperWidgets.
This allows reuse of these widgets from other places.
The QtQuick directory now really contains only the QtQuick specific
items.
Change-Id: I99dbbe43b25ee8631b6bb1effe993f951e19a8db
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
There is the color property with the r, g, b, a sub properties.
Before this change we only saved the default of the sub properties.
Change-Id: I11d4b0ed83cf8469836099a4f65942d7e8c8d8a6
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Setting the original parent to preserve data constructed from
the VME.
Change-Id: Ib3c31e129e2f25affee37c97f725c6bfe3fb0286
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
In Qt5 color does not implcitly get converted to string in QML.
Since this was never a documented feature we just adapt the
codein the property editor and convert color to string explictly if
needed.
Change-Id: I6b2b1dc356d2ec1c806c77450f49e793def2f5bb
Reviewed-by: Marco Bubke <marco.bubke@digia.com>