summaryrefslogtreecommitdiff
path: root/platform/qt/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Qt] Update documentationBruno de Oliveira Abinader2017-11-231-6/+8
* [Qt] Fix deprecation warnings in Qt 5.10Bruno de Oliveira Abinader2017-11-132-0/+10
* [Qt] Explicit QVariant type as string when binding textBruno de Oliveira Abinader2017-11-091-2/+11
* [Qt] Do not assume viewport size == fbo size in Qt4Bruno de Oliveira Abinader2017-11-091-0/+2
* [Qt] Call QNetworkReply::readAll() only onceBruno de Oliveira Abinader2017-11-093-6/+6
* [Qt] Call QSqlQuery::finish() when inactiveBruno de Oliveira Abinader2017-11-091-9/+10
* [Qt] Do not store QSqlDatabaseBruno de Oliveira Abinader2017-11-091-21/+30
* [Qt] Qt SQLite driver has no setForwardOnly supportBruno de Oliveira Abinader2017-11-091-4/+2
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-234-266/+295
* [qt] use const for setting ResourceTransformRinigus2017-10-091-1/+1
* [qt] add ResourceTransform APIRinigus2017-10-092-0/+41
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-0/+46
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-5/+5
* [all] ensure runloop is the current schedulerIvo van Dongen2017-08-092-13/+7
* [core] finish must-revalidate supportKonstantin Käfer2017-08-082-1/+4
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-071-2/+3
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-264-14/+6
* [Qt] Fix database timeout not being set correctlyThiago Marcos P. Santos2017-07-261-1/+6
* [qt] manage backendscope in renderer frontendIvo van Dongen2017-07-254-8/+11
* [Qt] Use the Qt release version and Qt Framework version on the user agentThiago Marcos P. Santos2017-07-201-1/+4