summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-164-8/+7
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-1612-38/+2
* Drop leftovers after 02651060b6ce5b16b06721378a239a6d2bd9f528Konstantin Ritt2013-09-141-6/+0
* Merge branch 'stable' into devSergio Ahumada2013-09-138-6/+29
|\
| * QNX: new signals for foreign windows creation/closingMyoungSeok Song2013-09-132-1/+8
| * QNX: add nativeResourceForScreenMyoungSeok Song2013-09-122-0/+9
| * Windows: Fix window opacity for non-translucent windows.Friedemann Kleint2013-09-122-2/+5
| * Fix Invalid Drawable error when using createWindowContainer on Mac.Chris Meyer2013-09-102-3/+7
* | iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-135-32/+558
* | Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-135-0/+622
* | eglfs: Set swap interval only when there is a context availableLaszlo Agocs2013-09-133-12/+22
* | eglfs: Handle desktop and multiple windows gracefullyLaszlo Agocs2013-09-131-1/+7
* | eglfs: Avoid glUniform calls with wrong type when drawing the cursorLaszlo Agocs2013-09-131-1/+1
* | Warn if OpenType support missing for script of interestKonstantin Ritt2013-09-131-1/+1
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-15/+4
* | QXcbSystemTrayTracker::trayWindow compiles if Q_XCB_DEBUG is onShawn Rutledge2013-09-121-1/+1
* | QNX: Prevent rendering when app is minimizedBernd Weimer2013-09-123-1/+20
* | Android: Make font size compatible with Qt for iOSPaul Olav Tvete2013-09-123-2/+7
* | Windows: Fix/Improve closing of native file dialogs.Friedemann Kleint2013-09-111-11/+65
* | iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-115-75/+4
* | iOS: Guard against this and self being deleted when using dispatch_asyncTor Arne Vestbø2013-09-112-8/+18
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-1010-32/+62
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-0710-32/+62
| |\|
| | * the condition for building the x11 offscreen plugin is ... having xlibOswald Buddenhagen2013-09-051-1/+1
| | * Cocoa: Fix NSMenu popup coordinatesGabriel de Dietrich2013-09-041-0/+2
| | * Cocoa: Unregister view from window's notifications onlyGabriel de Dietrich2013-09-042-8/+6
| | * Fix event delivery for apps with native widgets.Morten Johan Sørvig2013-09-041-0/+1
| | * OSX: clicking outside a popup: don't propagate the event elsewhereShawn Rutledge2013-09-041-0/+1
| | * Fix compilation with latest Mingw-w64 headersKai Koehne2013-09-021-0/+6
| | * Windows XP file dialog: Fix appending the selected filter suffix.Friedemann Kleint2013-08-301-2/+2
| | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-284-21/+43
| | |\
| | | * Android: Fix orientation change on Android 4.3Eskil Abrahamsen Blomfeldt2013-08-194-21/+43
* | | | Fix malformed assignment in QKmsScreenLaszlo Agocs2013-09-101-1/+1
* | | | Windows CE : Fix incorrect text rendering on wince with freetype enginedarius2013-09-101-0/+68
* | | | Fix Android Style plugin.BogDan Vatra2013-09-104-4/+84
* | | | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-104-16/+9
* | | | Fix build on MinGWKonstantin Ritt2013-09-091-1/+3
* | | | Windows: Add command line parameter enabling OS-synthesized mouse events from...Friedemann Kleint2013-09-093-7/+15
* | | | Windows: Use QSharedPointer for the dialog helpers.Friedemann Kleint2013-09-092-30/+39
* | | | Remove qCopy from the Windows platform pluginGiuseppe D'Angelo2013-09-092-4/+7
* | | | Android: Fix unused variable/argument warningsEskil Abrahamsen Blomfeldt2013-09-092-14/+2
* | | | Replace XCB native interface resource map by a lookup function.Friedemann Kleint2013-09-081-43/+23
* | | | Be pedantic with Window's icon indexes.Sérgio Martins2013-09-081-4/+4
|/ / /
* | | Windows: Added support for large icons to QFileIconProvider.Friedemann Kleint2013-09-063-6/+81
* | | Remove qFind usages from the XCB pluginGiuseppe D'Angelo2013-09-062-10/+13
* | | Remove qSort usages from the Cocoa helpersGiuseppe D'Angelo2013-09-061-1/+3
* | | Remove qFill from the Windows platform pluginGiuseppe D'Angelo2013-09-053-9/+15
* | | Remove deprecated QtAlgorithms calls from the compose inputcontextGiuseppe D'Angelo2013-09-052-2/+6
* | | Change QXcbConnection::atom() to be inline.Friedemann Kleint2013-09-052-6/+1
* | | Fix warning about unused variable.Friedemann Kleint2013-09-051-1/+1