profile/ivi/qtdeclarative.git
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-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
2012-06-19 Robin BurchellSmall cleanup: remove braces from single line conditionals.
2012-06-14 Charles YinAlign windowShown flag with qml renderer state
2012-06-13 Friedemann... QtQuick: Fix warnings about unused variables.
2012-06-13 Martin JonesUpdate Flickable velocity/overbound for each axis indep...
2012-06-12 Martin JonesSet a non-zero default cacheBuffer.
2012-06-12 Kent Hansentst_qquicklistview: further increase test timeout
2012-06-12 Alan AlpertAdd a version 2 import for FolderListModel
2012-06-12 Chris AdamsRemove non-templated qobject module api registration...
2012-06-12 Charles YinAdd pixel comparation support to qmltest
2012-06-12 Yann BodsonAllow setting horizontal and vertical tile modes in...
2012-06-12 Alan AlpertEmit itemChanged when Loader fails to load a source.
2012-06-12 Martin JonesFix view delegate parent binding regression.
2012-06-12 Chris AdamsCheck for null ptr in qmlobject_cast definition
2012-06-12 Kent HansenRemove qtbase pin
2012-06-12 Kent HansenAdapt to connection-related changes in qtbase
2012-06-12 Kent HansenMark qquickanimatedsprite autotest as insignificant
2012-06-12 Kent HansenMark qquicklistview autotest as insignificant
2012-06-12 Alan AlpertEmit currentFrameChanged signal when needed
2012-06-12 Martin JonesAllow Loader to load non-Item types.
2012-06-11 Kent HansenPin the qtbase SHA1
2012-06-11 Kim Motoyoshi... Add support for using atlas textures directly in Shader...
2012-06-10 Kent HansenAvoid string-based lookup in IS_SIGNAL_CONNECTED
2012-06-09 Tasuku SuzukiFix compilation for QT_NO_ACCESSIBILITY
2012-06-09 Tasuku SuzukiFix compilation for QT_NO_FILEDIALOG
2012-06-08 Yoann LopesFixed glyph margin in QSGDistanceFieldGlyphNode.
2012-06-08 Yoann LopesSupport for variable glyph width in QSGDefaultDistanceF...
2012-06-08 Gunnar SlettaImprove on scenegraph documentation.
2012-06-08 Alan AlpertRemove particles examples launcher
2012-06-08 Martin JonesExport QQuickListModel (marked private)
2012-06-08 Alan AlpertUpdate Affector folder of examples to guidelines
2012-06-08 Andrew den... Fix handling of a direct child stealing focus from...
2012-06-08 Martin JonesPerformance should always be better with cacheBuffer
2012-06-08 Andrew den... Don't cache item indexes in VisualDataModel.
2012-06-08 Andrew den... Destroy incubated objects if they are not claimed when...
2012-06-07 Bea Lamrebound property for Flickable
2012-06-07 Oswald Buddenhagenput private Qt dependencies below load(qt_module_config)
2012-06-07 Aaron KennedyDon't double emit threaded signals
2012-06-07 Glenn WatsonFix alpha being ignored in Text element
2012-06-06 Luís Gabriel... Fixing MouseArea::onWheel event doc
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-06 Shane KearnsQQmlXmlHttpRequest - use readyread signal not downloadP...
2012-06-06 Bea LamDon't emit moving and flicking signals unnecessarily
2012-06-06 Samuel RødalFixed compile error in qqmlscript.cpp due to narrowing...
2012-06-06 Martin JonesFix filesystem case sensitivity of QML directory cache
2012-06-06 Laszlo AgocsUtilize StartDragVelocity style hint in Flickable
2012-06-06 Andrew den... Restart a drag when the item canvas changes.
2012-06-06 Alan AlpertFix affected signal and docs
2012-06-06 Alan AlpertBetter documentation for subclassing QQuickItem
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-06-06 Michael BrasserRemove unused performance flags.
2012-06-05 Yann BodsonMake sure we relayout on height change when onLineLaidO...
next