summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qscreen.h
Commit message (Expand)AuthorAgeFilesLines
* WIP: Add platform independent high-dpi support to QtGuiMorten Johan Sørvig2015-03-261-0/+1
* Implement QDebug streaming operators for QWindow, QScreen and QWidget.Friedemann Kleint2015-03-161-0/+7
* QScreen: add devicePixelRatio propertyShawn Rutledge2015-02-141-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-2/+3
* Make it possible to know when a screen is being removedAleix Pol2014-07-021-0/+1
* Make nativeOrientation available in the public APIPaul Olav Tvete2013-09-131-0/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+2
* QScreen's physicalSize can change. Ensure siblings are updated.Shawn Rutledge2012-10-161-19/+14
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-181-2/+6
* Use the right getter for the QScreen::primaryOrientation property.Jason Barron2012-08-311-1/+1
* Clean up QScreen::grabWindow()aavit2012-08-181-1/+1
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-061-0/+3
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-081-0/+4
* api: Fix const correctness of api in QScreenGirish Ramakrishnan2012-04-171-6/+6
* QtGui: make some constructors explicitMarc Mutz2012-03-141-1/+1
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-091-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Made window orientation API more flexible.Samuel Rødal2012-01-241-7/+11
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Made it possible to report screen changes through QWindowSystemInterface.Samuel Rødal2012-01-121-0/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Made more QScreen properties NOTIFY and added average DPI properties.Samuel Rødal2011-11-301-10/+22
* Add Q_PROPERTY declarations to QScreen.Samuel Rødal2011-11-011-0/+16
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-071-0/+15
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-061-1/+11
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Compile fix.Friedemann Kleint2011-07-251-2/+5
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-0/+95