summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-2855-203/+335
|\
| * Revert "testlib: Add qWaitFor to wait for predicate"Friedemann Kleint2017-02-234-64/+29
| * Enable FTS5, will be used by Assistant instead of cluceneJarek Kobus2017-02-231-1/+1
| * QTimeZonePrivate: make clone() const, use covariant return typesMarc Mutz2017-02-237-14/+14
| * Simplify QTzTimeZonePrivate implementationMarc Mutz2017-02-232-17/+1
| * 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
* | Speed up QFile::copy on Darwin file systems that support cloningJake Petroules2017-02-272-2/+20
* | Define QT_*_PLATFORM_SDK_EQUAL_OR_ABOVE macros on all platformsJake Petroules2017-02-271-0/+12
* | Enable QWindowContainer on AndroidLaszlo Agocs2017-02-274-2/+22
* | QImageWriter: Detect failure due to trying to write a QImage()Robin Burchell2017-02-272-1/+12
* | remove duplicate init check in xcb GLX threading supportJeremy Katz2017-02-271-2/+1
* | Add sRGB capable default framebuffer support for WGLLaszlo Agocs2017-02-262-19/+60
* | Compose renderToTexture widgets with sRGB when neededLaszlo Agocs2017-02-266-9/+71
* | Add support for custom texture format in QOpenGLWidgetLaszlo Agocs2017-02-262-3/+54
* | Support windows with sRGB-capable default framebuffers in QSurfaceFormatLaszlo Agocs2017-02-265-17/+141
* | Speed up QFile::copy on Linux file systems that support cloningSimon Hausmann2017-02-247-18/+62
* | Fix proxy when changing only the passwordCédric Cabessa2017-02-241-0/+4
* | eglfs_kms: Mode supportPier Luigi Fiorini2017-02-244-0/+29
* | Fix infinite loopJesus Fernandez2017-02-241-1/+1
* | Export QIconLoaderEngine::entryForSize() for QQuickIconImageJ-P Nurmi2017-02-232-8/+9
* | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-237-0/+13
* | Introduce QMetaType::PointerToGadget flag for pointers to gadgetsDaniel Vrátil2017-02-231-1/+46
* | xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-2314-578/+276
* | REGEXP for SQLiteLorenz Haas2017-02-224-0/+85
* | QTypeInfo: make long double primitive in Qt 6 on DarwinGiuseppe D'Angelo2017-02-221-4/+6
* | xcb: Move QXcbConnection::xi2*() methods() to qxcbconnection_xi2.cppAlexander Volkov2017-02-222-46/+44
* | x86: Add detection of the AES and SHA New InstructionsThiago Macieira2017-02-211-1/+1