aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtQuick.Dialogs.ColorDialog: set current color in the QColorDialogShawn Rutledge2013-07-311-0/+5
* Make buttons and tabs larger in QML examples and dialogsShawn Rutledge2013-07-291-3/+3
* Workaround for distance field glyph upload problem.Yoann Lopes2013-07-261-2/+4
* Keep the QML ColorDialog's controls in sync with the color propertyShawn Rutledge2013-07-252-7/+26
* Correct initial/minimum size of default QML ColorDialogShawn Rutledge2013-07-251-1/+1
* Doc: Link to QML Qt object in relevant locationsTopi Reinio2013-07-252-1/+6
* Doc: Modified the term for the Qt global object.Jerome Pasion2013-07-251-4/+1
* Link between "QML Basic Type: date" and QML Date object documentation.Mitch Curtis2013-07-233-8/+9
* Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
* Fix CLANG-warning '&&' within '||' [-Wlogical-op-parentheses].Friedemann Kleint2013-07-121-1/+1
* Fix CLANG-warning about unused member variable m_defaultAntialiasingMode.Friedemann Kleint2013-07-121-1/+0
* Docs: restore missing ListModel methodsJ-P Nurmi2013-07-081-9/+9
* Fixed typo 'backens'Thorbjørn Lindeijer2013-07-081-1/+1
* Update snap when snapMode changesAlbert Astals Cid2013-07-081-0/+1
* Fix typo in Graphical Effects documentation.Mitch Curtis2013-07-081-1/+1
* 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
* 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
* Document QWindow::alert() in Qt Quick.Friedemann Kleint2013-06-281-0/+12
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2826-114/+265
|\
| * FileDialog.folder property should also be a QUrl, for consistencyv5.1.0-rc2v5.1.0Shawn Rutledge2013-06-2811-42/+45
| * QtQml: document QQmlExtensionPlugin::baseUrlShawn Rutledge2013-06-282-1/+10
| * 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
| * Declarative dialog improvements for the non-Window use caseShawn Rutledge2013-06-2610-41/+186
* | 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-265-5/+11
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-255-5/+11
| |\|
| | * Update 5.1.0 changelog and what's newAlan Alpert2013-06-252-1/+7
| | * 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-242-4/+10
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-202-4/+10
| |\|
| | * QColorDialogHelper: Force QWindow before setting flagsShawn Rutledge2013-06-192-4/+9
| | * QFileDialogHelper: Force QWindow before setting flags.Friedemann Kleint2013-06-131-0/+1
* | | emit runningChanged when AnimatedSprite stops by loops settingsTasuku Suzuki2013-06-221-3/+4
* | | Fix some Canvas/Context2D documentation issues.Mitch Curtis2013-06-212-32/+53