aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-6/+6
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+1
| |\
| | * Fix documentation for dragFinished signalAndy Shaw2016-10-261-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-1/+1
| |\|
| | * QQuickDragAttached: set actual drag source when instantiating QDragAlberto Mardegan2016-08-261-1/+1
* | | QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-3/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-6/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-5/+6
| |\|
| | * QQuickDragAttached: fix updating of "active" propertyAlberto Mardegan2016-04-261-5/+6
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\|
| | * Set the private active variable to true and not the one passed inAndy Shaw2016-04-141-1/+1
* | | Add imageSource property to attached Drag propertyAlberto Mardegan2016-05-071-3/+43
|/ /
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-0/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Quick: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-3/+2
|/
* Link to drag and drop examples in relevant placesMitch Curtis2015-12-161-0/+1
* Consistently use the override keywordThiago Macieira2015-07-191-1/+1
* XCB: respect QPlatformDrag::ownsDragObject().Mitch Curtis2015-04-211-1/+5
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+2
|\
| * Doc: link issues qtdeclarativeNico Vertriest2015-02-041-2/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-6/+7
|\|
| * Improve Drag documentation.Mitch Curtis2014-09-111-6/+7
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-19/+11
|\|
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-1/+1
|/
* Introduce MouseArea.drag.smoothedKevin Funk2014-05-141-1/+13
* Fix a link in QQuickDragAttached::dragType documentationJędrzej Nowacki2014-03-281-1/+1
* Doc: Document signals (not handlers) under \qmlattachedsignalSze Howe Koh2014-03-281-5/+9
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* Docs: fix Drag::onDragStarted() and onDragFinished() signalsJ-P Nurmi2013-12-181-2/+2
* Fix & cleanup whitespace in qquickdrag.cpp docsJ-P Nurmi2013-12-181-21/+19
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-15/+15
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-7/+9
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-2/+2
* Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-2/+23
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-5/+299
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-3/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-5/+5
|\
| * Fix typos in QQuickDrag documentation.Sérgio Martins2013-05-141-5/+5
* | Remove two more places where we used v8Lars Knoll2013-06-101-3/+3
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-2/+2
* | Get rid of v8::LocalLars Knoll2013-05-061-1/+1
|/