profile/ivi/qtdeclarative.git
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
2012-06-23 Thiago MacieiraFix compilation with GCC 4.7 (C++11)
2012-06-22 Andrew den... Fix crash when dragging items outside visible area.
2012-06-22 Thiago MacieiraFix build: include the necessary headers properly.
2012-06-22 Girish RamakrishnanMake qmltest depend on gui-private
2012-06-22 Girish RamakrishnanAdd gui-private to tests
2012-06-22 Kent HansenPass the right signal index in visualadaptormodel proxy...
2012-06-22 Andrew den... Remove insignificant_test from DropArea test.
2012-06-22 Andrew den... Remove the open and closeSofwareInputPanel functions.
2012-06-22 Alan AlpertRemove stale demos
2012-06-22 rootInstall examples to example hierarchy
2012-06-22 Bea LamRename Flickable x/yOrigin to originX/Y
2012-06-22 Bea LamRemove properties related to highlight speed
2012-06-22 Martin JonesAdd some tests for literal parsing
2012-06-22 Michael BrasserHandle enum values of -1 correctly.
2012-06-22 Michael BrasserClarify anchor error messages.
2012-06-22 Andrew den... Add tests for clicking and dragging with right and...
2012-06-22 Andrew den... Don't shadow member variable with argument.
2012-06-21 Andrew den... Fix crash when selecting transformed text.
2012-06-21 Martin Jonesdynamiclist example used different delegate height...
2012-06-21 Martin JonesFix snake demo.
2012-06-21 Glenn WatsonFix locale test on Linux and skip it on Windows.
2012-06-21 Matthew VogtSupport enum return types in Q_INVOKABLE functions.
2012-06-21 Matthew VogtReport clashing qmldir entries for components and scripts
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-21 Chris AdamsPut basic language types into QtQml import
2012-06-21 Chris AdamsFix crash in QQuickPixmapData::release()
2012-06-21 Chris AdamsDisallow signal-handler-specification for non-signal...
2012-06-21 Michael BrasserEnable literal Qt enum assignment to enum properties.
2012-06-20 Friedemann... Fix warnings in declarative tests.
2012-06-20 Friedemann... QtQuick: Fix warnings about deprecated QWeakPointer...
2012-06-20 Friedemann... Mark tst_qquicklistview insignificant for Mac.
2012-06-20 Alan AlpertCleanup SG properly in QQuickCanvas
2012-06-20 Andrew den... Fix binding errors in cppextensions examples.
2012-06-20 Andrew den... Give the example Loader in the shared launcher focus.
2012-06-20 Andrew den... Fix missing content in installed calculator demo.
2012-06-20 Andrew den... Resolve example qml file paths relative to the executab...
2012-06-20 Andrew den... Fix compile of Same Game demo.
2012-06-20 Glenn WatsonFix some of the bundle test failures on Windows.
2012-06-20 Sukhyun KimUpdate example in a doc.
2012-06-20 Alan AlpertDon't start running if a frame property is set
2012-06-20 Chris AdamsRemove hardcoded qdoc3 command from qtdeclarative_doc.pri
2012-06-19 Girish Ramakrishnanqmlscene: add --transparent argument
next