aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipeview_p.h
Commit message (Collapse)AuthorAgeFilesLines
* SwipeView: don't crash if attached to a non-ItemJ-P Nurmi2016-07-181-1/+1
| | | | | Change-Id: I381d84c45cf6cd9b1209fd0d5c7441a9f7707664 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Add SwipeView::interactiveJ-P Nurmi2016-06-221-0/+7
| | | | | | | | | [ChangeLog][SwipeView] Added interactive property for controlling whether swipe interaction is enabled. Task-number: QTBUG-54268 Change-Id: I1f03e4958defe52c8a15c808567424c85f07f8bd Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Comment out revisions for the newly added attached signalsJ-P Nurmi2016-06-071-2/+2
| | | | | | | | | | | | | | | | | | | QML revisioning does not work for attached signals, just like it does not work for grouped properties (QTBUG-33179). We have to comment out the revision macros, but it's nice to leave them in comments to be able to easily grep new stuff in specific revisions. import QtQuick 2.7 import QtQuick.Controls 2.1 Item { StackView.onActivated: { } // "StackView.onActivated" is not available due to component versioning. SwipeView.onIsNextItemChanged: { } // "SwipeView.onIsNextItemChanged" is not available due to component versioning. } Task-number: QTBUG-33179 Change-Id: I67efe5c2032fb2755af174571bef8e367bd45e39 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* SwipeView: add isNextItem and isPreviousItem attached propertiesJ-P Nurmi2016-06-061-0/+6
| | | | | | | | | [ChangeLog][SwipeView] Added isNextItem and isPreviousItem attached properties to make it straight-forward to use Loader for unloading pages that are outside the reach. Change-Id: Idb97d64282afaef58cc3302d3f558900a0d7d4b5 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Q_QUICKTEMPLATES2_EXPORT => Q_QUICKTEMPLATES2_PRIVATE_EXPORTMitch Curtis2016-04-271-2/+2
| | | | | | | They're all private classes. Change-Id: I2f1463429109c5651f9cca5bc7aabe5cf0f79637 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Templates: update license headersJ-P Nurmi2016-04-141-2/+2
| | | | | | | This file is part of the Qt Quick Templates 2 module of the Qt Toolkit. Change-Id: I39ef9cbb00f55a32b7a43f11ffbdfbb40b84e124 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Templates: rename the C++ module to qtquicktemplates2J-P Nurmi2016-04-131-0/+108
Change-Id: I146da903b46f5c2caf865e37291c25376b49021a Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>