summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | QStaticByteArrayMatcher: fix MSVC warningMarc Mutz2017-02-231-0/+5
* | QSizePolicy: make (Policy,Policy) ctor constexprMarc Mutz2017-02-232-4/+16
* | QTypeInfo: record whether it was specializedMarc Mutz2017-02-231-0/+7
* | QErrorMessage: replace a QPair with a structMarc Mutz2017-02-221-5/+11
* | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-223-18/+38
* | Fix wrong access to qMemRotateFunctionsAllan Sandfeld Jensen2017-02-221-2/+2
* | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-221-1/+1
* | Do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-223-6/+7
* | QArrayDataOps: don't use value-initializationMarc Mutz2017-02-221-1/+1
* | macOS: Make sure NSResizableWindowMask is set when toggling fullscreenTor Arne Vestbø2017-02-222-14/+30
* | QTzTimeZonePrivate: introduce PosixZone classMarc Mutz2017-02-221-26/+43
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-2218-64/+106
* | Fix a race condition between QObject::connect and qRegisterMetaTypeOlivier Goffart2017-02-221-8/+4
* | QSizePolicy: add C++14-style constexpr where possibleMarc Mutz2017-02-221-8/+8
* | QArrayDataOps: do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-221-2/+2
* | testlib: Add qWaitFor to wait for predicateTor Arne Vestbø2017-02-214-29/+64
* | QErrorMessage: handle all message typesMarc Mutz2017-02-211-1/+7
* | macOS: Retain foreign windowsTor Arne Vestbø2017-02-201-0/+1
* | QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-203-3/+3
* | QWidget: update the font when the screen is changedOlivier Goffart2017-02-201-0/+1
* | Only define "accessibility" feature oncePaul Olav Tvete2017-02-202-3/+10
* | Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-194-5/+5
* | qeglfskmsegldevicescreen.cpp: add errno.h includeDavid Faure2017-02-181-0/+1
* | Widgets: Update micro focus in QLineEdit and friendsJarkko Koivikko2017-02-174-0/+10
* | Fix typo in apidoc.Frederik Schwarzer2017-02-171-1/+1
* | Build fix for new feature -qt-no-processenvironmentPaul Olav Tvete2017-02-171-1/+1
* | Build fix for -no-feature-datestringPaul Olav Tvete2017-02-171-1/+3
* | xcb: support graphics tablets with the "uc-logic" nameDmitry Kazakov2017-02-171-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-1723-176/+132
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-1623-176/+132
| |\|
| | * QNetworkSession - register types before connecting slotsTimur Pocheptsov2017-02-161-4/+4
| | * Eliminate QT_NO_DYNAMIC_LIBRARYUlf Hermann2017-02-162-23/+11
| | * QReadWriteLock: make field 'recursive' constMarc Mutz2017-02-161-1/+1
| | * QJNIHelpers: unbreak runnables counterMarc Mutz2017-02-161-2/+2
| | * xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-161-1/+2
| | * qcssparser: Undef TILDE to fix compilation on HurdDmitry Shachnev2017-02-151-0/+4
| | * Use Qt::PreciseTimer for the QDeadlineTimers in QTest::qWait*Thiago Macieira2017-02-151-3/+3
| | * Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-151-25/+14
| | * Doc: fixed explanation in Qt::Tool documentationSamuel Gaist2017-02-151-1/+1
| | * QJNIHelpers: make mutexes staticMarc Mutz2017-02-151-2/+2
| | * QFileDialog: Protect against nullptr dereferenceKevin Funk2017-02-151-1/+1
| | * Fix indentation of source code example in docsFrederik Schwarzer2017-02-151-8/+8
| | * Fix UB (data race) in QtAndroidPrivate::requestPermissionsSync()Marc Mutz2017-02-151-2/+4
| | * QJNIHelper: fix a potential race in sendRequestPermissionsResult()Marc Mutz2017-02-151-5/+4
| | * Update QSyntaxHighlighter docs to use QRegularExpressionAaron Linville2017-02-152-60/+22
| | * Enable QtAndroid::runOnAndroidThread in a ServiceHeikki Haveri2017-02-152-6/+17
| | * Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-155-17/+17
| | * QJNIHelper: clean up atomic int and mutex handlingMarc Mutz2017-02-141-18/+18
| | * Add Q_ASSERT before dereference pointerJesus Fernandez2017-02-141-0/+1
| | * QMutex/Linux: remove unused QBasicAtomicMarc Mutz2017-02-141-2/+0