summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Do not build QQnxScreenEventThread when not neededFabian Bumberger2013-04-113-8/+25
* | Merge branch 'stable' into devSergio Ahumada2013-04-1034-137/+152
|\|
| * Fix access to invalid memoryKai Koehne2013-04-101-1/+2
| * Mac: Ensure the native filedialog sets file name when savingLiang Qi2013-04-091-2/+2
| * OSX window: set QWindow geometry after native window is createdShawn Rutledge2013-04-091-2/+1
| * Mac: Return Qt::Key_F9 for F9, not Qt::Key_F8hjk2013-04-091-1/+1
| * Cocoa: Properly clean window mask dataGabriel de Dietrich2013-04-082-4/+6
| * Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-085-92/+29
| * Mac: a dialog should have a titlebar by defaultShawn Rutledge2013-04-081-2/+5
| * Android: set logicalDpi based on DisplayMetrics.scaledDensityPaul Olav Tvete2013-04-055-2/+24
| * EglFS: allow the hook to override logicalDpi()Paul Olav Tvete2013-04-054-0/+18
| * Windows: Ignore mouse events generated by Windows.Friedemann Kleint2013-04-051-1/+5
| * Windows: Do not use native dialogs for non-modal dialogs.Friedemann Kleint2013-04-051-4/+2
| * The default behavior should be double buffered, not singlebufferedGunnar Sletta2013-04-051-3/+2
| * iOS: Fix build on case sensitive file systemsTor Arne Vestbø2013-04-041-1/+1
| * iOS: Handle UIDeviceOrientation vs UIInterfaceOrientationTor Arne Vestbø2013-04-043-3/+3
| * Fix warning: qt_setDockMenu not foundFrederik Gladhorn2013-04-041-0/+1
| * Android: Don't show '&' character in menusPaul Olav Tvete2013-04-041-6/+23
| * QPA/Mac: Fix resources leakingKonstantin Ritt2013-04-033-7/+13
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-04-032-4/+12
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-032-4/+12
| | |\
| | | * Windows: Fix reported screen metrics.Friedemann Kleint2013-03-262-4/+12
| * | | If the menu item is merged then we should not release itAndy Shaw2013-04-031-2/+2
| |/ /
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-0432-563/+698
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-0332-563/+698
| |\| |
| | * | Correct location of mtdev define.Robin Burchell2013-04-031-1/+1
| | * | Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-1/+1
| | * | Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-0221-443/+598
| | * | Let EglFS pick up a platform input context if installedGunnar Sletta2013-04-022-0/+7
| | * | Fix reporting writing systems for non-TrueType fontsKonstantin Ritt2013-04-012-68/+84
| | * | QFontConfigDatabase: fix fallbacksForFamily() for CJK languagesKonstantin Ritt2013-04-012-2/+2
| | * | Remove unused header file.Gatis Paeglis2013-03-301-2/+0
| | * | Mac style: Fix disabled menu item palette entryGabriel de Dietrich2013-03-291-1/+2
| | * | Make qt_setDockMenu work and call it.Morten Johan Sørvig2013-03-292-6/+3
| | * | Remove QMacQuartzPaintDevice.Morten Johan Sørvig2013-03-291-39/+0
* | | | [QNX]Add an option to not run fullscreenAndreas Holzammer2013-04-043-5/+30
|/ / /
* | | BlackBerry: fix compilationRafael Roquetto2013-04-011-1/+0
* | | iOS: Specify framework dependencies in the right placeTor Arne Vestbø2013-03-311-1/+1
* | | QNX: Added warning when low memory event is receivedBernd Weimer2013-03-281-0/+6
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-2868-149/+1501
|\| |
| * | QCocoaScreen: Properly align secondary screens w.r.t. primary screenGabriel de Dietrich2013-03-271-5/+22
| * | Allow tslib to be specified at configure time.Michael Brasser2013-03-261-0/+4
| * | Cocoa: Make touch events work again.Morten Johan Sørvig2013-03-264-0/+31
| * | Cocoa: Correct enter/leave event handling.Morten Johan Sørvig2013-03-263-4/+57