tst_qquickpathview::cancelDrag(): Move mouse after setUrl().
[platform/upstream/qtdeclarative.git] / src /
2013-08-28 Gunnar SlettaInitialize variables in ShaderEffectSource's texture...
2013-08-28 Simon HausmannFix crash when trying to set versioned group properties
2013-08-27 Yoann LopesUpdated distance field glyph caches to use QDistanceField.
2013-08-27 Shawn RutledgeDon't crash due to KeyRelease on an unloaded Item
2013-08-27 Eskil Abrahamsen... Fix girth of native text with grayscale AA or style
2013-08-27 Friedemann KleintFix warning about unused variable.
2013-08-27 Daiwei LiExplicitly call setCursor in the QQuickMouseArea constr...
2013-08-23 Michael Zanettifix include guard to not clash with qscriptvalueiterator
2013-08-21 Kai KoehneDebugger: Fix crash when app exits while debugging
2013-08-19 Martin JonesDragging MouseArea nested in Flickable does not work...
2013-08-16 Alan AlpertDoc fix
2013-08-16 Nils JeiseckeFix currentIndex in Qml itemView when assigning an...
2013-08-16 Mitch CurtisDon't repaint the Canvas if it's just changing position.
2013-08-15 Sergio AhumadaMerge remote-tracking branch 'origin/release' into...
2013-08-15 Gunnar SlettaMake sure we propegate the filtering state to the inter...
2013-08-14 Daiwei LiUnset the cursor when an Item is unparented
2013-08-13 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/release...
2013-08-12 Josh FaustFix hover event crash
2013-08-09 Sergio AhumadaMerge remote-tracking branch 'origin/release' into...
2013-08-09 Kai KoehneFix needless conversion from char * to QString
2013-08-09 Kai KoehneRemove unused local variables
2013-08-07 Gunnar SlettaStop the update timer when no windows are visible
2013-08-06 Thiago MacieiraRemove C-style casts from public headers.
2013-08-06 Nico VertriestDoc: createObject: adapted description of example
2013-08-06 Michael BrasserImprove memory usage of QQuickTextNode.
2013-08-05 Duncan CunninghamFix crash in QQmlDebugService::objectForLocationInfo()
2013-08-01 Michael BrasserAvoid using connect in QQuickImplicitSizeItem.
2013-08-01 Michael BrasserFix crash when changing non-cached source of image...
2013-08-01 Gunnar SlettaRemove comment that QQuickPaintedItem is only useful...
2013-08-01 Yoann LopesFixed distance field text getting clipped at small...
2013-08-01 Topi ReinioDoc: Clean up docs for PathView.highlightRangeMode...
2013-08-01 Gunnar SlettaRectangle which only draw an opaque border should not...
2013-07-31 Nils JeiseckeCorrectly update flickable visibleArea.heightRatio...
2013-07-31 Shawn RutledgeQtQuick.Dialogs.ColorDialog: set current color in the...
2013-07-29 J-P NurmiQQuickListViewPrivate::updateStickySections(): add...
2013-07-29 Friedemann KleintFolderListModel: Do not return invalid URLs like "file...
2013-07-29 Friedemann KleintFolderListModel: Fix setting of directory in componentC...
2013-07-29 Shawn RutledgeMake buttons and tabs larger in QML examples and dialogs
2013-07-26 Sergio AhumadaMerge remote-tracking branch 'origin/release' into...
2013-07-26 Yoann LopesWorkaround for distance field glyph upload problem.
2013-07-25 Shawn RutledgeKeep the QML ColorDialog's controls in sync with the...
2013-07-25 Shawn RutledgeCorrect initial/minimum size of default QML ColorDialog
2013-07-25 Andy ShawAlways use QDir::exists() for checking if something...
2013-07-25 Topi ReinioDoc: Link to QML Qt object in relevant locations
2013-07-25 Jerome PasionDoc: Modified the term for the Qt global object.
2013-07-24 Albert Astals CidResizing items out of the list viewport should not...
2013-07-23 Mitch CurtisLink between "QML Basic Type: date" and QML Date object...
2013-07-22 Friedemann KleintUse GET method for redirect in QDeclarativeXMLHttpRequest.
2013-07-12 Friedemann KleintFix CLANG-warning '&&' within '||' [-Wlogical-op-paren...
2013-07-12 Friedemann KleintFix CLANG-warning about unused member variable m_defaul...
2013-07-08 J-P NurmiDocs: restore missing ListModel methods
2013-07-08 Thorbjørn LindeijerFixed typo 'backens'
2013-07-08 Albert Astals CidUpdate snap when snapMode changes
2013-07-08 Mitch CurtisFix typo in Graphical Effects documentation.
2013-07-04 J-P NurmiItem views: do not track the geometry of items being...
2013-07-03 Pierre RossiQQuickTextEdit: move QSG* members from dptr to root...
2013-07-03 Kai KoehneDoc: Fix documentation of ownership of in QmlComponent...
2013-07-03 Kai KoehneFix access to invalid memory in ~QQmlEnginePrivate
2013-07-03 Gunnar SlettaInitialize m_dirty_texture member
2013-07-03 Thiago MacieiraFix warning about change of sign: glyph_t is unsigned
2013-07-02 J-P NurmiFix missing QQuickTextDocument docs
2013-07-02 Kai KoehneDebugger: Remove handling of QT_DECLARATIVE_DEBUG macro
2013-07-02 Kai KoehneDisambiguate name of static helper from QtQuick1
2013-07-02 Gunnar SlettaDocument public members of QSGSimpleMaterialShader
2013-07-01 Marco BubkeRelayout the text after the vertical alignment is changed
2013-07-01 Aaron KennedyOnly emit moving change signals when moving actually...
2013-06-28 Friedemann KleintDocument QWindow::alert() in Qt Quick.
2013-06-28 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2013-06-28 Shawn RutledgeFileDialog.folder property should also be a QUrl, for...
2013-06-28 Shawn RutledgeQtQml: document QQmlExtensionPlugin::baseUrl
2013-06-27 Shawn RutledgeQtQuick.Dialogs: sync the docs with the implementation
2013-06-27 Alan AlpertSwitch to non-streaming version of qWarning()
2013-06-27 Alan AlpertUndo presumably accidental line deletion
2013-06-26 Marco BubkeRequest paint if scene changes for the canvas item
2013-06-26 Shawn RutledgeDeclarative dialog improvements for the non-Window...
2013-06-25 Frederik GladhornMerge "Merge remote-tracking branch 'origin/release...
2013-06-25 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2013-06-25 Shawn RutledgeQQmlTrace: getpid() requires unistd.h
2013-06-25 Alan AlpertUpdate 5.1.0 changelog and what's new
2013-06-25 Mitch CurtisImprove QtQuick Item Anchors documentation.
2013-06-25 Mitch CurtisTidy up Context2D transform-related documentation.
2013-06-24 Frederik GladhornMerge "Merge remote-tracking branch 'origin/release...
2013-06-24 J-P NurmiQQmlPlatform: rename "mac" to "osx"
2013-06-23 Alan AlpertAdd missing Q_REVISION
2013-06-22 Tasuku Suzukiemit runningChanged when AnimatedSprite stops by loops...
2013-06-21 Mitch CurtisFix some Canvas/Context2D documentation issues.
2013-06-20 Gunnar SlettaRevert "Cut performance cost in QSGContext::prepareMate...
2013-06-20 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2013-06-19 Shawn RutledgeQColorDialogHelper: Force QWindow before setting flags
2013-06-18 Tasuku Suzukifix case insensitive issue with image provider id
2013-06-18 Stephen KellyRemove use of 'register' from QtQml.
2013-06-17 Gunnar SlettaPrefix internal classes properly and private export...
2013-06-13 Gunnar SlettaOur Context2D::clearRect implementation was a bit clumsy
2013-06-13 Gunnar SlettaDon't show a negative size canvas.
2013-06-13 Friedemann KleintQFileDialogHelper: Force QWindow before setting flags.
2013-06-13 Gunnar SlettaFix resizing canvas with renderStrategy == Cooperative
2013-06-13 J-P NurmiImage docs: fix the default alignment & snippets to...
2013-06-12 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2013-06-12 Andrew KnightSupport unaligned QImage strides in QSGTexture
2013-06-12 Albert Astals CidFix -Wpedantic warnings
next