summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-0310-212/+188
* darwin: Simplify conversion function declarations in headersTor Arne Vestbø2016-05-035-25/+5
* QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-0326-77/+81
* Add support for PSK on server sideAndré Klitzing2016-05-029-2/+88
* qsslsocket/context_openssl - ALPN and NPN, not ALPN or NPNTimur Pocheptsov2016-05-022-6/+7
* QOpenGLContext: add a way to disable the thread affinity checkGiuseppe D'Angelo2016-05-023-3/+20
* QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-0223-100/+33
* Add QPlatformBackingStore::toImage() implementationsAndy Nichols2016-04-3011-14/+23
* Enable QPlatformBackingStore::toImage() when QT_NO_OPENGL is definedAndy Nichols2016-04-302-2/+4
* Remove remains of Windows CE from QSysInfo.Friedemann Kleint2016-04-301-8/+0
* QHostAddress: comparator with flexible conversion rulesFelix Braun2016-04-292-15/+115
* Minor fixups to the change that added FreeType on OSXAndreas Hartmetz2016-04-292-2/+1
* Basic font database: remove opentype CONFIG, it does nothingAndreas Hartmetz2016-04-291-2/+0
* Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-282-3/+11
* moc: Use QCommandLineParser::ParseAsLongOptions and QCommandLineOption::Short...Olivier Goffart2016-04-281-0/+10
* Keep QColorDialog::ShowAlphaChannel from expanding the dialog on OS X.Steve Mokris2016-04-271-1/+9
* Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-273-1/+19
* QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec().Friedemann Kleint2016-04-265-11/+14
* Revert "Optimize QMetaObject::activate."Milian Wolff2016-04-251-30/+19
* Append the Windows OS/kernel version number in QSysInfo::prettyProductName().Jake Petroules2016-04-251-1/+11
* QAbstractItemView - Fix docs to match behavior (SelectionMode)Thorbjørn Martsum2016-04-241-2/+2
* QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-244-6/+54
* QRegion: mark boundingRect() and rectCount() nothrowMarc Mutz2016-04-232-4/+4
* Removes spacing when widget is hidden in QGridLayoutKarim Pinter2016-04-211-3/+7
* Adding notification feature to SQLite driverKarim Pinter2016-04-212-3/+84
* Remove window flags WindowOkButtonHint, WindowCancelButtonHint.Friedemann Kleint2016-04-202-12/+1
* Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-198-129/+55
* Remove the -qconfig command line argumentLars Knoll2016-04-196-1406/+0
* initializeInflateStream - assert that stream is not nullTimur Pocheptsov2016-04-191-0/+2
* Avoid nullptr deref in Q_ASSERTSTimur Pocheptsov2016-04-1924-692/+1038
* Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-193-9/+32
* Android: Fix crash on startupChristian Stromme2016-04-181-3/+10
* Change the way we handle features that have sub-featuresLars Knoll2016-04-156-38/+29
* OGLTextureCache::insert - make sure it did not failTimur Pocheptsov2016-04-151-1/+2
* Uninitialized variable in QTouchEventTouchPointPrivateJesus Fernandez2016-04-151-1/+2
* Implement QFormLayout row removalSamuel Gaist2016-04-142-12/+326
* Windows CE cleanup.Friedemann Kleint2016-04-1412-10335/+1
* Improve QHttpNetworkReplyPrivate::readStatus()Alex Trotsenko2016-04-141-2/+1
* Take the size and the icon size for MDI buttons from a styleAlexander Volkov2016-04-135-22/+39
* Implement ordered dithering for image format conversionsAllan Sandfeld Jensen2016-04-125-53/+146
* deliver stationary touchpoints which have changed velocityShawn Rutledge2016-04-121-4/+12
* Fix documentation of qOverload with clang based qdocOlivier Goffart2016-04-121-0/+3
* Fix the naming of the CFLAGS/LIBS for Gtk3Lars Knoll2016-04-121-2/+2
* QUrl documentation: fix clang parsingOlivier Goffart2016-04-111-0/+8
* Cleanup conversion parametersAllan Sandfeld Jensen2016-04-119-109/+115
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1198-5996/+6789
|\
| * xcb: Optimize non-shm backing store flushingLouai Al-Khanji2016-04-101-21/+88
| * Remove unused variables.Volker Krause2016-04-101-2/+0
| * QDateTime: don't allocate memory in fromOffsetString()Anton Kudryavtsev2016-04-091-9/+12
| * QDateTime: add some constAnton Kudryavtsev2016-04-092-2/+2