Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup, fixes, and basic docs for XmlListModel. | Michael Brasser | 2009-06-29 | 2 | -10/+120 |
| | |||||
* | Move some non-essential classes to extra. | Michael Brasser | 2009-06-29 | 14 | -2/+2415 |
| | |||||
* | QmlTimer::firesOnStart -> triggeredOnStart | Martin Jones | 2009-06-25 | 2 | -13/+14 |
| | |||||
* | Fix GridView handling of unrequested items. | Martin Jones | 2009-06-24 | 1 | -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 Jones | 2009-06-24 | 2 | -8/+162 |
| | |||||
* | A simple timer element. | Martin Jones | 2009-06-23 | 3 | -2/+181 |
| | |||||
* | Only objects or lists of objects can be default properties. | Michael Brasser | 2009-06-22 | 4 | -5/+0 |
| | |||||
* | Use QContiguousCache for cached queries | Ian Walters | 2009-06-18 | 2 | -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 Brasser | 2009-06-12 | 2 | -13/+3 |
| | |||||
* | Speed up XmlListModel. | Michael Brasser | 2009-06-12 | 1 | -7/+22 |
| | |||||
* | More explicit QUrl <-> QString conversion. | Warwick Allison | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 2 | -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 Brasser | 2009-06-09 | 1 | -11/+11 |
| | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 2 | -3/+3 |
| | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 2 | -18/+18 |
| | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 5 | -7/+7 |
| | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 6 | -8/+8 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Add status and feedback info to XmlListModel | Martin Jones | 2009-05-20 | 2 | -4/+48 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-20 | 6 | -14/+14 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fixed #includes | Roberto Raggi | 2009-05-18 | 6 | -14/+14 |
| | | |||||
* | | Use a thread for QXmlQuery to avoid its event loop messing with us. | Martin Jones | 2009-05-20 | 2 | -148/+264 |
|/ | |||||
* | Fix QmlXmlListModel on property changes, on empty results. | Warwick Allison | 2009-05-07 | 2 | -10/+34 |
| | | | | Tags in flickr demo. | ||||
* | Enable updating of XmlListModel from Qml. | Michael Brasser | 2009-05-06 | 2 | -4/+9 |
| | | | | Made the fetch() method a slot so it will be accessible from QML. | ||||
* | More doc cleanup. | Michael Brasser | 2009-05-05 | 2 | -32/+35 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-01 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Small fix for QXmlListModel. | Yann Bodson | 2009-05-01 | 1 | -1/+1 |
| | | |||||
* | | Doc work. | Michael Brasser | 2009-05-01 | 2 | -43/+36 |
|/ | |||||
* | More format conversion. | Michael Brasser | 2009-05-01 | 2 | -7/+10 |
| | |||||
* | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore. | Yann Bodson | 2009-04-29 | 2 | -5/+5 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Add a declarative data ptr to QObjectPrivate | Aaron Kennedy | 2009-04-27 | 2 | -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 Brasser | 2009-04-24 | 1 | -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 Brasser | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 13 | -0/+2831 |