summaryrefslogtreecommitdiff
path: root/platform/qt/src/qmapboxgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-3/+4
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-5/+5
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-3/+3
* [Qt] Sanitize QSize → mbgl::Size conversionBruno de Oliveira Abinader2017-04-101-10/+20
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-7/+7
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-9/+5
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-0/+14
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+4
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-7/+11
* [qt] Add setFramebufferObject() for correct FBO binding restorationKonstantin Käfer2017-03-221-6/+24
* [Qt] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-211-1/+1
* [Qt] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-1/+1
* [Qt] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-28/+78
* [Qt] FBO handling should happen outside of QMapboxGL::renderBruno de Oliveira Abinader2017-03-011-23/+1
* [Qt] Document QMapbox + qdoc fixesBruno de Oliveira Abinader2017-02-221-2/+2
* [Qt] Added missing conversion helpersBruno de Oliveira Abinader2017-02-211-0/+26
* [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-201-2/+3
* [Qt] Added QMapboxGL::sourceExistsBruno de Oliveira Abinader2017-02-091-0/+8
* [Qt] Moved GeoJSON-related conversion functions to qt_geojson.hppBruno de Oliveira Abinader2017-02-081-59/+17
* [Qt] Added QMapboxGL::layerExistsBruno de Oliveira Abinader2017-02-081-1/+9
* [Qt] Refactor QMapbox Annotations APIBruno de Oliveira Abinader2017-01-261-36/+96
* [Qt] Add more docsThiago Marcos P. Santos2017-01-091-76/+455
* [Qt] Removed unused methodsThiago Marcos P. Santos2017-01-091-15/+0
* [Qt] Expose method for changing the base API URLThiago Marcos P. Santos2017-01-051-0/+23
* [Qt] Add docs for QMapboxGLThiago Marcos P. Santos2017-01-031-34/+195
* [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