projects
/
platform
/
upstream
/
qtdeclarative.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/qtdeclarative.git
2013-10-14
Morten Johan...
Make qmlimportscanner report plugin classnames.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Morten Johan...
Add classnames for QML import plugins.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Lars Knoll
Implement >>> inline for the JIT backend
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Erik Verbruggen
V4 JIT: fix register allocator after change to s/uint32...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Erik Verbruggen
V4 JIT: clean-up conversion functions and add toUInt32.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Erik Verbruggen
V4 ARM: fix disassembler vmov
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Lars Knoll
Remove some unused flags from Managed
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Simon Hausmann
Compile signal handler expressions in the loader thread
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Simon Hausmann
Compile JS functions as part of the QQmlCompiler run...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Simon Hausmann
Compile binding expressions in the QQmlCompiler
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Simon Hausmann
Fix failing assertion (index != -1) when trying to...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Simon Hausmann
Fix determination of lookup mode in V4 code generator
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Simon Hausmann
Fix crash in duplicate labelled statement check
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Fix possible crashes
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Jan Arve Saether
Correct a small typo to QtQuick::Grid::horizontalItemAl...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Eskil Abrahamsen...
Android: Skip tools built for target architecture
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Correctly set the vtbl for Boolean and NumberObject
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Fix the remaining objects against self destruction
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Optimise code generation for convertTypeToSInt32
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Simon Hausmann
Fix build on Android with -developer-build
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Richard Moe...
Support statically linked module plugins
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Gunnar Sletta
Fix and re-enable constantUpdateOnWindow test.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Gunnar Sletta
Unskip test which now passes.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Protect a few constructors against self destruction
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Smaller cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Remove usage of String pointers where not required
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Mark strings stored in the lookups
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Remove more direct usages of Managed pointers
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Lars Knoll
Small optimisation for bit shift operations
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Simon Hausmann
Fix build on iOS
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Simon Hausmann
Add support for showing disassembled ARM JIT code
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Martin Smith
qdoc: Added excludedirs to qtquickdialogs.qdocconf
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Erik Verbruggen
V4 runtime: add some more counters.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Erik Verbruggen
V4 JIT: ISel for bitwise or/xor.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Erik Verbruggen
V4 JIT: generate some strict (not) equal conditions
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Erik Verbruggen
V4 JIT: do not generate inline fall-back code for strin...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Erik Verbruggen
V4: Remove more jumps.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Kai Koehne
Use common prefix for environment variable
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Gunnar Sletta
Be explicit about precision specifiers.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Gunnar Sletta
All matrices in a batch need to be 2D safe when merging.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Gunnar Sletta
Several smaller fixes to Animators.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Robin Burchell
Delay calculation of offline storage path as long as...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
J-P Nurmi
Fix qquickframebufferobject.h syncqt warning
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Thiago Macieira
QStringRef has toInt(), so no need to create a new...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Friedemann...
Reshuffle inlined functions to fix MinGW-warnings.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Michael Brasser
Fix regression in pressDelay behavior.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Gunnar Sletta
Respect DirtyForceUpdate in QSGBatchRenderer.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Erik Verbruggen
V4 JIT: enable register allocator for linux/x86.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Erik Verbruggen
V4 JIT: fix visitRet for 32-bit architectures.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Petr Nejedly
Signal no region descriptors follow the ETH table.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Make sure to markDirty the node from UniformAnimator.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Make sure we apply the last transformation step.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Make transform and opacity animators work when layer...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gabriel de...
Remane private QQuickAction into QQuickStateAction
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Jan Arve Saether
Don't print garbage or crash when using console.log
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Shawn Rutledge
A dynamically-created Window can have a parent Item...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Shawn Rutledge
A dynamically created Window can have a parent Window
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Invalidate the bounding rects when the roots change.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Respect Qt.vector2d as input to ShaderEffect uniforms.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Mark DirtySubtreeBlocked correctly from OpacityNode
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Animator overview docs and example.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Separate and fix 8/24-bit text mask materials.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Remove QSGContext's precompilation step.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Enable profiling of materials and atlas textures
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Petr Nejedly
Get lookups working (somehow) on ARM
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Simon Hausmann
Temporarily disable libunwind exception throwing on Mac
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Simon Hausmann
Fix backtrace generation on Android/ARM/QNX
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Simon Hausmann
Cleanup exception handling
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Simon Hausmann
Change v4 exceptions to use the common C++ ABIs foreign...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Friedemann...
Fix warnings in tst_qquickaccessible.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Friedemann...
Forward-declare QV4::String in qqmlmetatype_p.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Friedemann...
Fix warnings in tst_qquickaccessible.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Friedemann...
Forward-declare QV4::String in qqmlmetatype_p.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Mark DirtySubtreeBlocked correctly from OpacityNode
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Friedemann...
Forward-declare QV4::String in qqmlmetatype_p.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Mark DirtySubtreeBlocked correctly from OpacityNode
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Gunnar Sletta
Respect Qt.vector2d as input to ShaderEffect uniforms.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Lars Knoll
Use a QVector instead of a QList
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Erik Verbruggen
V4 JIT: implement convertUInt32ToDouble on ARMv7.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Erik Verbruggen
V4 IR: fix dead-code elimination.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Erik Verbruggen
V4: invert conditions when the true block follows the...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Simon Hausmann
Change exception handling API
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Lars Knoll
Cleanup API of Safe<T>
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Lars Knoll
Use SafeValue instead of Value in ScopedValue methods
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Lars Knoll
Remove some more uses of QV4::Value
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Lars Knoll
Remove more uses of Value
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Lars Knoll
Fix ObjectIterator API to be GC safe
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Lars Knoll
Don't create a ValueRef to a temporary
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Albert Astals Cid
Always call callCompleted in QQmlDataBlob::tryDone
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Erik Verbruggen
V4 IR: fix type inference.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Tor Arne Vestbø
Don't delete scene-graph atlas manager if it hasn't...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Gunnar Sletta
Stabilize tst_qqmlprofilerservice
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Martin Smith
qdoc: no longer recognizes the version nr in QML refs
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
Chris Adams
Add fine-grained QML / QtQuick performance benchmarks
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
Laszlo Agocs
Fix compilation on Android with 4.8 toolchain
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
J-P Nurmi
V4: fix ArrayPrototype::method_isArray() build break
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Andrew den...
Fix PathView stealing mouse grab from its child items.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Simon Hausmann
Fix invalid alias error reporting in new compiler
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Simon Hausmann
Improve error location reporting for invalid aliases...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Simon Hausmann
Fix error message for group property definitions on...
commit
|
commitdiff
|
tree
|
snapshot
next