aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make TapHandler longPressed/tapped exclusive and reliable; fix exampleShawn Rutledge2023-11-172-3/+8
* QmlCompiler: Don't access unavailable input accumulator on 'as'Ulf Hermann2023-11-171-3/+2
* qmltyperegistrar: Make warnings and errors legible to Qt CreatorUlf Hermann2023-11-177-67/+122
* QtQml: Have QtQml.Base formally import QMLUlf Hermann2023-11-176-23/+15
* Shapes: extend boundingRect for SquareCapPaul Olav Tvete2023-11-161-1/+2
* Menu: fix contentItem's interactiveMohammadHossein Qanbari2023-11-166-12/+12
* Popup: resize the dimmer to match the overlay, not the windowVolker Hilsheimer2023-11-162-3/+8
* qmltest: Move the remaining blacklist setting into caller functionsKalle Viironen2023-11-161-2/+6
* QQmlDomAstCreator: do not call resourceFilesFromBuildFolders twiceSami Shalayel2023-11-161-2/+1
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-166-14/+42
* Implement async mode for QuickShapes curve renderer backendEirik Aavitsland2023-11-163-99/+219
* QML: Allow JavaScript extension typesUlf Hermann2023-11-1617-125/+11474
* QQuickPopup: fix setVisible() when a window is not yet assignedVladimir Belyavsky2023-11-161-1/+1
* Detect slot object if explicitly providedFabian Kosmale2023-11-151-2/+20
* Popup: rename show/hide/resizeOverlay to show/hide/resizeDimmerVolker Hilsheimer2023-11-155-20/+20
* qmltyperegistrar: Pass QCborMap by value or ref, not by pointerUlf Hermann2023-11-155-111/+119
* QtQml: Allow multiple names for C++-based QML typesUlf Hermann2023-11-157-215/+311
* QML: Remove separate registration for QQmlListProperty<QObject>Ulf Hermann2023-11-152-10/+6
* QtQml: Optimize reading properties into V4 valuesUlf Hermann2023-11-152-25/+130
* Fix uninitialized read in Qt Quick ShapesEskil Abrahamsen Blomfeldt2023-11-151-2/+2
* Fix thin text decoration with fractional scalingEskil Abrahamsen Blomfeldt2023-11-153-1/+29
* Fix leak in curve glyph nodeEskil Abrahamsen Blomfeldt2023-11-151-0/+1
* resolveQmlContextPropertyLookupGetter: Use ScopedPropertyKeyFabian Kosmale2023-11-151-4/+4
* Page: Always reset header.y position to 0Ivan Tkachenko2023-11-151-1/+3
* Allow pragma Translator to have a string literal as valueLucie Gérard2023-11-142-1/+6
* Fix crash issue in quick table view controlSanthosh Kumar2023-11-133-7/+11
* TableView: don't rebuild everything if row count changedRichard Moe Gustavsen2023-11-131-13/+14
* Shapes: take strokeWidth into account for boundingRectPaul Olav Tvete2023-11-131-1/+2
* qmlls: auto completion for inside for each statementsSami Shalayel2023-11-132-1/+32
* qmlls: auto completion for inside do while statementsSami Shalayel2023-11-134-1/+33
* QmlCompiler: Retrieve original types for comparisonUlf Hermann2023-11-135-9/+57
* doc: Add note about platform support for window positionsLiang Qi2023-11-131-0/+5
* QML SystemTrayIcon: Allow resetting tray icon menuVladimir Belyavsky2023-11-131-2/+7
* Material: respect horizontalAlignment in placeholder textHatem ElKharashy2023-11-116-19/+73
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-1151-1579/+2333
* SignalSpy: manually disconnect from target signal when we're destroyedMitch Curtis2023-11-101-0/+10
* Consider the major version when registering singletonsAlexey Edelev2023-11-101-1/+1
* CMake: Fix the all_qmllint* targets for Visual Studio generatorsJoerg Bornemann2023-11-091-26/+36
* QmlCompiler: Allow comparison of optional typesUlf Hermann2023-11-095-68/+129
* QmlCompiler: Always record original types for equality comparisonUlf Hermann2023-11-091-23/+4
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-092-12/+36
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-094-34/+74
* qmlls: auto completion for inside while statementsSami Shalayel2023-11-092-1/+20
* fix mismatch in QQmlLSUtils::completionsSami Shalayel2023-11-091-15/+33
* qmlls: auto completion for inside return statementsSami Shalayel2023-11-092-1/+15
* qmlls: auto completion for inside if statementsSami Shalayel2023-11-094-1/+30
* dom: remove unused DomType scriptexpressions enumsSami Shalayel2023-11-092-8/+0
* qmlls: implement completion in JS block statementSami Shalayel2023-11-091-0/+2
* disable completions for non-implemented typesSami Shalayel2023-11-091-0/+26
* qqmllsutils: add explanation for betweenLocation's special casesSami Shalayel2023-11-091-5/+22