summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Collapse)AuthorAgeFilesLines
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-094-37/+38
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-082-1/+23
|\
| * Add getter functions to QAbstractDynamicMetaObject and QmlOpenMetaObjectTypeMarco Bubke2010-02-082-1/+23
| | | | | | | | | | | | We need some internal stuff in the derived class. Reviewed-By: Kai Koehne
* | For local fonts, we can just addApplicationFont() rather than loading data.Martin Jones2010-02-081-4/+10
|/
* Fix private header include.Bea Lam2010-02-081-1/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-0511-91/+90
|\
| * Fix Behaviors for object-type properties.Michael Brasser2010-02-051-2/+1
| | | | | | | | Task-number: QT-2269
| * Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-0510-89/+89
| |
* | Fix test.Martin Jones2010-02-051-7/+17
|/
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-052-12/+19
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-02-041-1/+2
| | | | | | | | git://git-nokia.trolltech.com.au/qtsoftware/qt/kinetic Conflicts: src/xmlpatterns/type/qprimitives_p.h tools/linguist/lupdate/main.cpp
* doc: There is no easeNone, it is called easeLinearThorbjørn Lindeijer2010-02-031-1/+1
| | | | Reviewed-by: dt
* Really run image reader in its own thread.Martin Jones2010-02-032-122/+136
|
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-2/+2
| | | | | | examples accordingly. Task-number: QT-2786
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-02-012-3/+8
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Support animating attached properties.Michael Brasser2010-02-011-1/+1
| | | | | | | | Task-number: QTBUG-5580
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-02-0112-250/+444
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/qmlpixmapcache.cpp
| * | Ensure pixmaps can be retrieved even if they do not fit in the QPixmapCache.Warwick Allison2010-02-011-2/+8
| | | | | | | | | | | | Fixes QT-2280
* | | Compile on machines without SCHED_IDLEMartin Jones2010-02-011-1/+1
| |/ |/|
* | Move image network access into a separate thread, with decoding.Martin Jones2010-01-292-113/+218
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-291-2/+4
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Doc.Michael Brasser2010-01-291-2/+4
| | |
* | | Don't crash when accessing index -1Martin Jones2010-01-291-5/+5
|/ /
* | Clarify QmlPropertyMap::valueChanged docs.Michael Brasser2010-01-221-1/+4
| |
* | Fixes: Allows qtcreator to build on system installed qt-kineticBill King2010-01-211-1/+1
| |
* | Rename ListModel::set() to ListModel::setProperty()Aaron Kennedy2010-01-202-3/+3
| | | | | | | | | | As QML doesn't support slot overloading, the two ListModel::set() calls must be separated.
* | Add more detailed debuggingAaron Kennedy2010-01-202-2/+4
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-01-201-11/+16
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Remove qHash(QUrl) duplicateMartin Jones2010-01-201-9/+2
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-201-0/+7
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-202-36/+31
| | |\ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | Compile with Qt 4.6.1Aaron Kennedy2010-01-201-0/+7
| | | | |
| * | | | Add qHash(QUrl) for QmlPixmapCache.Martin Jones2010-01-201-0/+5
| | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-201-25/+20
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Use Q_GLOBAL_STATIC for static global.Martin Jones2010-01-201-11/+11
| | |/ / | |/| |
* | | | Keep empty lists and 1-item lists as lists instead of converting themBea Lam2010-01-201-21/+57
| |/ / |/| | | | | | | | | | | to null or single objects. This brings back change bc6940f with additional fixes and tests.
* | | Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-201-25/+20
|/ / | | | | | | This reverts commit bc6940f53891856a3a6c3d8f1c25a8eaada90b33.
* | Avoid using QUrl::toString() in QmlPixmapCache.Martin Jones2010-01-202-21/+32
| |
* | Fix to correctly return property values that are javascript arrays.Bea Lam2010-01-191-20/+25
| |
* | Handle whitespace in Connection signal signatures.Michael Brasser2010-01-181-1/+1
| | | | | | | | Task-number: QTBUG-7210
* | Add basic missing stuff (italic, &gt; &lt; &amp; font size) to styledtext.Martin Jones2010-01-151-85/+72
| |
* | Explicit animations in a transition should mark the property as modified.Michael Brasser2010-01-151-0/+22
| |
* | QmlGuard the list of objects in a Package.Michael Brasser2010-01-151-1/+23
|/ | | | Don't crash if those objects are deleted before the Package.
* More statechange debuggingAaron Kennedy2010-01-141-0/+12
|
* Remove QByteArray constructor from QmlComponent.Michael Brasser2010-01-131-2/+4
| | | | | | | It was too easily confused with the QString constructor that had completely different semantics. Use setData() instead. Task-number: QTBUG-6590
* Remove duplicate line.Michael Brasser2010-01-131-1/+0
|
* Don't double enter states at startup.Aaron Kennedy2010-01-122-11/+25
| | | | QT-2697
* Remove extra semicolons.Michael Brasser2010-01-112-2/+2
|
* Move choice of pipelining to the point request.Warwick Allison2010-01-112-0/+2
| | | | (based on advice from Thiago)
* Stop using QGuardAaron Kennedy2009-12-233-5/+9
| | | | | | This should allow QGuard to be removed from Qt and QObjectPrivate::ExtraData. Having QmlGuard inside QmlDeclarativeData reduces the number of new's, and creating QmlDeclarativeData is faster than QObjectPrivate::ExtraData anyway.