summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Expand)AuthorAgeFilesLines
* 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-132-11/+1
* [build] use vendored version of ICUKonstantin Käfer2018-09-051-1/+5
* [windows, qt] fix windows compiler errors, remove tao + tuple polyfillMolly Lloyd2018-08-312-3/+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] Add CMake toolchain for QNX platformSudarsana Babu Nagineni2018-08-073-0/+112
* [Qt] Check if property value is a valid JSON stringBruno de Oliveira Abinader2018-08-064-33/+71
* [Qt] QMapboxGL::set{Paint,Layout}Property should return boolBruno de Oliveira Abinader2018-08-012-14/+20
* [Qt] Fix link to Qt public API headers in README.mdSudarsana Babu Nagineni2018-07-301-1/+1
* [build] Remove obsolete bitrise.yml filesJohn Firebaugh2018-07-242-30/+0
* Use Filter::serialize() in QMapboxGL::getFilter()Asheem Mamoowala2018-07-231-8/+1
* [build] Move all mason_use statements to a single fileJohn Firebaugh2018-07-131-15/+0
* [core] Default "collator" implementationChris Loer2018-07-032-2/+5
* [core, vendor] Create vendored nunicode 1.8.Chris Loer2018-07-031-0/+2
* [qt] Add QMapboxGL::getFilter()Asheem Mamoowala2018-06-272-7/+89
* Use a shared scheduler on threads without a default schedulerThiago Marcos P. Santos2018-06-155-39/+115
* [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-122-0/+19
* [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
* [build] Use Qt 5.6.3 instead of 5.7 in AppVeyorBruno de Oliveira Abinader2018-05-171-0/+1
* [qt] Fix build when building the Qt Location pluginThiago Marcos P. Santos2018-05-141-3/+7
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-091-38/+47
* [docs] Make per-platform installation docs self-containedJohn Firebaugh2018-04-301-5/+2
* [qt] Only share a FileSource if it points to the same pathThiago Marcos P. Santos2018-04-261-10/+27
* [qt] Fix crash on the example app when launching multiple windowsThiago Marcos P. Santos2018-04-262-0/+8
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-234-38/+44
|\
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-024-38/+44
* | [Qt] Added QMapboxGL::MapLoadingFailure enumBruno de Oliveira Abinader2018-03-054-5/+53
* | [Qt] Expose mapLoadingFailed signalBruno de Oliveira Abinader2018-03-054-1/+9
* | [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-274-12/+12
* | [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-095-5/+123
* [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-098-34/+45
* [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-092-6/+37