summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Expand)AuthorAgeFilesLines
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-237-31/+19
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+4
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-232-16/+22
* [build] Autodetect Qt{4,5}Bruno de Oliveira Abinader2017-03-231-1/+0
* [qt] Add setFramebufferObject() for correct FBO binding restorationKonstantin Käfer2017-03-226-16/+55
* [Qt] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-212-2/+2
* [Qt] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-2/+2
* [Qt] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-154-31/+92
* [build] Remove custom bitrise 'skip ci' stuff (#8346)John Firebaugh2017-03-102-33/+0
* Use ICU compiled with -OsJohn Firebaugh2017-03-081-1/+1
* Update README.mdBruno de Oliveira Abinader2017-03-061-1/+1
* [Qt] Remove the QML appThiago Marcos P. Santos2017-03-0612-1312/+3
* [Qt] Remove legacy QOpenGL dependency from Qt5 buildThiago Marcos P. Santos2017-03-034-4/+15
* [Qt] FBO handling should happen outside of QMapboxGL::renderBruno de Oliveira Abinader2017-03-014-36/+4
* [build] Fix build on Ubuntu 16.04+Thiago Marcos P. Santos2017-02-231-1/+1
* [Qt] Document QMapbox + qdoc fixesBruno de Oliveira Abinader2017-02-224-20/+224
* [Qt] Added missing conversion helpersBruno de Oliveira Abinader2017-02-213-0/+32
* [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-203-4/+7
* [Qt] Added QMapboxGL::sourceExistsBruno de Oliveira Abinader2017-02-092-0/+9
* [build] Remove Mason submodule in favor of CMake masonKonstantin Käfer2017-02-081-1/+1
* [Qt] Added QMapbox::Feature → GeoJSON conversion helperBruno de Oliveira Abinader2017-02-083-3/+44
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-084-9/+147
* [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-082-1/+10
* [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-266-48/+222
* [Qt] Remove QtQuick dependency from the low-level APIThiago Marcos P. Santos2017-01-248-19/+8
* [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-235-3/+416
* [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-202-0/+18
* [Qt] Fix build when using Qt namespacesThiago Marcos P. Santos2017-01-195-13/+13
* [Qt] Use system defaults CAThiago Marcos P. Santos2017-01-196-33/+1
* [Qt] Avoid QApplication duplication via test main()Bruno de Oliveira Abinader2017-01-185-34/+33
* [Qt] Removed unused fileThiago Marcos P. Santos2017-01-091-21/+0
* [Qt] Fix cross compilation on OSXThiago Marcos P. Santos2017-01-091-1/+1
* [Qt] Added line-dasharray to the example appThiago Marcos P. Santos2017-01-091-0/+6
* [Qt] Fixed typo s/maker/markerThiago Marcos P. Santos2017-01-091-31/+31
* [Qt] Add more docsThiago Marcos P. Santos2017-01-092-78/+457
* [Qt] Removed unused methodsThiago Marcos P. Santos2017-01-092-18/+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-052-0/+27
* [Qt] Add docs for QMapboxGLThiago Marcos P. Santos2017-01-032-34/+196
* [Qt] Added docs for QMapboxGLSettingsThiago Marcos P. Santos2017-01-031-1/+107