summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup, fixes, and basic docs for XmlListModel.Michael Brasser2009-06-292-10/+120
|
* Move some non-essential classes to extra.Michael Brasser2009-06-2914-2/+2415
|
* QmlTimer::firesOnStart -> triggeredOnStartMartin Jones2009-06-252-13/+14
|
* Fix GridView handling of unrequested items.Martin Jones2009-06-241-1/+1
| | | | | If unrequested items were added before we had populated any items they would not be laid out at all.
* Flesh out the Timer element.Martin Jones2009-06-242-8/+162
|
* A simple timer element.Martin Jones2009-06-233-2/+181
|
* Only objects or lists of objects can be default properties.Michael Brasser2009-06-224-5/+0
|
* Use QContiguousCache for cached queriesIan Walters2009-06-182-21/+124
| | | | | | By using QContiguousCache, and upper limit on cache size is assured. Also caching is set to occur in the background when possible. This should reduce any impact on animation performance.
* Some XmlListModel cleanup.Michael Brasser2009-06-122-13/+3
|
* Speed up XmlListModel.Michael Brasser2009-06-121-7/+22
|
* More explicit QUrl <-> QString conversion.Warwick Allison2009-06-111-1/+1
|
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-102-7/+7
| | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* Compile fix for WinCE.Michael Brasser2009-06-091-11/+11
|
* Remove more unneeded semicolons.Martin Jones2009-05-272-3/+3
|
* Remove more unneeded semicolons.Martin Jones2009-05-262-18/+18
|
* Remove more unneeded semicolons.Martin Jones2009-05-265-7/+7
|
* Remove extraneous semicolons.Martin Jones2009-05-266-8/+8
| | | | Caused massive number of warnings with winscw
* Add status and feedback info to XmlListModelMartin Jones2009-05-202-4/+48
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-206-14/+14
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fixed #includesRoberto Raggi2009-05-186-14/+14
| |
* | Use a thread for QXmlQuery to avoid its event loop messing with us.Martin Jones2009-05-202-148/+264
|/
* Fix QmlXmlListModel on property changes, on empty results.Warwick Allison2009-05-072-10/+34
| | | | Tags in flickr demo.
* Enable updating of XmlListModel from Qml.Michael Brasser2009-05-062-4/+9
| | | | Made the fetch() method a slot so it will be accessible from QML.
* More doc cleanup.Michael Brasser2009-05-052-32/+35
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-011-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Small fix for QXmlListModel.Yann Bodson2009-05-011-1/+1
| |
* | Doc work.Michael Brasser2009-05-012-43/+36
|/
* More format conversion.Michael Brasser2009-05-012-7/+10
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-292-5/+5
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-1/+1
|
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-281-1/+1
|
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-272-9/+5
| | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
* Documentation fixes.Michael Brasser2009-04-241-0/+1
| | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-2213-0/+2831