platform/upstream/qtdeclarative.git
2014-01-31 Erik VerbruggenV4: fix range sorting
2014-01-31 Erik VerbruggenV4 JIT: save/restore ebx (GOT ptr) on linux/x86.
2014-01-30 Michael BrasserFix crash in header when regenerating view.
2014-01-29 Erik VerbruggenV4: remove unused field.
2014-01-29 J-P NurmiDocs: add a working example to Text::fontSizeMode docs
2014-01-28 Alex MontgomeryFix leak-on-exit of QSGRenderLoop::s_instance
2014-01-28 Alberto MardeganV4: Array.push() on QStringList should invoke putIndexed()
2014-01-25 J-P NurmiRevert "Disable quick autotests on mac until qtbase...
2014-01-25 J-P NurmiRevert "Disable gui tests on Mac for now"
2014-01-25 J-P NurmiFlickable: fix crash in delayed press handling
2014-01-25 J-P NurmiPositioners: fix layout mirroring
2014-01-25 J-P NurmiMark tst_qquickanimations as insignificant on MinGW
2014-01-25 J-P NurmiFix tst_qquickflickable::stopAtBounds()
2014-01-25 J-P NurmiRevert "Re-enable mac tests"
2014-01-24 Frank OsterfeldFix QNX 6.6 build
2014-01-24 Jorgen LindDont define CAN_BACKTRACE_EXECINFO when building on...
2014-01-24 Lars KnollDon't write into the callers stack frame
2014-01-24 Simon HausmannMerge "Merge remote-tracking branch 'origin/release...
2014-01-24 Erik VerbruggenV4: fix life-time hole check.
2014-01-24 Simon HausmannMerge remote-tracking branch 'origin/release' into...
2014-01-23 Lars KnollFix compile error with clang 3.4
2014-01-23 Friedemann... Fix warning about comparing double to boolean in js_eq...
2014-01-23 Daniel PeschQmlplugindump error messages are not written consistently
2014-01-23 Thiago MacieiraUpdate changelog for 5.2.1
2014-01-23 Erik VerbruggenV4: remove more superfluous spills.
2014-01-22 J-P NurmiQQuickText: fix layout mirroring
2014-01-22 Gunnar SlettaOnly look at alpha to decide if rectangle has fill...
2014-01-22 Gunnar SlettaEnforce texture cleanup to happen at the end of the...
2014-01-22 Gunnar SlettaRevert QSGRenderNode to the old "in context" behavior
2014-01-22 Frederik GladhornMerge "Merge remote-tracking branch 'origin/release...
2014-01-22 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2014-01-22 Gunnar SlettaMake it possible to render without a depth buffer.
2014-01-21 Martin JonesEnsure Flickable bounds detection is executed at the...
2014-01-21 Ulf HermannParse source location for signal handling functions
2014-01-21 Ulf HermannRetrieve detailed location information when profiling...
2014-01-21 Alex BlascheMake compile on DragonFly BSD.
2014-01-21 Daniel Peschqmplugindump is not able to dump all registered components
2014-01-20 Daniel Peschqmlplugindump: New component properties isCreatable...
2014-01-20 Simon HausmannAdd support for deprecated RegExp (constructor) properties
2014-01-20 Berthold KrevertRemove redundant button clicked handler in QQuickMessageBox
2014-01-19 Kimmo LeppäläQQmlEngine - fix example in documentation
2014-01-17 Simon HausmannFix uninitialized variable in debug builds
2014-01-17 Eskil Abrahamsen... Work around missing BGRA texture format on Samsung...
2014-01-17 Erik VerbruggenV4: fix range splitting when split is between intervals.
2014-01-17 Marc MutzQQmlInstructionData: fix warning 'code' {is,might be...
2014-01-17 Morten Johan... Improve Mac OS X touch event enabling.
2014-01-16 Simon HausmannMerge remote-tracking branch 'origin/release' into...
2014-01-16 Sergio AhumadaBump MODULE_VERSION to 5.2.2
2014-01-16 Alan AlpertRe-enable mac tests
2014-01-16 Erik VerbruggenV4: relieve more memory allocator pressure.
2014-01-16 Tobias KoenigFix usage of FileDialog.folder property in QtQuick
2014-01-16 Shawn RutledgeQtQuick.Dialogs FileDialog: don't go astray into qrc...
2014-01-16 Simon HausmannFix failing context->next != 0x1 assertion
2014-01-16 Erik VerbruggenV4 IR: do edge splitting after SSA transformation
2014-01-16 Erik VerbruggenV4: lower memory allocator pressure.
2014-01-16 Erik VerbruggenV4 IR: update immediate dominators when purging unreach...
2014-01-16 Albert Astals CidMake sure the test window has focus
2014-01-16 Ulf HermannIncrease the timeout for QPacketProtocol tests
2014-01-16 Gunnar SlettaRevert "Support batching of rotated antialiased elements."
2014-01-16 Erik VerbruggenV4: remove unnecessary spills and order them correctly.
2014-01-16 Mitch CurtisRemove the two default role names listed in cppmodels...
2014-01-15 Ulf HermannMake sure that profiling can only be started if debuggi...
2014-01-15 Laszlo AgocsAdd support for a separate index buffer
2014-01-15 Christian KandelerFix some compiler warnings in tests and examples.
2014-01-15 Albert Astals CidDo not crash if /proc is not mounted
2014-01-15 Gunnar SlettaFix nodetest autotest.
2014-01-14 Thiago MacieiraFix warning about cast from char* to QString
2014-01-11 Frederik GladhornOn Mac only editable ComboBox should receive tab focus
2014-01-10 Tasuku SuzukiMake qtdeclarative compile with QT_NO_TRANSLATION
2014-01-10 Friedemann... tst_qquickpathview: Use QCOMPARE instead of QVERIFY.
2014-01-10 Tasuku Suzukinot build QQmlSettings when QT_NO_SETTINGS is defined
2014-01-10 Gunnar SlettaSupport batching of rotated antialiased elements.
2014-01-10 Takumi AsakiDoc: Fix current QtQuick module version.
2014-01-09 Thiago MacieiraFix bad cast of virtual class to base class via reinter...
2014-01-09 Caroline ChaoDoc: QtTest - Fix documentation for TestCase and SignalSpy
2014-01-09 Ulf HermannRemove redundant copies of enabled flag in QML profiler
2014-01-09 Jeff TranterFix some typos in documentation.
2014-01-09 VenuUpdated the code to resize the text box on window resize
2014-01-08 Martin JonesFix Flickable generated release event with pressDelay.
2014-01-08 Thiago MacieiraFix broken build with Clang < 3.4 after 60aed669345be33...
2014-01-08 Erik VerbruggenV4: optimize dominator frontier storage.
2014-01-08 Gabriel de... Keys Attached Property: Fix doc reference to nonexisten...
2014-01-07 Alan AlpertAmeliorate Documentation
2014-01-07 Simon Hausmann[ChangeLog][QtQml] Fix JavaScript Array.pop() not updat...
2014-01-07 Gunnar SlettaUse qDebug for all debug under src/quick/scenegraph.
2014-01-07 Caroline ChaoDoc: Add links to Qt Quick Test Reference Documentation
2014-01-06 Frederik GladhornAccessibility: mark more items as focusable
2014-01-06 Frederik GladhornAccessibility: quick items are not visible when their...
2014-01-03 Thiago MacieiraRemove unused static functions from QtQml found by...
2014-01-03 Thiago MacieiraAlso fix the unused variable warning that ICC found...
2014-01-03 Shawn RutledgeQtQuick.Dialogs FileDialog: default mode is ExistingFile
2014-01-02 Simon HausmannFix property access to QQmlPropertyMap objects when...
2014-01-02 Simon HausmannFix lookups of enums in singletons
2014-01-02 Erik VerbruggenV4: remove class field in DominatorTree that was used...
2014-01-02 Erik VerbruggenV4 IR: do not add unconditional jumps to work lists
2014-01-02 Erik VerbruggenV4: re-enable test cases disabled for QTBUG-34047
2014-01-02 Erik VerbruggenV4 IR: change datastructures for dominator calculations.
2013-12-30 Sze Howe KohDoc: Fix broken links
2013-12-30 Shawn RutledgeQtQuick ColorDialog: ensure slider rotation takes effect
2013-12-29 Shawn RutledgeQtQuick.Dialogs: check for inheriting from QApplication
next