summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* xcb: Obey maximum request length when uploading imagesUli Schlachter2012-01-161-11/+41
* Clean up and extend QAccessible::State.Frederik Gladhorn2012-01-161-1/+1
* xcb: abort (rather than segfault) when X is not availableRohan McGovern2012-01-161-13/+16
* Clean up QCocoaIntegration destruction.Morten Johan Sorvig2012-01-142-9/+12
* Windows: Use a message-only window as clipboard viewer or for GL.Friedemann Kleint2012-01-131-3/+3
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-133-6/+0
* Cocoa: Send window activation events.Morten Johan Sorvig2012-01-133-0/+22
* Remove all references to QAccessible::(Up|Down|Left|Right)Jan-Arve Saether2012-01-121-2/+8
* Don't crash during QApplication constructionBradley T. Hughes2012-01-121-1/+2
* Ignore uninteresting accessibile interfaces.Morten Johan Sorvig2012-01-124-2/+54
* Make show() default to sane sizing behaviour based on the platform.Samuel Rødal2012-01-122-0/+10
* Make QAccessibleInterface::indexOfChild() 0-based.Frederik Gladhorn2012-01-112-3/+3
* Add support for accessibility actions.Morten Johan Sorvig2012-01-114-6/+95
* Match the name in the cpp fileAlbert Astals Cid2012-01-111-1/+1
* Introduce a QVariant themeHint() to QPlatformTheme.Friedemann Kleint2012-01-112-0/+34
* Platform style hints: Introduce keyboard repeat rate.Friedemann Kleint2012-01-101-1/+10
* Fix key codes on mac.Zeno Albisser2012-01-101-1/+1
* Accessiblity State as bit field.Frederik Gladhorn2012-01-101-3/+57
* Rename check to checkEvent.Stephen Kelly2012-01-104-5/+5
* Lock X display while calling XESetWireToEvent and its callback.Samuel Rødal2012-01-101-3/+7
* Remove unused function.Frederik Gladhorn2012-01-091-100/+0
* Change QCocoaEventDispatcher timer handling to use QTimerInfoListBradley T. Hughes2012-01-092-106/+100
* xcb: Fix a memleak when atomName() failsUli Schlachter2012-01-081-0/+1
* Detect autoreapeat in xcb plugin.Samuel Rødal2012-01-073-3/+85
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-061-24/+92
* Windows: Run on Windows XP.Friedemann Kleint2012-01-062-5/+4
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-2/+2
* Windows: Fix compiler warnings in accessibility.Friedemann Kleint2012-01-061-0/+2
* Use clipboard_timeout instead of hardcoded 5000 (since its the same value)Albert Astals Cid2012-01-051-1/+1
* Free the repliesAlbert Astals Cid2012-01-051-0/+2
* Check for the clipboard manager when looping due to app quitingAlbert Astals Cid2012-01-052-3/+13
* QCocoaEventDispatcherPrivate members should not be staticBradley T. Hughes2012-01-052-70/+60
* Update copyright year in license headers.Jason McDonald2012-01-05276-276/+276
* 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