summaryrefslogtreecommitdiff
path: root/platform/qt/src/qmapboxgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [qt] add missing constupstream/pr-16468Nuno Goncalves2020-09-211-2/+2
* [core] OnlineFileSource is never accessed directlyMikhail Pozdnyakov2020-02-261-1/+1
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-261-1/+2
* [qt] Fix compilation errorThiago Marcos P. Santos2020-02-201-1/+1
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-1/+1
* [qt] Use new FileSourceManager interfaceAlexander Shalamov2020-01-131-6/+15
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-041-9/+0
* [android][node][qt] Update platform code for style::Layer::setProperty()Mikhail Pozdnyakov2019-12-031-2/+2
* [qt] Fix code formattingThiago Marcos P. Santos2019-11-111-15/+13
* [qt] Make image source url update possibleTadej Novak2019-11-111-4/+10
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-6/+5
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-4/+1
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-051-2/+2
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-1/+0
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-3/+5
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-4/+5
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-281-1/+1
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-231-4/+4
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-64/+33
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-2/+2
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-1/+0
* [Qt] Fix race when locking a FileSourceThiago Marcos P. Santos2019-03-081-2/+5
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-3/+6
* [qt] Also use the base API URL as key for sharing the cache.Thiago Marcos P. Santos2019-03-041-2/+3
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-6/+8
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-5/+5
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-3/+7
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-2/+2
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-6/+8
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-041-0/+5
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-041-1/+1
* [qt] Cleanup QMapboxGL::coordinateZoomForBounds()Bruno de Oliveira Abinader2019-03-041-14/+1
* [qt] Share the same file source only if using the same access tokenThiago Marcos P. Santos2019-02-271-13/+14
* [qt] fix missing alpha channel for `QColor`xylosper2019-02-201-3/+3
* [qt] add global projection functionsxylosper2019-02-121-5/+3
* [qt] Use QVector instead of QListThiago Marcos P. Santos2019-01-301-2/+2
* [Qt] Support local font family in QMapboxGLSettingsBruno de Oliveira Abinader2019-01-041-1/+24
* [qt] Deprecate Qt4 and old versions of Qt5Thiago Marcos P. Santos2018-11-131-17/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-43/+2
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-2/+2
* [Qt] UpdateParameters should always be available when renderingBruno de Oliveira Abinader2018-10-011-1/+8
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-7/+7
* [Qt] Check if property value is a valid JSON stringBruno de Oliveira Abinader2018-08-061-32/+52
* [Qt] QMapboxGL::set{Paint,Layout}Property should return boolBruno de Oliveira Abinader2018-08-011-12/+18
* Use Filter::serialize() in QMapboxGL::getFilter()Asheem Mamoowala2018-07-231-8/+1
* [qt] Add QMapboxGL::getFilter()Asheem Mamoowala2018-06-271-6/+88
* [Qt] Add QMapboxGL::layerIds()Bruno de Oliveira Abinader2018-06-121-0/+17
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-2/+2
* [qt] Only share a FileSource if it points to the same pathThiago Marcos P. Santos2018-04-261-10/+27