QQuickCanvas renames
[profile/ivi/qtdeclarative.git] / src / quick / items / qquickwindowmanager.cpp
2012-07-17 Alan AlpertQQuickCanvas renames
2012-06-01 Morten Johan SorvigDon't swap buffers before the window is exposed.
2012-05-29 Gunnar SlettaEnable QML_FIXED_ANIMATION_STEP by default with buffer...
2012-05-24 Samuel RødalCheck ThreadedOpenGL support before enabling threaded...
2012-05-22 Gunnar SlettaAdd QQuickCanvas::update()
2012-05-21 Samuel RødalFixed missing repaints with threaded renderer.
2012-05-10 Laszlo AgocsMake sure there is a proper update when exposing with...
2012-05-08 Samuel RødalAdded environment variable for enforcing the threaded...
2012-05-08 Girish RamakrishnanAdapt to _qpa file rename in qtbase.
2012-04-19 Samuel RødalDelay rendering until canvas is exposed.
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-13 Girish RamakrishnanDon't use QWindow::visible() since it's deprecated
2012-04-13 Gunnar SlettaFix broken wakeup() in threaded renderloop.
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-30 Friedemann KleintFix warnings in qtdeclarative.
2012-03-27 Kent HansenMerge master into api_changes
2012-03-26 Charles YinMake sure window manager wakeup() can always wake up
2012-03-23 Kent HansenMerge master into api_changes
2012-03-19 Yoann LopesFix possible crash in QSGContext::invalidate()
2012-03-19 Kent HansenMerge master into api_changes
2012-03-19 Michael BrasserFix grabbing to wait until the image has actually been...
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-05 Gunnar SlettaMade QQuickWindowManager pluggable via QSGContext.
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-28 Martin JonesIncubators are not async with the threaded renderer.
2012-02-24 Gunnar SlettaRevert resource releasing logic inside window managers.
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-21 Gunnar SlettaRelease resources on shutdown..
2012-02-20 Michael BrasserMake compile.
2012-02-15 Gunnar SlettaIntroduced QQuickCanvas::releaseResources().
2012-02-11 Charles YinTrack the animationRunning flag correctly in QQuickRend...
2012-02-02 Gunnar SlettaStarted implementation of offscreen canvas FBO renderin...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Gunnar SlettaOutput a friendly warning when makeCurrent fails
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-17 Jason McDonaldUpdate copyright year in Nokia copyright headers.
2012-01-12 Gunnar Slettainitialize variable
2012-01-09 Gunnar SlettaFix tst_qdeclarativestates::anchorsRewindBug failure
2011-12-20 Gunnar SlettaEmit the QQuickCanvas::frameSwapped signal again.
2011-12-19 Gunnar SlettaImplement "headless mode" for hidden QQuickCanvases
2011-12-12 Gunnar SlettaInitialize variable
2011-12-12 Friedemann KleintQtQuick: Fix compiler warnings.
2011-12-08 Gunnar SlettaImplemented multiple windows and GL context sharing