summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CrashAaron Kennedy2010-03-121-1/+1
|
* Revert "Use one thread for all instances."Michael Brasser2010-03-121-19/+15
| | | | This reverts commit d4abbfdd1959a65ecfb997c962aa8ea132c77eaf.
* Update QmlChanges.txtMichael Brasser2010-03-121-0/+2
|
* Remove Qt.closestAngle().Michael Brasser2010-03-125-63/+0
| | | | This functionality is now built in to RotationAnimation.
* Fix importing qml modules from rcc resourcesmae2010-03-114-54/+56
| | | | | | Done with Roberto. Reviewed-by: Roberto Raggi
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-11177-1281/+2987
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (57 commits) Crash Cosmetic tweaks no need to include this private header fix particles plugin Update QmlChanges.txt Replace QDeclarativeContext::addDefaultObject() -> setContextObject() Fix test, fix warning consistency. Improve value type binding behavior Truncate title at right if too long (cannot currently ElideRight and center). Minor construction optimizations. Don't export symbols in webkit plugin. Move particles in their own plugin (Qt.labs.particles) Add a positioning 'mode' to positionViewAtIndex() Compile fix after e5922ab126f3532483b18720ce893d6be826d50e Add AnchorAnimation for animating AnchorChanges. Remove more accidentally submitted code Comment out unused method. Document - and use - the qmlRegisterXXX template functions when loading debug import plugins on Mac, try with _debug.dylib suffix fix inclusion of qt_targets.pri in qimportbase.pri ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-11177-1281/+2987
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (57 commits) Crash Cosmetic tweaks no need to include this private header fix particles plugin Update QmlChanges.txt Replace QDeclarativeContext::addDefaultObject() -> setContextObject() Fix test, fix warning consistency. Improve value type binding behavior Truncate title at right if too long (cannot currently ElideRight and center). Minor construction optimizations. Don't export symbols in webkit plugin. Move particles in their own plugin (Qt.labs.particles) Add a positioning 'mode' to positionViewAtIndex() Compile fix after e5922ab126f3532483b18720ce893d6be826d50e Add AnchorAnimation for animating AnchorChanges. Remove more accidentally submitted code Comment out unused method. Document - and use - the qmlRegisterXXX template functions when loading debug import plugins on Mac, try with _debug.dylib suffix fix inclusion of qt_targets.pri in qimportbase.pri ...
| | * CrashAaron Kennedy2010-03-111-1/+1
| | |
| | * Cosmetic tweaksAaron Kennedy2010-03-111-8/+5
| | |
| | * no need to include this private headerYann Bodson2010-03-111-1/+1
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-1133-133/+471
| | |\
| | | * Update QmlChanges.txtAaron Kennedy2010-03-111-0/+3
| | | |
| | | * Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-1114-88/+50
| | | | | | | | | | | | | | | | It is faster and easier to use to just support a single context object.
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-1170-466/+1274
| | | |\
| | | | * Improve value type binding behaviorAaron Kennedy2010-03-1110-38/+401
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing value type bindings in state changes, and implicitly removing them on property assignment was not reliable. Internally the system considered a binding on "font" and one on "font.x" as a binding on two separate properties, even though the "font" binding completely overrides the "font.x" property. Following this change a binding to "font.x" creates a proxy binding object on the "font" property in addition to the "font.x" binding itself. This allows behavior to be consistent across all operations. QT-2920
| | | | * Minor construction optimizations.Michael Brasser2010-03-115-2/+13
| | | | |
| | | * | Fix test, fix warning consistency.Warwick Allison2010-03-112-2/+3
| | | | | | | | | | | | | | | | | | | | address.com must really get sick of test robots.
| | | * | Truncate title at right if too long (cannot currently ElideRight and center).Warwick Allison2010-03-111-3/+1
| | | | |
| | * | | fix particles pluginYann Bodson2010-03-111-1/+15
| | | |/ | | |/|
| | * | Don't export symbols in webkit plugin.Yann Bodson2010-03-114-63/+4
| | | |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-118-45/+209
| | |\ \
| | | * | Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-118-45/+209
| | | | | | | | | | | | | | | | | | | | Provides more control over where and how the view is positioned.
| | * | | Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-1115-22/+111
| | |/ / | | | | | | | | | | | | Task-number: QT-2846
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-1125-321/+598
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-115-25/+56
| | | |\ \ | | | | |/
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-11110-719/+1642
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (42 commits) Remove more accidentally submitted code Comment out unused method. Document - and use - the qmlRegisterXXX template functions when loading debug import plugins on Mac, try with _debug.dylib suffix fix inclusion of qt_targets.pri in qimportbase.pri Use TARGETPATH instead of hardcoding locations Fix location in which webkit import is stored in builddir Oooops --- revert wrong commit Doc Remove accidentally submitted code Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model change. Unify binding optimizer and QtScript binding signal management logic Schedule view relayout after itemsInserted/Removed() Use no-version-specified to mean any version (used to work, fixed again, URL redirection for font loader URL redirection for AnimatedImage Technically, Location can be relative (never is though...) URL redirection for normal images. URL redirection for components resources. URL redirects for border image. ...
| | | * | | Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-1122-305/+545
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2825
| | * | | | Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-118-33/+33
| | | |_|/ | | |/| |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-11169-3722/+5061
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativepropertycache.cpp src/declarative/qml/qdeclarativepropertycache_p.h
| | | * | Comment out unused method.Martin Jones2010-03-102-2/+3
| | | | |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-10111-716/+1644
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (39 commits) Document - and use - the qmlRegisterXXX template functions when loading debug import plugins on Mac, try with _debug.dylib suffix fix inclusion of qt_targets.pri in qimportbase.pri Use TARGETPATH instead of hardcoding locations Fix location in which webkit import is stored in builddir Oooops --- revert wrong commit Remove accidentally submitted code Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model change. Unify binding optimizer and QtScript binding signal management logic Schedule view relayout after itemsInserted/Removed() Use no-version-specified to mean any version (used to work, fixed again, URL redirection for font loader URL redirection for AnimatedImage Technically, Location can be relative (never is though...) URL redirection for normal images. URL redirection for components resources. URL redirects for border image. Implement URL redirection for types and XmlListModel. Doc Link with the correct library for TCommDbConnPref ...
| | | | * | Document - and use - the qmlRegisterXXX template functionsmae2010-03-1024-197/+254
| | | | | | | | | | | | | | | | | | | | | | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
| | | | * | when loading debug import plugins on Mac, try with _debug.dylib suffixmae2010-03-101-0/+3
| | | | | |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1088-519/+1387
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (37 commits) fix inclusion of qt_targets.pri in qimportbase.pri Use TARGETPATH instead of hardcoding locations Fix location in which webkit import is stored in builddir Oooops --- revert wrong commit Remove accidentally submitted code Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model change. Unify binding optimizer and QtScript binding signal management logic Schedule view relayout after itemsInserted/Removed() Use no-version-specified to mean any version (used to work, fixed again, URL redirection for font loader URL redirection for AnimatedImage Technically, Location can be relative (never is though...) URL redirection for normal images. URL redirection for components resources. URL redirects for border image. Implement URL redirection for types and XmlListModel. Doc Link with the correct library for TCommDbConnPref Remove unused struct update Browser.qml to run again ...
| | | | | * | fix inclusion of qt_targets.pri in qimportbase.priJoerg Bornemann2010-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Roberto Raggi
| | | | | * | Use TARGETPATH instead of hardcoding locationsTobias Hunger2010-03-102-2/+2
| | | | | | |
| | | | | * | Fix location in which webkit import is stored in builddirTobias Hunger2010-03-101-1/+1
| | | | | | |
| | | | | * | Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-10116-3357/+4262
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/util/qdeclarativestateoperations.cpp
| | | | | * | | Oooops --- revert wrong commitmae2010-03-101-1/+1
| | | | | | | |
| | * | | | | | Remove more accidentally submitted codeAaron Kennedy2010-03-112-5/+0
| | | | | | | |
| | * | | | | | DocAaron Kennedy2010-03-101-3/+3
| | | |_|/ / / | | |/| | | |
| | * | | | | Remove accidentally submitted codeAaron Kennedy2010-03-101-8/+1
| | | | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1011-230/+458
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-1025-95/+467
| | | |\ \ \ \ \
| | | * | | | | | Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-1011-230/+458
| | | | | | | | |
| | * | | | | | | Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ↵Martin Jones2010-03-106-0/+16
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | change.
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1034-89/+1445
| | |\ \ \ \ \ \
| | | * | | | | | Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-105-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was only working with -1.-1 which looks silly)
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-104-0/+165
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1051-191/+612
| | | | |\ \ \ \ \ \ | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (21 commits) Doc Link with the correct library for TCommDbConnPref Remove unused struct update Browser.qml to run again Update Autotests Probably fix compile on windows Fix typo in docs Probably fix compile Fix qdeclarativevaluetype::font() autotest Initialize member variable in QDeclarativeGridViewAttached Handle itemsInserted/Removed/Moved() correctly for repeater. Add QML support for methods returning QList<QObject *> Compile Update configure.exe to include declarative module by default Make QDeclarativeItem NOTIFY signals canonical Integrate QML's object ownership with the JS collector Remove unused data member. Fix warning. Fix warnings and change geometry-related functions to use reals. When flicking with snap, bias towards moving at least one item. ...