aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devGunnar Sletta2013-01-17495-739/+984
|\
| * Merge branch 'release' into stableGunnar Sletta2013-01-177-7/+7
| |\
| | * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-176-6/+6
| | * doc: Fix namespace version to 5.0.1 for qhp documentationSergio Ahumada2013-01-121-1/+1
| * | Enable sub-pixel anti-aliasing for default builds on WindowsEskil Abrahamsen Blomfeldt2013-01-171-1/+1
| * | Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-1611-100/+292
| * | Fixing a mistake in the GridView documentationFabian Bumberger2013-01-141-2/+2
| * | Doc: correcting typo "the the"Nico Vertriest2013-01-145-9/+9
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-10493-493/+493
| * | Fix PinchArea stealing events while disabledOleg Shparber2013-01-091-1/+1
| * | Doc: Updated docs for examples and etcXingtao Zhang2013-01-0910-112/+112
| * | Fix bug where a tap over stacked mouse areas generates a double clickDaniel d'Andrada2013-01-092-5/+25
| * | Flickable: Fix bug when flicking twice using touchesDaniel d'Andrada2013-01-091-0/+5
| * | Fix warnings about nonexistent signals in QQuickScreenOleg Shparber2013-01-091-10/+2
| |/
| * Don't try to grab Windows with invalid or a zero sizeDominik Holland2013-01-081-0/+3
| * Documentation for scene graph examples.Gunnar Sletta2013-01-071-0/+23
| * Accessibility: Send value updatesFrederik Gladhorn2013-01-042-0/+10
* | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-8/+2
* | Disable blending of opaque Rectangle elementsGunnar Sletta2013-01-171-0/+3
* | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-151-5/+5
* | Filter key press events through shortcut map.Frederik Gladhorn2013-01-141-0/+6
* | Deinline QQuickKeysAttached::keyToSignal.Robin Burchell2013-01-082-21/+22
|/
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-231-4/+4
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-235-4/+7
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-199-1/+21
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-193-8/+31
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-2/+0
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-154-5/+5
* Fixed samegame tutorial part 4 to reflect Quick2 stateOliver Wolff2012-12-141-2/+2
* Update porting docsv5.0.0-rc2Alan Alpert2012-12-121-1/+10
* Change virtual folders in .qdocconf to qtqml and qtquickhjk2012-12-121-1/+1
* Work towards supporting front-to-back reordering of opaque items.Michael Brasser2012-12-122-10/+9
* Fixed abstractitemmodel exampleOliver Wolff2012-12-121-1/+1
* Improved the scene graph overview a bitGunnar Sletta2012-12-111-9/+48
* centralize and fixup example sources install targetsOswald Buddenhagen2012-12-103-4/+4
* Don't generate duplicate doc pagesPaul Olav Tvete2012-12-101-4/+0
* Fix doc links to submodelsPaul Olav Tvete2012-12-101-4/+4
* QtDeclarative: Add qtlinguist to the doc dependecies.David Schulz2012-12-041-1/+1
* Doc: Edited qdocconfig files to change QCH titles and redirects.Jerome Pasion2012-12-031-8/+10
* Qt Quick high-dpi support.Morten Johan Sørvig2012-12-012-3/+9
* Update SGNode after pixmap is invalidatedAlan Alpert2012-11-301-1/+1
* Compile with QT_NO_VALIDATOR.Volker Krause2012-11-301-3/+3
* Compile with -no-feature-cursor.Volker Krause2012-11-301-0/+4
* Fix example lists for Qt QuickEskil Abrahamsen Blomfeldt2012-11-302-23/+13
* Add calqlatr to qmldemos group and move qmldemos listEskil Abrahamsen Blomfeldt2012-11-301-75/+0
* Remove superfluous function callAlan Alpert2012-11-301-1/+0
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-298-1279/+0
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-2913-26/+25
* Warn about potential abuse of QQuickPaintedItem::paint().Gunnar Sletta2012-11-291-0/+3
* Fix mouse event distribution for Flickable with pressDelayMatt Vogt2012-11-293-67/+80