summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate evdev plugins to the new plugin systemLaszlo Agocs2012-02-229-6/+33
* Use requested window format to match rest of the patch in 38257651Tor Arne Vestbø2012-02-211-1/+1
* Use new plugin system for Input Context plugins.Friedemann Kleint2012-02-216-4/+20
* 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
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-172-4/+4
* Fix another typo in the evdev keyboard plugin.Friedemann Kleint2012-02-171-1/+1
* 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
* Convert jpeg plugin to new formatLars Knoll2012-02-174-13/+71
* Convert ico plugin to new format.Lars Knoll2012-02-174-18/+72
* Convert GIF plugin to the new formatLars Knoll2012-02-174-13/+72
* 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
* Fix compilation with MinGWJonathan Liu2012-02-152-0/+5
* Fixed typo.Rohan McGovern2012-02-151-1/+1
* Fix online status checking in generic bearer plugin.Xizhi Zhu2012-02-141-1/+1
* CompileBradley T. Hughes2012-02-142-2/+0
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-146-3/+1139
* Fixed compile with -qtnamespaceRohan McGovern2012-02-132-0/+6
* Compile without OpenGL.Samuel Rødal2012-02-123-1/+5
* Add evdev based generic linux keyboard pluginJohannes Zellner2012-02-118-1/+1911
* Don't build printer plugins for Windows CE.Andreas Holzammer2012-02-101-1/+3
* Add QPlatformServices class.Friedemann Kleint2012-02-107-3/+238
* Fix xcb's native resource getters.Laszlo Agocs2012-02-101-2/+10
* Properly read back the actual format in xcb and xlib plugins.Samuel Rødal2012-02-106-11/+18
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-103-40/+47
* Add support for xlib backend X Event filtersJohn Stanley2012-02-106-5/+29
* Improvement to font database cleanupjian liang2012-02-101-12/+19
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-091-3/+25
* Make copy and cut methods work in QAccessibleTextEditJosé Millán Soto2012-02-081-4/+11
* Fix compilation with MinGW-w64Jonathan Liu2012-02-083-2/+17
* Fix warnings in input contexts.Friedemann Kleint2012-02-082-2/+2
* Reorganize evdev pluginsLaszlo Agocs2012-02-0818-740/+406
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-4/+4
* Fix compiler warnings in accessible code.Friedemann Kleint2012-02-071-24/+0
* Ensure that posted events are sent by Q*Application::processEvents()Bradley T. Hughes2012-02-071-0/+9
* Compile with -no-freetype.Friedemann Kleint2012-02-071-0/+3
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-068-129/+11
* MinGW: Fix warnings.Friedemann Kleint2012-02-041-3/+0