summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QMimeTypeParser: remove unused QPair includeMarc Mutz2017-02-211-1/+0
* Join two else/if lines that were left splitEdward Welbourne2017-02-212-5/+2
* xcb: Remove XIproto.h include from qxcbxsettings.cppAlexander Volkov2017-02-211-12/+3
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-17112-726/+1316
|\
| * 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
| | | * Windows QPA: Fix compilation with QT_NO_OPENGLOlivier Goffart2017-02-141-1/+2
| * | | Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for full upda...v5.9.0-alpha1Friedemann Kleint2017-02-171-2/+3