aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove design studio left oversHenning Gruendl2023-01-1114-105/+0
| | | | | Change-Id: I4cb32825ebb228e69a17c8542af3b847b5f31b1d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Move FlowView to imports and add project files for installationMichael BrĂ¼ning2020-04-2927-2734/+3
| | | | | | | Also fixes up some imports Change-Id: I850067564a97eb311c5a626317884d5e66488bca Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Keep simple copy of EventListener and SimulatorThomas Hartmann2020-04-225-0/+221
| | | | | | | This is for the example. Change-Id: I6a56aaba023d4a45451bcfe1d3004c2de462e364 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add EventListModel to exampleThomas Hartmann2020-04-223-0/+105
| | | | | Change-Id: I18bd94c3541554e6db4464b3ca1926c821bcc30e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Use EventListener in ActionAreaThomas Hartmann2020-04-221-0/+17
| | | | | Change-Id: Idbde01ba8f2b4044ebe769174cfaa3769af7505b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Use EventListenerThomas Hartmann2020-04-222-1/+23
| | | | | Change-Id: I928594bcf4308e8d1d51a9721729c6e9879593be Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Finish FlowDecision dialogThomas Hartmann2020-04-224-59/+188
| | | | | Change-Id: I55fef0870258bcff000da1e822e48907ede1a738 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Allow QtObject as child in FlowViewThomas Hartmann2020-04-221-1/+1
| | | | | Change-Id: Id19e8468d71a64251645b56e5a7d802e52379d2a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Implement whitelist and blacklistThomas Hartmann2020-04-223-3/+81
| | | | | Change-Id: Ice5a9596ab840b1949006e549e601adb5ca12dad Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Update FlowViewThomas Hartmann2020-04-163-49/+26
| | | | | Change-Id: I16e5fdc1d875ba07777bbe93d7666db1f9b291ff Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Update FlowViewThomas Hartmann2020-04-146-12/+404
| | | | | | | | | * Add meta data for item library * Add property editor sheets * Some fixes Change-Id: I16e5fdc1d875ba0c777bbe93d7666db1f9b29122 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Update FlowViewThomas Hartmann2020-03-3115-39/+780
| | | | | | | | | | * Adding history * Adding Decision block * Adding Wildcard * Adding Property Editor sheets Change-Id: I16e5fdc1d875ba0c577bbe93d7646db1f9b29192 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Update TransitionItemThomas Hartmann2020-01-3011-75/+1575
| | | | | Change-Id: I16e5fdc1d875ba0c577bbe93d7646db2f9b69191 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Rename and updating FlowViewThomas Hartmann2020-01-0779-156/+570
| | | | | Change-Id: I316f5f5efb4236a9a9ac191e92d54413d01c4adb Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Move TransitionView moduleThomas Hartmann2019-03-0716-1/+1
| | | | | Change-Id: Id6069dfaf25323f2ebda0dcf54cb9a7b389319ea Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix glitchThomas Hartmann2019-03-071-0/+3
| | | | | | | If the handler is not enabled we have to ignore this event. Change-Id: I609bc4a5f87f2a2c404fbcb5b21007b4251e4e96 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Reformat QML fileThomas Hartmann2019-03-051-58/+1
| | | | | Change-Id: I7f5cab5dbd3f47d7096249a7b5a2ece91d44dd15 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add home screen exampleThomas Hartmann2019-02-265-1/+741
| | | | | | | This is a simple home screen using the TransitionView Change-Id: Ia5634e8ff9a5d1b8b0897535adff6a3abdffbdff Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Minor bug fixes for TransitionViewThomas Hartmann2019-02-266-20/+220
| | | | | | | | * Adding more effects and options for effects * Fixing a few minor issues Change-Id: Ia5634e8fd9a5d1b8b0897535ad886a3abdffbdf3 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Update TransitionView exampleThomas Hartmann2019-02-2622-233/+1192
| | | | | | | | | | | * Use timeline to control progress * Add TransitionList to define list semantics * Implement SwipeInteraction The SwipeInteraction allows swiping pages. Change-Id: I9ea0e78f91ad93764b6a40df5ea1240929094d57 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Fix headerThomas Hartmann2019-01-221-1/+1
| | | | | Change-Id: Ibe7e12da69a0db8afcf30cba7021b6399f0947db Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Add example for transition itemThomas Hartmann2019-01-2125-0/+1721
Change-Id: I3c65ef0345c60e660d557f63f42513e0569e9da9 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>