Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better SQL database performance / memory usage. | Warwick Allison | 2009-09-16 | 2 | -3/+16 |
| | | | | | Rows accessible incrementally. Rows.forwardOnly for optimization. | ||||
* | Basic first-working SQL database interface. | Warwick Allison | 2009-09-16 | 1 | -0/+30 |
| | | | | A simple Qt-based implementation of HTML5 SQL local storage databases. | ||||
* | ListView currentItemMode API replaced with highlight range API. | Martin Jones | 2009-09-14 | 4 | -26/+26 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-11 | 2 | -2/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-11 | 2 | -2/+34 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | current -> currentItem property in ListView and GridView | Martin Jones | 2009-09-11 | 2 | -2/+2 |
| | | | |||||
* | | | Ensure text size changes when text is made empty, or elides to empty. | Warwick Allison | 2009-09-11 | 1 | -2/+2 |
| |/ |/| | | | | | | | Previously, old size would persist if text changed from non-"" to "". Elide text in example (tests and demonstrates) | ||||
* | | tweak | Warwick Allison | 2009-09-11 | 2 | -2/+34 |
|/ | |||||
* | Remove unused imports from examples for extending. | Christian Kamm | 2009-09-10 | 10 | -10/+0 |
| | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Fix QML_DEFINE_EXTENDED_TYPE use in extending/extended example. | Christian Kamm | 2009-09-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Fix extending examples by inserting the appropriate import. | Christian Kamm | 2009-09-10 | 10 | -0/+10 |
| | | | | | Reviewed-by: owolff Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 8 | -19/+19 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-09 | 2 | -7/+7 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-09 | 4 | -38/+51 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Move ComponentInstance functionality into Loader | Martin Jones | 2009-09-09 | 2 | -7/+7 |
| | | | |||||
* | | | clearer example | Warwick Allison | 2009-09-09 | 1 | -4/+12 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-09 | 4 | -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 Brasser | 2009-09-08 | 4 | -38/+51 |
| |\ \ | | |/ | |/| | | | | kinetic-declarativeui | ||||
| | * | Port examples/opengl/textures to OpenGL/ES 1.1 | Rhys Weatherley | 2009-09-08 | 4 | -38/+51 |
| | | | | | | | | | | | | Reviewed-by: Sarah Smith | ||||
* | | | Modifying ListModel from JS: work for structured data too. | Warwick Allison | 2009-09-09 | 1 | -4/+44 |
|/ / | |||||
* | | Missed icons. | Warwick Allison | 2009-09-08 | 3 | -0/+0 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-08 | 7 | -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 Jones | 2009-09-08 | 6 | -18/+23 |
| |\ \ | | |/ | | | | | | | kinetic-declarativeui | ||||
| | * | Make QGraphicsShaderEffect private API for 4.6 | Rhys Weatherley | 2009-09-06 | 3 | -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æther | 2009-09-04 | 1 | -0/+1 |
| | | | |||||
| | * | Minor fixes to the graphicsview/flowlayout example | Jan-Arve Sæther | 2009-09-04 | 2 | -13/+17 |
| | | | |||||
| * | | fix tutorial 3 - qmlviewer bails out with "id conflicts with type name" | Frederik Gladhorn | 2009-09-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | the reason is that MouseRegion is used as id Merge-request: 1443 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | | | Dynamic QmlListModel | Warwick Allison | 2009-09-08 | 1 | -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 Brasser | 2009-09-07 | 1 | -12/+9 |
| | | |||||
* | | Get recipes example running again. | Michael Brasser | 2009-09-07 | 1 | -6/+6 |
| | | |||||
* | | Merge commit 'qt/4.6' into kinetic-declarativeui | Bjørn Erik Nilsen | 2009-09-03 | 23 | -64/+121 |
|\ \ | |/ | |||||
| * | Fix more warnings for mingw | Thierry Bastian | 2009-09-03 | 3 | -6/+5 |
| | | |||||
| * | fix warnings in stickman demo on mingw | Thierry Bastian | 2009-09-03 | 6 | -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.6 | Miikka Heikkinen | 2009-09-03 | 3 | -14/+32 |
| |\ | |||||
| | * | Added the install path for the gestures imageviewer example. | Denis Dzyubenko | 2009-09-03 | 1 | -6/+6 |
| | | | | | | | | | | | | Reviewed-by: trustme | ||||
| | * | FortuneServer/Client example: fix displayed IP | Peter Hartmann | 2009-09-03 | 2 | -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 Heikkinen | 2009-09-03 | 1 | -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.6 | Miikka Heikkinen | 2009-09-03 | 1 | -2/+4 |
| |\ \ | | |/ | |||||
| | * | Added a property to QPinchGesture to specify what exactly changed. | Denis Dzyubenko | 2009-09-03 | 1 | -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 Dzyubenko | 2009-09-03 | 1 | -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 Heikkinen | 2009-09-03 | 6 | -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 & dying | Leonardo Sobral Cunha | 2009-09-02 | 1 | -1/+5 |
| | | | | | | | | Reviewed-by: ogoffart | ||||
| * | Don't show example fullscreen on desktop | Olivier Goffart | 2009-09-02 | 2 | -6/+5 |
| | | | | | | | | Reviewed-by: Jason Barron | ||||
| * | Fix repainting artifacts in Stickman example | Eskil Abrahamsen Blomfeldt | 2009-09-02 | 1 | -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 resources | Thierry Bastian | 2009-09-02 | 3 | -5/+14 |
| | | | | | | | | | | | | | | This helps the demo find the files more easily Task-number: 260628 Reviewed-by: eskil | ||||
* | | Compile! | Andreas Aardal Hanssen | 2009-09-03 | 2 | -5/+0 |
| | | | | | | | | | | | | | | Remove declarative.pro from examples, none of the examples require compiling anyway. Reviewed-by: TrustMe | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-09-03 | 2 | -8/+6 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-03 | 1 | -5/+5 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Flickable visible area properties moved into visibleArea as dot props. | Martin Jones | 2009-09-03 | 2 | -8/+6 |
| | | | | |||||
* | | | | Move minehunt and twitter to demos directory | Alan Alpert | 2009-09-03 | 16 | -576/+0 |
| | | | | | | | | | | | | | | | | | | | | Minehunt is more a demo than an example, and the twitter app goes with the flickr app. |