summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | QDesktopWidget: fix tracking QScreens.Ralf Jung2016-05-192-35/+80
| | * | Doc: Fix references to QGuiApplication::clipboard()Joerg Bornemann2016-05-192-5/+5
| | * | Windows QPA: Improve workaround for non-Areo theme GL rendering.Friedemann Kleint2016-05-191-3/+4
| | * | Remove linux only-dependency from devicediscoveryRalf Nolden2016-05-191-13/+9
| | * | QtWidgets: Reduce paint events when resizing native widgetBłażej Szczygieł2016-05-191-7/+1
| * | | CMake: Add imported target for qdoc.Volker Krause2016-06-051-0/+15
| * | | QXmlStreamWriter: don't call virtual QTextCodec::name() twiceAnton Kudryavtsev2016-06-031-2/+4
| * | | Remove the code for QObject::connect for non-C++11 compilersThiago Macieira2016-06-023-433/+0
| * | | QTextDocument: use QString::replace() for replacingAnton Kudryavtsev2016-06-021-7/+2
| * | | QTextDocument: use QL1S::size() to get size of internal stringAnton Kudryavtsev2016-06-021-3/+3
| * | | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-025-16/+16
| * | | QFontDatabase: append substitutes directly to the family listAnton Kudryavtsev2016-06-021-7/+2
| * | | Revert "QObject::connect: reduce generated code size for statics and functors"Thiago Macieira2016-06-011-7/+9
| * | | Add Q_ENUM for QNetworkAccessManager::NetworkAccessibility.Volker Krause2016-06-011-0/+1
| * | | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-0127-133/+130
| * | | QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-05-311-9/+7
| * | | QDateTimeParser: adapt to make good use of QStringRef.Anton Kudryavtsev2016-05-302-13/+24
| * | | install the qtpng libraryOswald Buddenhagen2016-05-301-1/+2
| * | | QVector: silence clang warning about memmoveShawn Rutledge2016-05-271-2/+6
| * | | Fix use of QMutex on Linux before FUTEX_PRIVATE_FLAG was addedThiago Macieira2016-05-261-1/+1
| * | | QNetworkReply: remove double bufferingAlex Trotsenko2016-05-254-67/+29
| * | | QIOSTextInputOverlay: fade-out handles upon focus transferRichard Moe Gustavsen2016-05-251-4/+34
| * | | Do an actual toString conversion for QVariant test failuresAllan Sandfeld Jensen2016-05-241-1/+1
| * | | build qt-png as a proper helper libraryOswald Buddenhagen2016-05-245-29/+43
| * | | Optimize QImage checkForAlphaPixelsAllan Sandfeld Jensen2016-05-231-21/+28
| * | | Windows QPA: Format window title correctly when creating a window.Friedemann Kleint2016-05-233-2/+11
* | | | Added bsdfb platform plugin for FreeBSDOleksandr Tymoshenko2016-06-128-0/+655
* | | | 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-103-53/+63
* | | | add QTest::createTouchDevice()Shawn Rutledge2016-06-102-0/+12
* | | | 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-082-0/+38
* | | | QString: fix QChar <> QLatin1String relational operators for non-US-ASCIIMarc Mutz2016-06-081-3/+3