summaryrefslogtreecommitdiff
path: root/platform/qt/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Add number-format expressionJuha Alanen2019-06-271-0/+26
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-221-0/+7
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-105-11/+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-202-66/+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-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-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-202-5/+12
* [android,linux,darwin,qt] Load OpenGL for the platformThiago Marcos P. Santos2019-02-121-0/+566
* [qt] add global projection functionsxylosper2019-02-122-5/+30
* [qt] Support feature collection for GeoJSON source dataxylosper2019-02-011-1/+18
* [qt] Use QVector instead of QListThiago Marcos P. Santos2019-01-302-9/+9
* [Qt] Support local font family in QMapboxGLSettingsBruno de Oliveira Abinader2019-01-044-4/+31
* [Qt] Implement LocalGlyphRasterizerBruno de Oliveira Abinader2019-01-041-0/+74
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-141-1/+1
* [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-1310-87/+1
* 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
* [Qt] UpdateParameters should always be available when renderingBruno de Oliveira Abinader2018-10-013-4/+11
* [linux,qt] Remove remainder of WebP supportKonstantin Käfer2018-09-131-9/+0
* Use QSqlError::databaseText for reporting errors from SQLite wrapper to match...Asheem Mamoowala2018-08-281-4/+4
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-192-2/+2
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-141-7/+5
* [core] Eliminate setProperty & co.John Firebaugh2018-08-132-8/+8
* [qt] Use FollowRedirectsAttribute in network requestsPaolo Angelelli2018-08-101-1/+4
* [Qt] Check if property value is a valid JSON stringBruno de Oliveira Abinader2018-08-062-32/+55