summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore to ignore .qmlc filesMitch Curtis2016-12-211-0/+1
| | | | | Change-Id: I274aed038461045bb337f4d71f62a8c62a67df3f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Update .gitignoreJ-P Nurmi2015-04-091-1/+2
| | | | | Change-Id: Ieebd40365a5619fda6edf7d27a50d0ebbfe653de Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Import Qt Quick Extras (the former Qt Quick Enterprise Controls)Mitch Curtis2015-02-131-0/+6
| | | | | Change-Id: I59c5c97c564f707da4ce617e25e13ff8124f7d4b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Remove the SplitView exampleJ-P Nurmi2014-11-051-1/+0
| | | | | | | | This example served no purpose. A similar snippet can be found in SplitView docs, in the detailed description. Change-Id: Ic53e5bbe8c0c46c7cf9a0002f12ad6c229028388 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
* Update .gitignoreJ-P Nurmi2014-11-041-1/+2
| | | | | Change-Id: I76598cb827c97ed80561d78680db0bf13e75f5ca Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Add "Styles" exampleJ-P Nurmi2014-10-061-0/+1
| | | | | | | | | | | Based on the "Styles" tab of the Gallery. The motivation for this change is to cleanup the Gallery example so that it eventually runs nicely on various desktop and mobile platforms without major modifications. Task-number: QTBUG-41307 Change-Id: Iffcd3557bf7c77f5a10bda8bfda5ddb636dd5ac1 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* import tst_dialogs from qtdeclarativeJ-P Nurmi2014-09-221-0/+1
| | | | | Change-Id: I3e3ee93de9f89aa2b674ac91f92aae93e3756167 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
* Android styleJ-P Nurmi2014-08-071-0/+4
| | | | | | | | | Note: Requires Android 3.0 (API level 11) or later. Task-number: QTBUG-35081 Change-Id: Id7a4577a4d78c9474c9ccd7ae754e16fcac8f0e5 Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Add the new dialog & calendar examples to .gitignoreJ-P Nurmi2014-02-211-0/+2
| | | | | Change-Id: Ieca9745c2d663e8acfa49f97a0a1d05f09678345 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Update .gitignoreJ-P Nurmi2014-02-121-0/+1
| | | | | Change-Id: I8776ba6055b1d26e09cf832bfa0bf98cb4d88d70 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
* Add *.dylib to .gitignoreJ-P Nurmi2013-09-181-0/+3
| | | | | Change-Id: Iab64be44271c5c6ed56fdee7f0748cc47cf9642b Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Example: Rename Text example to TextEditorCaroline Chao2013-08-271-1/+1
| | | | | | | | | Text is too generic. Change-Id: I68d304345d2982a8acc8843c4c843e9f5e696954 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Add qml/js files in resourceCaroline Chao2013-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | All the qml and js files are embedded in the Qt Quick Controls plugin (for Controls, Styles and Private). If ApplicationWindow.qml is missing, loading the files from resource will be enabled. Otherwise, the files will be loaded from the local path. The purpose of this change is to make the deployment of Qt Quick Controls easier while keeping the development tasks convenient. With this solution: - It is only necessary to deploy the qmldir and the plugin qtquickcontrolsplugin found in the QtQuick/Controls folder. - By default the files used are the ones found in the local folder. Autocompletion and debugging capabilities remain unchanged. Task-number: QTBUG-31565 Change-Id: I938ebe261c3c35f9e3b066d82c81accd9750edc9 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Fix and update .gitignoreCaroline Chao2013-08-201-4/+14
| | | | | | | | | - Add missing slash at the start of the path - Add missing examples/tests executable files - Add windows shared libraries Change-Id: I0139a17f721bcdc81b888dbe1201e02b66b5c782 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Remove ApplicationTemplate exampleCaroline Chao2013-05-131-1/+0
| | | | | Change-Id: Iba0ac98509bc634dbcc9a7a8da22a5dbec8e77ae Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Move examples into separate quick/controls directoryKai Koehne2013-04-301-2/+2
| | | | | | | | | | This makes sure all examples are in a separate directory for the Qt source packages. It also is in line with how the other repositories are structured. Task-number: QTBUG-30886 Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Add tst_activeFocusOnTab to .gitignoreJ-P Nurmi2013-04-111-0/+1
| | | | | Change-Id: I52d077649f5fc3b5e57520d3b9520fafcafc38fc Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Add a text editor example.Frederik Gladhorn2013-03-201-0/+4
| | | | | | | | Basic formatting is supported. It uses actions in menus and toolbar. Change-Id: I0c79e2a78f749c8a067492302bf3676505c6f3b6 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Started moving visuals definitions out of the generic filesMathias Malmqvist2010-10-251-0/+95
Merge-request: 1 Reviewed-by: Jens Bache-Wiig <jbache@trolltech.com>