platform/upstream/qtdeclarative.git
2014-05-09 Erik VerbruggenV4 IR: remove unused fields from BasicBlock
2014-05-08 Thiago MacieiraRe-fix the warning from cached-powers.cc
2014-05-08 Paul Olav TveteAndroid: Add support for new input method query API
2014-05-07 J-P NurmiItem views: prevent negative cache buffer
2014-05-07 Oswald Buddenhagennest quickwidgets into the opengl conditional
2014-05-07 Mitch CurtisFix typo in QQuickText documentation.
2014-05-07 Jørgen LindQWindowsFontEnginge uses GetGlyphOutline which seems...
2014-05-07 Leena MiettinenDoc: add docs for Calqlatr example
2014-05-07 Kai KoehneRemove references of QML as a 'declarative' language
2014-05-06 J-P NurmiQQmlPlatform: use QStringLiteral instead of QLatin1String
2014-05-06 Ulf HermannBe more verbose about actual results in tst_qqmlprofile...
2014-05-06 Andrew KnightReturn "winphone" and "winrt" for Qt.platform.os when...
2014-05-05 Friedemann... qmlplugindump: Fix platform plugin specification.
2014-05-05 Oswald Buddenhagenfix copying of qmldir file to build dir
2014-05-05 Louai Al-KhanjiQQuickRenderControl: Fix compilation with MSVC compiler
2014-05-05 Sarunas ValaskeviciusInvalidate text painting nodes when document text block...
2014-05-01 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2014-05-01 J-P NurmiQQuickStyledText: do not insert an extra blank line...
2014-04-30 Fawzi Mohamedv4: ignore quiet bit for NaNs in 32 bit value encoding
2014-04-30 Sze Howe KohDoc: Remove references to the unimplemented 'time'...
2014-04-30 Fawzi Mohamedv4: assert when an unsupported double value is stored...
2014-04-30 Bernd WeimerFix qmltest/animators/tst_on.qml
2014-04-30 Erik VerbruggenV4 regalloc: optimize fixed interval creation.
2014-04-30 Erik VerbruggenV4 IR: more copy removal.
2014-04-30 Gunnar SlettaMark material as dirty after changing color's opacity...
2014-04-30 J-P NurmiEliminate a static global QString in qquickpath.cpp
2014-04-29 Erik VerbruggenV4 IR: replace QSets with QBitArray and QVector.
2014-04-29 Zhang XingtaoAdd dependency check for quickwidgets
2014-04-28 Michael BrasserEnsure RGB32 images are not converted on upload to...
2014-04-28 Friedemann... Fix linking of qmlimportscanner in MSVC debug builds.
2014-04-28 Simon HausmannFix translations in states causing failing assertions
2014-04-28 Simon HausmannFix packaging builds
2014-04-28 Simon HausmannFix marking of prototype objects in internal class...
2014-04-25 Laszlo AgocsFollow QOpenGLContext API renaming
2014-04-25 Giuseppe D... Don't forcibly accept touch events if mouse event synth...
2014-04-25 Albert Astals CidRemove unneeded ;
2014-04-25 Bernd WeimerSkip qquicktimeline auto test
2014-04-24 Paul Olav TveteGetting the render window of an offscreen window
2014-04-24 Erik VerbruggenV4 regalloc: fix register spill choice under high pressure.
2014-04-24 Simon HausmannFix crash when loading QML that tries to set non-existe...
2014-04-24 Simon HausmannFix parsing of JS imports from JS files
2014-04-24 Gunnar SlettaTestcase for mixing sequential, parallel with loops...
2014-04-24 Gunnar SlettaAppend the start time of the current loop to the animat...
2014-04-24 Gunnar SlettaReset loop counters when animations are started.
2014-04-24 Gunnar SlettaFix sequential animations with uncontrolled looped...
2014-04-24 Gunnar SlettaFix nested parallel/sequential animations combined...
2014-04-24 Tony SarajärviMerge "Merge remote-tracking branch 'origin/release...
2014-04-24 Sergio AhumadaBump MODULE_VERSION to 5.3.1
2014-04-24 Fabian BumbergerFix time zone calculation
2014-04-24 Bernd WeimerQNX: Fix qquickimage mirror auto test
2014-04-24 Bernd WeimerQNX: Fix item layer auto test
2014-04-24 Bernd WeimerAlways implement text input "canPaste" property
2014-04-24 Bernd WeimerFix accessibility auto test
2014-04-23 Simon HausmannExtend the QML bootstrap library by the IR builders
2014-04-23 Jani HeikkinenMerge remote-tracking branch 'origin/release' into...
2014-04-23 Topi ReinioMake the Clocks example use the resource system
2014-04-22 Paul Olav TveteImplement the new inputmethod query API for Qt Quick
2014-04-22 Shawn RutledgeIf a popup window is opened, do not change the focus
2014-04-18 Fawzi Mohamedqmlplugindump: correctly merge composite types
2014-04-18 Albert Astals CidQQuickItemView/QQuickPathView: Fix creation of delegates
2014-04-18 Ulf HermannMake sure the clipPath is retained as state of Context2D
2014-04-18 Andy ShawPrevent a crash when the item is deleted but not remove...
2014-04-17 Simon HausmannRefine fix for dynamic properties on QObjects wrapped...
2014-04-17 Erik VerbruggenV4: fix register usage on ARM.
2014-04-16 Jerome PasionDoc: Improved Qt Quick Demos documentation
2014-04-16 Friedemann... Stabilize qmltest/animators/tst_on.qml.
2014-04-15 Friedemann... Change slashes depending on host in tutorial gettingSta...
2014-04-15 Erik VerbruggenV4 IR: reduce runtime cost.
2014-04-15 Erik VerbruggenV4 IR: prevent accidental detaches of QVectors.
2014-04-15 Erik VerbruggenV4 IR: clean up basic-block management and statement...
2014-04-15 Erik VerbruggenV4 JIT: fix constant shifts.
2014-04-15 Erik VerbruggenV4 JIT: make call destination printing portable.
2014-04-15 Simon HausmannMark tst_qquicktextinput as insignificant on Mac OS X
2014-04-15 Friedemann... Stabilize tst_qqmlxmlhttprequest::stateChangeCallingCon...
2014-04-15 Gunnar SlettaRegenerate mipmaps after changing the imagedata of...
2014-04-15 Gunnar SlettaDisable mipmap filtering by default in texture materials.
2014-04-12 Simon HausmannFix assignments of null strings in QML and JavaScript
2014-04-12 Erik VerbruggenV4 IR: only mark blocks after iterator calculation...
2014-04-12 J-P NurmiAvoid event propagation with Keys.forwardTo
2014-04-10 J-P NurmiFix the initial value of XmlListModel::count
2014-04-10 Michael BrasserDocument QJSEngine as reentrant.
2014-04-09 Fawzi Mohamedqmlplugindump: set isCreatable true in composite types
2014-04-09 Simon HausmannReduce memory pressure on JS stack when garbage collecting
2014-04-09 Simon HausmannFix unreliable behavior of array methods on qml list...
2014-04-09 Simon HausmannAdd support for dynamic properties for QObjects in...
2014-04-08 J-P NurmiListView: fix rounding errors
2014-04-08 Simon HausmannFix remaining QQmlLocale auto-test failures
2014-04-08 Simon HausmannFix wrong register usage for integer binops
2014-04-08 Andrew KnightZero memory in WinRT allocator
2014-04-08 Oswald Buddenhagenmake accessibility plugin declare that it extends Quick
2014-04-08 Simon HausmannFix XHR auto tests always failing
2014-04-08 Simon HausmannFix memory corruption in XHR implementation
2014-04-08 Mitch CurtisSet font correctly in canvas example.
2014-04-07 Michael BrasserVerify empty SmoothedAnimation doesn't keep animation...
2014-04-07 Michael BrasserSupport dumping of animation jobs via QML_ANIMATION_TIC...
2014-04-07 Shawn RutledgeOSX: fix QQuickListView test
2014-04-07 Simon HausmannFix marking of prototype objects in chain
2014-04-07 Kevin FunkDoc: Fix apidoc for QQuickLoader::sourceComponent
2014-04-07 Gunnar SlettaDon't start continuing animation when it doesn't have...
2014-04-07 Gunnar SlettaDon't mipmap by default in QSGSimpleTextureNode
next