summaryrefslogtreecommitdiff
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Remove assert.Aaron McCarthy2012-01-051-1/+0
* Add count property and data fn to declarative recommendation modelabcd2012-01-052-4/+25
* Remove unused member variable.Aaron McCarthy2012-01-052-2/+1
* Ensure that categories are initialized from QML.Aaron McCarthy2012-01-051-0/+13
* Improve unit test for Place element.Aaron McCarthy2012-01-043-61/+17
* Adding additional documentation about MapQuickItem#zoomLevelAlex Wilson2012-01-041-2/+16
* Moving GL_LINE_SMOOTH to apply before map objects are renderedAlex Wilson2012-01-041-5/+5
* New withFeature properties for QML Plugin elementAlex Wilson2011-12-292-2/+123
* Fix for crash during plugin changeAlex Wilson2011-12-292-0/+10
* Adding some docs for basic QML map items that have noneAlex Wilson2011-12-286-7/+154
* Remove deprecated positioningMethod property.alex2011-12-283-59/+6
* Handling changes to underlying coordinates in map rects & circlesAlex Wilson2011-12-284-27/+15
* Handling changes to underlying coordinates in map poly(line|gon)Alex Wilson2011-12-284-0/+50
* Fix for Map resize bug (items like Polygon not moving with map)Alex Wilson2011-12-231-3/+1
* First pass at adding d-pointers to maps.David Laing2011-12-231-6/+0
* Some basic mapitem docs and related autotests.Juha Vuolle2011-12-232-3/+121
* Adds coordinateChanged signal to QML CoordinatesAlex Wilson2011-12-232-1/+12
* Adds azimuthTo and atDistanceAndAzimuth to QML CoordinatesAlex Wilson2011-12-222-0/+62
* Add polygon item mouse area support.Juha Vuolle2011-12-221-1/+1
* Finetune map item drag, works now also with mapviewer.Juha Vuolle2011-12-2215-104/+35
* Add QML locale functionality to Placesabcd2011-12-212-8/+72
* Map item autotests and related fixes.Juha Vuolle2011-12-218-6/+10
* Using barymetric center for poly triangulationAlex Wilson2011-12-211-1/+7
* Removing some unnecessary #includes on Qt3D headersAlex Wilson2011-12-211-5/+0
* Adding borders to map rectangle items, drawing fixesAlex Wilson2011-12-202-9/+44
* Rename (private fn) reloadCategories() to updateLayout()abcd2011-12-202-4/+4
* Unit tests + corrections for Contact Details in QMLabcd2011-12-203-30/+47
* Unit tests for Supplier element.Aaron McCarthy2011-12-202-1/+14
* Unit tests for Icon element.Aaron McCarthy2011-12-201-0/+3
* Replacing GL_QUADS and GL_POLYGON with trianglesAlex Wilson2011-12-202-6/+9
* Fix threading issue for map itemMichal Klocek2011-12-1813-512/+337
* Fix map size access violation by render threadMichal Klocek2011-12-163-1/+8
* Line borders for MapPolygons and MapCirclesAlex Wilson2011-12-164-11/+114
* Smoother line drawing on maps (--performance?)Alex Wilson2011-12-161-0/+6
* Unit tests for Category element.Aaron McCarthy2011-12-163-19/+36
* Adding line.width and line.color to Map Polyline & RouteAlex Wilson2011-12-165-41/+123
* Location docs spelling/typo fixes.Peter Yard2011-12-1411-16/+16
* Fix for map panning problemBasel Hashisho2011-12-131-1/+3
* Reimplement mapitemsMichal Klocek2011-12-1314-1046/+820
* First set of map(-item, -view) quick autotests.Juha Vuolle2011-12-135-52/+45
* Reinitialize the plugin whenever the plugin name changesabcd2011-12-134-27/+24
* No need to rexecute query on every added/updated/removed placeabcd2011-12-133-7/+47
* Build against new QtQuick2 library.Aaron McCarthy2011-12-1310-18/+18
* Simplify saving a place between managersabcd2011-12-122-4/+22
* Map item and mouse area improvements.Juha Vuolle2011-12-1217-274/+398
* Add data function to retrieve role data via indexabcd2011-12-082-0/+12
* add count property for the PlaceSearchModelabcd2011-12-082-1/+4
* Preliminary MapMouseArea support for items.Juha Vuolle2011-12-0812-146/+384
* Fix declarative contact details not being assignedabcd2011-12-081-1/+19
* Contact detail constants should be lower caseabcd2011-12-082-8/+8