summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-09-18Add *.dylib to .gitignoreJ-P Nurmi1-0/+3
Change-Id: Iab64be44271c5c6ed56fdee7f0748cc47cf9642b Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2013-08-27Example: Rename Text example to TextEditorCaroline Chao1-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>
2013-08-21Add qml/js files in resourceCaroline Chao1-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>
2013-08-20Fix and update .gitignoreCaroline Chao1-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>
2013-05-13Remove ApplicationTemplate exampleCaroline Chao1-1/+0
Change-Id: Iba0ac98509bc634dbcc9a7a8da22a5dbec8e77ae Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
2013-04-30Move examples into separate quick/controls directoryKai Koehne1-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>
2013-04-11Add tst_activeFocusOnTab to .gitignoreJ-P Nurmi1-0/+1
Change-Id: I52d077649f5fc3b5e57520d3b9520fafcafc38fc Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2013-03-20Add a text editor example.Frederik Gladhorn1-0/+4
Basic formatting is supported. It uses actions in menus and toolbar. Change-Id: I0c79e2a78f749c8a067492302bf3676505c6f3b6 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
2010-10-25Started moving visuals definitions out of the generic filesMathias Malmqvist1-0/+95
Merge-request: 1 Reviewed-by: Jens Bache-Wiig <jbache@trolltech.com>