summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-022-4/+4
| | | * | Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-02123-1272/+1880
| | | |\ \
| | | * | | support specifying directories in RESOURCESOswald Buddenhagen2016-02-011-3/+9
| | | * | | Merge remote-tracking branch 'origin/5.5' into 5.6.0Liang Qi2016-02-014-5/+19
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-015-7/+28
| | | * | | eglfs: Fix up incorrect comments in the backingstoreLaszlo Agocs2016-02-011-5/+2
| | | * | | Cocoa integration - fix outdated path in QCocoaFileDialogHelperTimur Pocheptsov2016-01-301-2/+5
| | | * | | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-302-0/+32
| | | * | | eglfs: Sanitize the widget compositor's context handlingLaszlo Agocs2016-01-294-5/+18
| | | * | | winrt: set initial window sizeMaurice Kalinowski2016-01-291-0/+9
| | | * | | eglfs: fix cleanup when more than one tlw was usedLaszlo Agocs2016-01-281-1/+18
| | | * | | 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
* | | | | | Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-181-18/+19
|/ / / / /
* | | | | 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