summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-1015-47/+80
* Add move constructor to QDateTimeThiago Macieira2016-06-102-2/+26
* Allow QDateTime to shrink back to short data mode on copyThiago Macieira2016-06-101-5/+30
* Move the QDateTime file static functions to their right placeThiago Macieira2016-06-101-178/+170
* Long live the short QDateTime optimizationThiago Macieira2016-06-103-75/+280
* QDateTimePrivate refactor: static'fy the date/time manipulatorsThiago Macieira2016-06-102-86/+91
* QDateTimePrivate refactor: static'fy access to d->m_statusThiago Macieira2016-06-102-89/+109
* Refactor & simplify QDateTime::setMSecsSinceEpochThiago Macieira2016-06-101-13/+20
* Refactor & simplify QDateTimePrivate::refreshDateTime()Thiago Macieira2016-06-101-31/+25
* Simplify the QDateTimePrivate::setTimeSpec() functionThiago Macieira2016-06-101-16/+11
* QDateTime: fix the massageAdjustedDateTime differentlyThiago Macieira2016-06-101-16/+6
* Move QDateTimePrivate::toMSecsSinceEpoch() code into QDateTimeThiago Macieira2016-06-102-35/+27
* Remove QDateTimePrivate::isNull{Date,Time}()Thiago Macieira2016-06-102-7/+5
* Stop QDateTimePrivate from inheriting QSharedDataThiago Macieira2016-06-102-6/+7
* QDateTimePrivate: merge the time spec, DST status and validity flagsThiago Macieira2016-06-104-71/+66
* Disable QSslDiffieHellmanParameters tests for QT_NO_SSL buildsAndré Klitzing2016-06-102-2/+8
* add QTest::createTouchDevice()Shawn Rutledge2016-06-102-0/+12
* autotests: use QTest::createTouchDevice()Shawn Rutledge2016-06-1010-108/+57
* Blacklist tst_QWindow tests for Ubuntu 16.04Milla Pohjanheimo2016-06-101-0/+3
* QString: use new QL1S::at() in lastIndexOf()Anton Kudryavtsev2016-06-091-2/+2
* 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-083-3/+38
* QString: fix QChar <> QLatin1String relational operators for non-US-ASCIIMarc Mutz2016-06-082-14/+18
* Remove QSysInfo code related to unsupported versions of Windows.Jake Petroules2016-06-081-111/+13
* tst_qstringapisymmetry: cover QByteArray, const char*, tooMarc Mutz2016-06-081-2/+87
* QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptrGiuseppe D'Angelo2016-06-087-1/+231
* 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-082-31/+31
* 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-072-1/+28
* Simplify Foundation conversion function documentationTor Arne Vestbø2016-06-061-25/+22
* Remove output of QT_PRODUCT_LICENSEKEYLars Knoll2016-06-061-1/+0
* Remove some dead codeLars Knoll2016-06-061-5/+0
* Remove obsolete a.out code after QT_AOUT_UNDERSCORE is goneRalf Nolden2016-06-061-12/+1
* Refactor xcb configure logicGatis Paeglis2016-06-061-41/+57
* make the xcb-xkb compile test more specificOswald Buddenhagen2016-06-061-0/+3
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-0429-761/+191
* QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-06-031-9/+7
* Remove some code for cross building from MingW to SolarisLars Knoll2016-06-031-7/+3
* move xcb 1.5 compile check from qpa/xcb-syslibs to qpa/xcbOswald Buddenhagen2016-06-032-3/+4
* Add Q_FLAG for QDBusServiceWatcher::WatchMode.Volker Krause2016-06-031-0/+1
* Install some eglfsdeviceintegration headers, as a private moduleGiulio Camuffo2016-06-0349-172/+239
* 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
* Blacklisting pendingCallWhenDisconnected on OpenSUSE 42.1Milla Pohjanheimo2016-06-021-0/+2