platform/upstream/qtdeclarative.git
2013-10-29 Lars KnollProperly propagate parse errors
2013-10-29 Lars KnollExit the codegen in case we have thrown a parse error
2013-10-29 Lars KnollImplement new exception handling for moth
2013-10-29 Lars KnollRework IR code generation for try/catch/finally
2013-10-29 Lars KnollRework exception handling
2013-10-29 Lars KnollDisable the stack slot allocator
2013-10-26 Gunnar SlettaFix rendernode bug and enable rendernode test.
2013-10-25 Shawn RutledgeQtQuick.Dialogs: resolution-independent controls use...
2013-10-25 Shawn RutledgeScreen attached property: expose pixelDensity property
2013-10-25 Gunnar SlettaMake sure QQuickBorderImage sets its pixmapChanged...
2013-10-25 Antti PiiraUse finalUrl in QQmlTypeLoader::Blob::addPragma to...
2013-10-25 Tor Arne VestbøExplicitly mark subdirs as host_builds in SUBDIRS template
2013-10-25 Oswald Buddenhagensimplify host_build logic again
2013-10-25 Oswald Buddenhagensanitize dependencies surrounding qmlimportscanner
2013-10-25 Oswald Buddenhagenuntangle SUBDIRS
2013-10-25 Oswald Buddenhagenremove useless CONFIG-=app_bundle
2013-10-25 Tasuku SuzukiMake qtdeclarative compile with -no-gui
2013-10-25 Shawn RutledgeItem documentation: visibleChildren is a list of items...
2013-10-24 Alan AlpertClear text node references after sub-tree has been...
2013-10-24 VenuDoc: Fixed broken links
2013-10-24 Erik VerbruggenV4 debugger: retrieve formals and locals.
2013-10-24 John BrooksAllow " in QQuickStyledText
2013-10-23 VenuDoc: Added a QML module page for Qt Quick Test
2013-10-23 Simon HausmannWin32: Remove dependency to DbgHelp DLL
2013-10-22 Gatis PaeglisMake LocalStorage more verbose
2013-10-22 J-P NurmiAvoid crash when a QML signal is connected to a non...
2013-10-22 Kai KoehneRe-enable debugger autotests on Mac
2013-10-22 Gunnar SlettaRemove ancient and unused leftovers
2013-10-22 Simon HausmannRename v4 to qmljs
2013-10-22 Gunnar SlettaMake example work on Windows
2013-10-22 Gunnar SlettaRe-enable working test.
2013-10-21 Antti PiiraAdd support CompositeSingleton to the new V4 compiler.
2013-10-21 Sean HarmerDon't use reserved keyword "texture" as uniform variabl...
2013-10-21 Yuchen DengFix MSVC2013 compilation
2013-10-21 Simon HausmannRevert commit d818575966e2e2000fe2b7ee390c620f595d9825
2013-10-21 Gunnar SlettaPrevent badly formed texture nodes in the scene graph.
2013-10-21 Sergio Ahumadatests: Replace Q_OS_MACX -> Q_OS_OSX
2013-10-21 Oswald Buddenhagensuppress qml import scan for the tools which don't...
2013-10-21 Albert Astals CidReset on model layout changed
2013-10-20 Simon HausmannQml JavaScript code generation cleanups
2013-10-20 Simon HausmannCleanup: Avoid unnecessary irModule->functions.indexOf...
2013-10-19 Lars KnollRemove internal method from public API
2013-10-19 Lars KnollSome minor optimizations
2013-10-17 Bernd WeimerIncreased precision in shader example
2013-10-17 Shawn RutledgeQtQuick.Dialogs: deploy qml files only for debug builds
2013-10-17 Simon HausmannFix ARM thumb2 mode detection
2013-10-17 Simon HausmannFix iOS builds
2013-10-17 Fabian BumbergerFix crash in FolderListModel
2013-10-17 Kai KoehneFix flaky QQmlProfilerService::scenegraphData test
2013-10-17 Kai KoehneMake sure v8 service sends a finished signal
2013-10-17 Simon HausmannDisable WTF assertions in release builds
2013-10-17 Simon HausmannFix build on ARM in ARM mode (instead of thumb2)
2013-10-17 Simon HausmannImplement WTFReportAssertionFailure
2013-10-17 Simon HausmannFix ASSERT_VALID_CODE_POINTER for our ARM builds
2013-10-17 Erik VerbruggenV4 ARM: extend disassembler.
2013-10-16 Simon HausmannFix performance regression when doing property lookups...
2013-10-16 Simon HausmannSpeed up exception propagation
2013-10-16 Simon HausmannSpeed up stack trace generation for the JIT
2013-10-16 Laszlo AgocsAvoid infinite loop with distance fields disabled
2013-10-16 Shawn RutledgeDialogs: use resources for QML and images
2013-10-16 Albert Astals CidFix infinite loop in QQmlIncubator::forceCompletion
2013-10-16 Kai KoehneImprove output of test case
2013-10-16 Kai KoehneFix segfault in autotest
2013-10-16 Kai KoehneFix deadlocks in debugger infrastructure on Mac
2013-10-16 Lars KnollTurn on exact garbage collection by default
2013-10-16 Simon HausmannFix cleanup handlers on Android when exceptions are...
2013-10-15 Richard Moe... qqmlimport: avoid deadlock by scoping the usage of...
2013-10-15 Lars KnollInitialize Variable
2013-10-15 Lars KnollFix GC issues with usage of raw RegExp pointers
2013-10-15 Lars KnollRemove debug output
2013-10-15 Lars KnollRemove duplicated forward declaration
2013-10-15 Tor Arne VestbøDon't use constructor function to initialize providers
2013-10-15 Jerome PasionDoc: Renamed links to "QML Applications".
2013-10-15 Lars KnollMake QQmlIncubatorPrivate refcounted
2013-10-15 Lars KnollMake sure the incubated object survives the statusChang...
2013-10-15 Mitch CurtisFix MSVC2010 warnings.
2013-10-15 Shawn RutledgeQtQuick.Dialogs: on single-window platforms, don't...
2013-10-15 Lars KnollFix some more issues with exact GC
2013-10-15 Lars KnollFix GC issue with incubators
2013-10-14 Lars Knollinline get_element calls
2013-10-14 Lars KnollAvoid creating array attributes if possible
2013-10-14 Lars KnollFix performance regression introduced by 6adb06
2013-10-14 Lars KnollFix a small bug in conversion to SInt32
2013-10-14 Mitch CurtisTouch up QJSEngine::evaluate documentation.
2013-10-14 Erik VerbruggenV4 JIT: fix stack size calculation on 32bit.
2013-10-14 Erik VerbruggenV4 disasm: fix sub sp,sp,imm
2013-10-14 Giulio CamuffoDon't leave a window current when removing it
2013-10-14 Morten Johan... Fix the QML import search.
2013-10-14 Morten Johan... Make qmlimportscanner report plugin classnames.
2013-10-14 Morten Johan... Add classnames for QML import plugins.
2013-10-12 Lars KnollImplement >>> inline for the JIT backend
2013-10-12 Erik VerbruggenV4 JIT: fix register allocator after change to s/uint32...
2013-10-12 Erik VerbruggenV4 JIT: clean-up conversion functions and add toUInt32.
2013-10-12 Erik VerbruggenV4 ARM: fix disassembler vmov
2013-10-12 Lars KnollRemove some unused flags from Managed
2013-10-11 Simon HausmannCompile signal handler expressions in the loader thread
2013-10-11 Simon HausmannCompile JS functions as part of the QQmlCompiler run...
2013-10-11 Simon HausmannCompile binding expressions in the QQmlCompiler
2013-10-11 Simon HausmannFix failing assertion (index != -1) when trying to...
2013-10-11 Simon HausmannFix determination of lookup mode in V4 code generator
next