summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Blackberry: Fix crash when opening file dialog without parent.Sergio Martins2012-12-106-23/+25
* Implement Cocoa KeyMapper.Morten Johan Sorvig2012-12-076-2/+604
* Set CGImage format when converting from QImage.Morten Johan Sorvig2012-12-071-1/+22
* Use the "copy" blend mode for backingstore drawingMorten Johan Sorvig2012-12-071-0/+1
* Avoid backing store color space conversions.Morten Johan Sorvig2012-12-071-1/+15
* Update QNSView geometry on window resize.Morten Johan Sorvig2012-12-072-3/+4
* Compile with QT_NO_CURSOR.Volker Krause2012-12-076-0/+24
* Cocoa: fix unresponsive dialogs causes application to hangRichard Moe Gustavsen2012-12-051-8/+10
* QWindowsFontDatabase: provide better fallbackFamilies.Pierre Rossi2012-12-041-74/+87
* Ensure ctrl + click sends a right mouse button press in CocoaAndy Shaw2012-12-042-2/+15
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* QNX: Fix plugin compilationRafael Roquetto2012-12-041-1/+1
* Mac: fix regression to make dialog resizableLiang Qi2012-12-031-2/+2
* xcb: notify when the logical DPI changes; add Q_MM_PER_INCH constantShawn Rutledge2012-12-031-2/+6
* Removed temporary backwards-compat properties and accessors in QWindowShawn Rutledge2012-12-033-4/+4
* Cocoa: create dialogs as NSPanelsTeemu Katajisto2012-12-011-6/+10
* Properly release pixel format and context in QCocoaGLContext.Zeno Albisser2012-12-012-0/+8
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-018-14/+86
* QWidget windows have fullscreen button by default; manual test for itShawn Rutledge2012-12-011-0/+3
* Cocoa: Disable accessibility.Morten Johan Sørvig2012-12-018-3/+28
* Cocoa: fix modal native dialogs with ongoing modal sessionsTeemu Katajisto2012-12-013-0/+13
* QNX: Move buffer count check to appropriate locationRafael Roquetto2012-12-011-13/+14
* make minimalegl plugin compile without QtWidgetsTasuku Suzuki2012-11-301-1/+0
* Cocoa: update OpenGL viewport when nsview movesRichard Moe Gustavsen2012-11-283-3/+35
* QNX: Fix window focus problems when using QNX 6.5.0.Sergio Martins2012-11-283-0/+13
* Fix touch event handling for WindowsOliver Wolff2012-11-275-14/+29
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-271-1/+1
* Mac: Fix wheel event handling on 10.6Liang Qi2012-11-271-5/+5
* Fixed excessive enter/leave events being generated with the xcb plugin.Samuel Rødal2012-11-231-2/+39
* Cocoa: Make sure non windowed QCocoaWindows hide their content viewsGabriel de Dietrich2012-11-231-0/+4
* Cocoa: Make sure child windows' QNSView is properly releasedGabriel de Dietrich2012-11-231-0/+2
* Cocoa: QGLWidget draws wrong within QMainWindow on Mac OSRichard Moe Gustavsen2012-11-236-101/+125
* Add nsOpenGLContextForContext to QCocoaNativeInterface.Zeno Albisser2012-11-232-4/+12
* xcb plugin: Move the include XInput2.h statementsThomas Senyk2012-11-231-5/+5
* Cocoa: Fix disabled colors in paletteGabriel de Dietrich2012-11-231-1/+0
* Add WindowFullscreenButtonHint.Morten Johan Sørvig2012-11-231-5/+4
* Accessibility Mac: Return textArea as role for multi line text.Frederik Gladhorn2012-11-234-5/+8
* Fix drops from external sources.Gatis Paeglis2012-11-221-6/+5
* Pass extended key event infomation in xcb platform.Weng Xuetian2012-11-221-2/+2
* Cocoa: Properly set QNSView's geometry when it's a subviewGabriel de Dietrich2012-11-221-0/+3
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+1
* QNX: Fix crash due to re-entering QToolTip::show().Sergio Martins2012-11-211-2/+6
* SIC QPrintSupport: Remove unused PPK_SuppressSystemPrintStatusJohn Layt2012-11-211-2/+0
* exclude 3rdparty from lupdateOswald Buddenhagen2012-11-202-0/+4
* Use setImage workaround on all OS X versions.Morten Johan Sørvig2012-11-201-6/+3
* QSystemTrayIcon/X11: Use display obtained as native screen resource.Friedemann Kleint2012-11-192-0/+20
* Compile with -no-widgets.Morten Johan Sorvig2012-11-194-49/+59
* Accessibility Mac: Implement value interfaceFrederik Gladhorn2012-11-151-1/+8
* Implement EditableText accessibility for Mac.Morten Johan Sorvig2012-11-154-5/+121
* Fix QApplication::primaryScreen() in WindowsMiikka Heikkinen2012-11-151-3/+11