summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accessibility Windows: always check for negative child idsFrederik Gladhorn2013-04-222-26/+21
* Accessibility Mac: Implement accessibilityFocusedUIElementFrederik Gladhorn2013-04-221-0/+18
* Read correct font hinting config on Gnome/UnityEskil Abrahamsen Blomfeldt2013-04-224-8/+49
* Revert "Don't warn on 0x0 sized windows."Morten Johan Sørvig2013-04-221-1/+1
* iOS: don't delete m_touchDevice, QPA takes ownershipRichard Moe Gustavsen2013-04-222-6/+0
* Convert the CGImage into a QPixmap after reading from clipboardAndy Shaw2013-04-221-4/+2
* Implement QApplication::beep().Friedemann Kleint2013-04-193-0/+19
* Implement alertion state for windows.Friedemann Kleint2013-04-194-2/+35
* Cocoa: Disable QTBUG-30266 hack in full screenGabriel de Dietrich2013-04-191-1/+10
* Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-194-12/+17
* iOS: use an explicit pointer to qiosViewControllerRichard Moe Gustavsen2013-04-197-7/+17
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2013-04-193-0/+10
* Make password mask characters themeable.Mitch Curtis2013-04-191-0/+2
* iOS: QIOSBackingStore: enable FBO depth and stencil bufferRichard Moe Gustavsen2013-04-191-1/+5
* Fix format for alpha drawing.Friedemann Kleint2013-04-181-1/+1
* Remove nativeResourceForWindow warning.Morten Johan Sørvig2013-04-181-3/+1
* Mac: Fix various memory leaksGabriel de Dietrich2013-04-183-5/+7
* Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-5/+2
* Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-187-33/+108
* Calling wglMakeCurrent on an already current context gives 100% cpu loadGunnar Sletta2013-04-181-1/+9
* Do not send clipboard message to application under debugger.Friedemann Kleint2013-04-171-0/+20