summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+6
|\
| * Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
* | Fix -Wcast-qual warningsThiago Macieira2015-08-131-1/+1
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-12/+43
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+2
|\|
| * doc: mark QWindow::requestUpdate() as \since 5.5Gunnar Sletta2015-06-181-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+4
|\|
| * Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-1/+8
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+8
| |\
| | * Fix use of the window geometry specificationAlexander Volkov2015-03-271-0/+7
| | * Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-181-0/+2
|\| |
| * | eglfs: Generate enter and leave eventsLaszlo Agocs2015-03-141-0/+2
* | | Implement QDebug streaming operators for QWindow, QScreen and QWidget.Friedemann Kleint2015-03-161-0/+39
|/ /
* | docs: QPlatformWindow::screen() and QWindow::screen() can return nullShawn Rutledge2015-03-061-1/+1
* | Use QPlatformWindow::mapToGlobal()/mapFromGlobal() for Qt::ForeignWindow.Friedemann Kleint2015-02-181-6/+10
* | Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-4/+9
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-071-5/+9
* | Only show QWindows after QScreen destruction if coming from virtual siblingTor Arne Vestbø2015-01-221-24/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+2
|\|
| * Check screen before changing cursorJoni Poikelin2014-12-231-1/+2
* | emit lastWindowClosed even if quitOnLastWindowClosed is falseShawn Rutledge2014-12-231-14/+12
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-0/+9
|\|
| * Implement heightForWidth().Friedemann Kleint2014-11-271-0/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-6/+6
|\|
| * Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-111-4/+0
| * docs: WindowType is important for dialogs to center themselvesShawn Rutledge2014-11-051-0/+4
| * Ignore alert on an active windowJohn Brooks2014-10-291-2/+2
* | Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-171-0/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-5/+5
|\|
| * Do not re-create windows during application shutdownShawn Rutledge2014-10-061-1/+1
| * Doc: Use title case in section1 titlesNico Vertriest2014-09-301-4/+4
* | Introducing QWindow::requestUpdate().Gunnar Sletta2014-10-091-0/+44
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-13/+21
|\
| * Recreate child windows when changing screensDyami Caliri2014-08-281-13/+21
* | Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-1/+9
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-0/+5
|\|
| * Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-0/+5
* | Make QWindow::close go through the QWindowSystemInterfaceJorgen Lind2014-07-101-19/+22
* | Fix screen handling for child windows.Friedemann Kleint2014-06-181-33/+75
* | Don't crash when platform plugin sends us two close events.Gunnar Sletta2014-05-151-0/+6
* | Make handling of QEvent::Close consistent with QWindow::close()Gunnar Sletta2014-05-131-9/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-2/+2
|\|
| * Don't set the window title for a Qt::Desktop window (QDesktopWidget)Thiago Macieira2014-05-021-1/+1
| * Fix override cursor issue with QtQuick2ApplicationViewer.Kati Kankaanpaa2014-05-021-1/+1
* | Add support for -qwindowicon command line argument.David Faure2014-05-021-1/+4
|/
* QNX: Surpress manual window activation during showFullScreenFabian Bumberger2014-04-051-0/+3