summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInformation: Captive portal support for WindowsMårten Nordheim2021-06-081-1/+55
* Calculate space requirement of menu items based on widest elementsVolker Hilsheimer2021-06-081-4/+5
* Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-06-081-0/+5
* Fix MSVC compiler warning in code snippetsKai Köhne2021-06-081-5/+3
* wasm: fix threaded buildsLorn Potter2021-06-081-0/+2
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-0/+2
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-3/+10
* Switch-ify QFSFileEngine::fileName and update implementationKarsten Heimrich2021-06-081-27/+35
* Android: Use the new runOnAndroidMainThread() callAssam Boudjelthia2021-06-072-3/+3
* Android: don't call qmlimportscanner if no qml dir existAssam Boudjelthia2021-06-071-14/+38
* Android: fix androidtestrunner passing when output file doesn't existAssam Boudjelthia2021-06-071-1/+12
* QTimeZonePrivate: make windowsId return a QByteArrayViewMårten Nordheim2021-06-071-2/+2
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-071-0/+9
* Simplify QDate::weekNumber()Edward Welbourne2021-06-071-7/+5
* Doc: Fix QRgbaF documentationTopi Reinio2021-06-071-28/+28
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-075-8/+10
* QProperty: Fix source_location feature testingFabian Kosmale2021-06-071-2/+10
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-2/+10
* Fix augmentation of UI language listEdward Welbourne2021-06-072-24/+2
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-075-12/+12
* Remove legacy code path from qt_add_resourceJoerg Bornemann2021-06-071-37/+11
* Prevent overly deep build dir hierarchy on WindowsJoerg Bornemann2021-06-071-2/+6
* QMetaType: Avoid instantiating QMetaType in Q_DECLARE_METATYPEFabian Kosmale2021-06-071-12/+8
* Expose the native interfaces of QScreen/QWindowFriedemann Kleint2021-06-076-6/+63
* Clarify the QLineEdit document of editingFinished signalZhang Hao2021-06-071-1/+2
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-074-0/+19
* 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