summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | Made hellogl example compile when GL_MULTISAMPLE is not defined.Samuel Rødal2009-09-211-1/+5
| * | Fixed a warning.Trond Kjernaasen2009-09-211-1/+1
| * | Fix signal/slot connection bugRichard Moe Gustavsen2009-09-211-7/+2
| * | Make the 'softkeys' example compile again after softkey changes.Jason Barron2009-09-211-6/+3
| * | Refactor soft keys implementation.Jason Barron2009-09-211-21/+14
| * | Make OpenGL overpainting example compile under OpenGL/ES 1.1Rhys Weatherley2009-09-212-5/+12
| * | remove display lists and qt3d-ize overpainting/hellogl exampleSarah Smith2009-09-218-231/+549
* | | Only same-as-webkit iteration example (QML actually supports more)Warwick Allison2009-09-241-8/+1
* | | Use new property nameAaron Kennedy2009-09-231-2/+2
* | | Fix crashAaron Kennedy2009-09-231-2/+2
* | | Replaced by testcases.Warwick Allison2009-09-2220-117/+0
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-09-229-20/+51
|\ \ \
| * | | Syntax updateWarwick Allison2009-09-227-20/+39
| * | | Missing files.Warwick Allison2009-09-222-0/+12
* | | | Renaming: QFxView -> QmlViewYann Bodson2009-09-221-3/+3
|/ / /
* | | Fixed compile for example support libraryThorbjørn Lindeijer2009-09-213-11/+7
* | | Fix exampleAaron Kennedy2009-09-211-2/+2
* | | Merge commit 'origin/4.6' into kinetic-declarativeuiLars Knoll2009-09-181-0/+1
|\ \ \ | |/ /
| * | QGraphicsAnchorLayout: Set size policy in the exampleAnselmo Lacerda S. de Melo2009-09-181-0/+1
* | | Implementations of getAllResponseHeaders () and getResponseHeader ().Tapani Mikola2009-09-181-1/+11
* | | Switch Repeater over to use VisualModel.Martin Jones2009-09-171-1/+0
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-161127-4797/+5106
|\ \ \
| * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-152-0/+6
| |\ \ \ | | |/ /
| | * | QCursor support for Symbian OSShane Kearns2009-09-152-0/+6
| * | | Focus changes to QFxItem and QFxView.Andreas Aardal Hanssen2009-09-152-12/+12
| * | | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-09-151125-4785/+5088
| |\ \ \ | | |/ /
| | * | Add an example that shows strength animation QGraphicsColorizeEffect.Ariya Hidayat2009-09-148-1/+274
| | * | Bring back the blurry drop shadow in the lighting example.Ariya Hidayat2009-09-141-1/+3
| | * | API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-141-52/+31
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-142-4/+14
| | |\ \
| | | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-09-144-35/+92
| | | |\ \
| | | * | | AudioDevices demo doesn't do anything on WindowsKurt Korbatits2009-09-142-234/+222
| | * | | | Don't have to glEnable(GL_TEXTURE_2D) when using shaders.Rhys Weatherley2009-09-141-4/+0
| | | |/ / | | |/| |
| | * | | Add platform specific libraries required to use OpenVG to star exampleIain2009-09-111-0/+1
| | * | | Port the textures example to OpenGL/ES 2.0Rhys Weatherley2009-09-113-35/+91
| | * | | Add a layout in the demo it looks better.Alexis Menard2009-09-101-233/+211
| | |/ /
| | * | Doc: First part of my review of the gestures overview.David Boddie2009-09-091-2/+8
| | * | Updated the pbuffers2 example to make it work with the GL2 engine.Kim Motoyoshi Kalland2009-09-091-0/+2
| | * | Update license headers again.Jason McDonald2009-09-091114-4456/+4456
* | | | Better SQL database performance / memory usage.Warwick Allison2009-09-162-3/+16
* | | | Basic first-working SQL database interface.Warwick Allison2009-09-161-0/+30
|/ / /
* | | ListView currentItemMode API replaced with highlight range API.Martin Jones2009-09-144-26/+26
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-112-2/+2
|\ \ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-112-2/+34
| |\ \ \
| * | | | 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
| |/ / / |/| | |
* | | | tweakWarwick Allison2009-09-112-2/+34
|/ / /
* | | Remove unused imports from examples for extending.Christian Kamm2009-09-1010-10/+0
* | | Fix QML_DEFINE_EXTENDED_TYPE use in extending/extended example.Christian Kamm2009-09-101-1/+1
* | | Fix extending examples by inserting the appropriate import.Christian Kamm2009-09-1010-0/+10