summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix typo in define guardsKai Koehne2013-10-071-1/+1
| | * Fix QScreen::grabWindow for multiple screens on MacAndy Shaw2013-10-071-1/+2
| | * Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-056-280/+280
| | * Cocoa: Properly unhide views after they're moved to their own windowGabriel de Dietrich2013-10-041-2/+5
* | | WinRT: Improve orientation handlingAndrew Knight2013-10-122-16/+33
* | | WinRT: Adopt new event dispatcher approach for WinRT pluginOliver Wolff2013-10-122-10/+6
* | | WinRT QPA: Fix touch release on phoneMaurice Kalinowski2013-10-111-0/+4
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-0946-178/+447
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-0446-178/+447
| |\|
| | * iOS: Implement QPlatformServices to handle opening URLsTor Arne Vestbø2013-10-035-2/+144
| | * iOS: Delete members in platform integrationTor Arne Vestbø2013-10-032-0/+13
| | * iOS: Use PROT_READ, not PROT_NONE, for custom stack memory guardTor Arne Vestbø2013-10-031-1/+3
| | * Update QSessionManager and related classes documentationSamuel Gaist2013-10-021-0/+9
| | * Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-024-27/+111
| | * AccessibleRelation::get_relationType didn't handle all enum values.Jan Arve Saether2013-10-021-0/+12
| | * xcb: Initialize accessibility lazily, since it requires an event-dispatcherTor Arne Vestbø2013-10-012-4/+9
| | * eglfs: Make QML root objects sized to view working againLaszlo Agocs2013-10-012-3/+15
| | * QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-3028-90/+64
| | * xcb: Don't connect() to event-dispatcher until we are sure we have oneTor Arne Vestbø2013-09-302-14/+23
| | * Fix regression in trackpad scroll event handling.Morten Johan Sørvig2013-09-271-10/+11
| | * Clear m_activePopupWindow on popup close.Morten Johan Sørvig2013-09-271-7/+9
| | * QWindowsWindow: Output warnings with classname/objectname.Friedemann Kleint2013-09-271-8/+11
| | * Windows: Use PostMessage for clipboard notifications for debugged apps.Friedemann Kleint2013-09-271-6/+5
* | | Allow OS synthesized mouse events by default on WindowsLaszlo Agocs2013-10-083-7/+7
* | | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-2/+7
|/ /
* | Windows RT and Windows Phone QPAAndrew Knight2013-10-0225-1/+3537
* | Fix clang build for libc++Donald Carr2013-10-022-0/+2
* | Merge branch 'stable' into devSergio Ahumada2013-09-2712-16/+68
|\|
| * Cocoa: Allow widgets to receive events event when no app is runningGabriel de Dietrich2013-09-262-2/+11
| * QCocoaBackingStore: Initialize non-opaque images with transparent colorGabriel de Dietrich2013-09-261-0/+2
| * [QNSView viewWillMoveToWindow:] remove observer from previous windowShawn Rutledge2013-09-261-2/+2
| * Mac: QWizard default background pixmap works againLiang Qi2013-09-262-0/+32
| * Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-264-2/+10
| * Correct the detection of Windows-generated mouse eventsLaszlo Agocs2013-09-261-2/+4
| * QCocoaApplicationDelegate: Play nice with the user's application delegateGabriel de Dietrich2013-09-251-7/+6
| * Android: remove environment variable warnings at app startup.Yoann Lopes2013-09-251-1/+1
* | add WinRT event dispatcherOliver Wolff2013-09-262-6/+19
|/
* Cocoa: Use internal style mask to disable resizing popup parentsGabriel de Dietrich2013-09-242-5/+10
* iOS: bugfix touch events to also work in inverted portrait/landscapeRichard Moe Gustavsen2013-09-241-11/+5
* Remove some qBinaryFind usages from the Cocoa helpersGiuseppe D'Angelo2013-09-241-4/+4
* Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-231-1/+1
* qios: always auto rotate as specified in Info.plistRichard Moe Gustavsen2013-09-231-8/+3
* Merge branch 'stable' into devSergio Ahumada2013-09-217-15/+161
|\
| * Fix timing issue in incremental data retrieval mechanismGatis Paeglis2013-09-192-5/+13
| * Implement INCR property mechanism for large data transfers [XCB]Gatis Paeglis2013-09-193-4/+138
| * Keep Cocoa screen list in sync on screen connect.Morten Johan Sørvig2013-09-172-1/+9
| * xcb: QWindow never uses XCB_GRAVITY_CENTERShawn Rutledge2013-09-161-4/+0
| * accessible: fix if (!foo != const) constructMarc Mutz2013-09-161-1/+1
| * Revert recent attempt to fix Invalid Drawable error on Mac.Chris Meyer2013-09-132-7/+3
* | Port of Qt 4's Windows session managementSamuel Gaist2013-09-218-3/+308