summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Establish an opacity property for the QWindowLaszlo Papp2013-01-261-3/+14
* showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-01-251-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-3/+2
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
| * Doc: Fix documentation for devicePixelRatio() functionsTopi Reinio2013-01-171-2/+1
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-12/+32
|/
* Fixed wrong emits of x/y/width/height changed signals in QWindowSamuel Rødal2013-01-041-9/+9
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-2/+4
* De-inline all setters in QWindowShawn Rutledge2012-12-121-46/+72
* Removed requestOrientation() API from QWindow.Samuel Rødal2012-12-061-59/+10
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+18
* Restore the visibility of a moved QWindow in QWindow::screenDestroyedJocelyn Turcotte2012-11-301-1/+9
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-271-2/+2
* Missing break in case QEvent::WindowStateChange.Miikka Heikkinen2012-11-151-0/+1
* Bring back -nograb/-dograb for debugging.Friedemann Kleint2012-11-151-0/+4
* Remove QWindow pos, geometry and size as properties; pos->positionShawn Rutledge2012-11-081-17/+34
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-70/+89
* Don't include qaccessible.h on QT_NO_ACCESSIBILITYKevin Funk2012-11-061-1/+3
* Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-021-0/+50
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-0/+4
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-171-3/+2
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-161-15/+19
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-151-3/+2
* Prevent crashing on screen deletion.Samuel Rødal2012-10-081-0/+2
* QWindow::setWindowFilePath addedJoerg Bornemann2012-10-021-0/+21
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-181-2/+10
* Add links to raster and opengl window examples in the QWindow docs.Samuel Rødal2012-09-111-0/+8
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-051-0/+1
* explain specifically how to make a transparent windowShawn Rutledge2012-08-251-2/+10
* QWindow documentation fixes; make pos, size and geometry propertiesShawn Rutledge2012-08-211-55/+104
* QtGui: normalize signals/slotsMarc Mutz2012-07-131-3/+3
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* fix doc typo in qwindow.cppJoerg Bornemann2012-06-211-1/+1
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-181-0/+4
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-1/+1
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+21
* Document QWindow's setSurfaceType and setFormat update behaviorHolger Hans Peter Freyther2012-05-291-1/+12
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Implement QWindow::setWindowIconCorentin Jabot2012-05-241-18/+23
* Fix deprecation warnings in QtGui, QtPlatformSupport.Friedemann Kleint2012-05-101-1/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-3/+3
* Add setCursor API to QWindowLaszlo Agocs2012-05-041-0/+61
* api: remove QWindow::visible()Girish Ramakrishnan2012-04-181-9/+0
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-6/+9
|\
| * Move QSurface destructor to qsurface.cppGirish Ramakrishnan2012-04-121-4/+0
| * Minor doc fix - show -> hide in QWindow::hideEvent()Julian de Bhal2012-04-111-3/+3
| * Implement window modality in QtGuiBradley T. Hughes2012-04-111-0/+7
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-8/+21
|\|
| * QWindow: add windowModality as a Q_PROPERTY()Bradley T. Hughes2012-04-031-8/+21