profile/ivi/qtdeclarative.git
2012-02-14 Aaron KennedyAdd slow animations mode to qmlscene
2012-02-14 Jerome PasionDoc: Overhaul of doc/src/declarative and QtQuick2 docs.
2012-02-14 Martin JonesPreserve aspect ratio when setting Image.sourceSize
2012-02-14 Michael BrasserAdd new animation elements to element list.
2012-02-14 Michael BrasserCleanup auto.pro.
2012-02-14 Andrew den... Fix access to context properties within TextEdit.curso...
2012-02-14 Bea LamFix and stabilise sectionsPositioning() test
2012-02-14 Alan AlpertRemove missing image reference
2012-02-14 Andrew den... Better document with examples how relative paths are...
2012-02-13 Rick Stocktonmodify 'mousearea-example' to run with MANY MORE buttons
2012-02-13 Pekka VuorelaQt.application.inputPanel to make deprecation warning...
2012-02-13 Kim Motoyoshi... Fixed QML Item updates after reparenting.
2012-02-13 Jerome PasionDoc: Adding images from Qt 5 bundle to doc/src/images.
2012-02-13 Justin McPhersonChange variant properties to var properties.
2012-02-13 Michael BrasserDon't crash when an animation update causes it to delet...
2012-02-13 Charles YinRemove non-standard canvas filter/mirror functions
2012-02-13 Laszlo AgocsAdd basic TouchCancel handling to canvas.
2012-02-13 Jason McDonaldqmltest: Remove obsolete skipAll function.
2012-02-13 Jason McDonaldqmltest: Count passes, fails and skips consistently.
2012-02-13 Yann BodsonQML Text: make sure that the bounding rect has a y...
2012-02-13 Justin McPhersonChange linkage of datafunction in V8_DEFINE_EXTENSION...
2012-02-13 Justin McPhersonMake sure polish() is reentrant.
2012-02-13 Michael BrasserFix anchor jitters that could occur during animation.
2012-02-11 Charles YinTrack the animationRunning flag correctly in QQuickRend...
2012-02-10 Kai KoehneDebugger: Rename QDeclarativeDebugTrace to QDeclarative...
2012-02-10 Kai KoehneDebugger: Consistenly use 'state' instead of 'status'
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-10 Martin JonesFlickable containing PinchArea is unresponsive followin...
2012-02-10 Justin McPhersonUse only standard API in examples.
2012-02-10 Justin McPhersonRefactor Canvas rendering paths.
2012-02-10 Christopher HamFix for QTBUG-23862 - Blank screen in Viewport
2012-02-10 Yann BodsonRemove clang warnings in particles
2012-02-10 Michael BrasserUpdate SmoothedAnimation and SpringAnimation to accept...
2012-02-10 Martin JonesUse use touch events to generate mouse events in Quick...
2012-02-09 Mathias MalmqvistAdded new convenience readonly visibleChildren property...
2012-02-09 Alan AlpertDoc fix
2012-02-09 Charles YinRemove deprecated builtin sql database API.
2012-02-09 Kai KoehneDebugger: Allow trace service to send data on exit
2012-02-09 Christiaan... QmlProfiler: add filename to "Compiling" events location
2012-02-09 Gunnar SlettaPass the QQuickCanvas to texture factories.
2012-02-09 Andrew den... Add linkColor property to Text.
2012-02-09 Chris AdamsCheck dynamic slot function for nullness before evaluation
2012-02-09 Alan AlpertUse QDeclarativePixmap in the Particle System
2012-02-09 Jason McDonaldRemove code related to test location.
2012-02-09 Gunnar SlettaMake use of the new maybeAdvance animation logic inside...
2012-02-09 Chris AdamsHandle exceptions while compiling v8 bindings
2012-02-09 Jason McDonaldFix error in qdeclarativeecmascript autotest.
2012-02-09 Damian JansenUI improvement for TwitterFriends example
2012-02-09 Michael BrasserFix warnings reported by clang.
2012-02-09 Alan AlpertDon't crash if focus issues arise.
2012-02-09 Alan AlpertRewrite multiline strings properly
2012-02-08 Jason McDonaldqmltest: Perform extra checks after each data row is...
2012-02-08 Charles YinAdd missing interface declaration
2012-02-08 Jamey HicksUpdate documentation on QJSEngine::newQObject to match...
2012-02-08 Gunnar SlettaUse a singleton for the plugin.
2012-02-08 Caroline ChaoCodeCoverage: Fix wrong type passed to saveCoverageTool.
2012-02-08 Alan AlpertSwitch to QMetaType::Type
2012-02-08 Glenn WatsonProvide determinant accessor in render state structure.
2012-02-08 Gunnar SlettaDisable broken test
2012-02-08 Gunnar SlettaAdded QQuickCanvas::setRenderTarget(uint fbo, const...
2012-02-08 Bea LamAccept default targets for transitions
2012-02-08 Michael BrasserDon't hide virtual method.
2012-02-07 Kim Motoyoshi... Let Item.layer.samplerName be a QByteArray instead...
2012-02-07 Kim Motoyoshi... Allow Item components to be assigned to Item.layer...
2012-02-07 Michael BrasserInitialize value.
2012-02-07 Andrew den... Resolve StyledText img tags relative to baseUrl.
2012-02-07 Kim Motoyoshi... Fixed some Item.layer bugs and added auto-tests.
2012-02-07 Jędrzej NowackiMark constructor of QJSValue as deletable.
2012-02-07 Bea LamSeparate out some of the common test code
2012-02-07 Michael BrasserAdd additional animation autotests.
2012-02-07 Gunnar SlettaAvoid recursive parent chains in QQuickItem
2012-02-07 Michael BrasserFix example to clear rect before painting.
2012-02-07 Andrew den... Add contentWidth and contentHeight properties to Text...
2012-02-07 Michael BrasserAdd and use new animation backend.
2012-02-07 Yann BodsonRemove warnings with clang
2012-02-07 Alan AlpertUpdate test files to API changes
2012-02-07 Charles YinMore fixes for QDeclarativeListModelWorkerAgent cleanup
2012-02-07 Alan AlpertFix symbol clash
2012-02-07 Martin JonesEnsure Flickable moving and flicking properties are...
2012-02-07 Martin JonesSection header is not made visible when changing curren...
2012-02-07 Yann BodsonRemove pixmap text caching in QML text element
2012-02-06 Andrew den... Fix truncation and incorrect formatting of RichText.
2012-02-06 Alan AlpertHomogenize examples
2012-02-06 Simon HausmannFix acceptance of unhandled mouse events.
2012-02-06 Gunnar SlettaWarnings in the before/afterRender docs
2012-02-06 Tor Arne VestbøDon't start timers in the QDeclarativePixmapStore destr...
2012-02-06 Eskil Abrahamsen... Fix updating text color in Text element
2012-02-06 Andrew den... Fix vertical offset of TextInput.positionToRectangle.
2012-02-06 Andrew den... Fix TextEdit vertical alignment.
2012-02-06 Andrew den... Add support for resizing fonts to fit Text dimensions.
2012-02-06 Glenn WatsonFix some QJSValue test failures.
2012-02-06 Glenn WatsonFix incorrect ref count with dynamic roles on worker...
2012-02-06 Alan AlpertAdd a grouping examples launcher for animation examples
2012-02-06 Alan AlpertRemove SVG use from example
2012-02-06 Alan AlpertUpdate BearWhack sprites
2012-02-06 Alan AlpertTeach build system tst_qdeclarativepixmapcache needs...
2012-02-06 Alex WilsonAdd "QT += concurrent" to a test that needs it
2012-02-06 Yann BodsonCleanup: remove some debugging and use QQuickTextNode...
2012-02-06 Yann BodsonSkip tst_qquickitem::simpleFocus on Mac OS X 10.7
2012-02-03 Charles YinFix crash bug related to QDeclarativeListModel
next