summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* 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, > < & 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
* export QmlStyledTextMartin Jones2009-12-221-1/+1
* Implement a fast "styled" text format.Martin Jones2009-12-223-2/+423
* Optimization: signal connectionsAaron Kennedy2009-12-211-2/+15
* Remove unnecessary locking.Martin Jones2009-12-211-14/+10
* Use deferred properties in states and transitionsAaron Kennedy2009-12-184-0/+6
* Use destroy() to destroy bindings.Michael Brasser2009-12-172-3/+5
* Include more info for state debugging.Michael Brasser2009-12-161-2/+2
* Make QListModelInterface API more sensible for our use case.Martin Jones2009-12-164-0/+32
* Fix image and pixmapcache tests.Martin Jones2009-12-141-1/+3
* Don't rely on Qt3SupportMartin Jones2009-12-141-3/+2
* Compile.Martin Jones2009-12-142-2/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-142-8/+9
|\
| * Fix leak.Michael Brasser2009-12-141-0/+2