summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
* | | | | | Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-181-18/+19
|/ / / / /
* | | | | 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-1762-257/+479
|\ \ \ \ \
| * \ \ \ \ Merge dev into 5.7Oswald Buddenhagen2016-02-1762-257/+479
| |\ \ \ \ \
| | * | | | | 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
| | * | | | | QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-151-0/+3
| | * | | | | QHttpNetworkConnectionPrivate: de-duplicate calls in if-else chainsAnton Kudryavtsev2016-02-151-14/+19
| | * | | | | Add qOverload to select overloaded functionsPeter Kümmel2016-02-154-0/+132
| | * | | | | 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-142-0/+48
| | * | | | | QtWidgets: use new QRect::transposed()Marc Mutz2016-02-139-14/+11
| | * | | | | QRect(F): add transposed()Marc Mutz2016-02-132-0/+37
| | * | | | | QRegion: add move ctorMarc Mutz2016-02-132-0/+12
| | * | | | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-1225-185/+54
| | * | | | | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-126-19/+46
| | * | | | | 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-121-0/+1
* | | | | | | 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
* | | | | | | QtSql: eradicate remaining Q_FOREACH loopsMarc Mutz2016-02-173-5/+5
* | | | | | | QOCIDriver: optimize string handling in tables()Marc Mutz2016-02-171-31/+49
* | | | | | | mimetypes: Declare some types as sharedMarc Mutz2016-02-173-2/+31
* | | | | | | Remove QMimeMagicRule's pimplMarc Mutz2016-02-172-151/+95