platform/upstream/qtdeclarative.git
2013-06-27 Alan AlpertSwitch to non-streaming version of qWarning()
2013-06-27 Alan AlpertUndo presumably accidental line deletion
2013-06-26 Shawn Rutledgephotosurface: add C++ boilerplate launcher; open button
2013-06-26 Shawn RutledgeDeclarative dialog improvements for the non-Window...
2013-06-25 Alan AlpertUpdate 5.1.0 changelog and what's new
2013-06-24 J-P NurmiQQmlPlatform: rename "mac" to "osx"
2013-06-23 Alan AlpertAdd missing Q_REVISION
2013-06-19 Shawn RutledgeQColorDialogHelper: Force QWindow before setting flags
2013-06-18 VenuDoc: Changed the title to avoid name conflicts and...
2013-06-14 Shawn Rutledgephotosurface demo: behavior depends on initialization...
2013-06-14 Gunnar Slettastabilize tst_touchmouse.
2013-06-13 Friedemann... QFileDialogHelper: Force QWindow before setting flags.
2013-06-12 Shawn Rutledgemove quick dialogs example into an artificial subdirect...
2013-06-11 Shawn RutledgeClean up qt quick dialogs example again
2013-06-10 Oswald Buddenhagenprepare for qt_module_pris.prf changes
2013-06-10 Kai KoehneFix compiler warning about unused parameter
2013-06-10 Topi ReinioDoc: Exclude Qt Quick Dialogs examples in qtquick.qdocc...
2013-06-07 Florian HänelFix null-pointer access in QQuickVisualDataModelPrivate
2013-06-07 Alan AlpertAdd future compatibility note
2013-06-07 Alan AlpertSet incubation controller when a Window{} is loaded...
2013-06-06 Jerome PasionDoc: Fixed link to Qt Quick Layouts and made links...
2013-06-06 Jerome PasionDoc: Fixed QCH listings for Qt QML and Qt Quick Dialogs
2013-06-06 Alan Alpertdoc fix
2013-06-04 Caroline ChaoDoc: Update Qt Quick Controls description
2013-06-04 Gunnar SlettaStabilize tst_qquickanimatedimage::mirror_notRunning()
2013-06-04 Shawn Rutledgeqmlscene: if top-level is a QQuickWindow, set incubatio...
2013-06-04 Jerome PasionDoc: Clarified members of QtQml.Models submodule.
2013-06-03 Alberto MardeganUpdate Changes file
2013-05-31 Alberto MardeganQQmlPropertyCache: check methods before properties
2013-05-31 Alberto MardeganFallback to QMetaObject for properties not in QQmlPrope...
2013-05-31 Simon HausmannDeprecate the with statement in QML
2013-05-31 Gunnar SlettaStabilize tst_touchmouse
2013-05-31 Gunnar SlettaPrecompile the most common materials
2013-05-30 Caroline ChaoDoc: Fix the positioning topic page
2013-05-30 Shawn RutledgeAdded QQuickWindow::setDefaultAlphaBuffer()
2013-05-30 Shawn RutledgeFix various bugs in calqlatr
2013-05-30 Shawn Rutledgewindow example: show only the splash screen until the...
2013-05-30 Jan Arve SaetherDoc fixes to the Positioners/Layouts documentation
2013-05-30 Jerome PasionDoc: Added Qt 5.1 details in Qt QML's release notes.
2013-05-29 Topi ReinioDoc: Fix links for ListModel and ListElement types
2013-05-29 Topi ReinioDoc: Fix various problems in Qt Quick Dialogs documentation
2013-05-29 Jerome PasionDoc: Excluded Dialogs directory from Qt Quick doc build.
2013-05-29 Albert Astals CidMake sure tryCompare value argument is not undefined
2013-05-29 Kai KoehneAnimations: Avoid accessing invalid memory if stop...
2013-05-28 Caroline ChaoDialogs: Create directory structure for documentation
2013-05-28 Gunnar SlettaDo not draw negative-size ShaderEffect(Source) items.
2013-05-28 Frederik GladhornAccessibility: Fix crash when accessing accessible...
2013-05-28 Shawn RutledgePackage dialogs examples into a single executable
2013-05-28 Shawn Rutledgewindow and Screen example: new properties; splash screen
2013-05-27 Liang QiPrevent tab focus from wrapping endlessly
2013-05-27 Jerome PasionDoc: Added Qt 5.1 information in Qt Quick's release...
2013-05-27 Caroline ChaoDoc: Add Qt Quick Dialogs to Qt Quick submodules list
2013-05-27 Sergio Ahumadasync.profile: Point dependencies to an empty string
2013-05-27 Liang QiUpdate all plugins.qmltypes files
2013-05-27 Shawn Rutledgeskip failing qquickanimatedimage mirror tests for now
2013-05-27 Caroline ChaoDoc: Add Dialogs/Controls/Layouts in submodules section
2013-05-27 Christiaan... QmlProfiler: fix SceneGraph profiling
2013-05-24 Kai KoehneDebugger: Make sure client list is protected by mutex
2013-05-23 Friedemann... qmlscene: Set window flags correctly.
2013-05-23 Albert Astals CidDo not return cacheItem->object if it is still incubating
2013-05-23 Gunnar SlettaCut performance cost in QSGContext::prepareMaterial()
2013-05-23 Gunnar Slettaadd private export to image and rectangle nodes
2013-05-22 Shawn Rutledgeqmlscene: don't call show() on the window if it's alrea...
2013-05-22 Alan AlpertPartial fix for deferred properties when combined with...
2013-05-22 J-P NurmiFix TextEdit content size calculation
2013-05-22 Gunnar SlettaAvoid redundant QColor::alphaF() calls.
2013-05-22 Gunnar SlettaAvoid using QColor::xxxF functions.
2013-05-22 Gunnar SlettaDisable textureinthread example when threaded gl is...
2013-05-22 Liang QiRe-enable qmltest on Mac
2013-05-22 J-P NurmiQQuickTextControl: emit cursorPositionChanged() only...
2013-05-22 Eskil Abrahamsen... Android: Make Qt5QuickParticles a dependency of Qt...
2013-05-22 Caroline ChaoAutotest: fix misuses of tryCompare
2013-05-22 Albert Astals CidFix comment: Signal is actually createdItem not itemCreated
2013-05-20 Alan AlpertFix PropertyAnimation doc
2013-05-20 Liang QiTools: unnecessary to make qmlplugindump a bundle
2013-05-20 Sze Howe KohDoc: Fix some broken links
2013-05-19 Matt VogtPrefer qFatal to assert for failure condition
2013-05-17 Alan AlpertRespond appropriately to textFormat changed
2013-05-17 Liang QiFix a warning when setActiveFocusOnTab(false) for root...
2013-05-16 J-P NurmiFix a crash in QQuickRepeater::clear()
2013-05-16 Alan AlpertAssert instead of crashing
2013-05-16 Gunnar Slettaimprove docs of QSGGeometry::set[Vertex|Index]DataPattern
2013-05-16 Sze Howe KohDoc: Inline a short snippet
2013-05-16 Sze Howe KohDoc: Move snippet into correct module
2013-05-16 Mitch CurtisDocument Flickable.pixelAligned.
2013-05-15 Gunnar SlettaMake Canvas respect smooth: true/false
2013-05-15 Alan AlpertDoc fix
2013-05-15 Friedemann... Fix warnings about unused parameters.
2013-05-15 Thiago MacieiraDo not use an export macro in the function definition
2013-05-15 Sze Howe KohDoc: Update references to QDeclarative* classes
2013-05-15 Alan AlpertChangelog entry for not-quite-so-important behavior...
2013-05-15 Kai KoehneMove exports conflicting with QtDeclarative into namespace
2013-05-15 Sérgio MartinsFix documentation of QtQuick2::DragEvent::accepted...
2013-05-15 David FriesDoc: corrections, spelling, and ListView requirements...
2013-05-15 Jerome PasionDoc: Removed pages from the "qml-features" group.
2013-05-15 Jerome PasionDoc: Fixed a bunch of missing snippets.
2013-05-15 Topi ReinioDoc: Define Qt global object as a QML type and fix...
2013-05-14 Friedemann... Fix warnings in stocqt-example.
2013-05-14 Alan AlpertChangelog entry for ListView behavioural change
2013-05-14 Jerome PasionDoc: fixed some WS issues.
next