summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation warnings.Friedemann Kleint2016-03-247-11/+10
* Disable some examples for INTEGRITY.Rolland Dudemaine2016-03-242-4/+3
* Use default nullptr parents in QAction constructorshjk2016-03-231-3/+3
* Build SQLite including the platform header for INTEGRITY.Rolland Dudemaine2016-03-232-2/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-2327-294/+209
|\
| * QOpenGL: Fix GLhandleARB redefinition on OS XGabriel de Dietrich2016-03-221-0/+4
| * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-225-235/+12
| * QWidget::create(): Mark parameter window as ignored.Friedemann Kleint2016-03-222-17/+15
| * qmake/wince: Deploy QPA plugin as well in Visual StudioAndreas Holzammer2016-03-221-0/+27
| * qmake: Fix wince dll deployment in Visual StudioAndreas Holzammer2016-03-222-3/+12
| * configure: enable QSharedMemory when targeting windows.David Schulz2016-03-221-1/+1
| * qshapedpixmapdndwindow.cpp: fix build with '-qreal float'J-P Nurmi2016-03-221-1/+1
| * win32-icc: Make it possible to rename the ANGLE libraries.Friedemann Kleint2016-03-221-0/+4
| * QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-224-13/+39
| * QVersionNumber: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-221-1/+1
| * QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34
| * Docs of qSetMessagePattern missing relation to qCDebug and co.M. Moellney2016-03-211-2/+4
| * fix bad initializer for -optimized-toolsOswald Buddenhagen2016-03-211-1/+1
| * Android: Fix inputItemRectangle when using EnableHighDpiScalingBogDan Vatra2016-03-211-4/+9
| * wince: Adjust configure defaultsAndreas Holzammer2016-03-211-9/+0
| * QNX has no libdl, but all the functions are in libcBogDan Vatra2016-03-211-1/+1
| * Add auto-test for crash in QCocoaBackingStoreGabriel de Dietrich2016-03-211-0/+45
| * Remove unused QButtonGroupPrivate::notifyChecked()Marc Mutz2016-03-201-1/+0
* | QApplication: remove unused static qt_tabletChokeMouseShawn Rutledge2016-03-221-3/+0
* | Mir: Call QPlatformIntegration::destroyScreen() as recommended.Christian Strømme2016-03-222-7/+11
* | Do not use forkfd for INTEGRITY.Rolland Dudemaine2016-03-221-6/+8
* | Do not use timezone at all for Q_OS_INTEGRITY.Rolland Dudemaine2016-03-221-0/+2
* | Add support for INTEGRITY with eglfs-viv.Rolland Dudemaine2016-03-222-0/+64
* | Add INTEGRITY Framebuffer-based plugin as a platform plugin.Rolland Dudemaine2016-03-2213-0/+942
* | mkspec: Correctly cleanup qhost.pri file.David Schulz2016-03-221-1/+3
* | Allow the user to choose how much from Android theme is extractedBogDan Vatra2016-03-224-7/+34
* | Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-217-31/+22
* | Fix build QtService.java: replace int with IntegerAnton Kudryavtsev2016-03-211-2/+2
* | Add support for building for INTEGRITY using GHS toolchain.Rolland Dudemaine2016-03-219-1/+278
* | Cocoa: Forward masked out mouse events.Morten Johan Sørvig2016-03-212-4/+29
* | Cocoa: Forward rejected key events.Morten Johan Sørvig2016-03-212-6/+47
* | Cocoa: Unify mouse handling logicMorten Johan Sørvig2016-03-212-66/+106
* | Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-216-34/+48
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-21189-977/+2045
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-21189-977/+2045
| |\|
| | * Fix QtDBus deadlock inside kded/kiodThiago Macieira2016-03-192-10/+33
| | * Fix QFINDTESTDATA when using cmake ninja generatorStephen Kelly2016-03-196-0/+94
| | * QtWidgets: Change QTLWExtra::window from QWidgetWindow to QWindow.Friedemann Kleint2016-03-191-2/+1
| | * Move QButtonGroup implementation from qabstractbutton.cpp to qbuttongroup.cppMarc Mutz2016-03-185-148/+198
| | * QtWidgets: includemocsMarc Mutz2016-03-1880-1/+151
| | * xcb: Merge _NET_WM_STATE hints instead of overwritingDavid Rosca2016-03-181-8/+24
| | * Merge "Merge remote-tracking branch 'origin/5.6.0' into 5.6" into refs/stagin...Frederik Gladhorn2016-03-1814-29/+631
| | |\
| | | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-1714-29/+631
| | | |\
| | * | | QToolBarExtension: remove unused member 'orientation'Marc Mutz2016-03-181-1/+0
| | * | | QWindows(XP)Style: fix build with Clang after includemocs runMarc Mutz2016-03-182-2/+0