projects
/
konrad/qtdeclarative.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
konrad/qtdeclarative.git
2012-05-30
Andrew den...
Use a shared meta-object for VisualDataModel list conte...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Chris Adams
Ensure that variant property references keep QObjects...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Martin Jones
Remove unused data member in QQuickPixmapCache
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Michael Brasser
Change animation grouping and ownership model.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Matthew Vogt
Do not modify 'declarative' in file paths
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Gunnar Sletta
Improve QQuickCanvas::createTextureFromImage() docs...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Simjees Abraham
Debugger: Modified response for "destroyObject" message.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Gunnar Sletta
Enable QML_FIXED_ANIMATION_STEP by default with buffer...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Rohan McGovern
Set explicit testcase.timeout for slow tests
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Kent Hansen
Add internal API for accessing V8 handles of QJS types
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Andrew den...
Fix nested GridView key navigation with a single row...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Andrew den...
Fix scaling of svgz images.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Andrew den...
Update the cursor rectangle when password echo timer...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Alan Alpert
Add a test for using files stored as resources.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Don't use deleted QQuickPathAnimationAnimator
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Fix memory leaks in QQuickParentAnimation
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Add missing uninitialized members
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Add missing unintialized member in QQuickParentAnimatio...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Add missing unintialized member in QQuickPathAnimationU...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Add missing unintialized member in QV8Context2DResource
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Remove unreachable code from qquickcontext2d.cpp
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Avoid using previously declared variables
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Avoid using previously declared variables
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Add Q_DISABLE_COPY to QQuickContext2D
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Matthew Vogt
Remove obsolete overload of QQmlEngine::importPlugin()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Martin Jones
Fix potential buffer overrun.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Martin Jones
Initialize data members in quick.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Charles Yin
Fix potential memory leaks in context2d
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Martin Jones
Initialize data members in QML engine
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Yann Bodson
Remove unnecessary temporary variable
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Friedemann...
Fix warnings about truncation from size_t to int (MSVC2...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Rohan McGovern
Add CONFIG+=parallel_test to suspected parallel-safe...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Andrew den...
Fix flicker when changing ListView currentIndex with...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Andrew den...
Fix PathView not updating after all items are removed...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Andrew den...
Don't parent (QObject) delegate items to views.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Martin Jones
Flickable containing MultiPointTouchArea is unresponsiv...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Robin Burchell
Add --resize-to-root option, sets ResizeViewToRootObjec...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Chris Adams
Fix crash caused by unregistered enum types
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Bea Lam
Don't override "z" bindings for header and footer
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Aaron Kennedy
Store QQmlMetaObject in V4
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Andrew den...
Don't deliver drag move events immediately.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Aurindam Jana
QQmlEngineDebugService: Property Data of type QVariant
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Andrew den...
Optimise QQuickItem::stackAfter/Before() for the common...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Andrew den...
Don't leak unresolved items when a VisualDataModel...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Andrew den...
Add an v8 object template for visual data model change...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Roberto Raggi
Don't rewrite the body of function expressions
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Kim Motoyoshi...
Simplify the depth transformation in the scene graph.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Chris Adams
Remove exceptions support from QtQml
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Charles Yin
Add more RETURN_IF_DELETED checking in animation code
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Matthew Vogt
Ensure cached moduleName matches when avoiding conversion
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Aaron Kennedy
Don't access metaobject unnecessarily
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Aaron Kennedy
Use static dispatch tables for QQmlAbstractBinding
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Aaron Kennedy
Reduce size of QQmlAbstractBinding
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Aaron Kennedy
Reduce size of QQmlNotifierEndpoint
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Gunnar Sletta
Reenable QQuickTextEdit::delegateLoading for Mac OS X
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Nico Vertriest
Doc: Sanitized QML types
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Kent Hansen
Update license headers
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Kent Hansen
Simplify method name extraction in property cache
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Aaron Kennedy
Lazily create QMetaObjects
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Samuel Rødal
Check ThreadedOpenGL support before enabling threaded...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Simjees Abraham
Debugger : Handling destruction of multiple elements.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Simjees Abraham
Debugger: Removing the deleted objects from objectRefer...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Kent Hansen
Fix the logic in void return type check
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Andrew den...
Make qqmlmoduleplugin tests pass in shadow builds.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Kent Hansen
Remove QJSEngine::ContextOwnership and associated const...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Kent Hansen
Remove QQmlEngine::collectGarbage() overload
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Bea Lam
Remove duplicated doc files and images
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Martin Jones
Optimize QML enum resolution
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Andrew den...
Enable binding to properties of type QJSValue.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Andrew den...
Fix crash in VisualDataModel drag selection example.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Andrew den...
Fix performance regression in VisualDataModel.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Andrew den...
Contruct per-delegate QQmlContextData directly.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Andrew den...
Don't construct VisualDataModel attached properties...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Matthew Vogt
Ensure that main thread processes worker data events
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Martin Jones
Optimize qmldir parsing
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Martin Jones
Optimize QML parser
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Matthew Vogt
Ensure QQuickView's engine outlives the root component
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Matthew Vogt
Remove default parenting in Qt.createComponent()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Alan Alpert
Organize data members in QQuickParticleData
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Michael Brasser
Remove deprectated MultiPointTouchArea signals.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Martin Jones
Optimize QML type registration.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Charles Yin
Introduce a new constructor to QQuickView
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Charles Yin
Add unit tests for SVG path
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Rohan McGovern
Removed CONFIG+=parallel_test from suspected parallel...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Charles Yin
Only preallocate 1 change listener per animation instance
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Charles Yin
Add completeToBeginning()/completeToEnd() to animation...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Charles Yin
Use the default timeout for tryCompare
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Gunnar Sletta
Add QQuickCanvas::update()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Gunnar Sletta
Reexport the shader effect texture
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Jan-Arve Saether
Replace (un)checkAction with toggleAction (2/3)
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Friedemann...
QtDeclarative: Fix warnings about deprecated QCoreAppli...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Friedemann...
Quick/QQuickFontLoader: Output warning on failure.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Jerome Pasion
Doc: Added two new articles for the QML documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Jan-Arve Saether
Accessibility: Implement invisible and checkable state
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Charles Yin
doc fix
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Alan Alpert
Examples cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Rohan McGovern
Removed CONFIG+=parallel_test from suspected parallel...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Simjees Abraham
Debugger: Response for DESTROY_OBJECT request sent...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Jędrzej Nowacki
Simplify a type name query.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Jędrzej Nowacki
Simplify QVariant::convert and QVariant::canConvert...
commit
|
commitdiff
|
tree
|
snapshot
next