summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QNX: Fix screen rotationRafael Roquetto2013-06-262-1/+7
* Android: Fix initial window size for raster backendPaul Olav Tvete2013-06-262-0/+12
* BlackBerry: fix delayed root window posting on OpenGLRafael Roquetto2013-06-261-0/+3
* Mac OSX: get the correct key code when the control key is pressedShawn Rutledge2013-06-261-1/+5
* Fix missing focus events for mapped child windowsJørgen Lind2013-06-211-2/+2
* Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-172-4/+9
* OSX: Disable window restoration for the Mac color panelShawn Rutledge2013-06-151-0/+5
* Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-151-6/+4
* OSX color dialog can be accepted repeatedlyShawn Rutledge2013-06-151-0/+1
* Cocoa: Make QWidget::showNormal() work on minimized windowsGabriel de Dietrich2013-06-121-1/+1
* Cocoa: Make sure internal minimized state is up to dateGabriel de Dietrich2013-06-122-14/+17
* Cocoa: Update window state when maximizing from the title barGabriel de Dietrich2013-06-124-0/+20
* Cocoa: Make sure we update internal window fullscreen stateGabriel de Dietrich2013-06-123-4/+17
* Cocoa: Remove compilation warningGabriel de Dietrich2013-06-121-0/+1
* Fix gcc warnings about unused-valueKai Koehne2013-06-121-1/+1
* Disable long press on AndroidPaul Olav Tvete2013-06-101-0/+4
* Windows save file dialog: Set default suffix only once.Friedemann Kleint2013-06-101-18/+18
* Fix issue when QKeyEvent::text() was returning empty stringGatis Paeglis2013-06-101-5/+5
* Windows: Send a geometry change after Window creation.Friedemann Kleint2013-06-071-0/+3
* Cocoa:Fixed crash when sharing QMenu between two QMenuBar instancesRomain Perier2013-06-074-22/+66
* eglfs: Fix bug determining physical screen sizeAndy Nichols2013-06-031-2/+6
* eglfs: prevent expose/geometrychange loopAndy Nichols2013-06-031-2/+2
* Use [NSEvent characters] to retrieve the input character.Gatis Paeglis2013-05-301-14/+5
* Windows: Suppress mouse events synthesized by OS.Friedemann Kleint2013-05-302-0/+14
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-304-5/+5
* QMenu: Remove last references to QMacWindowFaderGabriel de Dietrich2013-05-302-15/+3
* Cocoa: Allow delayed title setting in menu itemsGabriel de Dietrich2013-05-301-2/+3
* Cocoa: Hide empty menus from the menubarGabriel de Dietrich2013-05-301-0/+11
* Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+0
* Cocoa: Use actual modifiers when sending ShortcutOverride eventGabriel de Dietrich2013-05-281-1/+1
* iOS: bugfix function portraitToPrimary()Richard Moe Gustavsen2013-05-281-1/+1
* Fix transparent toplevels on Mac OS X again..Gunnar Sletta2013-05-283-7/+18
* iOS: Use right DPI for all iPad Minis, not just the WiFi versionTor Arne Vestbø2013-05-271-1/+1
* iOS: take orientation into account when reporting touch positionsRichard Moe Gustavsen2013-05-271-3/+6
* Windows: Respect geometry set before native window creationGabriel de Dietrich2013-05-271-4/+8
* Need to register dbus metatypes to have them work correctly.Lorn Potter2013-05-261-0/+2
* iOS: don't activate non-toplevel windowsRichard Moe Gustavsen2013-05-241-1/+1
* QNX: fix buffer creationMatt Hoosier2013-05-241-1/+2
* Fix crash in QCococaWindow::childWindowAt().Friedemann Kleint2013-05-231-9/+5
* QNX: support underlain foreign windowsMatt Hoosier2013-05-232-13/+60
* QNX: Support window translucencyMatt Hoosier2013-05-233-5/+72
* Cocoa: Amend 5d07a4d9448f60 to avoid an assert in QWidget::mapTo()Gabriel de Dietrich2013-05-231-1/+2
* Windows: Fix toplevel window flags for Qt::Dialogs/Qt::Tool.Friedemann Kleint2013-05-231-4/+21
* Improve error message in GL context creation.Friedemann Kleint2013-05-231-2/+6
* QNX: normalize bracesRafael Roquetto2013-05-2310-195/+106
* Process initial expose events immediately.Morten Johan Sørvig2013-05-231-0/+1
* Windows: Pass auto-fixed window flags to shouldShowMaximizeButton().Friedemann Kleint2013-05-231-4/+3
* Suppress "Click to focus" for widget windows.Friedemann Kleint2013-05-231-2/+2
* Observe initial screen for fullscreen windows.Friedemann Kleint2013-05-232-4/+8
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-233-1/+26