summaryrefslogtreecommitdiff
path: root/platform/qt/src
Commit message (Expand)AuthorAgeFilesLines
* [Qt] Added QQuickMapboxGLStyleBruno de Oliveira Abinader2016-08-173-6/+82
* [Qt] Use MapChangeWillStartLoadingMap to get notified about style changesBruno de Oliveira Abinader2016-08-173-3/+23
* [Qt] Invert parent/child notification mechanism in QQuickMapboxGLStylePropertyBruno de Oliveira Abinader2016-08-172-49/+62
* [Qt] Use QVariantMap in QQuickMapboxGLStylePropertyBruno de Oliveira Abinader2016-08-173-31/+24
* [Qt] Use strict signature for add{Source,Layer}Bruno de Oliveira Abinader2016-08-171-4/+4
* [Qt] Remove template from eachMemberBruno de Oliveira Abinader2016-08-171-2/+3
* [build] exclude CMake 3.6.0 due to an automoc naming bugKonstantin Käfer2016-08-051-4/+0
* [build] Build Qt with CMakeThiago Marcos P. Santos2016-08-051-0/+4
* [qt] Added QQuickMapboxGL{Layout,Paint}StylePropertyBruno de Oliveira Abinader2016-07-294-6/+162
* [qt] Implement QQuickMapboxGL color propertyBruno de Oliveira Abinader2016-07-272-5/+16
* [Qt] Use Qt text codec instead of nunicodeThiago Marcos P. Santos2016-07-221-0/+24
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-122-11/+5
* [Qt] Implement a GeoJSON coverter from QByteArrayThiago Marcos P. Santos2016-07-112-3/+44
* [Qt] Added add/remove style source methodThiago Marcos P. Santos2016-07-112-0/+35
* [Qt] Added add style layer methodThiago Marcos P. Santos2016-07-111-1/+15
* [Qt] Added set style filter methodThiago Marcos P. Santos2016-07-111-0/+40
* [Qt] Added set style paint properties methodThiago Marcos P. Santos2016-07-111-0/+23
* [Qt] Added set style layout properties methodThiago Marcos P. Santos2016-07-111-0/+21
* [Qt] Added conversion functions for the runtime style APIThiago Marcos P. Santos2016-07-112-0/+108
* [Qt] Avoid a deep copy on the network replyThiago Marcos P. Santos2016-07-111-1/+1
* [Qt] Fix build on Linux with clang-3.8Thiago Marcos P. Santos2016-07-111-1/+2
* [Qt] Janitor private headersBruno de Oliveira Abinader2016-07-118-31/+24
* [Qt] Use mbgl::LineString instead of mbgl::Polygon as default shapeBruno de Oliveira Abinader2016-06-221-13/+6
* [Qt] Added QMapbox::TransitionOptions to style class functionsBruno de Oliveira Abinader2016-06-201-28/+58
* [Qt] Cleanup annotation usageBruno de Oliveira Abinader2016-06-161-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-5/+5
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-4/+5
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-55/+8
* [Qt] Use geometry.hpp internally for shape annotationsThiago Marcos P. Santos2016-06-011-8/+7
* [Qt] Fix typo in QMapboxGL::resizeBruno de Oliveira Abinader2016-06-011-1/+1
* [Qt] Share the same RunLoop if in the same threadThiago Marcos P. Santos2016-05-272-4/+15
* [Qt] Assert that we run the async on the right loopThiago Marcos P. Santos2016-05-271-0/+4
* [Qt] QMapboxGLPrivate::getPixelRatio() cleanupBruno de Oliveira Abinader2016-05-262-13/+17
* [Qt] Consider pixel ratio in View::getFramebufferSize()Bruno de Oliveira Abinader2016-05-241-0/+5
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+2
* [Qt] Fix map aspect ratioBruno de Oliveira Abinader2016-05-132-1/+11
* [Qt] Initialize GL extensions on MapWindowBruno de Oliveira Abinader2016-05-131-2/+7
* [Qt] Added viewport modeBruno de Oliveira Abinader2016-05-113-6/+19
* [Qt] Always use setCoordinateZoom()Thiago Marcos P. Santos2016-05-101-6/+2
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+1
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+4
* [Qt] Include what you useThiago Marcos P. Santos2016-05-041-0/+1
* [Qt] Use mbgl constants to define zoom limitsThiago Marcos P. Santos2016-05-031-2/+2
* [Qt] Add `pitch` property to QML MapboxGL TypeThiago Marcos P. Santos2016-05-032-0/+27
* [Qt] Fix panning the map not updating the center propertyThiago Marcos P. Santos2016-05-032-4/+16
* [Qt] Implement bearing on the QML Mapbox Map typeThiago Marcos P. Santos2016-05-022-0/+27
* [Qt] Implement pan() methodThiago Marcos P. Santos2016-05-022-0/+21
* [Qt] Constrain zoom levels when min/max changesThiago Marcos P. Santos2016-05-021-0/+2
* [Qt] Allow setting the style via QMLThiago Marcos P. Santos2016-05-022-1/+24
* [Qt] Added plugin stubThiago Marcos P. Santos2016-05-021-0/+11