summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QWidgetBackingStore::fullUpdatePendingAllan Sandfeld Jensen2016-06-092-21/+4
* Aarch64: vectorize ascii de-/encoding.Erik Verbruggen2016-06-091-1/+72
* Fixed a bug where IM reported wrong anchor rectangleJan Arve Saether2016-06-091-1/+1
* QElapsedTimer: Remove legacy code dealing with Windows pre-Vista and CEThiago Macieira2016-06-081-39/+10
* QStringRef: add missing relational operators against QByteArrayMarc Mutz2016-06-082-0/+38
* QString: fix QChar <> QLatin1String relational operators for non-US-ASCIIMarc Mutz2016-06-081-3/+3
* Remove QSysInfo code related to unsupported versions of Windows.Jake Petroules2016-06-081-111/+13
* QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptrGiuseppe D'Angelo2016-06-085-0/+206
* Use built-ins for qPopulationCount on MSVC and recent Clang versions.Erik Verbruggen2016-06-081-23/+52
* Set ssl in QT_CONFIG when openssl is enabledLars Knoll2016-06-081-29/+29
* QSharedPointer/QWeakPointer/QScopedPointer: plaster API with Q_DECL_NOTHROWGiuseppe D'Angelo2016-06-072-34/+33
* Make QCryptographicHash a Q_GADGET.Richard J. Moore2016-06-071-0/+3
* Fix Infinite loop in QGraphicsScene::focusNextPrevChildJoão de Deus Morgado2016-06-071-1/+3
* Simplify Foundation conversion function documentationTor Arne Vestbø2016-06-061-25/+22
* Remove obsolete a.out code after QT_AOUT_UNDERSCORE is goneRalf Nolden2016-06-061-12/+1
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-0422-710/+174
* QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-06-031-9/+7
* Add Q_FLAG for QDBusServiceWatcher::WatchMode.Volker Krause2016-06-031-0/+1
* Install some eglfsdeviceintegration headers, as a private moduleGiulio Camuffo2016-06-0347-171/+236
* Windows: stop using _beginthreadex on regular buildsThiago Macieira2016-06-022-37/+13
* Remove reliance on QSysInfo::[Mac|Windows]Version in QSysInfo itself.Jake Petroules2016-06-021-51/+103
* Simplify constructor code of QTemporaryFile.Friedemann Kleint2016-06-022-19/+13
* Remove Windows CE vestigesJoerg Bornemann2016-06-025-19/+2
* Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-315-9/+9
* Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-315-94/+144
* Remove checkEvent function no-one usesAlbert Astals Cid2016-05-312-19/+0
* Fix unimplemented Mach-O parsing for ARM64 platforms in QPluginLoader.Jake Petroules2016-05-301-0/+3
* Clang: remove the QT_NO_RTTI macro declarationThiago Macieira2016-05-291-3/+0
* Remove the Clang __has_feature(cxx_exceptions) checkThiago Macieira2016-05-291-5/+0
* Expose QFileSelectorPrivate::selectionHelper()J-P Nurmi2016-05-272-5/+8
* Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-272-0/+37
* Doc: Fix documentation warnings for QSslDiffieHellmanParametersTopi Reinio2016-05-261-8/+2
* Squeeze more vectorized rounds out of JSON Latin1String conversion.Erik Verbruggen2016-05-261-2/+2
* Add settable QSslDiffieHellmanParameters for QSslSocket-based servers.Mikkel Krautz2016-05-2513-20/+829
* QOpenGLFunctions - move assert inside if statementTimur Pocheptsov2016-05-252-48/+72
* Add line feed and carriage return to blacklisted charactersEskil Abrahamsen Blomfeldt2016-05-241-2/+10
* ARM: Vectorize common QRgba64 compositing functions.Erik Verbruggen2016-05-242-47/+153
* Optimize QIconLoader::findIconHelper()John Lindgren2016-05-241-10/+12
* QTest: do not generate stack traces when a debugger is attached.Erik Verbruggen2016-05-241-31/+34
* Add applicationDisplayNameChanged() signal.Benjamin Terrier2016-05-242-6/+21
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-05-24154-630/+1202
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-23154-630/+1202
| |\
| | * ANGLE: fixed usage of shared handles for WinRT/WinPhone applicationsOliver Wolff2016-05-203-0/+63
| | * Avoid failing on 64-bit ARMLaszlo Agocs2016-05-191-1/+1
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-19111-439/+909
| | |\
| | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-1925-42/+129
| | | |\
| | | | * WinRT: Do not try to cancel IO for udp sockets on socket closeOliver Wolff2016-05-181-10/+12
| | | | * ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-131-5/+5
| | | | * Fix building with -qreal floatAllan Sandfeld Jensen2016-05-131-2/+2
| | | | * Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2