summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Expand)AuthorAgeFilesLines
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-5/+5
* [qt] Bring back icon.pngMinh Nguyễn2017-04-201-1/+1
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-3/+4
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-5/+5
* [core] Remove unused bool() functionsBruno de Oliveira Abinader2017-04-141-9/+0
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-3/+3
* [qt] Avoid hardcoding Qt cellar pathMinh Nguyễn2017-04-101-2/+3
* [Qt] Sanitize QSize → mbgl::Size conversionBruno de Oliveira Abinader2017-04-101-10/+20
* [qt] Renamed qt5 formula to qtMinh Nguyễn2017-04-081-6/+6
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-7/+7
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-282-10/+6
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-25/+2
* [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