summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * harfbuzz: compile with GCC 7Marc Mutz2016-10-121-0/+8
| | * QtOpenGl: compile with GCC 7Marc Mutz2016-10-121-0/+11
| | * QtDBus: compile with GCC 7Marc Mutz2016-10-121-0/+14
| | * QComboBox: add missing break in switch in keyPressEvent()Marc Mutz2016-10-121-0/+1
| | * QFusionStyle: add missing break in switch in drawControl()Marc Mutz2016-10-121-1/+1
| | * QCalendarWidget: fix misleading if-else cascade in QCalendarDayValidator::text()Marc Mutz2016-10-121-2/+1
| | * QCalendarWidget: fix a missing break statementMarc Mutz2016-10-121-0/+1
| | * QFileDialog: add missing break statements in switch in labelText()Marc Mutz2016-10-121-0/+2
| | * Fix gradient race condition / read-after-freeAllan Sandfeld Jensen2016-10-122-26/+27
| | * QtSql: compile with GCC 7Marc Mutz2016-10-101-0/+1
| | * Fix QPixelFormat::typeInterpretation() for Format_RGB888Allan Sandfeld Jensen2016-10-101-1/+1
| | * QDateTimeEditPrivate:: only ask for fieldInfo() if section index is realEdward Welbourne2016-10-101-1/+3
| * | Doc: Mention context menu related API in QWidget overviewKai Koehne2016-10-111-0/+4
* | | Revert "Deduplication fetchTransformed"Liang Qi2016-10-311-48/+137
* | | QFileSystemModel: improve readability of the renaming codeMarc Mutz2016-10-281-8/+6
* | | Direct2d: Add missing dependency to platformsupport's accessibilityFriedemann Kleint2016-10-281-1/+1
* | | Windows QPA: Do not use QSettings to access the registryFriedemann Kleint2016-10-285-17/+41
* | | Document license for CLDR data in Qt CoreKai Koehne2016-10-283-22/+46
* | | Remove legalese text from QLocaleKai Koehne2016-10-281-20/+0
* | | Document use of BSD code in Qt CoreKai Koehne2016-10-2812-238/+329
* | | remove monolithic platformsupport moduleOswald Buddenhagen2016-10-283-85/+0
* | | Move Windows font DB and engines to QtFontDatabaseSupportGabriel de Dietrich2016-10-2824-80/+188
* | | iOS: guard iOS only code to not break tvOS buildRichard Moe Gustavsen2016-10-281-0/+3
* | | iOS: ensure we return a non-null clipboardRichard Moe Gustavsen2016-10-281-1/+1
* | | Document use of 3rd party code in qgrayrasterv5.8.0-beta1Kai Koehne2016-10-271-0/+14
* | | Recontribute QUrl::fromUserInputJames McDonnell2016-10-271-30/+0
* | | Paint menu scrollers, tear off on top of QWidgetAction itemsDongmei Wang2016-10-272-30/+130
* | | Don't overlap the menu scrollers with QAction itemsDongmei Wang2016-10-271-27/+62
* | | QtWidgets: Remove function documentation from Qt 4Friedemann Kleint2016-10-261-39/+0
* | | Fix QStandardPaths::FontsLocation to be compliant with the latest XDG specLars Knoll2016-10-261-1/+4
* | | Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-267-16/+4
* | | Remove QSegfaultHandler classKai Koehne2016-10-263-502/+0
* | | Include intrin.h header when using MSVCJesus Fernandez2016-10-261-0/+4
* | | Plugins: use const (and const APIs) moreAnton Kudryavtsev2016-10-256-6/+6
* | | qwindowsdirect2dintegration.cpp: replace QVector with QVarLengthArrayAnton Kudryavtsev2016-10-251-1/+3
* | | Add attribution file for Khronos headersKai Koehne2016-10-242-0/+52
* | | Add a resetClean() method to the undo stackJarek Kobus2016-10-242-1/+27
* | | Fix decorated text in extra-selectionsEskil Abrahamsen Blomfeldt2016-10-241-1/+2
* | | Document Qt Network licensesKai Koehne2016-10-243-6/+69
* | | Fix description of feature 'topleveldomain'Kai Koehne2016-10-241-1/+4
* | | Fix change-of-sign warnings caught by ICC 17Thiago Macieira2016-10-232-2/+3
* | | HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-217-99/+400
* | | Plugins: use reserve() to optimize memory allocationsAnton Kudryavtsev2016-10-215-0/+5
* | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-203-8/+22
* | | Testlib: Move classes inheriting QBenchmarkMeasurerBase to separate headerFriedemann Kleint2016-10-195-37/+99
* | | Plugins: optimize string usageAnton Kudryavtsev2016-10-188-18/+17
* | | QLocale: optimize string usageAnton Kudryavtsev2016-10-181-14/+10
* | | QJsonDocument: enable NRVO for gcc in toJson()Anton Kudryavtsev2016-10-181-3/+2
* | | QJsonDocument: don't re-call QVariant::type() in if-else chainAnton Kudryavtsev2016-10-181-4/+11
* | | QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-182-24/+24