summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge master into api_changesKent Hansen2012-03-2737-1425/+465
|\
| * Cocoa: initialize QCocoaEventDispacherPrivate::lastSerialBradley T. Hughes2012-03-261-0/+1
| * Cocoa: Remove unused qt_mac_is_sheet() functionBradley T. Hughes2012-03-261-11/+0
| * Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-265-2/+5
| * Cocoa: silence warnings from QCocoaBackingStoreBradley T. Hughes2012-03-261-16/+1
| * Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup properlyBradley T. Hughes2012-03-261-1/+3
| * Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-2/+6
| * Cocoa: reimplement QPlatformWindow::setOpacity()Bradley T. Hughes2012-03-262-0/+7
| * Remove dummy impl. of shared graphics cache in XCB pluginEskil Abrahamsen Blomfeldt2012-03-267-1279/+2
| * Cocoa: reimplement QPlatformBackingStore::scroll()Bradley T. Hughes2012-03-262-0/+13
| * Cocoa: send key events for modifier keysBradley T. Hughes2012-03-261-0/+37
| * Cocoa: keep a NSWindow pointer in QCocoaWindowBradley T. Hughes2012-03-261-1/+1
| * Fix qtnamespace compile break on Mac.Sarah Smith2012-03-266-6/+18
| * Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
| * Fix building the XCB platform pluginThiago Macieira2012-03-241-1/+2
| * Enable IAccessible for MinGW32, keep IAccessible2 disabled for MinGWJan-Arve Saether2012-03-246-93/+154
| * API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-242-4/+39
| * xcb: fix (negative) coordinate handlingMarc Mutz2012-03-241-5/+7
| * Make QEglFSBackingStore use QtGui-only APIs.Samuel Rødal2012-03-233-55/+43
| * Initial implementation of QQnxServicesRafael Roquetto2012-03-235-0/+176
| * Implement QSystemTrayIcon for X11.Friedemann Kleint2012-03-231-0/+1
* | Merge master into api_changesKent Hansen2012-03-2328-233/+434
|\|
| * Check if Qt::ImEnabled is true before handling im events on MacTasuku Suzuki2012-03-233-17/+60
| * Cocoa: Add window fullscreen button on OS X Lion.Morten Johan Sorvig2012-03-231-0/+9
| * Add QPA readme.Morten Johan Sorvig2012-03-231-0/+49
| * Fix compilation: std::min is in <algorithm>Thiago Macieira2012-03-221-0/+1
| * Fixed QScreen::name() return value on xcb.Samuel Rødal2012-03-221-1/+5
| * Make QNX virtual keyboard handling main event loop drivenKevin Krammer2012-03-222-90/+92
| * Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-2/+2
| * Cocoa: fix setting color with alpha channel value for color dialogTeemu Katajisto2012-03-221-0/+5
| * Need to check new rotation against initial rotation instead of currentKevin Krammer2012-03-221-1/+1
| * Use delete[] instead of delete.Sergio Martins2012-03-221-1/+1
| * Use main thread event loop for navigator event processingKevin Krammer2012-03-215-72/+55
| * Cocoa: improve mouse button tracking warningsBradley T. Hughes2012-03-211-5/+5
| * Cocoa: Improve window activation handling.Morten Johan Sorvig2012-03-213-5/+15
| * Cocoa: Implement screen availableGeometry.Morten Johan Sorvig2012-03-212-2/+8
| * Cocoa: fix inactive palette text colorBradley T. Hughes2012-03-211-9/+10
| * EGLFS: Integrate building into configure.Donald Carr2012-03-211-0/+4
| * Avoid Qt/X11 header contamination via egl.hDonald Carr2012-03-201-0/+3
| * Add egl include paths and link lines to eglfs.Girish Ramakrishnan2012-03-201-1/+1
| * Cocoa: Panels can become key windows too.Morten Johan Sorvig2012-03-201-1/+7
| * Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-202-4/+4
| * Cocoa: Implement support for child windows.Morten Johan Sorvig2012-03-202-21/+69
| * Improves configure checks for XCB.Bradley Smith2012-03-191-0/+2
| * Cocoa: Send keyboard modifiers with wheel events.Morten Johan Sorvig2012-03-192-1/+26
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-223-6/+26
|/
* Cocoa: Fix function key handlingBradley T. Hughes2012-03-181-7/+11
* Fix shortcut handling in the Cocoa pluginBradley T. Hughes2012-03-181-25/+26
* QCocoaClipboard: Make QClipboard::clear() clear.Morten Johan Sorvig2012-03-171-0/+4
* Cocoa: Fix menu item activation.Morten Johan Sorvig2012-03-161-1/+1