summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-037-0/+643
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-032-2/+19
* Compile when -directwrite is passed to configureEskil Abrahamsen Blomfeldt2012-07-032-8/+7
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-0333-33/+33
* fixed compile for mouse button handling on winceBjoern Breitmeyer2012-07-031-0/+4
* Optimize QWindowsFontEngineDirectWrite::initFontInfo() a bitKonstantin Ritt2012-07-031-17/+17
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-031-13/+11
* QNX: Enable threaded OpenGL rendering on QNXSean Harmer2012-07-035-29/+68
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-3/+3
* Add framestrut mouse events.Friedemann Kleint2012-06-295-8/+50
* QQnxWindow: properly scope a local variableMarc Mutz2012-06-291-4/+1
* QNX: Don't detach when iterating over child windowsThomas McGuire2012-06-281-19/+10
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-286-76/+464
* QNX: Make geometry changes sync to fix QWidget::showFullScreen()Thomas McGuire2012-06-281-1/+1
* fix QWidget::showFullScreen on WindowsJoerg Bornemann2012-06-281-0/+1
* Further fixes to widget maskingMiikka Heikkinen2012-06-281-0/+7
* Set window's surface format to support alpha channel.Gatis Paeglis2012-06-281-1/+0
* QNX: Add support for window statesThomas McGuire2012-06-272-1/+42
* QNX: Flush after changing rotationThomas McGuire2012-06-271-0/+4
* Also use x11FilterEvent for auto repeat key in xcb.Weng Xuetian2012-06-271-8/+24
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-2711-11/+11
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-272-4/+5
* Add a method for querying window activation status from QPA.Morten Johan Sorvig2012-06-272-0/+10
* Fix compilation for XCB-without-XlibGiuseppe D'Angelo2012-06-261-1/+1
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-267-0/+107
* [QNX] Enable MT screen event handling on BlackberryRafael Roquetto2012-06-263-6/+29
* Use the new plugin systemLars Knoll2012-06-252-4/+2
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-242-4/+5
* Guard evdev specifics with QT_NO_EVDEV.Robin Burchell2012-06-241-0/+4
* Implement QXcbIntegration::queryKeyboardModifiers()David Faure2012-06-224-3/+19
* eglfs: move m_pos into CursorGirish Ramakrishnan2012-06-222-8/+7
* Fix key modifiers in mouse wheel events on Windows.Glenn Watson2012-06-222-1/+14
* Reimplement QXcbWindow::startSystemResize() with xcbUli Schlachter2012-06-222-22/+15
* Improved QCursor::setPos() robustness on xcb.Samuel Rødal2012-06-201-0/+1
* Windows: Fix MinGW warnings.Friedemann Kleint2012-06-204-14/+15
* Disable TranslucentBackground for WinCE to fix Windows QPA plugin build.Janne Anttila2012-06-191-0/+4
* platform hooks: provide defaults for screen size and depth hooksJohannes Zellner2012-06-191-2/+42
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* eglfs: Pass QSurfaceFormat to createNativeWindow() hookJohannes Zellner2012-06-144-5/+8
* eglfs: Make QEglFSWindow respect the window formatGirish Ramakrishnan2012-06-145-31/+12
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-145-1/+77
* Windows: Fix warnings about being unable to load fonts from font dir.Friedemann Kleint2012-06-142-2/+0
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-141-0/+2
* Fix namespace compilation on OSX.Toby Tomkins2012-06-144-4/+17
* eglfs: mark overriden methods with Q_DECL_OVERRIDEGirish Ramakrishnan2012-06-131-4/+4
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* Cocoa: re-enable getUrl: and appleEventQuit: AppleEvent handlersBradley T. Hughes2012-06-124-29/+46
* Cocoa: Remove unused QApplicationPrivate from QCocoaApplicationDelegateBradley T. Hughes2012-06-124-22/+0
* Implement WindowTransparentForInput flag in Windows platform.jian liang2012-06-122-30/+41
* Cocoa: do not terminate applications prematurelyBradley T. Hughes2012-06-121-10/+34