summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-2423-144/+251
|\
| * Don't propagate unsolicited events from QWidgetWindow to QWidgetAlexander Volkov2016-03-241-5/+19
| * tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
| * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-245-17/+59
| * Fix typo in QLocalServer documentationSimon Hausmann2016-03-241-1/+1
| * Fix Fusion style combobox dirty lines in HiDPI mode.Marko Kangas2016-03-241-7/+1
| * QAbstractItemView test: check that the selection model is in sync with the viewGiuseppe D'Angelo2016-03-231-0/+55
| * minimal QPA plugin: Use fontconfig DB if availableGabriel de Dietrich2016-03-233-7/+22
| * QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-232-0/+63
| * QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
| * QtActivity.java: fix typoAnton Kudryavtsev2016-03-231-1/+1
| * Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
| * configure: Appending compiler and linker flags...David Schulz2016-03-231-3/+3
| * winrt: Enable windeployqt by default for Visual Studio projectsMaurice Kalinowski2016-03-231-0/+2
| * Initialize input method for read-only QTextBrowserMarko Kangas2016-03-232-0/+12
| * Fix tests for build with -no-guiKai Pastor2016-03-232-1/+5
* | qNonConstOverload(): Fix documentation typo.Friedemann Kleint2016-03-241-1/+1
* | Add mime type browser example.Friedemann Kleint2016-03-248-0/+623
* | 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