index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
items
/
qquickpathview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes
Fabian Kosmale
2024-10-24
1
-0
/
+1
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Make more logging categories static
Ulf Hermann
2024-06-24
1
-3
/
+6
*
Item/PathView: reset the currentItem before releasing it
Volker Hilsheimer
2024-06-18
1
-13
/
+8
*
Make sure PathView index isn't negative when filling the model
Kaj Grönholm
2024-04-12
1
-0
/
+1
*
Fix PathView infinite create/remove loops
Kaj Grönholm
2024-04-12
1
-8
/
+13
*
Use QPlatformTheme::themeHint not QPlatformIntegration::styleHint
Shawn Rutledge
2024-03-15
1
-2
/
+2
*
Set default layout size policies for quick items
Santhosh Kumar
2024-02-09
1
-0
/
+1
*
Accept mouse event if grabbed after filtering in PathView
Santhosh Kumar
2023-11-23
1
-1
/
+2
*
doc: add internal doc comment for the pointNear function
Oliver Eftevaag
2023-11-18
1
-0
/
+8
*
Doc: Fix documentation issues for Affector and PathView QML types
Topi Reinio
2023-07-05
1
-1
/
+1
*
Doc: Mask some QML attached properties as read-only
Ivan Tkachenko
2023-06-06
1
-0
/
+6
*
Fix build with -no-feature-listview and itemviews
Tasuku Suzuki
2023-04-13
1
-0
/
+3
*
doc: Use \value rather than \li for enumeration values and constants
Shawn Rutledge
2023-03-28
1
-32
/
+24
*
QtQuick: Fix conflicting definition of MinimumFlickVelocity in CMake Unity (J...
Friedemann Kleint
2023-02-07
1
-3
/
+1
*
Get flickThreshold, flickMaxVel and flickDeceleration from platform
Shawn Rutledge
2023-01-11
1
-2
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-7
/
+7
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-15
/
+15
*
Avoid use-after-free in QQuickPathView
Ulf Hermann
2022-07-18
1
-3
/
+7
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Port users of QMutableEventPoint::from() to new static setters
Marc Mutz
2022-01-15
1
-1
/
+1
*
Don't rely on transitive include of qeventpoint_p.h
Marc Mutz
2022-01-13
1
-1
/
+2
*
Remove QQWindowPriv::is[Mouse|Touch|Tablet]Event
Shawn Rutledge
2021-03-19
1
-1
/
+1
*
Move event delivery from QQWindow to QQuickDeliveryAgent
Shawn Rutledge
2021-02-24
1
-1
/
+2
*
Remove QQmlCleanup
Ulf Hermann
2021-01-13
1
-2
/
+1
*
Use QMutable*Event classes to copy and synthesize events
Volker Hilsheimer
2020-11-18
1
-4
/
+4
*
Replace old Q_DECL statements with modern C++
Allan Sandfeld Jensen
2020-10-31
1
-1
/
+1
*
PathView: stop using QQWindowPriv::cloneMouseEvent; refactor filtering
Shawn Rutledge
2020-10-02
1
-59
/
+50
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-1
/
+1
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-11
1
-7
/
+7
*
Remove hard-coded notes for 'Corresponding handler' for QML signals
Topi Reinio
2020-03-10
1
-12
/
+0
*
Fix incorrect behavior of PathView with ungrabMouse()
Shin-ichi Okada
2019-12-04
1
-2
/
+3
*
PathView: grab mouse on press if already moving
Shawn Rutledge
2019-09-23
1
-3
/
+4
*
PathView: fix warnings, oddities and whitespace
Shawn Rutledge
2019-09-18
1
-79
/
+79
*
Fix qmlobject_{dis}connect macros to require semicolon at the end
Jan Arve Sæther
2019-09-16
1
-2
/
+2
*
PathView: reduce velocity by linear decay model if release is delayed
Shawn Rutledge
2019-09-12
1
-1
/
+10
*
Expose QQuickPath::pointAtPercent as Q_INVOKABLE
Paolo Angelelli
2019-06-25
1
-4
/
+4
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-28
1
-4
/
+0
|
\
|
*
Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRange
Shawn Rutledge
2019-03-27
1
-4
/
+0
*
|
Add itemAtIndex to quick views
Paolo Angelelli
2019-01-17
1
-0
/
+27
|
/
*
Prevent overly drawn-out animation when snapping
Michael Brasser
2018-11-29
1
-1
/
+5
*
Prevent PathView's parent stealing mouse grab during double-flick
Chris Adams
2018-09-24
1
-0
/
+2
*
QQuickPathViewPrivate: fix heap-use-after-free
Mitch Curtis
2018-06-25
1
-0
/
+5
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-1
/
+1
*
QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...
Richard Moe Gustavsen
2017-11-30
1
-1
/
+1
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+1
*
Port existing qmlInfo callers to qmlWarning
Robin Burchell
2017-01-11
1
-1
/
+1
*
PathView: fix crash on path remove
Oleg Yadrov
2017-01-11
1
-7
/
+14
*
PathView: remove qmlMode() function
Anton Kudryavtsev
2016-10-12
1
-20
/
+14
[next]