| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
QDeclarativeXXX.
|
|
|
|
| |
Task-number: QT-2786
|
|
|
|
|
|
|
|
| |
People were having trouble figureing what was wrong based off the
previous error message. This should now be rectified - at least for
users who read the docs.
Reviewed-by: mae
|
|
|
|
|
|
| |
Assigning a string to a value type enum property from a binding was
not working as QmlMetaProperty didn't realise the property was of enum
type.
|
|
|
|
|
| |
QmlBinding exposes way too many implementation details to be confident
about making it public right now.
|
|
|
|
|
|
|
|
| |
As a value type QmlListProperty doesn't consume any memory in the object.
It also has a companion QmlListReference class that is part of the public
API for C++ developers to interact with that also manages memory issues
that existed with previous solutions (if the containing QObject was
destroyed it left a dangling pointer).
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits)
doc: Fixed some qdoc errors.
doc: Fixed some qdoc errors.
Fix copyright year.
Fix broken license headers.
doc: Fixed some qdoc errors.
Reusing sheets on Mac OS X 10.5 & above shows painting artifacts.
doc: Fixed some qdoc errors.
QNetworkAccessManager: add method to send custom requests
doc: Fixed some qdoc errors.
Optimization: Avoid calling out to public API function
Mac: submenu shows up at the wrong position
Add operator< and qHash for QSharedPointer and fix operator-.
Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)
Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)
Optimized QLocale to access system locale on demand.
Fix QRegion under Mac OS X.
update according to Thiago's comments.
Changes: add functionality for dbus auto start to qt
Add license header to this file
readdir64 is not available on HP-UX
...
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
|/
|
|
|
| |
Add to translations profile. move stuff out of QObject-context,
correct spelling and contractions, correct usage of tr().
|
| |
|
|
|
|
| |
warning for now.
|
|\
| |
| |
| | |
into kinetic-declarativeui
|
| | |
|
|/
|
|
|
|
| |
examples accordingly.
Task-number: QT-2786
|
|
|
|
| |
QTBUG-6919
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use QML_EXPERIMENTAL instead
|
| |
|
|
|
|
|
| |
Previously deferred properties would fail if any of the sub objects
used bindings or QmlParserStatus. Whoops.
|
|
|
|
|
| |
Composite types haven't been registered with the metatype system, so we
use the base type as the property type instead.
|
|
|
|
| |
Only use the component name if it is actually a type.
|
|\
| |
| |
| | |
into kinetic-declarativeui
|
| |
| |
| |
| |
| |
| | |
when appropriate.
This allows for much improved debug presentation. e.g. what used to be shown as "QmlGraphicsRectangle_QML_3" can now be show as "MyComponent".
|
|\ \
| |/
| |
| | |
into kinetic-declarativeui
|
| |
| |
| |
| | |
Treat it as a literal assignment rather than a binding.
|
| |
| |
| |
| |
| | |
Make sure the proper location is given, and provide more specific error
messages.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Enable with QML_EXPERIMENTAL=1
|
| |
|
|
|
|
|
|
| |
make use of QVariant::userType over Qvariant::type
make use of char for 1-string character
QCoreApplication::translate is static
|
|
|
|
|
|
|
|
|
|
|
|
| |
- include headers from own directory with ""
- include headers from own project without private/
- sort includes from most specific to most generic
- make headers self-contained
- some whitespace unification
no attempt was made at making the qt includes consistent regarding the
use of module names and forwarding headers.
no attempt was made at sorting includes.
|
| |
|
| |
|
|
|
|
| |
It seems we're going to have to so a syncqt/configure in Qt modules.
|
|\
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts:
src/declarative/qml/qmlmetatype.cpp
|
| | |
|
| | |
|
|/
|
|
| |
May help modularization (syncqt and configure are Qt-specific).
|