summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-041-4/+0
* Make QCocoaEventDispatcher inherit from QAbstractEventDispatcherBradley T. Hughes2012-01-032-4/+9
* Use meta object to get string rep of QAccessible::Role.Frederik Gladhorn2012-01-031-76/+1
* directfb: Refer to the right class in the error messageHolger Hans Peter Freyther2012-01-031-1/+1
* Build fix if using '-no-stl' configure optionYuchen Deng2012-01-032-0/+4
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-022-3/+5
* Fix regression, make sure hit testing work on windows again.Jan-Arve Saether2011-12-231-19/+31
* Disable logging in xcbJørgen Lind2011-12-221-1/+1
* Do not crash in the windows accessibility bridgeJan-Arve Saether2011-12-221-1/+1
* Windows: Remove Window from list before calling DestroyWindow.Friedemann Kleint2011-12-191-2/+2
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-193-43/+28
* Enable option to see filename extension in Mac save dialogChris Meyer2011-12-191-0/+1
* Add check to make sure qApp exists before usingChris Meyer2011-12-191-1/+1
* Cocoa: Accept mouse clicks that activates windows.Morten Johan Sorvig2011-12-161-0/+5
* Cocoa: Update geometry on window move.Morten Johan Sorvig2011-12-153-7/+9
* Cocoa: Don't set window size in propagateSizeHintsMorten Johan Sorvig2011-12-151-7/+1
* Cocoa: Add version check for convertRectToScreen.Morten Johan Sorvig2011-12-151-7/+12
* Make QCocoaWindow independent of NSWindow.Morten Sorvig2011-12-145-16/+68
* Cocoa: Add window debug outputMorten Johan Sorvig2011-12-142-0/+16
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-144-141/+167
* Cocoa: Use new 10.7 mouse wheel API.Morten Johan Sorvig2011-12-141-3/+14
* Fix debug output in eglfs with QEGL_EXTRA_DEBUG enabledJohannes Zellner2011-12-132-5/+5
* Fix QPA xlib plugin handling of setParent(0).Bradley Smith2011-12-132-3/+4
* Compile fix - qxcbconnection.cpp (‘Display’ was not declared)Thorbjørn Lund Martsum2011-12-131-0/+2
* Use QVarLengthArray in QXcbConnection.Robin Burchell2011-12-132-6/+9
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-123-0/+9
* Windows-DnD: Fix cursors.Friedemann Kleint2011-12-122-8/+187
* Windows: Fix clipboard test.Friedemann Kleint2011-12-121-1/+4
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-123-4/+7
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-093-8/+7
* Correctly reimplement QPlatformCursor::pos() in QCocoaCursorBradley T. Hughes2011-12-092-2/+2
* Extend touch events.Laszlo Agocs2011-12-094-8/+37
* Add support for three new X11 keysAlbert Astals Cid2011-12-092-0/+12
* Cocoa: remove autoreleasepool in QCocoaIntegrationMorten Johan Sorvig2011-12-082-4/+0
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-073-5/+31
* directfbegl: Add unimplemented QDirectFbWindow::eglSurface, build fixHolger Hans Peter Freyther2011-12-062-1/+16
* Ask for a context that is likely to be supported.Gunnar Sletta2011-12-061-1/+2
* Cocoa: Handle accessible interface children.Morten Johan Sorvig2011-12-021-2/+27
* Don't inherit QAccessible from QWindowsAccessibleJan-Arve Saether2011-12-021-27/+27
* directfb: Introduce EGL integration for DirectFBHolger Hans Peter Freyther2011-12-028-4/+327
* directfb: Use QT_BEGIN_NAMESPACE/QT_END_NAMESPACE around the codeHolger Hans Peter Freyther2011-12-029-0/+32
* directfb: Move the macro to the qdirectfbconvenience header fileHolger Hans Peter Freyther2011-12-022-5/+6
* Fix image format use in cocoa pluginGunnar Sletta2011-12-012-2/+2
* Mac Core Text font database for QPAJiang Jiang2011-11-302-5/+3
* Include qglobal.h first in qnsview.mm compilation unit.Zeno Albisser2011-11-302-0/+4
* Prevented Xlib sequence errors in xcb plugin.Samuel Rødal2011-11-291-0/+1
* Remove QPlatformPrinterSupport usageJohannes Zellner2011-11-292-9/+0
* Fixed Qtbase OSX specific namespace compilation.Toby Tomkins2011-11-295-2/+18
* Fix a small memory leak in QXcbIntegration.Jędrzej Nowacki2011-11-292-15/+12
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-285-394/+8