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
6.9.1
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
/
qquickdrag.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Q_DECL_OVERRIDE with override
Kevin Funk
2017-09-25
1
-2
/
+2
*
QQuickDragAttached: make hotSpot work with imageSource
Oleg Yadrov
2017-09-06
1
-0
/
+1
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
Port existing qmlInfo callers to qmlWarning
Robin Burchell
2017-01-11
1
-6
/
+6
*
Get rid of most QT_NO_FOO usages
Lars Knoll
2016-11-29
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.7' into 5.8
v5.8.0-beta1
Liang Qi
2016-10-27
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-27
1
-1
/
+1
|
|
\
|
|
*
Fix documentation for dragFinished signal
Andy Shaw
2016-10-26
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-21
1
-1
/
+1
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-16
1
-1
/
+1
|
|
\
|
|
|
*
QQuickDragAttached: set actual drag source when instantiating QDrag
Alberto Mardegan
2016-08-26
1
-1
/
+1
*
|
|
QML: Pass the kind of geometry change around
Erik Verbruggen
2016-07-11
1
-3
/
+4
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-05-13
1
-6
/
+7
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-06
1
-5
/
+6
|
|
\
|
|
|
*
QQuickDragAttached: fix updating of "active" property
Alberto Mardegan
2016-04-26
1
-5
/
+6
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-27
1
-1
/
+1
|
|
\
|
|
|
*
Set the private active variable to true and not the one passed in
Andy Shaw
2016-04-14
1
-1
/
+1
*
|
|
Add imageSource property to attached Drag property
Alberto Mardegan
2016-05-07
1
-3
/
+43
|
/
/
*
|
V4: Allow some more functions to be inlined.
Erik Verbruggen
2016-03-31
1
-0
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
|
Quick: fix expensive iteration over QHash::keys() and QMap::keys()
Anton Kudryavtsev
2016-01-18
1
-3
/
+2
|
/
*
Link to drag and drop examples in relevant places
Mitch Curtis
2015-12-16
1
-0
/
+1
*
Consistently use the override keyword
Thiago Macieira
2015-07-19
1
-1
/
+1
*
XCB: respect QPlatformDrag::ownsDragObject().
Mitch Curtis
2015-04-21
1
-1
/
+5
*
Fix invocations of static methods of QGuiApplication/QCoreApplication.
Friedemann Kleint
2015-03-05
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Frederik Gladhorn
2015-02-24
1
-2
/
+2
|
\
|
*
Doc: link issues qtdeclarative
Nico Vertriest
2015-02-04
1
-2
/
+2
*
|
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-10-09
1
-6
/
+7
|
\
|
|
*
Improve Drag documentation.
Mitch Curtis
2014-09-11
1
-6
/
+7
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Oswald Buddenhagen
2014-09-11
1
-19
/
+11
|
\
|
|
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
|
Add Q_DECL_OVERRIDE
Albert Astals Cid
2014-08-14
1
-1
/
+1
|
/
*
Introduce MouseArea.drag.smoothed
Kevin Funk
2014-05-14
1
-1
/
+13
*
Fix a link in QQuickDragAttached::dragType documentation
Jędrzej Nowacki
2014-03-28
1
-1
/
+1
*
Doc: Document signals (not handlers) under \qmlattachedsignal
Sze Howe Koh
2014-03-28
1
-5
/
+9
*
Doc: Fix broken links
Sze Howe Koh
2013-12-30
1
-1
/
+1
*
Docs: fix Drag::onDragStarted() and onDragFinished() signals
J-P Nurmi
2013-12-18
1
-2
/
+2
*
Fix & cleanup whitespace in qquickdrag.cpp docs
J-P Nurmi
2013-12-18
1
-21
/
+19
*
qdoc: no longer recognizes the version nr in QML refs
Martin Smith
2013-10-02
1
-15
/
+15
*
Fix license headers of QtQuick sources.
Gunnar Sletta
2013-09-30
1
-1
/
+1
*
Fix QQmlV4Function API to be GC safe
Lars Knoll
2013-09-26
1
-7
/
+9
*
Doc: Fixed and updated Qt Quick's \qmlmodule page
Jerome Pasion
2013-09-25
1
-1
/
+1
*
Doc: Made Qt Quick items' \since consistent.
Jerome Pasion
2013-09-25
1
-2
/
+2
*
Expose drag threshold in MouseArea
Jens Bache-Wiig
2013-09-13
1
-2
/
+23
*
Add support for external drag and drop in Quick items.
Chris Meyer
2013-09-09
1
-5
/
+299
*
Get rid of the first half of QQmlGuard usage
Lars Knoll
2013-07-05
1
-3
/
+3
*
Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...
Simon Hausmann
2013-06-24
1
-5
/
+5
|
\
|
*
Fix typos in QQuickDrag documentation.
Sérgio Martins
2013-05-14
1
-5
/
+5
*
|
Remove two more places where we used v8
Lars Knoll
2013-06-10
1
-3
/
+3
[next]