rename threadRendering to renderInThread
[profile/ivi/qtdeclarative.git] / src /
2011-09-16 Charles Yinrename threadRendering to renderInThread
2011-09-16 Charles Yinupdate canvas item documentations
2011-09-16 Charles Yinfix context2d composition bug, lighter should map to...
2011-09-16 Charles Yinfix broken canvas blur after merging refactor branch
2011-09-16 Michael BrasserFix warnings.
2011-09-16 Alan AlpertUpdate system offset every frame
2011-09-16 Alan AlpertDocumentation Augmentation
2011-09-16 Alan AlpertUpdate Turbulence on noiseSource change
2011-09-16 Alan AlpertRemove invalid ASSERT
2011-09-16 Jason McDonaldFix missing/outdated license headers.
2011-09-16 Martin JonesVelocities reported by Flickable in onFlickStarted...
2011-09-15 Gunnar SlettaWhen we create textureprovider, initialize it with...
2011-09-15 Eskil Abrahamsen... Support preedit text in QSGTextInput
2011-09-15 Gunnar SlettaUse QWindow's surface format for QSGCanvas' GL context
2011-09-15 Eskil Abrahamsen... Fix pre-edit text in in QSGTextEdit
2011-09-15 Jędrzej NowackiSeparate declarative builtin functions from QV8Engine...
2011-09-15 Jędrzej NowackiRemove some unused includes.
2011-09-15 Jędrzej NowackiSplit qjsconverter_p header.
2011-09-15 Jędrzej NowackiRemove dead code.
2011-09-15 Jędrzej NowackiFix potential memory corruption.
2011-09-15 Jędrzej NowackiCleanup includes in QDeclarativeData.
2011-09-15 Samuel RødalWe need to set the OpenGLSurface surface type on QSGCanvas.
2011-09-15 Joona PetrellRemove unnecessary updateInputContext function from...
2011-09-15 Joona PetrellPass Qt::ImQueryInput instead of Qt::CursorRectangle...
2011-09-15 Rohan McGovernFixed compile on mac (workaround for build system bug)
2011-09-14 Matthew CattellFixed failing test in QSGFocusScope.
2011-09-13 Gunnar Slettafix declarative to work after broken refactor
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-13 Alan AlpertReset on system change
2011-09-13 Alan AlpertRefactor SpriteEngine out of StochasticEngine
2011-09-13 Alan AlpertImplement Turbulence properly
2011-09-12 Alan AlpertDocument Particle type
2011-09-12 Alan AlpertReduce compile warnings
2011-09-12 Alan AlpertOrder of operations fix
2011-09-12 Alan AlpertMake activeGroups usable.
2011-09-12 Charles Yincanvas item refactors
2011-09-12 Joona PetrellFix QtDeclarative refactor branch clean compilation
2011-09-12 Matthew Cattellchanged include to use newly public qsgvertexcolormater...
2011-09-12 Gunnar SlettaImplement QSGVertexColorMaterial::compare and make...
2011-09-12 Gunnar Slettaorient the fbo rendering the same way as other fbo...
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-12 Martin JonesPort change 67ed1849 from Qt 4.7
2011-09-12 Martin JonesExperimental 'pixelAligned' property for Flickable.
2011-09-11 Michael BrasserMake state a public property of QSGItem.
2011-09-09 Paul Olav TveteMake QSGItem::update() work when called from inside...
2011-09-09 Matthew Cattellmake quicktest build and modify to use qwindow
2011-09-09 Jason McDonaldFix missing and outdated license headers.
2011-09-09 Gunnar SlettaOnly polish once pr frame
2011-09-09 Michael BrasserCompile fix.
2011-09-09 Aaron KennedyImprove efficiency of qmlEngine()
2011-09-08 Charles Yinadd convenient function pixmap() function for QSGImageBase
2011-09-08 Charles Yinmake the testcase name the same in both plain text...
2011-09-08 Michael BrasserOnly fast-foward states when there is a transition.
2011-09-08 Pekka VuorelaExplicitly ask input method to commit preedit when...
2011-09-08 Matthew Cattellget various autotests working for refactor
2011-09-08 Gunnar Slettarename QSGGeometry::stride() to sizeOfVertex for symetr...
2011-09-08 Pekka VuorelaAvoid compiler warning on unused variable.
2011-09-08 Pekka VuorelaFix TextInput and TextEdit software input panel on...
2011-09-08 Lars KnollAdjust to the changes in the QInputMethodQuery event.
2011-09-08 Aurindam JanaJSDebugging: Send messages for events BeforeCompile...
2011-09-08 Joona PetrellFix TextInput and TextEdit open/closeSoftwareInputPanel...
2011-09-08 Gunnar Slettamake sure we polishItems also in plain render loop
2011-09-08 Gunnar Slettacompile again
2011-09-08 Lars KnollRename ImMicroFocus to ImCursorrRctangle
2011-09-08 Joona PetrellHandle ImEnabled and ImHints input method queries in...
2011-09-08 Lars KnollFix a typo in the method name
2011-09-08 Lars KnollEnsure the itemTransform in QInputPanel is always up...
2011-09-08 Lars KnollAdapt to the input method changes in qtbase
2011-09-08 Alan AlpertParticles module refactoring en masse
2011-09-08 Alan AlpertWhitespace fix
2011-09-08 Alan AlpertAugment Particle Docs
2011-09-08 Alan AlpertAllow particles to have eternal life
2011-09-08 Alan AlpertAllow affectors to be transformed
2011-09-08 Alan AlpertAdd clear property to QSGParticleSystem
2011-09-07 Michael BrasserAdd new path functionality.
2011-09-07 Gunnar SlettaFix QSGshaderEffectTexture cleanup
2011-09-07 Gunnar Slettamake render timing an environment variable
2011-09-07 Alan AlpertAnimation-like API for ParticleSystem
2011-09-07 Gunnar SlettaAdded QSGGeometry::Attribute::isPosition to give a...
2011-09-07 Damian JansenDoc fix for QDeclarativeEngine
2011-09-07 Charles Yinremove useless debug log
2011-09-07 Gunnar Slettamove QSGNodeUpdater into private header where it belongs
2011-09-07 Andrew den ExterFix left alignment of native RTL pre-edit text.
2011-09-07 Bea LamFix min extents to correctly consider header size
2011-09-06 Matthew Cattellqsgcanvas autotest made to work with refactor and added...
2011-09-06 Charles Yinmore fixes for QTBUG-17868
2011-09-06 Martin JonesEnsure that header/footer resize fixes position.
2011-09-06 Chris AdamsAdd garbage collector prologue callback to qv8engine
2011-09-06 Yann BodsonImprovements to textFormat: Text.StyledText
2011-09-06 Andrew den ExterDelay masking the last character in Password echo mode.
2011-09-05 Bea LamView refill operations should take qreal, not int
2011-09-05 Aurindam JanaRemove friend class QV8DebugService from QV8Engine.
2011-09-04 Chris AdamsFix some memory leaks in the compiler
2011-09-04 Jonni RainistoFix build break for QT_OPENGL_ES builds.
2011-09-02 Kai KoehneDebugger: Merge back changes from Qt Creator copy
2011-09-02 Kai KoehneDebugger: Fixing coding style issues
2011-09-02 Kai KoehneDebugger: Move QT_DECLARATIVE_DEBUG handling out of...
2011-09-02 Kai KoehneDebugger: Add private header warning to all _p.h files
2011-09-02 Kai KoehneDebugger: Canonalize header defines
2011-09-02 Kai KoehneDebugger: Add missing QT_BEGIN_NAMESPACE, QT_END_NAMESPACE
next