summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30375-375/+375
* Use per session socket to connect to maliit serverJan Arne Petersen2012-01-294-1/+157
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-278-73/+40
* Windows: Fix exit crash related to deletion of platform screens.Friedemann Kleint2012-01-273-6/+3
* Fix compilation of MeeGo/Maliit related code after Qt::ScreenOrientation API ...Simon Hausmann2012-01-273-3/+3
* Fall back on glXChooseVisual() if glXChooseFBConfig() doesn't work.Samuel Rødal2012-01-274-46/+69
* Fix virtual keyboard on Harmattan not following window content orientation ch...Simon Hausmann2012-01-262-2/+17
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Remove support for the MNG file format and the bundled libmngaavit2012-01-253-110/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-243-4/+4
* Made window orientation API more flexible.Samuel Rødal2012-01-241-1/+1
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-244-12/+0
* Remove Symbian and Maemo code from uikit plugin.Xizhi Zhu2012-01-241-17/+0
* Use QObject pointer as QCocoaAccessibleElement id.Morten Johan Sorvig2012-01-233-23/+14
* directfb: Deal with Qt trying to create a QSize(0, 0) platfom windowHolger Hans Peter Freyther2012-01-231-3/+3
* Windows: Implement native event filters.Friedemann Kleint2012-01-233-8/+54
* XCB: Introduce enumeration for event filter types.Friedemann Kleint2012-01-233-10/+25
* xcb: Correctly check the X11 connectionUli Schlachter2012-01-231-1/+1
* Remove Symbian specific code from QtSql.Xizhi Zhu2012-01-234-63/+0
* xcb: Don't crash on missing mouse pointerUli Schlachter2012-01-231-4/+6
* Update contact information in license headers.Jason McDonald2012-01-23374-374/+374
* move plugin text codecs to QtCoreMark Brand2012-01-2027-39603/+0
* Windows: Work on QPlatformScreen implementation.Friedemann Kleint2012-01-208-38/+239
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-203-9/+10
* Introducing QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-01-207-2/+1280
* Add support for platform plugin specific event filters.Simon Hausmann2012-01-206-69/+97
* fix case of included windows headersMark Brand2012-01-193-5/+5
* Add "nswindow" resource to the Cocoa native interface implementationBradley T. Hughes2012-01-191-0/+2
* Prevent menubar related crashesBradley T. Hughes2012-01-191-8/+8
* Windows: Implement QPlatformScreen::name()Friedemann Kleint2012-01-192-0/+3
* Remove all references to QAccessible::SelfJan-Arve Saether2012-01-191-2/+2
* Improve accessibility actions descriptions on MacMorten Johan Sorvig2012-01-171-4/+5
* Added libxrender-dev to xcb's README.Samuel Rødal2012-01-171-2/+2
* Support current screen orientation changes on HarmattanSimon Hausmann2012-01-178-1/+398
* Add support for QWindow::setOrientation on HarmattanSimon Hausmann2012-01-175-5/+36
* Delete src/widgets/platforms/macMorten Johan Sorvig2012-01-175-5/+446
* Accessibility plugin is for widgets.Frederik Gladhorn2012-01-161-2/+2
* Remove all reimplementations of relationTo() returning Unrelated.Jan-Arve Saether2012-01-164-30/+0
* Cleanup properly when destroying QCocoaWindowBradley T. Hughes2012-01-161-0/+2
* xcb: Obey maximum request length when uploading imagesUli Schlachter2012-01-161-11/+41
* Clean up and extend QAccessible::State.Frederik Gladhorn2012-01-164-5/+5
* xcb: abort (rather than segfault) when X is not availableRohan McGovern2012-01-161-13/+16
* Clean up QCocoaIntegration destruction.Morten Johan Sorvig2012-01-142-9/+12
* remove symbian support vestiges from text codecsMark Brand2012-01-144-8/+0
* Update touchscreen plug-in's readmeLaszlo Agocs2012-01-131-5/+3
* add missing multiple inclusion guardMark Brand2012-01-131-0/+5
* Windows: Use a message-only window as clipboard viewer or for GL.Friedemann Kleint2012-01-131-3/+3
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-133-6/+0
* Cocoa: Send window activation events.Morten Johan Sorvig2012-01-133-0/+22
* Remove invokeMethod in favor of the recommended virtual_hook()Jan-Arve Saether2012-01-125-34/+0