summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not recreate window if it is moved to a virtual sibling screen.Friedemann Kleint2013-08-231-2/+3
* Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-0/+4
* QWindow min/max width/height, contentOrientation are not new in 5.1Shawn Rutledge2013-06-281-5/+0
* Clear QWindowPrivate::positionAutomatic in setFramePosition().Friedemann Kleint2013-05-231-0/+1
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-231-14/+20
* Don't destroy the window if the QCloseEvent wasn't acceptedShawn Rutledge2013-05-071-3/+5
* QWindow: expose active as propertyLiang Qi2013-04-231-0/+8
* Implement alertion state for windows.Friedemann Kleint2013-04-191-0/+30
* Doc: Fix the documentation for QWindow::focusObjectChanged()Topi Reinio2013-04-031-3/+3
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-16/+241
|\
| * Documentation and versioning for new Window propertiesShawn Rutledge2013-03-121-0/+6
| * Implement XEmbed protocolAlberto Mardegan2013-03-061-1/+36
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-2/+15
| |\
| * | Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-271-0/+33
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
| |\ \
| * | | Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-121-0/+120
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-6/+6
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-12/+32
* | | | | | If a QWindow without a platform window is resized, emit changed signalShawn Rutledge2013-03-131-0/+5
* | | | | | showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-03-021-3/+5
| |_|_|_|/ |/| | | |
* | | | | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-2/+15
| |_|_|/ |/| | |
* | | | Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-111-1/+1
| |_|/ |/| |
* | | Minor QWindow documentation improvement for the accessor/mutatorsLaszlo Papp2013-01-251-6/+6
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Doc: Fix documentation for devicePixelRatio() functionsTopi Reinio2013-01-171-2/+1
|/
* 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