summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-2653-139/+386
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2253-139/+386
| |\
| | * Convert the CGImage into a QPixmap after reading from clipboardAndy Shaw2013-04-221-4/+2
| | * Implement QApplication::beep().Friedemann Kleint2013-04-193-0/+19
| | * Implement alertion state for windows.Friedemann Kleint2013-04-194-2/+35
| | * Cocoa: Disable QTBUG-30266 hack in full screenGabriel de Dietrich2013-04-191-1/+10
| | * Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-194-12/+17
| | * iOS: use an explicit pointer to qiosViewControllerRichard Moe Gustavsen2013-04-197-7/+17
| | * Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2013-04-193-0/+10
| | * Make password mask characters themeable.Mitch Curtis2013-04-191-0/+2
| | * iOS: QIOSBackingStore: enable FBO depth and stencil bufferRichard Moe Gustavsen2013-04-191-1/+5
| | * Fix format for alpha drawing.Friedemann Kleint2013-04-181-1/+1
| | * Remove nativeResourceForWindow warning.Morten Johan Sørvig2013-04-181-3/+1
| | * Mac: Fix various memory leaksGabriel de Dietrich2013-04-183-5/+7
| | * Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-5/+2
| | * Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-187-33/+108
| | * Calling wglMakeCurrent on an already current context gives 100% cpu loadGunnar Sletta2013-04-181-1/+9
| | * Do not send clipboard message to application under debugger.Friedemann Kleint2013-04-171-0/+20
| | * Windows: Fix compile with -directwrite.Friedemann Kleint2013-04-171-1/+1
| | * Correct dir entries caching in QFileDialogCyril Oblikov2013-04-171-10/+32
| | * Cocoa: Fix menu popup, againGabriel de Dietrich2013-04-161-28/+38
| | * Cocoa: Make sure no invisible proxy icon button is createdGabriel de Dietrich2013-04-161-0/+2
| | * [QNX] Fix build/runtime if QT_NO_OPENGL definedAndreas Holzammer2013-04-161-2/+3
| | * Accessibility Mac: Enable ignoring of childrenFrederik Gladhorn2013-04-162-4/+7
| | * eglfs: Make sure virtual functions are not called from ctorEskil Abrahamsen Blomfeldt2013-04-152-5/+4
| | * Make surface and window accessible to subclassesEskil Abrahamsen Blomfeldt2013-04-151-2/+4
| | * Remove code for Android API level < 9Eskil Abrahamsen Blomfeldt2013-04-151-35/+2
| | * Add autorelease pool for cocoa plugin creation.Morten Johan Sorvig2013-04-151-0/+3
| | * Add autorelease pools needed by Qt Creator.Morten Johan Sørvig2013-04-152-0/+4
| | * Cocoa: Fix unresponsive main window after running more than one modal sessionGabriel de Dietrich2013-04-151-1/+4
| | * Don't warn on 0x0 sized windows.Morten Johan Sørvig2013-04-151-1/+1
| | * Cocoa: Fix popup menus on modal windowsGabriel de Dietrich2013-04-151-3/+33
| | * Cocoa: Create QCocoaWindow when enabling touch.Morten Johan Sørvig2013-04-151-0/+5
| | * Cocoa: Enable touch on 0->1 counter transition.Morten Johan Sørvig2013-04-151-1/+1
| | * Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-0/+3
| | * QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+1
| | * QWindowsFontEngineDirectWrite: Fix resources leakingKonstantin Ritt2013-04-141-0/+2
* | | Use Qt::Key_unknown for unknown keys instead of -1 with xcbhluk2013-04-241-1/+1
* | | Improvements for DirectWrite font engineKonstantin Ritt2013-04-242-79/+64
* | | Guard usage of m_cocoaPlatformWindow.Morten Johan Sørvig2013-04-231-1/+4
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-177-17/+25
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-127-17/+25
| |\|
| | * Fix Windows CE compilation.Friedemann Kleint2013-04-121-7/+4
| | * Call QString::normalized when it is constructed via the native APIAndy Shaw2013-04-111-4/+4
| | * QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-112-2/+2
| | * Windows: Dont use black as clear color on opengl windowsJens Bache-Wiig2013-04-101-4/+1
| | * QNX: Adjust rotation according to initial orientationRafael Roquetto2013-04-103-0/+14
* | | QNX: Fix filenames returned by the file dialog.Sergio Martins2013-04-171-4/+6
|/ /
* | Do not build QQnxScreenEventThread when not neededFabian Bumberger2013-04-113-8/+25
* | Merge branch 'stable' into devSergio Ahumada2013-04-1029-47/+124
|\|