aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Set font correctly in canvas example.Mitch Curtis2014-04-081-1/+1
* Make example work when QOffscreenSurface == QWindowGunnar Sletta2014-04-023-36/+47
* Maroon example: use multimedia for audio; mute when inactiveShawn Rutledge2014-04-012-2/+2
* Fix reading of shader sources in scene graph examplehjk2014-03-273-32/+8
* Fix typo in calqlatr example doc.Mitch Curtis2014-03-251-1/+1
* Fix some documentation errors.Friedemann Kleint2014-03-242-4/+4
* Add surface format to QQuickWidget.Laszlo Agocs2014-03-181-0/+7
* Move Qt Quick Widgets example and document itTopi Reinio2014-03-149-1/+223
* Add some error handling to the QWindowContainer example.Friedemann Kleint2014-03-051-13/+59
* Fix some typosSergio Ahumada2014-03-033-3/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1145-2352/+36
|\
| * Doc: Merge duplicated example directoriesSze Howe Koh2014-02-0643-2331/+10
| * Improve Scene Graph - Simple Material example documentation.Mitch Curtis2014-02-061-11/+11
| * Avoid out-of-bound accesses in Qt Quick example codehjk2014-02-051-10/+15
* | fix whitespaceOswald Buddenhagen2014-01-2242-129/+129
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-0/+1
|\|
| * Fix some compiler warnings in tests and examples.Christian Kandeler2014-01-151-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-102-1/+2
|\|
| * Fix some typos in documentation.Jeff Tranter2014-01-091-1/+1
| * Updated the code to resize the text box on window resizeVenu2014-01-091-0/+1
* | remove QtQuick.Dialogs and related modulesShawn Rutledge2014-01-0712-975/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-244-6/+7
|\|
| * systemdialogs example: path to /tmp is different on WindowsShawn Rutledge2013-12-231-1/+1
| * Doc: Updated the image URLVenu2013-12-191-2/+2
| * QtQuick window example improvements: window size and DPI infoShawn Rutledge2013-12-182-3/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-1/+3
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-1/+3
| |\
| | * Fix binding loop in Maroon in Trouble QML demoTopi Reinio2013-12-041-1/+3
* | | Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-113-0/+95
|/ /
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-203-11/+8
|\|
| * FileDialog example: remove setGeometry buttonShawn Rutledge2013-11-191-10/+0
| * examples/quick/window example: fullscreen is possible on OSXShawn Rutledge2013-11-151-0/+1
| * Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-0/+6
| * Polish up QQmlFileSelectorAlan Alpert2013-11-131-1/+1
* | Respect device pixel ratio in "OpenGL under QML" example.Gunnar Sletta2013-11-141-1/+4
|/
* Doc: Fix broken linksSze Howe Koh2013-11-053-3/+3
* Replace Message attached property with gadget typesShawn Rutledge2013-11-051-21/+21
* Doc: Fix warnings in StocQt Qt Quick demoTopi Reinio2013-11-044-10/+22
* QtQuick examples make use of the new pixelDensity propertyShawn Rutledge2013-10-303-3/+6
* Modify SameGame to use QML SingletonAntti Piira2013-10-2911-47/+121
* Make example work on WindowsGunnar Sletta2013-10-222-23/+10
* Increased precision in shader exampleBernd Weimer2013-10-171-2/+2
* Animator overview docs and example.Gunnar Sletta2013-10-034-0/+123
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-253-77/+19
* Apply file selectors to QQmlApplicationEngine appsAlan Alpert2013-09-209-7/+66
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-196-0/+141
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-196-0/+141
| |\
| | * Doc: Reintroduce docs for Qt Quick Models and Views examplesTopi Reinio2013-09-186-0/+141
* | | Adding QtQuick.Dialogs.MessageDialogShawn Rutledge2013-09-199-1/+400
|/ /
* | Add FontDialog to QtQuick.DialogsLiang Qi2013-09-184-2/+163