summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
| | * | | Revert some changes to QTextCursor constructorshjk2016-01-284-7/+6
| | * | | Accessibility OS X: Fix hang when editing password line editsFrederik Gladhorn2016-01-281-3/+5
| | * | | Accessibility OS X: protect from accessing invalid objectsFrederik Gladhorn2016-01-282-11/+11
| | * | | Fix artihmetic exception when using non-scalable fontsEskil Abrahamsen Blomfeldt2016-01-261-3/+3
| | * | | winrt: Add support for offscreen surfacesMaurice Kalinowski2016-01-263-13/+38
| * | | | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-1310-21/+21
| * | | | QPlatformWindow::screenForGeometry(): Use mapToGlobal().Friedemann Kleint2016-02-121-2/+4
| * | | | Windows QPA: Prefer const-versions of API where applicable.Friedemann Kleint2016-02-126-12/+12
| * | | | Fix input pane usage on Windows 10 IoT CoreMaurice Kalinowski2016-02-121-4/+4
| * | | | docs: State that QMap::equal_range() returns an open-ended intervalSérgio Martins2016-02-121-1/+1
| * | | | Remove Windows CE build hacks from QWindowsPipeWriterJoerg Bornemann2016-02-121-11/+0
| * | | | Document QWinOverlappedIoNotifier restrictionsJoerg Bornemann2016-02-121-0/+16
| * | | | Enable NRVO in QJsonObject::keys()Marc Mutz2016-02-121-8/+6
| * | | | QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-123-15/+36
| * | | | Optionally force delivery of TUIO pseudo touch eventsAriel Molina2016-02-121-0/+8
| * | | | Fixed bug preventing parsing of unbundled TUIO messagesAriel Molina2016-02-111-5/+13
| * | | | Autotest: Enable make check on rhel 7.1Simo Fält2016-02-1111-0/+28
* | | | | xcodeSDKInfo: return the correct path based on the specified SDK.Jake Petroules2016-02-181-1/+1
* | | | | Fix typos in qOverload documentationPeter Kümmel2016-02-171-7/+7
* | | | | QDirModel: replace an inefficient QList with QVectorMarc Mutz2016-02-171-12/+13
* | | | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-1780-455/+1095
|\ \ \ \ \
| * \ \ \ \ Merge dev into 5.7Oswald Buddenhagen2016-02-1780-455/+1095
| |\ \ \ \ \
| | * | | | | Better grouping of configure testsLars Knoll2016-02-161-111/+102
| | * | | | | Remove leftover from Symbian timesLars Knoll2016-02-161-6/+0
| | * | | | | Microoptimize QObject::activate.Milian Wolff2016-02-161-5/+5
| | * | | | | Share code between const and non-const QMetaObject::cast variants.Milian Wolff2016-02-161-8/+2
| | * | | | | QtConcurrentRun: add unittest for polling for isFinished()David Faure2016-02-151-0/+29
| | * | | | | QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-152-0/+7
| | * | | | | tst_QTemporaryFile: test value of openMode() after open().David Faure2016-02-151-2/+3
| | * | | | | QHttpNetworkConnectionPrivate: de-duplicate calls in if-else chainsAnton Kudryavtsev2016-02-151-14/+19
| | * | | | | Add qOverload to select overloaded functionsPeter Kümmel2016-02-155-0/+254
| | * | | | | Use QVector instead of QList for sizeof(T) > sizeof(void*)Sérgio Martins2016-02-143-3/+3
| | * | | | | Introduce QHash::equal_range()Sérgio Martins2016-02-143-0/+156
| | * | | | | QtWidgets: use new QRect::transposed()Marc Mutz2016-02-139-14/+11
| | * | | | | QRect(F): add transposed()Marc Mutz2016-02-133-0/+75
| | * | | | | QRegion: add move ctorMarc Mutz2016-02-133-0/+35
| | * | | | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-1225-185/+54
| | * | | | | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-127-19/+143
| | * | | | | Generalize iOS simulator and device exclusive buildTor Arne Vestbø2016-02-129-79/+79
| | * | | | | QTextFrame::iterator: restore nothrow move special membersMarc Mutz2016-02-122-5/+9
| | * | | | | QXmlStream*: make nothrow move assignable and -constructibleMarc Mutz2016-02-121-0/+70
| | * | | | | QBitmap: restore nothrow move special membersMarc Mutz2016-02-122-0/+11
| | * | | | | Cocoa integration - suppress excessive dragginUpdated messagesTimur Pocheptsov2016-02-121-0/+12
| | * | | | | QStringListModel: optimize container usage.Anton Kudryavtsev2016-02-121-4/+4
| | * | | | | Fix QFileSelectorPrivate::addStatics()J-P Nurmi2016-02-122-0/+12
* | | | | | | bearer plugins: fix uses of inefficient QListsMarc Mutz2016-02-172-3/+9
* | | | | | | QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-175-23/+23
* | | | | | | QSslSocket (OpenSSL): replace QList<QPair> by QVector<Struct>Marc Mutz2016-02-172-25/+31
* | | | | | | QSslSocket (OpenSSL): use QMutexLockerMarc Mutz2016-02-171-2/+2