summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QAbstractItemView: Don't change selection if editor ate release eventVolker Hilsheimer2021-06-071-1/+2
* Avoid unnecessary work when linking observersUlf Hermann2021-06-051-1/+1
* Use icon themes in QPrintPreviewDialog [if they exist]Albert Astals Cid2021-06-0515-31/+31
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-059-2/+80
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-054-40/+34
* QTextHtmlParser::parseEntity: Remove const that prevents automatic moveAlbert Astals Cid2021-06-041-1/+1
* wasm: fix network crash on abortLorn Potter2021-06-052-46/+40
* QProperty: Refresh the observers after evaluating bindingsUlf Hermann2021-06-041-8/+13
* Fix inclusion of Qt6Network plugins in static buildsKai Köhne2021-06-048-14/+15
* Bring back qt_finalize_executableKai Köhne2021-06-041-0/+5
* CMake: Add support for building with clang-clCristian Adam2021-06-043-15/+49
* QProcess: untangle platform-specific detailsAlex Trotsenko2021-06-044-124/+131
* Fix license information for libjpeg-turboKai Köhne2021-06-044-15/+65
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+47
* Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-042-3/+13
* Revert "Use Pressed/Released eventpoint state with native gesture begin/end"Fabian Kosmale2021-06-031-13/+0
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-034-3/+8
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-033-3/+7
* Add QAccessibleHyperlinkInterfaceJan Arve Sæther2021-06-032-1/+56
* Extract the entity parsing code to a static functionAlbert Astals Cid2021-06-032-23/+34
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-036-28/+46
* QDateTime{Parser,EditPrivate}: clean up initializationEdward Welbourne2021-06-033-25/+12
* Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-031-2/+2
* Use Pressed/Released eventpoint state with native gesture begin/endShawn Rutledge2021-06-031-0/+13
* Doc: mark private android classes as \preliminaryAssam Boudjelthia2021-06-031-0/+6
* QFileDialog::saveFileContent crashes on acceptDong Rui2021-06-031-2/+2
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-031-10/+44
* macOS: render shortcuts in context menus correctly alignedVolker Hilsheimer2021-06-021-2/+18
* QProcess: refine 'Channel' structureAlex Trotsenko2021-06-032-19/+12
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-022-20/+48
* Fix warnings about qsizetype used as int in qpainter.hEirik Aavitsland2021-06-021-14/+14
* QtGui: Fix include conventionFriedemann Kleint2021-06-022-3/+2
* moc: Add relative property index to JSON output of PropertyDefAndrei Golubev2021-06-022-5/+7
* Fix system locale for IntegrityJanne Koskinen2021-06-021-1/+7
* Avoid use after free in tst_qsequentialanimationgroupFabian Kosmale2021-06-021-2/+6
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-023-8/+49
* Remove unnecessary = signs from build.gradleAssam Boudjelthia2021-06-021-2/+2
* Silence misleading exception print in setQtContextDelegateAssam Boudjelthia2021-06-021-3/+1
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-021-2/+2
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* Android: make the help print a bit easier to read and navigateAssam Boudjelthia2021-06-022-7/+35
* wasm: map named key attribute “Meta” to Qt::Key_MetaMorten Sørvig2021-06-021-0/+1
* Fix QSettings documentationFriedemann Kleint2021-06-011-4/+6
* xcb: Fix touch grab handling on pre-XI 2.2Povilas Kanapickas2021-06-011-4/+6
* SQLite plugin: use QString::unicode(), not utf16()Giuseppe D'Angelo2021-06-011-1/+1
* Simplify storing of notification objectsLars Knoll2021-06-013-7/+159
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-014-59/+182
* Move QIdentityProxyModelPrivate out into its own headerMitch Curtis2021-06-013-37/+88
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-017-35/+15
* Support hardware composition for webOSElvis Lee2021-06-012-0/+17