summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Fix Invalid Drawable error for QGLWidget on MacAndy Nichols2013-05-102-1/+19
* Revert "OSX: obey the Qt::WindowTransparentForInput flag"Gabriel de Dietrich2013-05-081-2/+0
* Cocoa: Add support for ForeignWindow window typeGabriel de Dietrich2013-05-082-2/+10
* iOS: don't send ended touch events to QPARichard Moe Gustavsen2013-05-072-75/+35
* Make access to xkbcommon_workaround.h more genericGatis Paeglis2013-05-072-1/+25
* Use X11 core protocol when xkb not availableGatis Paeglis2013-05-074-20/+236
* Added possibleKeys(QKeyEvent *) to QXcbIntegrationGatis Paeglis2013-05-074-0/+90
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-075-444/+484
* Add xcb-xkb to 3rd party libsGatis Paeglis2013-05-072-1/+3
* Add libxkbcommon to 3rd party libsGatis Paeglis2013-05-071-1/+8
* Re-enable automatic evdev support in EGLFS for Qt on embedded Android.Samuel Rødal2013-05-071-2/+2
* xcb: don't do mouse synthesis from touch unless we find a reasonShawn Rutledge2013-05-075-1/+43
* iOS: Set context and bind FBO before allocating render-buffer storageTor Arne Vestbø2013-05-071-0/+3
* iOS: Don't use -1 as magic value for UIDeviceOrientationFaceUp/DownTor Arne Vestbø2013-04-302-4/+14
* iOS: Don't pretend like our OpenGL context is single-bufferedTor Arne Vestbø2013-04-301-4/+5
* Cocoa: Port QCocoaTheme::fileIconPixmap() to CocoaGabriel de Dietrich2013-04-301-19/+10
* Android: don't crash on exitPaul Olav Tvete2013-04-302-27/+21
* iOS: Simplify context format setupTor Arne Vestbø2013-04-301-9/+5
* Fix possible segfault when setting up window's transient parentShawn Rutledge2013-04-301-1/+1
* iOS: Don't resize backing store twice in beginPaint()Tor Arne Vestbø2013-04-291-1/+0
* Make sure window is updated on resize eventEskil Abrahamsen Blomfeldt2013-04-291-0/+1
* Android: fix crash on exitPaul Olav Tvete2013-04-261-1/+0
* iOS: remove setMouse/keyboardGrabEnabled warningRichard Moe Gustavsen2013-04-261-0/+3
* iOS: stack true popup windows ontop of tool windowsRichard Moe Gustavsen2013-04-261-1/+3
* iOS: add convenience functions for getting window typeRichard Moe Gustavsen2013-04-262-2/+5
* Add QXcbWindowEventListenerJørgen Lind2013-04-266-36/+90
* Moving logic from Qt4 for grabbing the X serverJørgen Lind2013-04-264-5/+55
* Don't crash on null QCoocaMenuItem.Morten Johan Sørvig2013-04-261-2/+4
* Fix ignoring close events on OSXJosh Faust2013-04-264-5/+10
* Don't use the SubWindow flag for windows embedded in foreign windowsShawn Rutledge2013-04-265-7/+30
* Increase the loopLevel when activating menu items.Morten Johan Sørvig2013-04-262-0/+6
* Fix shortcut override for menusFrederik Gladhorn2013-04-263-9/+104
* Respect the hotspot when creating the cursor in CocoaAndy Shaw2013-04-251-7/+7
* Windows: Update transient parent in show().Friedemann Kleint2013-04-253-13/+39
* Cocoa: Improve text heuristic menu item syncing logicGabriel de Dietrich2013-04-256-13/+51
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-253-0/+11
* Cocoa: Remove dead code in QCocoaMenu*Gabriel de Dietrich2013-04-253-22/+2
* Windows native save file dialog: Do not append suffix afterwards.Friedemann Kleint2013-04-251-15/+39
* Fix windows expose logicGunnar Sletta2013-04-253-34/+35
* Fix segfault while handling system-wide shortcuts with xcbhluk2013-04-241-1/+1
* Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-241-0/+5
* iOS: Don't try to set screen orientation before QApplication startupTor Arne Vestbø2013-04-241-0/+4
* Windows: Position full screen windows on the correct screen.Friedemann Kleint2013-04-241-2/+16
* Implement startup notification spec again.David Faure2013-04-238-1/+85
* qxcb: output clear error message when running on an 8-bit displayDavid Faure2013-04-231-1/+3
* Cocoa: Fix disabled minimize button on main windowsGabriel de Dietrich2013-04-231-1/+1
* Don't crash on a null window pointer.Morten Johan Sørvig2013-04-231-0/+3
* Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-234-0/+30
* Move Mac translations to .cpp file for lupdate to pick them up.Friedemann Kleint2013-04-235-39/+170
* Return GroupRole for unknown accessibility roles.Morten Johan Sørvig2013-04-231-2/+5