summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add Q_ASSERT before dereference pointerJesus Fernandez2017-02-141-0/+1
* tst_QMimeDatabase: increase timeoutMarc Mutz2017-02-141-1/+6
* tst_QSemaphore: avoid deadlock on test failuresMarc Mutz2017-02-141-2/+4
* Blacklist tst_QTimer::remainingTime() on Windows and macOSFriedemann Kleint2017-02-141-0/+3
* QMutex/Linux: remove unused QBasicAtomicMarc Mutz2017-02-141-2/+0
* Doc: Remove mentioning of Windows CE from qmake documentationKai Koehne2017-02-141-16/+2
* Binary compatibility files for QtBase (5.8.0)Milla Pohjanheimo2017-02-1411-0/+96721
* Windows QPA: Fix compilation with QT_NO_OPENGLOlivier Goffart2017-02-141-1/+2
* Blacklist tst_QWaitCondition::wakeOne() on WindowsMarc Mutz2017-02-141-0/+2
* Replace gstrip by strip due to ELF corruptionJulien Gueytat2017-02-131-2/+2
* Doc: Updated doc QSqlDatabaseNico Vertriest2017-02-131-28/+51
* Windows QPA: Include GL header depending on presence of dynamic GLFriedemann Kleint2017-02-131-1/+5
* announce 'temporaryfile' feature in bootstrap libraryOswald Buddenhagen2017-02-131-0/+1
* Add the new NVIDIA specific calls to qeglstreamconvenienceDominik Holland2017-02-132-0/+18
* Fix QLibrary::isLibrary on Apple platformsFilipe Azevedo2017-02-122-28/+15
* moc: remember to quote the path to moc_predefs.hThiago Macieira2017-02-121-1/+1
* Update the __xxx__ macros due to MSVC and ICC not defining them allThiago Macieira2017-02-121-1/+31
* Revert "Add tests for QCollatorSortKey"Thiago Macieira2017-02-122-44/+2
* Add tests for QCollatorSortKeyMarc Mutz2017-02-112-2/+44
* Use QBasicMutex in qthread_win.cppThiago Macieira2017-02-111-2/+2
* Improve QIODevice::peek() performance on buffered devicesAlex Trotsenko2017-02-093-45/+72
* Refactor QIODevice::read()Alex Trotsenko2017-02-092-36/+51
* rename qvector.cpp => qvector.qdocOswald Buddenhagen2017-02-096-9/+2
* make libinput axis api feature depend on libinputOswald Buddenhagen2017-02-091-1/+1
* refuse to build EGLFS on android, darwin, and windowsOswald Buddenhagen2017-02-091-2/+1
* Blacklist tst_QElapsedTimer::elapsed() on WindowsMarc Mutz2017-02-091-0/+2
* Merge several Q_GLOBAL_STATICs in qresource.cpp into oneThiago Macieira2017-02-091-4/+18
* Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-092-12/+10
* Remove out of date comments related to Xorg and GCCJulien Gueytat2017-02-082-12/+0
* Remove _XOPEN_SOURCE=500 -D__EXTENSIONS__Julien Gueytat2017-02-081-18/+1
* Complete solaris.conf following linux.conf templateJulien Gueytat2017-02-081-0/+7
* Update Solaris include path and library pathJulien Gueytat2017-02-083-9/+6
* Move configuration into includesJulien Gueytat2017-02-083-105/+45
* don't litter configure test build dirs with .qmake.cache filesOswald Buddenhagen2017-02-081-2/+3
* make freetype & fontconfig dependencies private againOswald Buddenhagen2017-02-083-3/+3
* move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-0810-17/+13
* QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-082-15/+13
* Remove outdated check for Apple Clang 2.x and 3.xThiago Macieira2017-02-082-17/+1
* Remove unused qt_application_thread_id variableThiago Macieira2017-02-081-8/+0
* Update the mkspec for win32-icc to use the MSVC config filesThiago Macieira2017-02-081-50/+6
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-072-3/+12
* QCollator/ICU: fix a rather hair-raising performance bug in compare(QChar*, i...Marc Mutz2017-02-071-1/+1
* Fix regression preventing VoiceOver following the keyboard focusFrederik Gladhorn2017-02-071-2/+9
* Protect against nullptr deref in QAccessibleEvent::uniqueIdFrederik Gladhorn2017-02-071-1/+6
* Use categorized logging in qaccessible.cppFrederik Gladhorn2017-02-071-1/+4
* Doc: link issue and qdoc error on parameterNico Vertriest2017-02-071-2/+2
* Fix result handling in QDialog::doneSamuel Gaist2017-02-072-1/+58
* Android: Fix data race in QAndroidEventDispatcherStopperVyacheslav Koscheev2017-02-072-6/+4
* Doc: Ignore QML/JavaScript parsing errorsTopi Reinio2017-02-071-1/+2
* Unbreak ubsan developer-buildMarc Mutz2017-02-073-2/+9