summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Expand)AuthorAgeFilesLines
* [core] Add number-format expressionJuha Alanen2019-06-272-0/+27
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-221-0/+7
* [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692)Aleksandar Stojiljkovic2019-05-211-2/+4
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-106-17/+4
* [core] refactor ThreadLocal backendKonstantin Käfer2019-04-081-27/+17
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-054-6/+8
* [core] refactor RendererBackendKonstantin Käfer2019-04-056-38/+60
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-054-5/+4
* [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-203-66/+34
* [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-134-9/+3
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-132-18/+16
* [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-042-6/+6
* [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-043-1/+7
* [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-202-5/+12
* [build] Use the correct define on WindowsThiago Marcos P. Santos2019-02-191-1/+0
* [android,darwin,ios,qt] Remove unused codeThiago Marcos P. Santos2019-02-122-178/+0
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-122-1/+2
* [android,linux,darwin,qt] Load OpenGL for the platformThiago Marcos P. Santos2019-02-121-0/+566
* [qt] fix missing Q_MAPBOXGL_EXPORTsxylosper2019-02-121-3/+3
* [qt] add global projection functionsxylosper2019-02-123-5/+34
* [qt] Add example of feature collection data for GeoJSON sourcexylosper2019-02-011-0/+54
* [qt] Support feature collection for GeoJSON source dataxylosper2019-02-011-1/+18
* [qt] Use QVector instead of QListThiago Marcos P. Santos2019-01-304-17/+17
* [Qt] Support local font family in QMapboxGLSettingsBruno de Oliveira Abinader2019-01-045-4/+35
* [Qt] Implement LocalGlyphRasterizerBruno de Oliveira Abinader2019-01-042-1/+75
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-143-20/+20
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-151-4/+0
* [qt] Fix crash on Qt filesourceThiago Marcos P. Santos2018-11-131-2/+6
* [qt] Deprecate Qt4 and old versions of Qt5Thiago Marcos P. Santos2018-11-1317-351/+179
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-071-0/+3
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-312-20/+2
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-43/+2
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-231-1/+1
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-2/+2
* [core] Bidi support for styled text.Chris Loer2018-10-151-22/+21