summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)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
* | 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
| * 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 git://git-nokia.trolltech.com.au/qtso...Warwick Allison2010-02-041-1/+2
* doc: There is no easeNone, it is called easeLinearThorbjørn Lindeijer2010-02-031-1/+1
* 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
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-012-3/+8
|\
| * Support animating attached properties.Michael Brasser2010-02-011-1/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-0112-250/+444
| |\
| * | Ensure pixmaps can be retrieved even if they do not fit in the QPixmapCache.Warwick Allison2010-02-011-2/+8
* | | 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 git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-291-2/+4
|\ \
| * | 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
* | Add more detailed debuggingAaron Kennedy2010-01-202-2/+4
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-01-201-11/+16
|\ \
| * | Remove qHash(QUrl) duplicateMartin Jones2010-01-201-9/+2
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-201-0/+7
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-202-36/+31
| | |\ \
| | * | | 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 git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-201-25/+20
| |\ \ \
| * | | | 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
| |/ / |/| |
* | | Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-201-25/+20
|/ /
* | 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
* | 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
|/
* More statechange debuggingAaron Kennedy2010-01-141-0/+12
* Remove QByteArray constructor from QmlComponent.Michael Brasser2010-01-131-2/+4
* Remove duplicate line.Michael Brasser2010-01-131-1/+0
* Don't double enter states at startup.Aaron Kennedy2010-01-122-11/+25
* Remove extra semicolons.Michael Brasser2010-01-112-2/+2
* Move choice of pipelining to the point request.Warwick Allison2010-01-112-0/+2
* Stop using QGuardAaron Kennedy2009-12-233-5/+9