summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-121-0/+15
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Establish an opacity property for the QWindowLaszlo Papp2013-01-261-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* De-inline all setters in QWindowShawn Rutledge2012-12-121-31/+12
* Removed requestOrientation() API from QWindow.Samuel Rødal2012-12-061-3/+0
* Removed temporary backwards-compat properties and accessors in QWindowShawn Rutledge2012-12-031-36/+0
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+2
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-271-2/+3
* Temporary backwards-compatible QWindow::setPos accessorsShawn Rutledge2012-11-081-0/+6
* Remove QWindow pos, geometry and size as properties; pos->positionShawn Rutledge2012-11-081-6/+3
* Temporary backwards-compatibility window propertiesShawn Rutledge2012-11-071-0/+29
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-22/+25
* Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-021-0/+19
* QWindow::setWindowFilePath addedJoerg Bornemann2012-10-021-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QWindow documentation fixes; make pos, size and geometry propertiesShawn Rutledge2012-08-211-0/+3
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+6
* Implement QWindow::setWindowIconCorentin Jabot2012-05-241-1/+5
* Implement QWindow::resize(int, int) by calling to resize(QSize).Friedemann Kleint2012-05-041-1/+1
* Add setCursor API to QWindowLaszlo Agocs2012-05-041-0/+13
* api: remove QWindow::visible()Girish Ramakrishnan2012-04-181-2/+0
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-171-4/+3
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-4/+3
| |\
| | * Fix header inclusion guardsGirish Ramakrishnan2012-04-141-3/+3
| | * Remove unused signal QWindow::backBufferReadyGirish Ramakrishnan2012-04-101-1/+0
* | | api: remove QWindow::moveGirish Ramakrishnan2012-04-171-5/+0
|/ /
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+2
|\|
| * QWindow: add windowModality as a Q_PROPERTY()Bradley T. Hughes2012-04-031-0/+2
* | QtGui: make some constructors explicitMarc Mutz2012-03-141-2/+2
|/
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-181-0/+2
* Fixed API in QWindow: visible() -> isVisible().Samuel Rødal2012-02-171-2/+4
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-1/+0
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-301-0/+1
* 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/+2
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-261-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Made window orientation API more flexible.Samuel Rødal2012-01-241-7/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make show() default to sane sizing behaviour based on the platform.Samuel Rødal2012-01-121-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-121-0/+2
* Added screenChanged() signal and handle screen destruction in QWindow.Samuel Rødal2011-11-291-0/+4
* Add some properties to QWindowAlan Alpert2011-11-221-1/+44
* Get rid of unused inputMethodEvent functionJoona Petrell2011-11-211-2/+0
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-221-0/+1
* Fix some compiler warnings on MacSergio Ahumada2011-10-211-0/+2
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-071-0/+5
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-051-0/+12