aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new logging category qt.quick.window.transientShawn Rutledge2017-12-151-2/+5
* grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-051-2/+10
* don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-291-1/+1
* Minor documentation improvements for Matrix4x4Michael Brasser2017-10-241-0/+1
* Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-37/+53
|\
| * Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
* | Document the default value of x, y, width & heightJesus Fernandez2017-05-231-0/+1
|/
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Fix warning for -no-feature-cursorStephan Binner2017-04-181-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-4/+6
|\
| * Fix build without features.cursorStephan Binner2017-02-201-2/+4
| * Minor wording issues and typo fixes in docsFrederik Schwarzer2017-02-151-2/+2
* | Quick: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-161-1/+1
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-4/+4
* | Keys: add shortcutOverride signalMitch Curtis2016-12-181-0/+66
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-34/+34
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-34/+34
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-74/+94
|\|
| * Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-9/+5
| * Quick: Hint that a reparent action will most probably work fineErik Verbruggen2016-11-091-1/+1
| * Quick: Only take a copy of changeListeners when there are someErik Verbruggen2016-11-081-64/+88
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-2/+2
|\|
| * Quick: allow NaN check to be inlinedErik Verbruggen2016-11-021-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-10/+80
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-10/+80
| |\
| | * QQuickItem: eliminate repeated access to QQmlV4Function::v4engine()J-P Nurmi2016-10-131-10/+10
| | * Item: sort out mapFromGlobal() and mapToGlobal()J-P Nurmi2016-10-131-0/+70
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-10/+59
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-101-9/+31
| |\ \
| | * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-9/+31
| | |\|
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-9/+32
| | | |\
| | | | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-9/+32
| * | | | Make shader effects configurableLars Knoll2016-10-101-1/+28
| |/ / /
* | | | Mark some methods as constAnton Kudryavtsev2016-10-061-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-2/+15
|\| | |
| * | | Add some notes to mouse and touch ungrab docsFrederik Gladhorn2016-10-011-0/+15
| * | | Remove unused notifier for parent accessorSimon Hausmann2016-09-271-2/+0
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-37/+10
|\| | |
| * | | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-121-3/+10
| * | | QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-301-34/+0
* | | | QQuickKeysAttached: drop const from keyToSignal() result typeAnton Kudryavtsev2016-09-201-1/+1
|/ / /
* | | Quick: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-201-1/+2
* | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-1/+2
* | | Merge branch 'dev' into wip/pointerhandlerFrederik Gladhorn2016-08-041-0/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+3
| |\| |
| | * | Doc: Added definition of enum value ItemAntialiasingHasChangedNico Vertriest2016-07-111-0/+3
* | | | deprecate QQuickWindow::sendEvent and minimize the internal usagesShawn Rutledge2016-08-031-1/+1
|/ / /
* | | Fix itemGeometryChanged() listenersJ-P Nurmi2016-07-131-12/+13
* | | Move implementation of grabTouchPoints to QQuickWindowPrivateShawn Rutledge2016-07-111-21/+1