aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Smooth dragging an item with MouseArea.Andrew den Exter2013-03-141-0/+1
* Doc: Changed section title in whatsnew.qdocJerome Pasion2013-03-131-4/+3
* Makes QSmoothedAnimation respect zero duration.Thomas Kristensen2013-03-131-2/+2
* Fixed text opacity when using Text.NativeRendering.Yoann Lopes2013-03-121-1/+1
* make the sample code more consistent in contextXingtao Zhang2013-03-121-1/+1
* Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-121-4/+15
* Simplify function with early return.Frederik Gladhorn2013-03-111-30/+31
* Fix TextEdit::persistentSelection docs (false by default)J-P Nurmi2013-03-011-1/+1
* GridView: fix resetColumns() to calculate the amount of columns rightJ-P Nurmi2013-02-261-1/+1
* Fix headers without Qt module directory name in their includesJosh Faust2013-02-254-5/+5
* Fix warnings about shadowing membersThiago Macieira2013-02-223-6/+6
* ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-221-1/+3
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-26/+21
* MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-221-30/+19
* Typos: tripple->tripleFrederik Gladhorn2013-02-212-21/+21
* Fix QQuickTimeLine::accel() & accelDistance()J-P Nurmi2013-02-201-3/+4
* Fixed build when Qt is configured with -no-opengl.Samuel Rødal2013-02-201-1/+1
* Docs: Slow Down Animations only exists in qml1Frederik Gladhorn2013-02-191-8/+0
* Clarify Component::createObject docsAlan Alpert2013-02-191-2/+2
* Fix embedding images in text elementsEskil Abrahamsen Blomfeldt2013-02-191-0/+1
* Doc: Update QtQuickTest documentationCaroline Chao2013-02-181-0/+28
* Doc: Correcting typo "without with"Marcel Krems2013-02-181-1/+1
* Fix missing TextInput::remove(int start, int end) docsJ-P Nurmi2013-02-151-1/+1
* Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-153-7/+11
* A MouseArea should not receive move or release events if the press was not ac...Michael Brasser2013-02-141-1/+1
* DesignerSupport: Fix rendering in designer for if new items are addedMarco Bubke2013-02-121-0/+1
* Remove use of QPainter::HighQualityAntialiasing. It has no effect.Gunnar Sletta2013-02-122-4/+3
* Doc: Removed reference to QAbstractItemModel::setRoleNames()Venugopal Shivashankar2013-02-081-17/+25
* Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-1/+1
* substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-062-12/+12
* Fix lupdate-warning in qqmlrewrite.cpp.Friedemann Kleint2013-02-061-4/+12
* Fix lupdate-warnings in qqmlimport.cpp.Friedemann Kleint2013-02-061-13/+9
* Fix lupdate-warnings.Friedemann Kleint2013-02-063-3/+3
* Ensure the cursorRectangle is updated as the width of the text changes.Andrew den Exter2013-02-011-1/+3
* Merge branch 'release' into stableSergio Ahumada2013-01-316-8/+7
|\
| * Doc: declarative-colors.png not visible in qmltypereference.qdocv5.0.1Nico Vertriest2013-01-281-0/+0
| * Doc: Add QML Types to table of contents in AssistantTopi Reinio2013-01-251-1/+1
| * Remove outdated macro usageChristian Stenger2013-01-244-7/+6
| * Doc: Fixed "QML Types" node in AssistantJerome Pasion2013-01-221-1/+1
* | Document QQuickItem::itemChange and QQuickItem::window() properlyGunnar Sletta2013-01-311-3/+87
* | Strengthen reference to var properties during constructionAlan Alpert2013-01-291-0/+6
* | docfix: Emitter.enabled was documented as Emitter.emitting.Gunnar Sletta2013-01-291-1/+1
* | Fix memory leakAlan Alpert2013-01-291-0/+1
* | Fix unterminated commentSze Howe Koh2013-01-281-1/+1
* | Doc: Fix "Command '\li' outside of '\list' and '\table'"Sze Howe Koh2013-01-281-1/+1
* | 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