summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-2716-109/+473
|\
| * Deprecate qMove(), Q_DECL_OVERRIDE and Q_DECL_FINALChristian Ehrlicher2019-11-261-8/+8
| * QtWidgets: Fix warnings about providing function for DESIGNABLE in property d...Friedemann Kleint2019-11-265-18/+12
| * qtestsupport_widgets.h: Fix syncqt warningFriedemann Kleint2019-11-261-1/+1
| * Port QDomDocument to QXmlStreamReaderSona Kurazyan2019-11-265-0/+396
| * QComboBox cleanup: use member initialization and nullptrChristian Ehrlicher2019-11-262-78/+52
| * Improve QTextDocumentPrivate cursor performanceLangonda Agag2019-11-252-4/+4
* | uic: Migrate from QList to QVectorFriedemann Kleint2019-11-264-62/+62
* | Fix Qt6 TODOs in qcolorAllan Sandfeld Jensen2019-11-252-60/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-25834-36791/+42384
|\|
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-11-237-18/+37
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-237-18/+37
| | |\
| | | * QSortFilterProxyModel: Add change signals for propertiesKai Uwe Broulik2019-11-222-6/+22
| | | * rhi: d3d11: Do not rely on Win10-only enum valueLaszlo Agocs2019-11-221-1/+1
| | | * Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usageMorten Johan Sørvig2019-11-201-6/+3
| | | * Compile fontconfig-related code on non-Unix platformsJoerg Bornemann2019-11-201-3/+4
| | | * xcb: Simplify code by using helper QXcbIntegration::defaultConnection()Alexander Volkov2019-11-201-2/+1
| | | * QTemporaryFile: Add a note about behavior on LinuxAndre Hartmann2019-11-201-0/+6
| * | | QList/Table/TreeWidgetItem: Allow reseting values by passing the default valueChristian Ehrlicher2019-11-226-15/+28
| |/ /
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-2233-129/+87
| * | Make transferTimeout getters constVille Voutilainen2019-11-224-4/+4
| * | Deprecate TlsV1SslV3Timur Pocheptsov2019-11-221-1/+3
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-20114-181/+193
| * | Windows QPA: Fix deprecation warningsFriedemann Kleint2019-11-201-4/+4
| * | Windows QPA: Port from QList to QVectorFriedemann Kleint2019-11-2010-19/+19
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-205-18/+25
| |\|
| | * QDom: use QLocale::C when converting a double to a xml attributeChristian Ehrlicher2019-11-191-12/+7
| | * QWheelEvent: add \since flag for ctorChristian Ehrlicher2019-11-191-0/+1
| | * Doc: improve Using Model Indexes in Model View Programming guideSamuel Gaist2019-11-192-6/+14
| | * Doc: add warning for binding values in QSqlQuerySamuel Gaist2019-11-181-0/+3
| * | Implement inplace image conversion for generic down conversionsAllan Sandfeld Jensen2019-11-191-5/+24
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-194-63/+21
| |\|
| | * Doc: Move the common documentation to a qdocincVenugopal Shivashankar2019-11-181-59/+7
| | * Change the QtCore library output to show the plugin pathThiago Macieira2019-11-181-2/+2
| | * HiDPI: Select most fitting pixel ratio when painting QIconFlorian Korsakissok2019-11-181-1/+6
| | * Fix: QIcon high dpi scaling when aspect ratio differsEirik Aavitsland2019-11-151-0/+5
| | * QLineEdit: Fix End key for input masksDaniel Teske2019-11-151-1/+1
| * | Fix kerning with fractional pixel sizeEskil Abrahamsen Blomfeldt2019-11-181-4/+4
| * | RDRAND test: also disable if RDRAND produced only three samplesThiago Macieira2019-11-181-1/+1
| * | QComboBox: add property placeholderTextChristian Ehrlicher2019-11-153-6/+55
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-11-1522-63/+199
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-1522-63/+199
| | |\|
| | | * QTreeView: make sure to not ask the old model during setModelChristian Ehrlicher2019-11-141-0/+2
| | | * Compile fix for MinGW 8.1.0Cristian Adam2019-11-141-0/+8
| | | * Allow longer time-zone components on AndroidEdward Welbourne2019-11-141-0/+6
| | | * Be explicit about QDataStream serialization: explicit casts to intThiago Macieira2019-11-141-3/+3
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-141-0/+1
| | | |\
| | | | * wasm: fix building examples and applications5.13Lorn Potter2019-11-131-0/+1
| | | * | Fix rendering of markdown in QLabelEike Ziller2019-11-132-14/+25
| | | * | Add support for passing qrc files to qmlimportscannerAndy Shaw2019-11-131-12/+23