aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-271-1/+1
* QQuickWindow: add some links to resetOpenGLStateGiuseppe D'Angelo2014-07-291-1/+8
* Fix typo in documentationKai Koehne2014-07-181-1/+1
* Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
* 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
* 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
* Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-141-6/+8
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-131-0/+31
* QQuickWindow: let clearFocusObject actually clear the focus objectRichard Moe Gustavsen2014-03-131-1/+2
* QQuickWindow cleanup: Remove forceRendering flagPaul Olav Tvete2014-03-121-2/+1
* QQuickWindow: fix content item sizeJ-P Nurmi2014-02-281-13/+4
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-251-0/+67
* Add an error signal to QQuickWindowLaszlo Agocs2014-02-211-0/+40
* Avoid extra platformwindows with QQuickWidgetLaszlo Agocs2014-02-211-0/+3
* Fix item polishingJ-P Nurmi2014-02-201-12/+5
* Add a signal for syncing external animation systemsLaszlo Agocs2014-02-201-0/+10
* Introducing QQuickWidgetLars Knoll2014-02-171-14/+64
* Fix polishItems bugFabian Bumberger2014-02-151-6/+10
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-121-1/+0
* Visualization modes for rendering.Gunnar Sletta2014-01-291-0/+2
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+2
|\
| * Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-221-0/+2
* | QQuickWindow: Make sure popups receive key events on MacGabriel de Dietrich2014-01-151-11/+30
* | Dont call updatePolish if an item is not visibleFabian Bumberger2014-01-081-2/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+1
|\|
| * Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-5/+39
|\|
| * Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-131-3/+31
| * Mark item as dirty when nodes are cleanedMichael Brasser2013-12-101-0/+2
| * Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-061-2/+6
* | Fix delivery of QEvents to QQuickItemsDaniel d'Andrada2013-11-291-27/+19
* | Merge branch 'stable' into devSergio Ahumada2013-11-271-68/+60
|\|
| * Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-10/+12
| |\
| | * No assert when the focus changes and a window has no active focus item.Frederik Gladhorn2013-11-251-10/+11
| | * Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-221-0/+1
| * | Fix assert after giving focus to a disabled item.Andrew den Exter2013-11-221-6/+10
| * | Use the sharing context when grabbing a hidden QQuickWindow.Jocelyn Turcotte2013-11-201-0/+1
| |/
| * Doc: Fixed QtQuick.Window documentationJerome Pasion2013-11-151-23/+23
| * Refactored Animator internalsGunnar Sletta2013-11-061-1/+1
| * Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
| * QQuickWindowPrivate: implement clearFocusObjectRichard Moe Gustavsen2013-11-011-0/+5