summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | QStringListModel: fix moveRows()Christian Ehrlicher2019-12-162-40/+36
* | QListModel: fix moveRows()Christian Ehrlicher2019-12-162-16/+25
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1638-1192/+2460
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1638-1192/+2460
| |\|
| | * Use pkg-config to find libjpegMarius Kittler2019-12-151-0/+1
| | * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-142-8/+13
| | * Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-141-7/+4
| | * OpenGL: Fix signature of GLDEBUGPROC in qopenglextrafunctions.hAlexandru Croitor2019-12-131-1/+1
| | * Merge "Merge remote-tracking branch 'origin/5.14.0' into 5.14"Qt Forward Merge Bot2019-12-1312-1007/+2157
| | |\
| | | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-1312-1007/+2157
| | | |\
| | | | * QCalendar: Optimize std::vector accessv5.14.0-rc2v5.14.0Ulf Hermann2019-12-071-2/+2
| | | | * Make sure documentation for VulkanMemoryAllocator 3rdparty code shows upKai Koehne2019-12-031-1/+1
| | | | * Add changes file for Qt 5.14.0Antti Kokko2019-12-031-0/+542
| | | | * Initialize all variablesBogDan Vatra2019-12-031-2/+3
| | | | * Fix configure after updating qt license filev5.14.0-rc1Jani Heikkinen2019-12-022-3/+3
| | | | * Fix assets iteratorBogDan Vatra2019-11-291-14/+56
| | | | * Set proper TARGET name for libsBogDan Vatra2019-11-291-0/+1
| | | | * macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-292-68/+225
| | | | * Update Qt enterprise license agreement file to version 4.2Jani Heikkinen2019-11-292-913/+1285
| | | | * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| | | | * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
| | | | * Merge 5.14 into 5.14.0Frederik Gladhorn2019-11-2131-123/+341
| | | | |\
| | | | * | Fix passing FOO_LIBS variables to configureJoerg Bornemann2019-11-191-1/+6
| | * | | | Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
| | |/ / /
| | * | | styles example: Set default style up front, and react to style changesTor Arne Vestbø2019-12-124-4/+30
| | * | | Explicitly polish palette instead of relying on QApplication::setPaletteTor Arne Vestbø2019-12-121-4/+4
| | * | | Clean up QApplication::style default style constructionTor Arne Vestbø2019-12-121-25/+24
| | * | | Ensure override style properly clears out previous style if setTor Arne Vestbø2019-12-121-18/+14
| | * | | Update system palette on application init if neededTor Arne Vestbø2019-12-121-0/+6
| | * | | Unify system palette initialization during style changeTor Arne Vestbø2019-12-121-15/+16
| | * | | Clarify call to initializeWidgetFontHash in QApplication::setStyleTor Arne Vestbø2019-12-121-1/+7
| | * | | Xcode: Use output directory as SYMROOT when shadow-buildingTor Arne Vestbø2019-12-121-11/+18
| | * | | 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