aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix girth of native text with grayscale AA or styleEskil Abrahamsen Blomfeldt2013-08-272-46/+41
* Fix warning about unused variable.Friedemann Kleint2013-08-271-1/+0
* Explicitly call setCursor in the QQuickMouseArea constructorDaiwei Li2013-08-271-0/+6
* Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-266-11/+84
* Stabilize tst_qquickmousearea.Friedemann Kleint2013-08-232-411/+387
* fix include guard to not clash with qscriptvalueiteratorMichael Zanetti2013-08-231-3/+3
* tst_qquickitem: Make exclusion more fine-grained.Friedemann Kleint2013-08-232-2/+3
* Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-217-4/+104
* Fix some style issues in tst_qquickwindowJosh Faust2013-08-191-16/+15
* Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-195-41/+58
* Doc fixAlan Alpert2013-08-161-2/+3
* Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-163-1/+31
* Marking tst_qquickgridview as insignificant in win and macxSimo Fält2013-08-161-0/+3
* Marking tst_qquicktextedit as insignificant in winSimo Fält2013-08-161-0/+1
* Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-153-0/+48
|\
| * Add changes-5.1.1 filev5.1.1Alan Alpert2013-08-151-0/+44
| * Marking tst_qquickitem as insignificant in winSimo Fält2013-08-151-0/+2
| * Marking tst_qquickmousearea as insignificant on winSimo Fält2013-08-151-0/+2
* | Make sure we propegate the filtering state to the internal texture.Gunnar Sletta2013-08-151-1/+1
* | Unset the cursor when an Item is unparentedDaiwei Li2013-08-142-7/+9
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Sergio Ahumada2013-08-1477-3983/+361
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-0977-3983/+361
| |\|
| | * Doc: Update example used for QML getting started tutorialTopi Reinio2013-08-0916-268/+353
| | * Doc: Remove unused /parts directory from QML getting started exampleTopi Reinio2013-08-0256-3718/+0
| | * 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-295-11/+17
* | | test: Mark tst_qqmlmoduleplugin::incorrectPluginCase() as XFAILSergio Ahumada2013-08-131-0/+4
* | | Fix hover event crashJosh Faust2013-08-123-1/+65
|/ /
* | test: Adapt to Qt.platform.os rename ("mac" -> "osx")Sergio Ahumada2013-08-091-4/+4
* | Fix needless conversion from char * to QStringKai Koehne2013-08-091-20/+20
* | Remove unused local variablesKai Koehne2013-08-091-3/+0
* | Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
* | Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
* | Doc: createObject: adapted description of exampleNico Vertriest2013-08-061-51/+52
* | Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
* | Fix crash in QQmlDebugService::objectForLocationInfo()Duncan Cunningham2013-08-051-18/+18
* | Fix tst_qquickpath not to use fuzzy compareRafael Roquetto2013-08-021-2/+2
* | Fix tst_qquicktexteditRafael Roquetto2013-08-022-9/+6
* | Avoid using connect in QQuickImplicitSizeItem.Michael Brasser2013-08-011-14/+2
* | Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-013-2/+75
* | Remove comment that QQuickPaintedItem is only useful for porting.Gunnar Sletta2013-08-011-3/+0
* | Fixed distance field text getting clipped at small sizes.Yoann Lopes2013-08-011-1/+1
* | Doc: Clean up docs for PathView.highlightRangeMode enum valuesTopi Reinio2013-08-011-16/+19
* | Rectangle which only draw an opaque border should not be blended.Gunnar Sletta2013-08-011-1/+1
* | Stabilize tst_qquickitem.Friedemann Kleint2013-07-311-85/+82
* | Add diagnostic output to tst_qquickpathview::cancelDrag().Friedemann Kleint2013-07-311-1/+9
* | Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-313-5/+99
* | QQuickListViewPrivate::updateStickySections(): add missing null checkJ-P Nurmi2013-07-291-1/+1
* | Fix tst_QQuickDrag::recursion()Rafael Roquetto2013-07-291-3/+43