summaryrefslogtreecommitdiff
path: root/platform/qt/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* Use a shared scheduler on threads without a default schedulerThiago Marcos P. Santos2018-06-154-38/+112
* [core] remove unused flags from SQLite headerKonstantin Käfer2018-06-121-4/+0
* [core] support moving Database object during a TransactionKonstantin Käfer2018-06-121-8/+18
* [Qt] Add QMapboxGL::layerIds()Bruno de Oliveira Abinader2018-06-121-0/+17
* [qt] Fix asMapboxGLFeatureIdentifier iterator traversalBruno de Oliveira Abinader2018-06-111-5/+2
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-2/+2
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-091-38/+47
* [qt] Only share a FileSource if it points to the same pathThiago Marcos P. Santos2018-04-261-10/+27
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-232-30/+35
|\
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-022-30/+35
* | [Qt] Added QMapboxGL::MapLoadingFailure enumBruno de Oliveira Abinader2018-03-053-4/+44
* | [Qt] Expose mapLoadingFailed signalBruno de Oliveira Abinader2018-03-053-1/+8
* | [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-021-95/+103
* | [core] refactor SQLite error/status codesKonstantin Käfer2018-03-021-5/+5
* | [qt] Rename Qt SDK to 'Mapbox Maps SDK for Qt'Bruno de Oliveira Abinader2018-02-272-9/+9
* | [qt] Fix issue if resources not being found on the databaseThiago Marcos P. Santos2018-02-261-7/+2
* | [qt] Fix wrong signal being emittedThiago Marcos P. Santos2018-02-261-1/+1
|/
* [qt] Add an interface for Static renderingThiago Marcos P. Santos2018-02-094-5/+108
* [qt] Refresh the docsThiago Marcos P. Santos2018-02-091-0/+16
* [qt] Make sure that methods are being called on the right threadThiago Marcos P. Santos2018-02-094-61/+109
* [qt] Implement FBO handlingThiago Marcos P. Santos2018-02-095-28/+36
* [qt] Only use the MapRenderer as scheduler if there is no otherThiago Marcos P. Santos2018-02-092-9/+19
* [qt] Expose an interface to create a renderer on a separated threadThiago Marcos P. Santos2018-02-091-6/+32
* [qt] Make MapboxGLMapRenderer a scheduler to receive messages when renderingThiago Marcos P. Santos2018-02-092-3/+32
* [qt] Update map rendering via RendererObserverThiago Marcos P. Santos2018-02-095-3/+81
* [qt] Render asynchronouslyThiago Marcos P. Santos2018-02-0911-285/+354
* [core] factor out RunLoop::wake()Konstantin Käfer2018-02-061-5/+2
* [qt] Fix import/export symbols declarationsThiago Marcos P. Santos2018-01-101-3/+3
* [windows][qt] Remove std:: namespace of some functionsThiago Marcos P. Santos2018-01-081-2/+2
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-293-17/+17
* [core] fold HeadlessDisplay into the headless RenderBackend implementationKonstantin Käfer2017-11-291-6/+6
* [core, ios, qt, android] Close race condition in RunLoop (issue #9620)Chris Loer2017-11-271-2/+4
* [qt] Use qWarning() for loggingThiago Marcos P. Santos2017-11-241-0/+12