platform/upstream/qtdeclarative.git
2014-10-01 Shawn Rutledgeuse the new form of QTranslator::load() for more flexib...
2014-10-01 Shawn Rutledgedocumentation for qmldir "depends" declaration
2014-10-01 Shawn Rutledgeqmlimportscanner: parse "depends" lines in qmldir files
2014-10-01 Shawn Rutledgeqmldir parser: add support for "depends component versi...
2014-10-01 Gunnar SlettaPartially revert d9c531781e6c95f80681b3c82700833e1de88794
2014-09-30 Gunnar SlettaMake Canvas use texture atlas for smallish Image based...
2014-09-30 Mitch CurtisDocument that QQmlApplicationEngine's root item must...
2014-09-30 Lars KnollFix compiler warning
2014-09-30 Topi ReinioUpdate the Calqltr demo visuals and engine logic
2014-09-30 Topi ReinioDoc: Combine the extending QML tutorial chapters into...
2014-09-30 Sérgio MartinsFix build when using -Werror
2014-09-30 Alex BlascheAdd orientationUpdateMask to QQuickScreen
2014-09-30 Andrew KnightRevert "Temporarily mark grab()/item.layer tests insign...
2014-09-30 Andrew KnightPartially revert "Disable tests on failing ANGLE config"
2014-09-30 Simon HausmannFix example in scope documentation
2014-09-29 Mitch CurtisAlso search for visual children in TestCase::findChild().
2014-09-29 Gunnar SlettaGive Item::layer documentation some much needed love.
2014-09-25 Fawzi Mohamedqmlimportscanner: allow a qmlFile to come from stdin
2014-09-25 Nico VertriestDoc: Replace VisualDataModel with DelegateModel
2014-09-25 Johanna AijalaUpdated calqlatr demo
2014-09-25 Leena MiettinenDoc: Add docs for Clocks example
2014-09-25 Gunnar SlettaReset 'invalidatePending' after the FBO has been recreated.
2014-09-24 Sebastian SauerQDSM: Nested statemachines are supported
2014-09-24 Shawn Rutledgemove QQuickWindowAttached to QQuickWindowQmlImpl
2014-09-24 Gunnar SlettaFix cleanup of non-threaded render loops.
2014-09-24 Simon HausmannCleanup: Simplify CompiledData::Unit structure to alway...
2014-09-24 Simon HausmannAllow multiple cached qml unit registration functions
2014-09-24 Alex BlascheFix disappearing slider during size/orientation change
2014-09-24 Nico VertriestDoc: apply title case to all section1 titles
2014-09-23 VenuUpdated the example to accept input on Android
2014-09-23 Laszlo AgocsRecreate the fbo on screen change in QQuickWidget when...
2014-09-23 Sérgio MartinsAdd missing import to documentation code snippet
2014-09-22 Matt FischerFix clip state tracking in Context2D
2014-09-22 Thiago MacieiraDon't do qgetenv on library load
2014-09-22 Shawn RutledgeWindow example: setOrientationUpdateMask to allow all...
2014-09-22 Dyami CaliriFix deadlock with QQuickView embedded via QWidget:...
2014-09-22 Topi ReinioStocQt example: Display trading volume scale for stock...
2014-09-19 Tarja SundqvistUpdate used colors on basis of the recommended color...
2014-09-19 J-P NurmiCleanup remaining QtQuick.Dialogs leftovers
2014-09-19 Friedemann... qmlplugindump: Use _CrtSetReportMode() for MSVC only.
2014-09-19 Ulf HermannMake tst_qquickanimations more reliable
2014-09-19 Leena MiettinenDoc: add documentation for Photo Viewer example
2014-09-19 Friedemann... Fix compiler warnings in qv8engine.cpp.
2014-09-19 Rainer KellerRemove qtdemo from gitignore
2014-09-19 Simon HausmannRevert mapping of var signal parameters to QJSValue
2014-09-19 Bjoern BreitmeyerReplace vsnprintf with qvsnprintf.
2014-09-19 Tomi KorpipääFixed frame focusing on touch devices
2014-09-18 J-P NurmiRemove tst_dialogs - moved to qtquickcontrols
2014-09-18 Laszlo AgocsAvoid crashing the rendercontrol example on exit
2014-09-18 Gunnar SlettaFinally: A default animation driver which doesn't use...
2014-09-17 Jan Arve SaetherFix QQuickText::lineLaidOutRelayout autotest on OS X
2014-09-17 Gunnar SlettaSync QQuickWindow::update() up with polishAndSync().
2014-09-17 Gunnar SlettaQQuickWindow::setColor() should use update() rather...
2014-09-17 Ulf HermannDon't assume a QSGRenderContext is valid just because...
2014-09-17 Gunnar SlettaProtect QQuickWindow::openglContext against not having...
2014-09-17 Laszlo AgocsAdd a note about winId() to QQuickWidget
2014-09-17 Simon HausmannFix mapping of JS objects/arrays to C++
2014-09-16 Kavindra PalarajaCleaned up the documentation for QQmlEngine::ObjectOwne...
2014-09-16 Kavindra PalarajaFixed documentation for QQmlEngine::ObjectOwnership.
2014-09-16 Eskil Abrahamsen... Fix crash when borders exceed item width/height in...
2014-09-16 Richard Moe... QQuickTextControl: update cursor rect when cursor chang...
2014-09-16 Ulf HermannMake Canvas test case independent of chosen font.
2014-09-16 Ulf HermannDon't start QQmlThreads from their constructor
2014-09-16 Ulf HermannWait longer for image to be loaded in canvas item test
2014-09-12 Gunnar SlettaLet QSGPlainTexture support shutting down without a...
2014-09-12 Simon HausmannFix stack size check on systems with less than 256kb...
2014-09-12 Mitch CurtisLink to Key Handling Priorities section more in Keys...
2014-09-11 Tasuku Suzukiprevent crash when set ShaderEffectSource::sourceItem...
2014-09-11 Tasuku SuzukiFix a typo and a warning in qmltest::shadersource-from...
2014-09-11 Andy NicholsCheck for valid QSGRenderContext instead of QOpenGLContext
2014-09-11 Ole André Vadla... Fix String leak by calling the correct destructor
2014-09-11 Andy NicholsCheck for a current QOpenGLContext before use
2014-09-11 VenuDoc: Added a bit more detail about the example
2014-09-11 Ulf HermannSelect specific features to be recorded when profiling QML
2014-09-11 Gunnar SlettaFix debug output from renderer.
2014-09-11 Gunnar SlettaSnap native glyphs to pixel grid in vertex shader.
2014-09-11 Lars KnollFix setUTCXxx methods in Date
2014-09-11 Lars KnollFix roundtrip conversion between JS var and QVariant
2014-09-11 Simon HausmannFix failing assertion when compiling self-referencing...
2014-09-11 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-09-11 Mitch CurtisImprove KeyNavigation documentation.
2014-09-11 Mitch CurtisImprove Drag documentation.
2014-09-11 Mitch CurtisFix broken QJSEngine snippet in documentation.
2014-09-11 Richard Moe... autotests: fix build on iOS
2014-09-10 Laszlo AgocsEnhance QQuickWidget docs regarding transparency
2014-09-10 Laszlo AgocsTune the colors in the rendercontrol example
2014-09-10 Laszlo AgocsBeautify the qquickviewcomparison example
2014-09-10 Erik VerbruggenV4 runtime: tune Runtime::add/sub/mul a bit.
2014-09-10 Richard Moe... QQuickTextInput: calculate height of cursor rect using...
2014-09-10 Ulf HermannDon't post deleteLater on invalid canvas contexts
2014-09-10 Eskil Abrahamsen... Disable tst_QQuickListView::programmaticFlickAtBounds()
2014-09-10 Eskil Abrahamsen... Fix pixel bleed in BorderImage
2014-09-08 Simon HausmannMerge remote-tracking branch 'origin/5.3' into 5.4
2014-09-05 Erik VerbruggenQML: parse .js files as JavaScript, not QML.
2014-09-05 Topi ReinioDoc: Fix link to Qt namespace
2014-09-04 Shawn Rutledgeqmlscene: load master translation file before more...
2014-09-04 Richard Moe... QQuickTextInput: keep floating point precition when...
2014-09-03 Olivier GoffartMouseArea: Fix cancelling the double click when the...
2014-09-03 Gunnar SlettaFix performance regression caused by SG signals in...
2014-09-02 Andy NicholsAppend scenegraph in MODULE_PLUGIN_TYPES of quick module
next