summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check screen before changing cursorJoni Poikelin2014-12-231-1/+2
* Implement heightForWidth().Friedemann Kleint2014-11-271-0/+9
* 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
* 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
* 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
* If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-291-4/+7
* Clarify QWindow::format() docsLaszlo Agocs2014-03-071-3/+11
* Add missing notify signal for the QWindow::title propertySimon Hausmann2014-02-271-1/+7
* Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-0/+8
* Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-121-0/+8
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-2/+2
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-2/+2
| |\
| | * Doc: Fix broken linksSze Howe Koh2014-02-041-2/+2
* | | QWindow: reduce a bit of code duplication.David Faure2014-02-081-7/+10
|/ /
* / Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-301-0/+20
|/
* Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-201-7/+6
* Don't maximize dialogs.BogDan Vatra2013-11-151-1/+1
* Don't hardcode devicePixelRatio to 1.Morten Johan Sørvig2013-11-061-1/+6
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-011-0/+2
* QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-311-0/+4
* Clear QGuiApplicationPrivate::tabletPressTarget in ~QWindow.Friedemann Kleint2013-10-171-0/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Don't automatically create a platform window on content orientation changeAndrew Knight2013-09-191-4/+2
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-4/+1
|\
| * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-4/+1
* | Fix QWindow::moveEvent documentationLaszlo Agocs2013-09-131-1/+1
|/
* 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