summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Better SQL database performance / memory usage.Warwick Allison2009-09-162-3/+16
| | | | | Rows accessible incrementally. Rows.forwardOnly for optimization.
* Basic first-working SQL database interface.Warwick Allison2009-09-161-0/+30
| | | | A simple Qt-based implementation of HTML5 SQL local storage databases.
* ListView currentItemMode API replaced with highlight range API.Martin Jones2009-09-144-26/+26
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-112-2/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-112-2/+34
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | current -> currentItem property in ListView and GridViewMartin Jones2009-09-112-2/+2
| | |
* | | Ensure text size changes when text is made empty, or elides to empty.Warwick Allison2009-09-111-2/+2
| |/ |/| | | | | | | Previously, old size would persist if text changed from non-"" to "". Elide text in example (tests and demonstrates)
* | tweakWarwick Allison2009-09-112-2/+34
|/
* Remove unused imports from examples for extending.Christian Kamm2009-09-1010-10/+0
| | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Fix QML_DEFINE_EXTENDED_TYPE use in extending/extended example.Christian Kamm2009-09-101-1/+1
| | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Fix extending examples by inserting the appropriate import.Christian Kamm2009-09-1010-0/+10
| | | | | Reviewed-by: owolff Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Follow renamed to SpringFollow.Martin Jones2009-09-108-19/+19
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-092-7/+7
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-094-38/+51
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Move ComponentInstance functionality into LoaderMartin Jones2009-09-092-7/+7
| | |
* | | clearer exampleWarwick Allison2009-09-091-4/+12
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-094-38/+51
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-09-084-38/+51
| |\ \ | | |/ | |/| | | | kinetic-declarativeui
| | * Port examples/opengl/textures to OpenGL/ES 1.1Rhys Weatherley2009-09-084-38/+51
| | | | | | | | | | | | Reviewed-by: Sarah Smith
* | | Modifying ListModel from JS: work for structured data too.Warwick Allison2009-09-091-4/+44
|/ /
* | Missed icons.Warwick Allison2009-09-083-0/+0
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-087-20/+25
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Martin Jones2009-09-086-18/+23
| |\ \ | | |/ | | | | | | kinetic-declarativeui
| | * Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-063-5/+5
| | | | | | | | | | | | | | | | | | | | | The custom shader code in the OpenGL2 paint engine needs time to mature before we make this official public API. Reviewed-by: trustme
| | * Make the view in the flowlayout example big enough.Jan-Arve Sæther2009-09-041-0/+1
| | |
| | * Minor fixes to the graphicsview/flowlayout exampleJan-Arve Sæther2009-09-042-13/+17
| | |
| * | fix tutorial 3 - qmlviewer bails out with "id conflicts with type name"Frederik Gladhorn2009-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | the reason is that MouseRegion is used as id Merge-request: 1443 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* | | Dynamic QmlListModelWarwick Allison2009-09-081-0/+91
|/ / | | | | | | | | Reveals a number of bugs in ListView (and probably others). Basic ugly example for now.
* | Use data as the default property of the views.Michael Brasser2009-09-071-12/+9
| |
* | Get recipes example running again.Michael Brasser2009-09-071-6/+6
| |
* | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2009-09-0323-64/+121
|\ \ | |/
| * Fix more warnings for mingwThierry Bastian2009-09-033-6/+5
| |
| * fix warnings in stickman demo on mingwThierry Bastian2009-09-036-37/+32
| | | | | | | | | | We now also use the brand-new QGraphicsObject class We also make sure we have less memory leak or bad deallocation.
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-033-14/+32
| |\
| | * Added the install path for the gestures imageviewer example.Denis Dzyubenko2009-09-031-6/+6
| | | | | | | | | | | | Reviewed-by: trustme
| | * FortuneServer/Client example: fix displayed IPPeter Hartmann2009-09-032-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | fortune server: listen to the first non-local IPv4 address found, fortune client: display that address as default in the line edit. Reviewed-by: Prasanth Ullattil Reviewed-by: Aleksandar Sasha Babic
| * | Saxbookmarks bookmarks folder fixed for Symbian.Miikka Heikkinen2009-09-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changed Saxbookmarks to look for bookmarks from installation drive instead of current drive, as current drive will always be C:/ by default. Task-number: 260731 Reviewed-by: Janne Anttila
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-031-2/+4
| |\ \ | | |/
| | * Added a property to QPinchGesture to specify what exactly changed.Denis Dzyubenko2009-09-031-2/+2
| | | | | | | | | | | | | | | | | | | | | Added QPinchGesture::whatChanged() which specifies which property in the pinch gesture changed - the scale factor or rotation angle or both. Reviewed-by: Bradley T. Hughes
| | * Improved the gesture api.Denis Dzyubenko2009-09-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made properties in QPanGesture and QPinchGesture more consistent - all of them have value, lastValue and totalValue. Documented that totalValue means the value from the beginning of the gesture, while the 'value' - from the beginning of the current sequence. This is especially useful on Windows when you zoom with two fingers and then release one finger and touch again to continue zooming. Also added a workaround for native Rotate gesture on Windows which contain a 'bad' value in the first WM_GESTURE message in every gesture sequence. Reviewed-by: Bradley T. Hughes
| * | Added missing TARGET.UID3 definitions to various components.Miikka Heikkinen2009-09-036-1/+28
| |/ | | | | | | | | | | | | Every non-test binary built for Symbian needs explicitly assigned UID3, so added TARGET.UID3 for components that were missing it. Reviewed-by: Janne Anttila
| * Stickman: increases the view size for making room for jumping & dyingLeonardo Sobral Cunha2009-09-021-1/+5
| | | | | | | | Reviewed-by: ogoffart
| * Don't show example fullscreen on desktopOlivier Goffart2009-09-022-6/+5
| | | | | | | | Reviewed-by: Jason Barron
| * Fix repainting artifacts in Stickman exampleEskil Abrahamsen Blomfeldt2009-09-021-0/+1
| | | | | | | | | | | | | | | | | | Graphics view now requires that you set a flag to get notifications about geometry changes. We need these changes to make sure the bounding rectangle of the parent item is up-to-date. Reviewed-by: Leo Task number: 258495
| * make the animations file in stickman demo be resourcesThierry Bastian2009-09-023-5/+14
| | | | | | | | | | | | | | This helps the demo find the files more easily Task-number: 260628 Reviewed-by: eskil
* | Compile!Andreas Aardal Hanssen2009-09-032-5/+0
| | | | | | | | | | | | | | Remove declarative.pro from examples, none of the examples require compiling anyway. Reviewed-by: TrustMe
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-032-8/+6
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-031-5/+5
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Flickable visible area properties moved into visibleArea as dot props.Martin Jones2009-09-032-8/+6
| | | |
* | | | Move minehunt and twitter to demos directoryAlan Alpert2009-09-0316-576/+0
| | | | | | | | | | | | | | | | | | | | Minehunt is more a demo than an example, and the twitter app goes with the flickr app.