summaryrefslogtreecommitdiff
path: root/platform/qt/src/qmapbox.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [qt] Use QVector instead of QListThiago Marcos P. Santos2019-01-301-7/+7
| | | | | | | For our use case `QVector` is more efficient and will do less memory allocations. Fixes: #13830
* [qt] Deprecate Qt4 and old versions of Qt5Thiago Marcos P. Santos2018-11-131-4/+0
| | | | Not enough adoption to keep the platform alive.
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-20/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # include/mbgl/style/expression/let.hpp # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapKeyListener.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Projection.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/geometry/LatLngBoundsTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/gradle/dependencies.gradle # platform/android/src/example_custom_layer.cpp # platform/android/src/geojson/point.cpp # platform/darwin/src/NSPredicate+MGLAdditions.mm # platform/darwin/test/MGLExpressionTests.mm # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/app/MBXViewController.m # src/mbgl/renderer/layers/render_custom_layer.cpp # src/mbgl/style/conversion/filter.cpp # src/mbgl/style/expression/interpolate.cpp # src/mbgl/style/expression/value.cpp # test/style/filter.test.cpp
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-20/+2
| | | | | | | | | | | | Use a host interface for CustomLayer instead of function pointers Co-authored-by: Julian Rex <julian.rex@mapbox.com>
* | [qt] Rename Qt SDK to 'Mapbox Maps SDK for Qt'Bruno de Oliveira Abinader2018-02-271-7/+7
|/
* [qt] Fix import/export symbols declarationsThiago Marcos P. Santos2018-01-101-3/+3
| | | | Fixes #10875
* [Qt] Fix docs warningsThiago Marcos P. Santos2017-07-131-1/+1
|
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-101-10/+0
| | | | The functionality this provided has been subsumed by the runtime styling API.
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-23/+0
|
* [Qt] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-1/+0
|
* [Qt] Document QMapbox + qdoc fixesBruno de Oliveira Abinader2017-02-221-2/+219
|
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-081-0/+6
|
* [Qt] Remove QtQuick dependency from the low-level APIThiago Marcos P. Santos2017-01-241-10/+0
| | | | Not really needed.
* [Qt] Move QMapboxGL stuff from QMapbox namespaceThiago Marcos P. Santos2017-01-031-18/+0
|
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-1/+1
|
* [Qt] Header cleanup (#6477)Thiago Marcos P. Santos2016-09-271-3/+13
| | | Make some headers private, so we only commit with the QML API.
* [core, qt] Generalized source change notificationMinh Nguyễn2016-09-261-1/+1
| | | | This same notification can in the future be used for other changes to a source.
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+1
| | | | | | Implemented observer callbacks so the style knows when the source’s attribution changes and the map knows when the style’s attribution changes. Also implemented a getter for a tile source’s attribution. Fixes #2723.
* [Qt] Move QMapboxGL::MapChange to QMapbox namespaceBruno de Oliveira Abinader2016-09-261-1/+19
|
* [Qt] Initialize GL extensions on MapWindowBruno de Oliveira Abinader2016-05-131-2/+7
| | | | | | | QMapboxGL relies on its embedding widget to call for the GL extensions initialization function. Fixes #5024.
* [Qt] Statically assert reflected Qt enumsBruno de Oliveira Abinader2016-04-281-17/+7
|
* [Qt] Initialize GL extensionsThiago Marcos P. Santos2016-04-281-0/+15
| | | | It will also enable Vertex Array Objects.
* [Qt] Do not use non-Qt headersThiago Marcos P. Santos2016-04-251-0/+15
|
* [Qt] Expose API to go full offline/onlineThiago Marcos P. Santos2016-04-201-0/+32