| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
Conflicts:
src/declarative/qml/qdeclarativeengine.cpp
tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Support quoted imports without qualitifier id but with qmldir. This
makes it possible again to launch the flickr demo from a remote site.
|
| |/ |
|
| |
| |
| |
| | |
This functionality is now built in to RotationAnimation.
|
| |
| |
| |
| |
| |
| | |
Done with Roberto.
Reviewed-by: Roberto Raggi
|
| |
| |
| |
| | |
This commit removes the obsolete QML_REGISTER_TYPE macros.
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
src/declarative/util/qdeclarativestateoperations.cpp
|
| | | |
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (64 commits)
Carbon: usage of menu bars can cause exceptions to be thrown
Mac: compile fix
Fix build
JPEG plugin: Use switch() instead of if()
don't try to build corewlan plugin when corewlan was not found at configure
Avoid conversion to/from QChar in the cn codec to unicode
Avoid memory allocations in conversion from Gb2312/Gb18030 to unicode
fix corewlan detection error when building for 10.5 when 10.6 is also
fixed treatment of zlib on Mac when crossbuilding
Partial overloading support for qdbus cli tool.
Allow empty authority in QUrl::setAuthority as per docs.
Added test for QTBUG-6962: Empty authority ignored by QUrl::setAuthority.
fixed case of GL include directory
check in MAC_APPLICATION_MENU translations
Re-generate the Unicode tables after updates to the program that generates them
Fix the code after merge: DerivedNormalizationProps has two or more columns
add some usefull definitions to qunicodetables_p.h
qchar.cpp: fix identation
finish last commit
prefer DerivedNormalizationProps.txt over CompositionExclusions.txt
...
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
QML now behaves in a way similar to QtScript when it comes to QObject
ownership.
QT-2803
|
|/ /
| |
| |
| | |
Task-number: QT-2829
|
| |
| |
| |
| | |
QT-2424
|
|/
|
|
| |
QTBUG-5424
|
|
|
|
| |
Reviewed-by: Leo Cunha
|
|
|
|
| |
Use SoundEffect instead.
|
|
|
|
| |
The plan is for these to replace DateTimeFormatter.
|
| |
|
| |
|
|
|
|
|
|
| |
On windows, when importing a declarative plugin by name,
extend with "d.dll" in the debug case, then with
".dll". This is in sync with qmake's behaviour for libraries.
|
| |
|
| |
|
|
|
|
|
|
| |
Now, you have to reimplement registerTypes(uri) to expose native
QML types, and initializeEngine(engine,uri) to add instances to
the QML engine's root context.
|
|
|
|
| |
There's nothing meta about our properties.
|
| |
|
| |
|
| |
|
|
QDeclarativeXXX.
|