aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Use one render loop per QQuickWindowGunnar Sletta2013-10-301-27/+7
* | Ignore mouse events synthesized by the OS in Quick2Laszlo Agocs2013-10-141-0/+26
|/
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-23/+23
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-16/+16
* Animators - Render thread animation systemGunnar Sletta2013-09-211-0/+10
* Don't polish items if the screen is 0Lars Knoll2013-09-181-0/+2
* Avoid copying touchpoints, and only check until we find a match.Robin Burchell2013-09-171-2/+7
* Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-2/+2
* Convenience function for resetting the OpenGL state.Gunnar Sletta2013-09-091-0/+62
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-2/+12
* Polish items on screen change.Morten Johan Sørvig2013-09-091-0/+21
* Remove unused variableLars Knoll2013-09-021-1/+0
* QQuickWindow: handle QWheelEvent::phaseJ-P Nurmi2013-08-191-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-5/+12
|\
| * Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-191-4/+4
| * Fix hover event crashJosh Faust2013-08-121-1/+8
* | Public API for creating atlas textures, when available.Gunnar Sletta2013-08-121-8/+24
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-0/+12
|\|
| * Document QWindow::alert() in Qt Quick.Friedemann Kleint2013-06-281-0/+12
* | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
|/
* Fix compiler warning about unused parameterKai Koehne2013-06-101-1/+1
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-071-16/+23
* Added QQuickWindow::setDefaultAlphaBuffer()Shawn Rutledge2013-05-301-2/+29
* Add QQuickWindow::closing signal, and ability to ignore the eventShawn Rutledge2013-05-081-0/+64
* mouse synthesis: don't say the left button is pressed during a releaseShawn Rutledge2013-05-041-1/+1