aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-101-2/+1
* Prevent removeFirst call on empty list.Zeno Endemann2014-10-011-2/+2
* move QQuickWindowAttached to QQuickWindowQmlImplShawn Rutledge2014-09-241-5/+0
* QQuickWindow::setColor() should use update() rather than dirtyItem()Gunnar Sletta2014-09-171-1/+1
* Protect QQuickWindow::openglContext against not having a context.Gunnar Sletta2014-09-171-1/+1
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-0/+12
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-281-1/+1
|\
| * Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-271-1/+1
* | Do not send deferred deletes from the QQuickWindow dtorLaszlo Agocs2014-08-261-2/+0
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-151-2/+4
* | Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-131-81/+0
* | Doc: Remove duplicated wordsTopi Reinio2014-08-121-2/+2
* | Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-111-58/+15
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-1/+1
* | Make the QtQuick window surface type configurableSimon Hausmann2014-08-081-1/+1
* | Add Window attached property on ItemShawn Rutledge2014-08-081-0/+47
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-081-1/+8
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-071-1/+8
| |\|
| | * QQuickWindow: add some links to resetOpenGLStateGiuseppe D'Angelo2014-07-291-1/+8
* | | Make sure texture factories are delete before libraries are unloaded.Gunnar Sletta2014-08-081-0/+7
|/ /
* | Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-051-1/+1
* | Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-011-2/+2
* | Fix touch/mouse propagation bugsMartin Jones2014-08-011-45/+77
* | QQuickWindow: fix resetOpenGLState handling of vertex arraysGiuseppe D'Angelo2014-07-311-6/+22
* | Avoid eventloop recursion in touch event handling.Gunnar Sletta2014-07-311-3/+5
* | Introducing QQuickWindow::scheduleRenderJob()Gunnar Sletta2014-07-291-1/+106
* | Introducing QQuickItem::sceneGraphInvalidated/sceneGraphInitializedGunnar Sletta2014-07-291-0/+5
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-1/+1
|\|
| * Fix typo in documentationKai Koehne2014-07-181-1/+1
* | Don't allow a filtering item to block other filtering items.Andrew den Exter2014-07-221-9/+9
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-0/+1
|\|
| * Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
* | Docs: clarify the relation between default alpha and format.Laszlo Agocs2014-07-011-64/+72
* | Make QQuickRenderControl publicLaszlo Agocs2014-06-241-8/+10
* | Process children first when delivering drag eventsAleix Pol2014-06-051-17/+20
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-14/+14
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-1/+9
|\|
| * Focus event fix for QQuickWidgetPaul Olav Tvete2014-05-211-1/+8
| * Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-191-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-23/+40
|\|
| * Don't forcibly accept touch events if mouse event synthesis is disabledGiuseppe D'Angelo2014-04-251-3/+5
| * Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-041-1/+1
| * Document limitations of QQuickWindow::createTextureXxx functions.Gunnar Sletta2014-03-271-2/+10
| * Fix some documentation errors.Friedemann Kleint2014-03-241-4/+3
| * Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-201-1/+1
| * Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-201-2/+3
| * Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-1/+3
| * Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-171-2/+5
| * Fix context creation failure message.Friedemann Kleint2014-03-171-2/+2