aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Introduce a workaround for a GLSL bug on BB10Fabian Bumberger2013-01-261-0/+4
| * | Prevent possible leak with texture providers.Michael Brasser2013-01-251-0/+2
| * | Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-241-2/+2
| * | Doc: Fix uses of \sinceDebao Zhang2013-01-242-3/+2
| * | Fix alignment of Text element with implicit sizeEskil Abrahamsen Blomfeldt2013-01-241-0/+3
| * | Disconnect from previous loading image when loading a new image.Michael Brasser2013-01-241-0/+1
| * | Make HTML horizontal alignment work like in QtQuick 1Eskil Abrahamsen Blomfeldt2013-01-241-1/+1
* | | Make sure deleteLater gets run at the "correct" time.Gunnar Sletta2013-02-071-16/+116
* | | Add \qmlmodule commands for QtQml and QtQuickAlan Alpert2013-02-062-4/+17
* | | Avoid swizzling on OpenGL ES when possibleGunnar Sletta2013-02-061-17/+25
* | | Use constFind instead of find in QQmlMetaType::qmlTypehjk2013-02-061-2/+2
* | | Qml: Use QString::append(QStringRef) overload in ProcessAST::asStringhjk2013-02-061-1/+1
* | | Enable sorting of opaque items again in the default renderer.Gunnar Sletta2013-02-052-4/+3
* | | Warn if the OpenGL context lacks depth/stencil when requested.Gunnar Sletta2013-02-051-0/+8
* | | Use the optimal image format for the spritesGunnar Sletta2013-02-021-1/+1
* | | Dereference the QImage once the corresponding texture is bound.Michael Brasser2013-02-013-1/+5
* | | FolderListModel: use QDateTime for file timesAlberto Mardegan2013-02-011-2/+2
* | | Window can have a transparent/translucent colorShawn Rutledge2013-01-311-0/+8
* | | Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-305-22/+140
* | | Debugger: Remove symbian specific pluginKai Koehne2013-01-306-735/+0
* | | Allow aligning items in a gridFabian Bumberger2013-01-286-2/+135
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-28216-833/+0
* | | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-2437-1220/+1264
* | | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-249-172/+172
* | | Refactor QQmlTypePrivateAlan Alpert2013-01-242-92/+169
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...David Faure (KDE)2013-01-233-6/+11
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-233-6/+11
| |\| |
| | * | QQuickImageProvider: fixed three \snippet pathsXingtao Zhang2013-01-211-3/+3
| | * | Fix crash in PathViewTasuku Suzuki2013-01-181-3/+7
| | * | Merge "Merge branch 'release' into stable" into refs/staging/stableGunnar Sletta2013-01-1710-10/+11
| | |\ \
| | * | | PathCurve documentation: fix non-working example snippetTopi Reinio2013-01-171-0/+1
* | | | | Move documentation to QtQml moduleAlan Alpert2013-01-233-17/+17
|/ / / /
* | | | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-1817-1168/+1279
* | | | Merge branch 'stable' into devGunnar Sletta2013-01-171032-1392/+1636
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'release' into stableGunnar Sletta2013-01-1710-10/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * Avoid race condition in QQuickTestsGunnar Sletta2013-01-171-1/+2
| | * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-177-7/+7
| | * doc: Fix namespace version to 5.0.1 for qhp documentationSergio Ahumada2013-01-122-2/+2
| * | 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
| * | Remove workaround for particle shader on BlackberryFabian Bumberger2013-01-162-10/+0
| * | Fixing a mistake in the GridView documentationFabian Bumberger2013-01-141-2/+2
| * | Silence compiler warnings in qaccessiblequickitem.h.Friedemann Kleint2013-01-141-9/+9
| * | Doc: correcting typo "the the"Nico Vertriest2013-01-148-12/+12
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-101024-1026/+1026
| * | make use of qtHaveModule()Oswald Buddenhagen2013-01-104-5/+5
| * | Fix PinchArea stealing events while disabledOleg Shparber2013-01-091-1/+1
| * | Doc: Updated docs for examples and etcXingtao Zhang2013-01-0918-175/+175
| * | 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