aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove objectlistmodel.qmlproject file.Friedemann Kleint2013-07-041-14/+0
* Item views: do not track the geometry of items being removedJ-P Nurmi2013-07-044-41/+45
* QQuickTextEdit: move QSG* members from dptr to root node.Pierre Rossi2013-07-032-19/+39
* Doc: Fix documentation of ownership of in QmlComponent::createKai Koehne2013-07-031-4/+2
* Fix access to invalid memory in ~QQmlEnginePrivateKai Koehne2013-07-031-3/+0
* Initialize m_dirty_texture memberGunnar Sletta2013-07-031-0/+1
* Fix warning about change of sign: glyph_t is unsignedThiago Macieira2013-07-031-3/+3
* Fix missing QQuickTextDocument docsJ-P Nurmi2013-07-022-18/+18
* Debugger: Remove handling of QT_DECLARATIVE_DEBUG macroKai Koehne2013-07-021-1/+1
* Disambiguate name of static helper from QtQuick1Kai Koehne2013-07-021-2/+2
* Document public members of QSGSimpleMaterialShaderGunnar Sletta2013-07-021-3/+15
* Mark tests tst_qquickloader as insignificant due to random failuresTony Sarajarvi2013-07-021-0/+1
* Relayout the text after the vertical alignment is changedMarco Bubke2013-07-011-0/+4
* Only emit moving change signals when moving actually changesAaron Kennedy2013-07-011-2/+2
* Example for running animations on the render threadGunnar Sletta2013-07-018-0/+409
* Document QWindow::alert() in Qt Quick.Friedemann Kleint2013-06-281-0/+12
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2839-125/+406
|\
| * FileDialog.folder property should also be a QUrl, for consistencyv5.1.0-rc2v5.1.0Shawn Rutledge2013-06-2812-43/+46
| * QtQml: document QQmlExtensionPlugin::baseUrlShawn Rutledge2013-06-283-1/+12
| * QtQuick.Dialogs: sync the docs with the implementationShawn Rutledge2013-06-275-28/+22
| * Switch to non-streaming version of qWarning()Alan Alpert2013-06-271-2/+1
| * Undo presumably accidental line deletionAlan Alpert2013-06-271-0/+1
| * photosurface: add C++ boilerplate launcher; open buttonShawn Rutledge2013-06-2610-1/+131
| * Declarative dialog improvements for the non-Window use caseShawn Rutledge2013-06-2611-50/+193
* | Request paint if scene changes for the canvas itemMarco Bubke2013-06-261-1/+4
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-266-9/+69
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-256-9/+69
| |\|
| | * Update 5.1.0 changelog and what's newAlan Alpert2013-06-253-5/+65
| | * QQmlPlatform: rename "mac" to "osx"J-P Nurmi2013-06-242-3/+3
| | * Add missing Q_REVISIONAlan Alpert2013-06-231-1/+1
* | | QQmlTrace: getpid() requires unistd.hShawn Rutledge2013-06-251-0/+1
|/ /
* | Improve QtQuick Item Anchors documentation.Mitch Curtis2013-06-251-5/+5
* | Tidy up Context2D transform-related documentation.Mitch Curtis2013-06-257-20/+31
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-2416-35/+49
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2016-35/+49
| |\|
| | * QColorDialogHelper: Force QWindow before setting flagsShawn Rutledge2013-06-192-4/+9
| | * Doc: Changed the title to avoid name conflicts and linking errorsVenu2013-06-182-2/+2
| | * photosurface demo: behavior depends on initialization orderShawn Rutledge2013-06-142-2/+4
| | * stabilize tst_touchmouse.Gunnar Sletta2013-06-141-2/+0
| | * QFileDialogHelper: Force QWindow before setting flags.Friedemann Kleint2013-06-131-0/+1
| | * move quick dialogs example into an artificial subdirectory againv5.1.0-rc1Shawn Rutledge2013-06-129-25/+33
* | | emit runningChanged when AnimatedSprite stops by loops settingsTasuku Suzuki2013-06-223-3/+87
* | | Fix some Canvas/Context2D documentation issues.Mitch Curtis2013-06-212-32/+53
* | | Revert "Cut performance cost in QSGContext::prepareMaterial()".Gunnar Sletta2013-06-203-10/+1
|/ /
* | fix case insensitive issue with image provider idTasuku Suzuki2013-06-182-2/+30
* | Remove use of 'register' from QtQml.Stephen Kelly2013-06-181-3/+3
* | Prefix internal classes properly and private export them.Gunnar Sletta2013-06-175-16/+16
* | Graph exampleGunnar Sletta2013-06-1418-0/+1201
* | Add --noinstantiate to qmlplugindumpAlan Alpert2013-06-131-38/+44
* | Our Context2D::clearRect implementation was a bit clumsyGunnar Sletta2013-06-131-5/+2