summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-0711-118/+187
* Compile with -qtnamespaceSarah Smith2012-03-071-1/+4
* Fix off by one in updateAccessibility.Frederik Gladhorn2012-03-071-8/+6
* Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-064-5/+94
* QWindow: fix crash on MacTasuku Suzuki2012-03-061-1/+1
* Worked around Metacity crashes in xcb plugin.Samuel Rødal2012-03-061-0/+2
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-0210-38/+40
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-027-32/+32
* xcb: Check for SHAPE extension before using itUli Schlachter2012-03-023-4/+34
* Fix get_accFocus() to return CHILDID_SELF when it returns itself.Jan-Arve Saether2012-03-021-7/+41
* Improve debugging in the windows accessibility bridge.Jan-Arve Saether2012-03-021-29/+43
* Improving clipboard integrationKevin Krammer2012-03-022-39/+150
* Fixing z-ordering of windowsKevin Krammer2012-03-021-1/+1
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-024-2/+15
* Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+8
* Take into account input shaping in findRealWindowAlbert Astals Cid2012-03-013-19/+27
* Windows: Use correct drop data in processDrop().Friedemann Kleint2012-03-011-1/+1
* Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-015-1/+220
* Add support for _NET_ACTIVE_WINDOW on xcbJan Arne Petersen2012-03-011-2/+23
* Remove Mac qDebug ifdefs.Morten Johan Sorvig2012-02-291-11/+0
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-296-463/+280
* Fix a double-release when loading NIB filesJamie Kirkpatrick2012-02-291-1/+0
* Rename remaining references to QInputPanelPekka Vuorela2012-02-281-1/+1
* Initial import of the Blackberry QPA plugin for Qt5Sean Harmer2012-02-2832-0/+7553
* directfb: Switch to the new style pluginsHolger Hans Peter Freyther2012-02-283-2/+9
* QClipboard: Fix autotest failsDebao Zhang2012-02-273-2/+3
* Implement isSharing() and isValid() methods for QCocoaGLContextTeemu Katajisto2012-02-252-3/+22
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-23/+25
* Remove QT_NO_QWS_MULTIPROCESSStephen Kelly2012-02-241-1/+1
* Fix Windows -no-freetype buildJonathan Liu2012-02-242-180/+180
* XCB No longer lists ThreadedOpenGL capabilityAlan Alpert2012-02-241-6/+1
* Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-232-0/+25
* Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-231-2/+3
* Suppport up to 27 mouse buttons from DirectFB Plugin.Rick Stockton2012-02-231-5/+57
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-222-9/+17
* Use requested window format to match rest of the patch in 38257651Tor Arne Vestbø2012-02-211-1/+1
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-204-0/+5
* Fix compilation with MinGW-w64Jonathan Liu2012-02-201-3/+3
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-181-0/+1
* Fix qclipboard autotest on Windows.Friedemann Kleint2012-02-181-4/+7
* Windows: Fix QWindow-test.Friedemann Kleint2012-02-172-11/+39
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-02-172-0/+8
* Remove unused config.tests from config.tests/mac/*Bradley T. Hughes2012-02-171-10/+0
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-1712-9/+243
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-1712-8/+35
* xcb: avoid use of statically-sized QListMarc Mutz2012-02-171-18/+15
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-3/+1
* Base active window handling on WM_SET/KILLFOCUS.Friedemann Kleint2012-02-173-6/+15
* Fix QWindowsClipboard crash when mimeData is NULL.Miikka Heikkinen2012-02-171-2/+5
* Use english name to match font in windows platformjian liang2012-02-162-9/+201