summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* qpa: Verify that the platform returns a WId that is not WId(0)Holger Hans Peter Freyther2012-02-201-1/+5
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-181-0/+32
* Fixed API in QWindow: visible() -> isVisible().Samuel Rødal2012-02-171-2/+8
* Fix ref counted window close handling.Stephen Kelly2012-02-161-19/+5
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-151-0/+3
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-0/+1
* Destroy the QWindow children in destroy() instead of close()Laszlo Agocs2012-02-061-10/+9
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-0/+20
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-301-0/+8
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-271-0/+7
* Implement QWindow::close()Anselmo L. S. Melo2012-01-271-2/+22
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-261-5/+9
* Made window orientation API more flexible.Samuel Rødal2012-01-241-23/+79
* Make it possible to compile with -no-opengl.Andreas Holzammer2012-01-241-0/+2
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Docs: Fix typo in the QWindow class documentationAnselmo L. S. Melo2012-01-201-1/+1
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-34/+48
* Make show() default to sane sizing behaviour based on the platform.Samuel Rødal2012-01-121-4/+18
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-121-0/+9
* Added minimal class docs for QWindow to make it visible.Gunnar Sletta2011-12-021-0/+20
* Added screenChanged() signal and handle screen destruction in QWindow.Samuel Rødal2011-11-291-2/+24
* Add some properties to QWindowAlan Alpert2011-11-221-0/+18
* Get rid of unused inputMethodEvent functionJoona Petrell2011-11-211-4/+0
* Adding a "helper assert" for when you can create QWindowJørgen Lind2011-11-151-0/+5
* QWindow: Re-create platform window only if screen actually changes.Friedemann Kleint2011-10-221-6/+10
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-221-0/+9
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-071-0/+35
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-051-5/+67
* Implement showFullScreen, showNormal, and showMaximized/Minimized in QWindow.Alexis Menard2011-10-041-4/+9
* Added QWindow::requestedFormat()Gunnar Sletta2011-10-031-0/+15
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-291-0/+2
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-231-0/+60
* Fixed geometry issues.Samuel Rødal2011-09-231-0/+8
* Return the correct geometryLars Knoll2011-09-211-0/+2
* Say hello to QWindow::accessibleRoot()Jan-Arve Saether2011-09-191-0/+9
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Fix try #2 at QSurface missing a virtual destructorJani Uusi-Rantala2011-09-061-0/+4
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-2/+2
* QWindow::mapToGlobal/mapFromGlobal and move()Gunnar Sletta2011-08-291-0/+35
* Preliminary change to get resizeEvents for QWindow::resize() callsGunnar Sletta2011-08-241-1/+2
* Fixed empty if statement in QWindow.cppOlli Werwolff2011-08-221-1/+1
* Implement "quit on last window closed" logic for QWindowGunnar Sletta2011-08-111-2/+30
* Made QWindow::setVisible() send show and hide events.Samuel Rødal2011-08-101-2/+19
* Added some convenience to QWindowGunnar Sletta2011-08-051-0/+13
* QWindow: Do not call setters for window state, type etc in creation.Friedemann Kleint2011-07-261-7/+0
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+33
* Reintroduce QWindow::SurfaceTypeMorten Sorvig2011-06-221-0/+12