summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
* | | | QChar: add missing relational operators against QLatin1String/QStringRefMarc Mutz2016-04-052-22/+39
|/ / /
* | | QAbstractSocket: simplify connect timer handlingAlex Trotsenko2016-04-031-15/+3
* | | Windows QPA: Increase API level to 0x600 (Windows Vista).Friedemann Kleint2016-04-018-199/+62
* | | Android: Support PasswordMaskDelayKai Uwe Broulik2016-04-012-0/+13
* | | Use quotes instead of angle brackets for local includes in cocoa plugin.Jake Petroules2016-04-012-5/+5
* | | QtNetwork: use reserve to optimize memory allocationAnton Kudryavtsev2016-03-312-1/+4
* | | Remove Windows CE from tests (others).Friedemann Kleint2016-03-3128-663/+15
* | | QtCore: Increase Windows API level to 0x600 (Windows Vista).Friedemann Kleint2016-03-302-4/+10
* | | QtGui: Remove Windows CE.Friedemann Kleint2016-03-3028-344/+41
* | | QIODevice::read(): remove dead codeAlex Trotsenko2016-03-301-16/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-30114-3044/+280
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-2944-335/+42
* | | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-2935-1553/+85
* | | Fix documentation of qLess and qGreaterOlivier Goffart2016-03-291-9/+3
* | | QFlags documentation: The constructors are constexprOlivier Goffart2016-03-291-2/+2
* | | Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-299-7/+31
* | | Mark declaration of QString::compare(QStringRef, Qt::CaseSensitivity) inline.Friedemann Kleint2016-03-241-1/+1
* | | Remove some dead codeLars Knoll2016-03-231-12/+3
* | | Cleanup: Rename CFG_ATOMIC64 to CFG_STD_ATOMIC64.Lars Knoll2016-03-231-6/+6
* | | QSysInfo: Fix clang generated documentationOlivier Goffart2016-03-231-1/+1
* | | Fix parsing of documentation for QByteArrayList and QStringListOlivier Goffart2016-03-234-1/+10
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-235-13/+98
* | | Don't use obsolete QStyle::PixelMetric enum itemsAlexander Volkov2016-03-221-9/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-22666-37919/+31348
|\| |
| * | 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