aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/transitions
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Update the Transitions example to use the Swipe wizardLeena Miettinen2017-11-078-49/+278
| | | | | Change-Id: I17e6d8ddba96d28ea8f533d5993f8665fd380ca0 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Update Qt Quick app tutorialLeena Miettinen2017-02-077-89/+119
| | | | | | | The wizard and UI have changed. Change-Id: I43d9101abdcfec362746b069509293df2317ae99 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: update the Transitions exampleLeena Miettinen2016-04-204-231/+85
| | | | | | | ...to use the new Qt logo Change-Id: I111d070c2ae40b71e650d78bd15d360328b474e3 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-193-9/+39
| | | | | | | | * Update license in documentation files. Stay at FDL, but update URLs as well as license for examples, etc. Change-Id: I5e8cb5a20f0e9d52fba1d937b7c73197d69dd747 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Doc: update the Transitions example to use UI formsLeena Miettinen2015-11-037-177/+247
| | | | | | | | | Move the instructions for creating the project into an include file that can be used for all Qt Quick Application tutorials. Change-Id: I02385f68f23ef2d3ee98b754344781ae1819203c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Doc: update the Qt Quick Application tutorialLeena Miettinen2015-06-263-10/+120
| | | | | | | | | | | To match the changes in the application templates and the Qt Quick Designer UI. Use the \example command to create an HTML of the example QML file. Change-Id: I4da7d5f3f14ae7a1e9597204cb9dbcd54c4127cd Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Doc: update the Qt Quick app tutorialLeena Miettinen2014-04-111-87/+83
| | | | | | | | | | | | The wizard in 3.1 uses a Window QML type instead of a Rectangle, which means that states must be placed within a statusGroup. The example can no longer be built from Qt Quick 1 elements. Replaced \snippet commands with \quotefromfile commands. Change-Id: Ia2cec2b8b638913a2b9b2e27b36e6f2f1ffc4a49 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com> Reviewed-by: Marco Bubke <marco.bubke@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: update the Qt Quick app tutorialLeena Miettinen2013-11-071-3/+0
| | | | | | | Update screenshots. Change-Id: I1b5ff02464cfe922cd2a75d936327c632e744828 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Doc: fixed issues in the Qt Quick app tutorialLeena Miettinen2013-06-131-0/+1
| | | | | | | | Added missing spaces, fixed a link to Qt 5 docs, and added a missing line of example code. Change-Id: Ic7305aa6b44b7b9edf33a6828d965ab84289e353 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: update the tutorial app to Qt Quick 2Leena Miettinen2013-03-064-34/+1
| | | | | Change-Id: I9fafe7471567ed9cffae9e86a6c7e15069b683cb Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Removal of Symbian supportAlessandro Portale2012-08-221-15/+0
| | | | | | | | | | | | | | | | | Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Doc: update the Qt Quick tutorial (built-in) elementsLeena Miettinen2012-03-091-1/+1
| | | | | | | Update all screenshots. Change-Id: Ib3f07b940f4121caa5ff567d070c448b81e2f124 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Doc: add example code to the tutorialLeena Miettinen2011-11-161-0/+11
| | | | | | Task-number: QTCREATORBUG-6540 Change-Id: I4b5f7e73ee49e03621a9461d037e13c251959e84 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* Doc: add source for Transitions exampleLeena Miettinen2011-08-304-0/+166
Change-Id: I20e477be4cad782dac3946f18c3067a45579388e Reviewed-on: http://codereview.qt.nokia.com/3816 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>