aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add files generated by tests to gitignoreNobuaki Sukegawa2014-12-201-3/+11
| | | | | Change-Id: I1fac4df1e00cbe37c0c9ea69562dffc1eb4d5111 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Cleanup remaining QtQuick.Dialogs leftoversJ-P Nurmi2014-09-191-1/+0
| | | | | | | QtQuick.Dialogs was moved to the qtquickcontrols module in Qt 5.3 Change-Id: I16d03dc1c342d396963c5bec3125b3d11d0d9bed Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Remove qtdemo from gitignoreRainer Keller2014-09-191-1/+0
| | | | | | | QtDemo was removed with a commit in qtdoc. Change-Id: I75228b748a2307a713f0c86ecf144dae3b3569a3 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Build/install the qmleasing tool to bindirJ-P Nurmi2014-03-271-0/+1
| | | | | Change-Id: Icc65ecf8ec7e2ef19d4181788706a23b186ead14 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Dialogs: use resources for QML and imagesShawn Rutledge2013-10-161-0/+1
| | | | | | | | | | | | | | | | All the qml and image files are embedded in the QtQuick.Dialogs plugin. If DefaultFileDialog.qml is missing from the installation directory, loading from resources will be enabled. Otherwise, the files will be loaded from the local path. This is analogous to change b2e5d1acb1aca93157a6d4d0a026153134f9ad01 in Qt Quick Controls: it reduces the number of files that need to be installed, but also preserves ease of debugging whenever the QML files are separately installed. Task-number: QTBUG-31565 Change-Id: Idbe6be5d818eb6a25367f2053ea52bc7ac1485bc Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Revert "Simplify JS bindings generation"Simon Hausmann2013-06-131-2/+0
| | | | | | | | | | | | This reverts commit f227c3392beda68beb2792eb9fec467d9a0794da. Conflicts: src/qml/qml/v4/qv4object_p.h src/qml/qml/v4/v4.pri src/qml/qml/v4/v4classgen Change-Id: I8aba402878a460ac612c853d14650efc6cb21761 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Simplify JS bindings generationSimon Hausmann2013-05-061-0/+2
| | | | | | | | Added a little helper script that can generate the code to set up the prototype properties Change-Id: I957ed4419c8b16398720fea4203c1a00434c4fba Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-0/+8
| | | | | Change-Id: Ieda9267e296acf6392a5461f4cfb9233a7a409a0 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Add qmake generated files to .gitignore.Miikka Heikkinen2012-12-211-0/+3
| | | | | | | | Add source files generated by qmake for automatic static plugin imports to .gitignore. Change-Id: I4c5488bdc146f501963f5414017ba80d781210ef Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Add doc/qtqml and doc/qtquick to .gitignoreYuchen Deng2012-08-281-0/+2
| | | | | Change-Id: I17fa26d5d1481318656b45776f38c3699e873718 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
* nicer gitignoreOswald Buddenhagen2012-07-101-0/+1
| | | | | Change-Id: I6e7afb77c98060c2968aa2fd7ede2435117205e3 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Remove QtDeclarative compatibility moduleKent Hansen2012-05-141-4/+0
| | | | | | | | | | | | | | | When the QtDeclarative module was renamed to QtQml, a compatibility module was introduced to avoid disrupting downstream projects. Time has passed, and it's now appropriate to remove this module. Existing projects that haven't ported can still use the bin/rename-qtdeclarative-symbols.sh script to ease the porting. Change-Id: I05a9727013d9e38c2262577f68260a4382bfbeea Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Donald Carr <donald.carr@nokia.com>
* Add some ignore rules to ignore listYuchen Deng2012-05-031-0/+4
| | | | | Change-Id: I7953e503d5665aaccf87ca4fe8b1b4169bfae5c8 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
* Start of examples refactorAlan Alpert2012-02-241-15/+1
| | | | | | | | | | | | This is the general reorg of the examples directory structure, plus additional guidelines. calculator, animations and accessibility have been updated to the new standards and tested, as an example. Task-number: QTBUG-24133 Change-Id: I76c3b86751d3195ba2a5474ff23afb875765e9a4 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* update .gitignoreCharles Yin2012-02-021-0/+2
| | | | | | Change-Id: I7bb60aaadf2ca2153e8e76bba092dba753e9cf2c Reviewed-by: Michael Brasser <michael.brasser@nokia.com> Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
* update .gitignoreCharles Yin2011-08-251-0/+13
| | | | | | Change-Id: I9265922f9c34437e712ff3e8033458daf202fe56 Reviewed-on: http://codereview.qt.nokia.com/3345 Reviewed-by: Charles Yin <charles.yin@nokia.com>
* Remove obsolete testlib files from .gitignoreJason McDonald2011-08-231-2/+0
| | | | | | | Change-Id: Id68d91dcf6c6d980e59aeb97ab9f8a57ffedb7b4 Reviewed-on: http://codereview.qt.nokia.com/3369 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add QTDECLARATIVE_VERSION macro for qtdeclarativeLiang Qi2011-05-111-0/+2
| | | | | | | Provide version info for each library. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
* Add .gitignore to each moduleaxis2011-04-271-0/+261