summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix unneeded use of QImage invertPixels and createAlphaMaskAllan Sandfeld Jensen2019-12-191-9/+2
* | QtWidget docs: small fixesChristian Ehrlicher2019-12-1810-51/+52
* | Fix QSpinbox default widthChristian Ehrlicher2019-12-181-1/+2
* | QWindowSystemInterface: use QBasicMutex and qt_scoped_lockMarc Mutz2019-12-182-5/+6
* | Teach moc to output a Make-style depfileAlexandru Croitor2019-12-173-0/+133
* | Windows QPA: Allow the native Windows virtual keyboard to be disabledAndre de la Rocha2019-12-174-3/+13
* | Get rid of the getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-12-171-1/+0
* | QStringListModel: fix moveRows()Christian Ehrlicher2019-12-161-12/+11
* | QListModel: fix moveRows()Christian Ehrlicher2019-12-161-4/+11
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1624-257/+567
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1624-257/+567
| |\|
| | * Use pkg-config to find libjpegMarius Kittler2019-12-151-0/+1
| | * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-8/+9
| | * 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-136-90/+320
| | |\
| | | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-136-90/+320
| | | |\
| | | | * 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
| | | | * Initialize all variablesBogDan Vatra2019-12-031-2/+3
| | | | * Fix assets iteratorBogDan Vatra2019-11-291-14/+56
| | | | * macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-292-68/+225
| | | | * 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
| | * | | Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
| | |/ /
| | * | 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
| | * | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
| | * | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-1211-82/+156
* | | | 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-161-0/+4
* | | | Mark the old style unprefixed stream functions deprecatedAllan Sandfeld Jensen2019-12-163-23/+73
|/ / /
* | | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-1535-89/+89
* | | Provide repeat parameter to handleExtendedKeyEventJames McDonnell2019-12-141-1/+1
* | | WebGradients: redo implementationGiuseppe D'Angelo2019-12-148-1006/+600
* | | QStandardItemModel: do not reset persisten index in setItem()Christian Ehrlicher2019-12-141-1/+10
* | | 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-122-0/+58
* | | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-127-160/+217