summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Added MultipleWindows platform capability.Samuel Rødal2012-11-024-0/+5
* Expose IAccessibleTable2 to non-conformant screen readersJan Arve Saether2012-11-021-7/+20
* Compile cocoa with QT_NO_ACCESSIBILITYJan Arve Saether2012-11-022-0/+8
* XCB: Use screen's client leader as fallback for transient parent.Friedemann Kleint2012-11-021-8/+10
* Mac: Add support for WindowMasks platform capabilityGabriel de Dietrich2012-11-025-32/+100
* disambiguate plugin name vs. windows platform pluginOswald Buddenhagen2012-11-011-1/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-0135-139/+65
* Only use the user set page margins for custom paperAndy Shaw2012-10-301-1/+3
* Bring back native dialogs for Windows XP.Friedemann Kleint2012-10-303-46/+468
* Cocoa: Disable touch events.Morten Johan Sorvig2012-10-301-5/+0
* Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-291-3/+0
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-10-281-3/+14
* Accessibility: remove redundant role functionFrederik Gladhorn2012-10-272-6/+0
* Clean up index handling in itemviews accessibility.Frederik Gladhorn2012-10-271-13/+17
* Prevent potential crash in QXcbCursor::queryPointer().Samuel Rødal2012-10-263-12/+11
* Check the EGL error before calling eglTerminate().Samuel Rødal2012-10-261-1/+2
* Possibility to change custom Drag&Drop cursors while dragging something. Impl...Cyril Oblikov2012-10-261-17/+23
* Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-263-1/+8
* Blackberry bearer plugin: Only Report working interfaces as activePeter Hartmann2012-10-261-3/+2
* QNX: Query dynamic buffer count at runtimeRafael Roquetto2012-10-262-2/+17
* remove last traces of qpluginbase.priOswald Buddenhagen2012-10-262-2/+2
* Add glxContextForContext function to QXcbNativeInterface.Zeno Albisser2012-10-262-1/+22
* New-style Windows cursors when dragging object from outsideCyril Oblikov2012-10-262-2/+39
* Make compile on WCE after c3b9398Kevin Funk2012-10-261-0/+2
* Don't crash if there's no m_image yet.Sérgio Martins2012-10-251-1/+4
* Fix crash when handling WM_PAINT during COM operationsMiikka Heikkinen2012-10-254-3/+31
* Add DnD support for QNX.Sergio Martins2012-10-252-3/+25
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-253-0/+31
* Add ANGLE as a 3rdparty library to Qt.Jason Barron2012-10-241-1/+1
* Fix warning about missing return value in XCB native interface.Friedemann Kleint2012-10-231-0/+2
* qpa: Fix drawPixmap rendering using CompositionMode_Source in DirectFBJulien Brianceau2012-10-221-1/+3
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-2/+2
* Pass the correct handle to the Windows EGL context constructor.Jason Barron2012-10-221-1/+1
* Bring back accessibility for plain text edit.Frederik Gladhorn2012-10-224-10/+119
* Remove DRI2/OpenGL code paths from xcb plugin.Samuel Rødal2012-10-198-545/+8
* Small xcb startup performance optimization.Samuel Rødal2012-10-191-1/+15
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-196-7/+53
* Modularize drag and drop documentationGatis Paeglis2012-10-191-19/+6
* Accessibility: itemviews check for valid model.Frederik Gladhorn2012-10-191-4/+49
* Cocoa: fix memory leakTeemu Katajisto2012-10-191-1/+4
* QNX: Change base font sizes from pixels to pointsKevin Krammer2012-10-181-5/+7
* Cocoa: fix frameStrutMouseEventsRichard Moe Gustavsen2012-10-181-3/+7
* Windows QPA plugin: Parse arguments from list passed to factory.Friedemann Kleint2012-10-184-42/+46
* Fix compilation with MinGW-w64Jonathan Liu2012-10-173-4/+4
* Windows: Multisampling is disabled by default.Friedemann Kleint2012-10-171-1/+1
* Windows: QT_LIGHTHOUSE_WINDOWS_VERBOSE -> QT_QPA_VERBOSE.Friedemann Kleint2012-10-172-2/+2
* Cocoa: remove current contentView when clearing windowTeemu Katajisto2012-10-172-0/+9
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-1710-19/+13
* QWindowsKeyMapper: use a more efficient data structure for 'keyLayout'Marc Mutz2012-10-162-61/+56
* QWindowsKeyMapper: remove dead codeMarc Mutz2012-10-161-1/+1