summaryrefslogtreecommitdiff
path: root/platform/qt/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Qt] Added error handling stubsThiago Marcos P. Santos2016-05-021-0/+9
* [Qt] Add more properties stubsThiago Marcos P. Santos2016-05-021-0/+23
* [Qt] Statically assert reflected Qt enumsBruno de Oliveira Abinader2016-04-282-31/+45
* [Qt] s/mapRegionDidChange()/mapChanged(QMapboxGL::MapChange)/ signalBruno de Oliveira Abinader2016-04-282-17/+5
* [Qt] Make needsRendering signal asynchronousThiago Marcos P. Santos2016-04-282-2/+8
* [Qt] Initialize GL extensionsThiago Marcos P. Santos2016-04-282-0/+17
* [Qt] Expose center and zoom propertiesThiago Marcos P. Santos2016-04-272-0/+113
* [Qt] Flip Qt Quick item vertically if Qt version >= 5.6Bruno de Oliveira Abinader2016-04-271-0/+4
* [Qt] Added QQuickMapboxGL{,Renderer}Bruno de Oliveira Abinader2016-04-273-0/+93
* [Qt] Use shared GL context by defaultThiago Marcos P. Santos2016-04-271-1/+1
* [Qt] Do not use non-Qt headersThiago Marcos P. Santos2016-04-251-0/+15
* [Qt] Remove duplicated mbgl::Map initializationBruno de Oliveira Abinader2016-04-211-8/+4
* [Qt] use libjpeg-turbo rather than Qt's built-in JPEG decodingKonstantin Käfer2016-04-201-0/+9
* [Qt] WebP supportBruno de Oliveira Abinader2016-04-201-9/+16
* [Qt] Expose {add,remove}CustomLayerBruno de Oliveira Abinader2016-04-201-0/+23
* [Qt] Expose QMapboxGL::updatePointAnnotationBruno de Oliveira Abinader2016-04-201-0/+5
* [Qt] Implement QMapboxGL::jumpToBruno de Oliveira Abinader2016-04-201-0/+27
* [Qt] Expose API to go full offline/onlineThiago Marcos P. Santos2016-04-201-0/+32
* [Qt] Add function for get coordinates and zoom based on a bounding boxThiago Marcos P. Santos2016-04-201-0/+30
* [Qt] Add the QMapbox header with QMapbox datatypesThiago Marcos P. Santos2016-04-201-14/+16
* [Qt] Add support for marginsThiago Marcos P. Santos2016-04-202-9/+33
* [Qt] Do not use Mapbox GL animationsThiago Marcos P. Santos2016-04-201-20/+14
* [Qt] Added {Map,GLContext,Constrain}Mode settingsBruno de Oliveira Abinader2016-04-201-4/+39
* [Qt] expose NorthOrientationKonstantin Käfer2016-04-201-0/+22
* [Qt] Wire up connection established signalBruno de Oliveira Abinader2016-04-202-0/+14