summaryrefslogtreecommitdiffstats
path: root/examples/declarative/loader
Commit message (Collapse)AuthorAgeFilesLines
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* fix headersWarwick Allison2009-10-301-17/+17
|
* fix headersWarwick Allison2009-10-292-17/+57
|
* cleanupYann Bodson2009-10-281-2/+2
|
* Remove folderlistmodel's use of QObject private dataMartin Jones2009-10-222-43/+8
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-213-1/+543
|\ | | | | | | into kinetic-declarativeui
| * Move QmlFolderListModel to the loader example.Martin Jones2009-10-213-1/+543
| |
* | Fix loader on Symbian.Martin Jones2009-10-211-1/+1
|/
* Make loader dummydata loading work on Symbian too.Martin Jones2009-10-161-1/+1
|
* Make sure loader loads all dummydataMartin Jones2009-10-162-3/+3
|
* More loader improvement.Martin Jones2009-10-161-5/+10
|
* More loader improvementMartin Jones2009-10-164-7/+14
|
* Playing with loader UI.Martin Jones2009-10-165-23/+181
|
* Improve FolderListModel a littleWarwick Allison2009-10-161-1/+1
| | | | | File -> Url Support the useful filters
* Some improvements to loaderMartin Jones2009-10-153-31/+78
|
* lowercase idsYann Bodson2009-10-062-31/+31
|
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-3/+3
|
* current -> currentItem property in ListView and GridViewMartin Jones2009-09-111-1/+1
|
* Centralize QNetworkRequest attribute setting, turn on pipelining.Warwick Allison2009-08-242-1/+24
| | | | | | | | ... in two places. Qt expects the "application" to configure caching, proxy, pipelining, etc., on a QNetworkAccessManager, so now we do that in the two most important cases: the loader example and qmlviewer tool.
* Rename State change elements.Martin Jones2009-08-211-2/+2
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Palette -> SystemPaletteYann Bodson2009-08-201-9/+9
|
* Renaming Rect -> RectangleYann Bodson2009-08-193-8/+8
|
* Text-related API updates after reviewMichael Brasser2009-08-191-2/+2
| | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
* Slightly more key friendly loader.Martin Jones2009-08-172-8/+19
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-142-2/+2
|
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-312-3/+3
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-312-3/+3
|
* Introduce Loader item.Michael Brasser2009-07-301-2/+4
| | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-292-2/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix for QmlPaletteYann Bodson2009-07-282-2/+3
| | | | | | | | | | Add a colorGroup property and remove palette properties from the root context.
* | loader improvements.Martin Jones2009-07-292-1/+118
|/
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-233-0/+6
| | | | | Adjust examples and demos accordingly. As per QT-558
* Improve loader exampleYann Bodson2009-07-165-17/+49
| | | | Use system palette and icons.
* Move QmlTimer to util/Martin Jones2009-07-141-0/+14
|
* Browser UI improvements.Martin Jones2009-07-081-6/+36
|
* Make loader handle dummy data and get source URL right.Martin Jones2009-07-022-4/+57
|
* Replace browser with loaded QML.Martin Jones2009-06-303-37/+44
|
* Simple QML browser/loader.Martin Jones2009-06-304-0/+73