summaryrefslogtreecommitdiff
path: root/platform/qt/src
Commit message (Expand)AuthorAgeFilesLines
...
* [Qt] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-153-30/+92
* [Qt] Remove the QML appThiago Marcos P. Santos2017-03-064-658/+0
* [Qt] FBO handling should happen outside of QMapboxGL::renderBruno de Oliveira Abinader2017-03-013-28/+4
* [Qt] Document QMapbox + qdoc fixesBruno de Oliveira Abinader2017-02-222-4/+221
* [Qt] Added missing conversion helpersBruno de Oliveira Abinader2017-02-211-0/+26
* [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-202-3/+4
* [Qt] Added QMapboxGL::sourceExistsBruno de Oliveira Abinader2017-02-091-0/+8
* [Qt] Added QMapbox::Feature → GeoJSON conversion helperBruno de Oliveira Abinader2017-02-082-3/+20
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-082-2/+126
* [Qt] Moved GeoJSON-related conversion functions to qt_geojson.hppBruno de Oliveira Abinader2017-02-083-59/+66
* [Qt] Added QMapboxGL::layerExistsBruno de Oliveira Abinader2017-02-081-1/+9
* [Qt] Guarantee QSqlDatabase connection name uniquenessBruno de Oliveira Abinader2017-02-011-1/+8
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-2/+2
* [Qt] Make datatypes compatible with the default implementationThiago Marcos P. Santos2017-01-261-3/+15
* [Qt] Refactor QMapbox Annotations APIBruno de Oliveira Abinader2017-01-261-36/+96
* [Qt] Remove QtQuick dependency from the low-level APIThiago Marcos P. Santos2017-01-243-220/+0
* [Qt] Check for Qt SQLite database driverBruno de Oliveira Abinader2017-01-231-20/+21
* [Qt] Explicitly map the `bool` binder to `int`Thiago Marcos P. Santos2017-01-231-1/+5
* [Qt] Save a copy when using binary data if possibleThiago Marcos P. Santos2017-01-231-9/+10
* [Qt] Implement mapbox::sqlite::{Database,Statement} using QtSqlBruno de Oliveira Abinader2017-01-231-0/+411
* [Qt] Fix build with WITH_QT_I18N=1Thiago Marcos P. Santos2017-01-201-6/+6
* [Qt] Do not use c_str() when converting from UTF8Thiago Marcos P. Santos2017-01-201-2/+2
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-201-0/+17
* [Qt] Fix build when using Qt namespacesThiago Marcos P. Santos2017-01-194-7/+7
* [Qt] Use system defaults CAThiago Marcos P. Santos2017-01-192-23/+0
* [Qt] Avoid QApplication duplication via test main()Bruno de Oliveira Abinader2017-01-181-16/+3
* [Qt] Add more docsThiago Marcos P. Santos2017-01-091-76/+455
* [Qt] Removed unused methodsThiago Marcos P. Santos2017-01-091-15/+0
* Port raggedness-minimizing line breaking from gl-js.Chris Loer2017-01-051-10/+9
* Cleaning up line breaking code.Chris Loer2017-01-051-7/+4
* [Qt] Expose method for changing the base API URLThiago Marcos P. Santos2017-01-051-0/+23
* [Qt] Add docs for QMapboxGLThiago Marcos P. Santos2017-01-031-34/+195
* [Qt] Added docs for QMapboxGLSettingsThiago Marcos P. Santos2017-01-031-1/+107
* [Qt] Move QMapboxGL stuff from QMapbox namespaceThiago Marcos P. Santos2017-01-036-30/+30
* [Qt] Simplify setTransitionOptionsThiago Marcos P. Santos2017-01-031-25/+5
* [Qt] Removed unused methodsThiago Marcos P. Santos2017-01-031-17/+2
* [Qt] Implement updateSourceThiago Marcos P. Santos2016-12-142-3/+27
* [Qt] Fix build when ICU is disabledThiago Marcos P. Santos2016-12-131-1/+1
* [qt] Skip ICU if WITH_QT_I18N is setBruno de Oliveira Abinader2016-12-121-0/+56
* [Qt] Allow strings as data source in the QML ItemThiago Marcos P. Santos2016-12-091-3/+8
* [Qt] Remove route before addingThiago Marcos P. Santos2016-12-091-1/+7
* [qt] Added copyrightsChanged() signalBruno de Oliveira Abinader2016-12-082-0/+12
* [qt, macos] Remove workaround for a bug in Qt 5.7Bruno de Oliveira Abinader2016-12-071-9/+0
* [build] upgrade to variant 1.1.4 and dependenciesKonstantin Käfer2016-11-281-2/+2
* [qt] Use QOpenGLWidget instead of QGLWidget from Qt 5.4 onwardsBruno de Oliveira Abinader2016-11-281-0/+1
* [qt, macos] Consume GL_INVALID_OPERATION from QtBruno de Oliveira Abinader2016-11-282-25/+19
* [build] move logging to utilKonstantin Käfer2016-11-223-3/+3
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
* [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-041-1/+0
* [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-011-0/+1