aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Docs: fix QtQuick2::Item::layer.sourceRect typeold/5.1J-P Nurmi2013-09-211-1/+1
* Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-191-1/+6
* Doc: Reintroduce docs for Qt Quick Models and Views examplesTopi Reinio2013-09-181-5/+9
* Improve QML Date object documentation.Mitch Curtis2013-09-171-7/+97
* Doc: Move properties of Locale QML type to correct moduleTopi Reinio2013-09-175-34/+34
* Removed the static intialized boolean of qquickitemsmodule.Dominik Holland2013-09-051-5/+0
* Fix qmlClearEnginePlugins() to clear engine plugins.Dominik Holland2013-09-051-16/+38
* Fix compiler warning about unused variableKai Koehne2013-09-041-1/+1
* Fix crash on QV8Engine destructionJosh Faust2013-08-301-1/+1
* Initialize variables in ShaderEffectSource's texture provider.Gunnar Sletta2013-08-281-0/+4
* Fix crash when trying to set versioned group propertiesSimon Hausmann2013-08-281-1/+3
* Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-276-31/+40
* Don't crash due to KeyRelease on an unloaded ItemShawn Rutledge2013-08-271-3/+3
* 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
* fix include guard to not clash with qscriptvalueiteratorMichael Zanetti2013-08-231-3/+3
* Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-213-4/+13
* Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-192-6/+8
* Doc fixAlan Alpert2013-08-161-2/+3
* Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-1/+1
* Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
* 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-141-1/+3
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Sergio Ahumada2013-08-142-3/+8
|\
| * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-092-3/+8
| |\
| | * 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
* | | Fix hover event crashJosh Faust2013-08-121-1/+8
|/ /
* | 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
* | Avoid using connect in QQuickImplicitSizeItem.Michael Brasser2013-08-011-14/+2
* | Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-011-2/+2
* | 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
* | Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-311-5/+5
* | QQuickListViewPrivate::updateStickySections(): add missing null checkJ-P Nurmi2013-07-291-1/+1
* | FolderListModel: Do not return invalid URLs like "file:" when navigating up.Friedemann Kleint2013-07-291-8/+4
* | FolderListModel: Fix setting of directory in componentComplete().Friedemann Kleint2013-07-291-2/+2
* | Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-269-23/+47
|\|
| * 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