summaryrefslogtreecommitdiff
path: root/platform/qt/src/qmapboxgl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Qt] Added docs for QMapboxGLSettingsThiago Marcos P. Santos2017-01-031-1/+107
* [Qt] Move QMapboxGL stuff from QMapbox namespaceThiago Marcos P. Santos2017-01-031-6/+24
* [Qt] Simplify setTransitionOptionsThiago Marcos P. Santos2017-01-031-25/+5
* [Qt] Removed unused methodsThiago Marcos P. Santos2017-01-031-17/+2
* [Qt] Implement updateSourceThiago Marcos P. Santos2016-12-141-2/+26
* [Qt] Remove route before addingThiago Marcos P. Santos2016-12-091-1/+7
* [qt] Added copyrightsChanged() signalBruno de Oliveira Abinader2016-12-081-0/+11
* [qt, macos] Remove workaround for a bug in Qt 5.7Bruno de Oliveira Abinader2016-12-071-9/+0
* [qt] Use QOpenGLWidget instead of QGLWidget from Qt 5.4 onwardsBruno de Oliveira Abinader2016-11-281-0/+1
* [qt, macos] Consume GL_INVALID_OPERATION from QtBruno de Oliveira Abinader2016-11-281-21/+19
* [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-041-1/+0
* [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-011-0/+1
* [Qt] Fix viewport size for Linux on Qt5Bruno de Oliveira Abinader2016-10-281-8/+4
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-17/+24
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-33/+51
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-1/+6
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-1/+2
* [Qt] Header cleanup (#6477)Thiago Marcos P. Santos2016-09-271-1/+1
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-3/+5
* [Qt] Fix RVO warning in QMapbox::addAnnotationIconBruno de Oliveira Abinader2016-09-261-1/+1
* [Qt] Move QMapboxGL::MapChange to QMapbox namespaceBruno de Oliveira Abinader2016-09-261-21/+5
* [Qt] Add API for adding icon to the styleThiago Marcos P. Santos2016-09-231-9/+25
* [qt] Fix bug in fromQStringListBruno de Oliveira Abinader2016-09-131-2/+3
* [qt] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-15/+18
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-4/+0
* [Qt] s/parent_/parentThiago Marcos P. Santos2016-08-261-2/+2
* [Qt] Initial documentation stubThiago Marcos P. Santos2016-08-261-0/+73
* [Qt] setStyleURL and setStyleJSON name reviewThiago Marcos P. Santos2016-08-261-4/+4
* [Qt] Read the access token from the environment by defaultThiago Marcos P. Santos2016-08-261-0/+1
* [Qt] Use strict signature for add{Source,Layer}Bruno de Oliveira Abinader2016-08-171-4/+4
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-121-3/+3
* [Qt] Added add/remove style source methodThiago Marcos P. Santos2016-07-111-0/+21
* [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-111-0/+2
* [Qt] Janitor private headersBruno de Oliveira Abinader2016-07-111-1/+0
* [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-271-1/+15
* [Qt] QMapboxGLPrivate::getPixelRatio() cleanupBruno de Oliveira Abinader2016-05-261-11/+16
* [Qt] Consider pixel ratio in View::getFramebufferSize()Bruno de Oliveira Abinader2016-05-241-0/+5
* [Qt] Fix map aspect ratioBruno de Oliveira Abinader2016-05-131-0/+9