profile/ivi/qtdeclarative.git
2012-07-04 Martin JonesDocument QQmlComponent::create(QQmlIncubator&, ...)
2012-07-04 Martin JonesPathView needs drag events similar to Flickable
2012-07-04 Charles YinImprove mouseWheel() function
2012-07-04 Michael BrasserImprove wheel event handling.
2012-07-04 Martin JonesMark QQmlComponent::createObject() and incubateObject...
2012-07-04 Chris AdamsImprove performance guide
2012-07-04 Michael BrasserReport correct mouse position when made visible with...
2012-07-04 Chris AdamsFix qmlRegisterModuleApi function linkage
2012-07-04 Andrew den... Refresh the TextInput.acceptableInput property when...
2012-07-04 Glenn WatsonMake Behaviors work correctly with value types.
2012-07-04 Andrew den... Add tests for triple click text selection in TextEdit.
2012-07-04 Andrew den... Don't calculate selection rects unnecessarily.
2012-07-04 Andrew den... Remove dead code from QQuickTextControl.
2012-07-04 Martin JonesSection headers ignore list delegate size changes when...
2012-07-04 Andrew den... Allow mouse interaction with 0 opacity items.
2012-07-03 Bea LamRemove QSKIP() for polishOnCompleted() test
2012-07-03 Girish RamakrishnanSuppress QWindowSystemInterface inclusion warnings
2012-07-03 Martin JonesAllow resetting a Rectangle gradient.
2012-07-03 Michael BrasserFix some commented issues from the refactor merge.
2012-07-03 Glenn WatsonAdd nativeScanCode to KeyEvent.
2012-07-03 Andrew den... Add tests for QQuickListCompositor debug output.
2012-07-03 Andrew den... Remove outdated refactor comments.
2012-07-03 Andrew den... Remove unused private API.
2012-07-02 Robin Burchellandroid: don't unconditionally use execinfo.h
2012-07-02 Nils JeiseckeFix high CPU load for Qml TextEdit on Mac
2012-07-02 Chris AdamsFix crash in QQmlXmlHttpRequest
2012-07-02 Bea LamUpdate glossary of terms
2012-07-02 Andrew den... Use QQmlDataTest to resolve qqqmlanguage test data...
2012-07-02 Robin BurchellRemove QQuickImageBase's explicitSourceSize.
2012-07-02 Martin Jonessection.property cannot deal with nested properties
2012-07-02 Andrew den... Use the convential form for the selectedText notify...
2012-07-01 Bea LamDocument various changes to types and modules in QtQuick2
2012-07-01 Martin Jonesanchors.mirrored should not exist in QtQuick 2
2012-07-01 Glenn WatsonWork around test failure for pixmap cache.
2012-06-30 Adriano RezendeAdjust MouseArea autotest to check mouse events with...
2012-06-30 Andrew den... Remove QQuickItemPrivate::InitializationStatus.
2012-06-30 Andrew den... Fix memory leak when cancelling incubation of view...
2012-06-29 Friedemann... MSVC: Fix warnings about struct/class mismatch.
2012-06-29 Oswald Buddenhagenremove stale references to QTDIR_build
2012-06-29 Chris AdamsImprove documentation for module APIs
2012-06-29 Bea LamAdd porting guide for QML apps
2012-06-29 Alan AlpertUpdate particles examples en masse
2012-06-29 Alan AlpertRename speed -> velocity in the particle system
2012-06-28 Michael BrasserRemove dead code.
2012-06-28 Shawn RutledgePropagate synthesized mouse events in parallel with...
2012-06-28 Friedemann... Fix exports in QtQuickParticles.
2012-06-28 Bea LamFixes for QML Basic Types docs
2012-06-28 Michael BrasserAdd basic documentation for QML translation functions.
2012-06-27 Andrew den... Use resolved font name for key in distance field cache.
2012-06-27 Martin JonesPathView element with 1 item moves in wrong direction...
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Martin JonesChanging PathView offset doesn't set currentIndex appro...
2012-06-27 Martin JonesQQuickView doc improvements.
2012-06-27 Michael BrasserDocument the concept of creation context for QML Compon...
2012-06-27 Bea LamReorganise release notes for QtQml and QtQuick
2012-06-27 Martin JonesDocument the arg() function QML adds to the String...
2012-06-27 Kent HansenImplement QAbstractDeclarativeData::isSignalConnected...
2012-06-27 Michael BrasserRemove qtbase pin.
2012-06-27 Matthew VogtConsistent use of syntax in V4 Register class
2012-06-27 Matthew VogtAdd enum values from related types
2012-06-27 Glenn WatsonFix performance issue with BorderImage element.
2012-06-26 Thiago MacieiraactiveWindow is deprecated, use focusWindow.
2012-06-26 Thiago MacieiraDo not depend on indirect inclusions: #include and...
2012-06-26 Glenn WatsonSupport JS Date object in ListModel with static roles.
2012-06-26 Kent HansenPin the qtbase SHA1
2012-06-26 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-26 Thiago MacieirainitializeGLFunctions is deprecated, replace it
2012-06-26 Oswald Buddenhagenbuild system cleanups
2012-06-26 Oswald Buddenhagenuse auto-defined QT_BUILD_*_LIB variables
2012-06-26 Oswald Buddenhagenauto-generate module pris
2012-06-26 Oswald Buddenhagenremove pointless qmltest conditionals
2012-06-26 Oswald Buddenhagendon't reference $$QT_BUILD_TREE - it's unavailable...
2012-06-26 Oswald Buddenhagendon't rely on qtbase sources
2012-06-26 Oswald Buddenhagenfix include style
2012-06-26 Pekka VuorelaRemove unnecessary obsolete include
2012-06-26 Robin BurchellChecking for QUrl equality is not all that expensive...
2012-06-26 Bea LamRename ListView *speed properties to *velocity
2012-06-26 Andrew den... Fix section delegates not updating when changed.
2012-06-26 Andrew den... Position section headers correctly when section propert...
2012-06-26 Bea LamIsolate unstable test
2012-06-26 Andrew den... Fix crash in tst_qquicklistview.
2012-06-26 Glenn WatsonAdd warning if defining a ListModel with no roles.
2012-06-26 Glenn WatsonRemove default allocation size for PODVector.
2012-06-25 Robin BurchellRemove some unnecessary indirection.
2012-06-25 Frederik GladhornAdd mouse cursor shapes to MouseArea
2012-06-25 Casper van... Doc: Use correct style and modules for doc build.
2012-06-25 Casper van... Doc: Use the module "make docs" and rename qtquick...
2012-06-25 Damian JansenRemove superfluous statusChanged signal
2012-06-25 Bea LamRevert "Remove properties related to highlight speed"
2012-06-25 Alan AlpertDon't Assert
2012-06-25 Bea LamDelete canvas created in test
2012-06-25 Andrew den... Fix clicking on links in aligned or elided Text.
2012-06-25 Alan AlpertLink back to the particles module page from the overvie...
2012-06-25 Alan AlpertDelay custom emitter processing
2012-06-25 Matthew VogtCorrectly resolve qrc:/ URLs in type loading
2012-06-25 Martin JonesqmlRegisterRevision clashes with qmlRegisterUncreatableType
2012-06-25 Pekka VuorelaFix right aligned cursor position in TextInput with...
2012-06-24 Matthew VogtDecode directory separators in source URLs
2012-06-24 Thiago MacieiraactiveWindow is deprecated, use focusWindow.
2012-06-24 Tasuku SuzukiMake qtdeclarative compile with QT_NO_DRAGANDDROP
next