summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Account for when qtquickcompiler is used when getting the resourcesAndy Shaw2019-12-121-2/+3
| | | * | | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
| | | * | | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-1212-83/+157
| * | | | | Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-1613-87/+89
| * | | | | Avoid crashing when constructing color-space from invalid enumAllan Sandfeld Jensen2019-12-162-9/+29
| * | | | | Mark the old style unprefixed stream functions deprecatedAllan Sandfeld Jensen2019-12-164-28/+78
| |/ / / /
| * | | | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-1545-104/+104
| * | | | Provide repeat parameter to handleExtendedKeyEventJames McDonnell2019-12-141-1/+1
| * | | | Add default location for the Wayland scanner tool on QNXJames McDonnell2019-12-141-0/+2
| * | | | WebGradients: redo implementationGiuseppe D'Angelo2019-12-1417-141/+931
| * | | | QStandardItemModel: do not reset persisten index in setItem()Christian Ehrlicher2019-12-142-1/+32
| * | | | Move QQnxGLContext::ms_eglDisplay to the integration objectJames McDonnell2019-12-134-39/+45
| * | | | Windows: Fix offset of glyphs with DirectWrite font engineEskil Abrahamsen Blomfeldt2019-12-131-2/+2
| * | | | Avoid using a QRegExp for trivial replacementsLars Knoll2019-12-131-2/+11
| * | | | Don't use QMap::unite for merging mapsMårten Nordheim2019-12-121-2/+2
| * | | | QTextDocument: Change use of QMap::unite to QMap::insertMårten Nordheim2019-12-121-1/+1
| * | | | Change some uses of QMap::insertMulti to QMultiMap::insertMårten Nordheim2019-12-123-3/+3
| * | | | moc: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-2/+2
| * | | | QRegExp: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-4/+4
| * | | | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-124-0/+169
| * | | | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-127-160/+217
| * | | | Use a QMultiHash explicitly if insertMulti() is being usedLars Knoll2019-12-124-17/+17
| * | | | Support Q_GADGET QMetaObject super class hierarchies across templatesMilian Wolff2019-12-124-2/+17
| * | | | rhi: gl: Add support for arrays of float, vec2, vec3 and vec4Laszlo Agocs2019-12-122-10/+70
| * | | | Add QPasswordDigestor to syncqtMårten Nordheim2019-12-121-0/+1
| * | | | rhi: metal: Skip inactive resourcesLaszlo Agocs2019-12-122-30/+81
| * | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-12-1222-141/+460
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-1222-141/+460
| | |\| | |
| | | * | | Support both qrc and qml files for qmlimportscannerMichael Dippold2019-12-111-9/+10
| | | * | | QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-113-20/+117
| | | * | | Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-113-24/+95
| | | * | | Fix CVE-2019-19244 in SQLiteAndy Shaw2019-12-112-0/+27
| | | * | | Doc: remove the claim that zero timers execute after GUI eventsThiago Macieira2019-12-101-4/+4
| | | * | | QTest::toString(QBitArray): fix Mismatched free() / delete / delete []Thiago Macieira2019-12-101-1/+1
| | | * | | PSQL: Optimize QPSQLResult::data() function for date and time typesRobert Szefner2019-12-101-25/+9
| | | * | | wasm: fix getOpenFileContent docLorn Potter2019-12-111-2/+2
| | | * | | wasm: enforce emscripten versionLorn Potter2019-12-114-0/+54
| | | * | | Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-102-35/+107
| | | * | | Fix calls to qtFlattenResources from outside resources.prfJoerg Bornemann2019-12-102-14/+21
| | | * | | rcc: Fix namespace handling for initializerSamuel Gaist2019-12-101-7/+13
| * | | | | Split cborstream feature in twoUlf Hermann2019-12-1217-1368/+1715
| * | | | | QWaitCondition: un-deprecate wait() functions with ulong argChristian Ehrlicher2019-12-123-15/+4
| |/ / / /
| * | | | Deprecate qrand/qsrandAlbert Astals Cid2019-12-111-2/+4
| * | | | Support checkable QComboBox items with styles using a popup dropdownVolker Hilsheimer2019-12-113-5/+69
| * | | | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-114-5/+5
| * | | | MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-109-28/+371
* | | | | Code style fixYuhang Zhao2020-01-041-16/+14
* | | | | Remove QOpenGLTexture dependency from QTextureFileDataJohan Klokkhammer Helsing2020-01-031-11/+1
* | | | | MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-036-9/+9
* | | | | QPalette: fix debug stream operatorVitaly Fanaskov2020-01-031-26/+50