summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QNX: fix assert condition on the destructorRafael Roquetto2012-09-281-1/+1
* Some improvements to the system Mac paletteGabriel de Dietrich2012-09-281-8/+5
* Blackberry: Support input method hintsThomas McGuire2012-09-284-8/+25
* QNX: use assert on QQnxWindow destructorRafael Roquetto2012-09-281-5/+4
* Sand box support, fix for the file dialogs.Pasi Matilainen2012-09-271-42/+45
* Fix OpenGL context creation in Windows platform pluginMiikka Heikkinen2012-09-271-1/+1
* Blackberry: Fix hardware button detection on the BB Dev AlphaThomas McGuire2012-09-271-1/+1
* WindowsPlugin: Fix MinGW warningsKai Koehne2012-09-272-2/+4
* Return correct accessible name when a label has rich textJosé Millán Soto2012-09-271-1/+9
* (WINCE)Add failure for font outline functionAndreas Holzammer2012-09-271-0/+2
* QtPrintSupport: cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* xcb: consistently check xcb_get_extension_data for extension initsShawn Rutledge2012-09-271-4/+10
* Fix initial window orientation with Qt on MeeGo 1.2 HarmattanSimon Hausmann2012-09-262-1/+4
* XCB: Correctly report the created OpenGL context version and profileSean Harmer2012-09-261-8/+69
* QtPrintSupport: use PPD defaults in CUPS pluginTeemu Katajisto2012-09-262-0/+112
* xcb: better error handling if no randr or screen resources query failsShawn Rutledge2012-09-261-47/+53
* fix build failure for MinGW using "system" freetypeMark Brand2012-09-241-0/+6
* Try to auto-detect the font rendering for WinCEAndreas Holzammer2012-09-242-4/+34
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-246-94/+151
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22437-10451/+10451
* Cocoa GL context: do not crash when closing windowsLaszlo Agocs2012-09-201-2/+2
* Load Mac specific resources when used in a static buildAndy Shaw2012-09-201-0/+7
* Rotate non maximized windowsRafael Roquetto2012-09-192-1/+114
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-09-192-1/+6
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-182-0/+9
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-182-0/+19
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-184-64/+244
* Prevent buffer overflow in QXcbWindow.Samuel Rødal2012-09-181-1/+1
* Make maemo scope syntax in project files more genericLaszlo Papp2012-09-142-2/+2
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-12/+12
* Fix repaint issue when resizing a window in WindowsMiikka Heikkinen2012-09-142-15/+5
* qpa: avoid useless resize in DirectFB platformJulien Brianceau2012-09-141-0/+6
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-122-33/+48
* CocoaPlugin: add missing auto release poolsRichard Moe Gustavsen2012-09-122-0/+5
* qpa: add non-opaque fill supportJulien Brianceau2012-09-112-12/+54
* Initial bearer plugin for WinCE and WEC7.Janne Anttila2012-09-101-5/+39
* CocoaPlugin: remove autoreleasepool warnings on 10.6Richard Moe Gustavsen2012-09-102-0/+3
* Windows: Implement automatic mouse capture in QPA.Friedemann Kleint2012-09-103-23/+41
* QNX: Compile. Adapting to change in QString API.Thomas McGuire2012-09-101-2/+2
* Removing duplicate includesSergio Ahumada2012-09-093-3/+0
* QNX: Enable support for hardware buttons in QPA pluginSean Harmer2012-09-075-2/+328
* QWeakPointer use for tracking QObjects is deprecated.Thiago Macieira2012-09-071-2/+2
* linuxfb: use linux/kd.h instead of the glibc dummyArvid Picciani2012-09-071-1/+1
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-075-18/+18
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-057-22/+22
* Fix Windows platform plugin narrowing conversion compile errorsJonathan Liu2012-09-052-2/+2
* Cleaner support for window flags in QCocoaWindowGabriel de Dietrich2012-09-032-37/+75
* Fix MinGW-w64 GCC 4.6.3 compilationJonathan Liu2012-09-031-2/+2
* Fix QScreen::grabWindow() on Windowsaavit2012-08-301-3/+1
* Fix MinGW-w64 TDM64-GCC 4.6.1 compilationJonathan Liu2012-08-301-5/+28