summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update gitignore following the their source tree shiftAlex Blasche2014-01-291-5/+5
| | | | | Change-Id: I039d02743cae469704f4815393a0c73b6444a660 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-0/+1
| | | | | | | | | | | | QtPositioning is not dependent on any gui component and mostly covers everything around the retrieval of position information. QtLocation covers place, map and navigation APIs. Several documentation issues were fixed during the process. Change-Id: I98e2a53065549a2fc43f93a75b4f65b5bc884c92 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Cleanup .gitignore fileAlex Blasche2013-08-131-35/+5
| | | | | Change-Id: I29d8602514a7b00dd6bc6c73a8132b0229a71c9e Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* Update .gitignoreAlex Blasche2013-06-181-106/+8
| | | | | | Change-Id: If85522504242dff45a681c3fece3b3c8a03de61f Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@jollamobile.com>
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-111-0/+1
| | | | | Change-Id: Ibe9b056e783f78d2cb2622a174619e4cf36372af Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Adjusted gitignore to ignore .directory (added by dolphin filemanager)Thomas Lowe2012-04-121-0/+1
| | | | | Change-Id: Ib4c63c3ce68aeb0c7b343c78901fa40ae88c75d1 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Merge remote branch 'origin/master' into placesAaron McCarthy2011-08-311-2/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/declarative/flickr/qmllocationflickr.cpp examples/declarative/landmarkmap/landmarkmap.pro examples/declarative/landmarkmap/qmllandmarkmap.cpp examples/declarative/mapviewer/Dialog.qml examples/declarative/mapviewer/MapComponent.qml examples/declarative/mapviewer/Marker.qml examples/declarative/mapviewer/Message.qml examples/declarative/mapviewer/RouteDialog.qml examples/declarative/mapviewer/TextWithLabel.qml examples/declarative/mapviewer/common/Button.qml examples/declarative/mapviewer/common/Fader.qml examples/declarative/mapviewer/common/Menu.qml examples/declarative/mapviewer/common/Slider.qml examples/declarative/mapviewer/common/TitleBar.qml examples/declarative/mapviewer/mapviewer.qml examples/declarative/mapviewer/qmlmapviewer.cpp src/imports/location/qdeclarativegeocodemodel.cpp src/imports/location/qdeclarativegeomapmousearea_p.h src/imports/location/qdeclarativegeomapobject_p.h src/imports/location/qdeclarativegeoserviceprovider.cpp src/imports/location/qdeclarativegeoserviceprovider_p.h src/imports/location/qdeclarativegraphicsgeomap.cpp src/imports/location/qdeclarativegraphicsgeomap_p.h Change-Id: Ic4643a2eabe1d8d4312856422cc0dbe8082c0f16
| * Remove obsolete testlib files from .gitignoreJason McDonald2011-08-231-2/+0
| | | | | | | | | | | | | | Change-Id: Iae2982286669723a82061741844a9866ca3365f1 Reviewed-on: http://codereview.qt.nokia.com/3372 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* | Remove dangerous ignore rules.Aaron McCarthy2011-08-101-19/+0
|/ | | | | | | | | | | The wildcard usage in these ignore rules are too vague and can potentially match source files. More specific rules should be added if required. Change-Id: I703bb5dd1475bdf93b7680a2819275a7a769a98c Reviewed-on: http://codereview.qt.nokia.com/2806 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* fix incorrect .gitignoreAlex2011-05-201-0/+3
| | | | | An incorrect .gitignore file caused demo and examples from being properly committed.
* Add QTLOCATION_VERSION macro for qtlocationLiang Qi2011-05-111-0/+2
| | | | | | | Provide version info for each library. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
* Add Qt's .gitignoreAlex2011-05-101-0/+261