summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Add docs for QMapboxGLThiago Marcos P. Santos2017-01-032-34/+196
|
* [Qt] Added docs for QMapboxGLSettingsThiago Marcos P. Santos2017-01-031-1/+107
|
* [Qt] Move QMapboxGL stuff from QMapbox namespaceThiago Marcos P. Santos2017-01-0310-75/+76
|
* [Qt] Simplify setTransitionOptionsThiago Marcos P. Santos2017-01-034-34/+8
|
* [Qt] Make some accessors Qt propertiesThiago Marcos P. Santos2017-01-031-1/+7
|
* [Qt] Removed unused methodsThiago Marcos P. Santos2017-01-032-26/+2
|
* [Qt] Implement updateSourceThiago Marcos P. Santos2016-12-143-3/+28
| | | | | It will create or update a source. Right now only GeoJSON sources are mutable and can be updated using this method.
* [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-123-3/+67
|
* [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-122-0/+5
|
* [Qt] Allow strings as data source in the QML ItemThiago Marcos P. Santos2016-12-092-3/+18
| | | | Data values starting with ':' will be assumed to be a resource.
* [Qt] Remove route before addingThiago Marcos P. Santos2016-12-095-7/+132
| | | | | This will allow to bind a GeoJSON to the source data property without throwing an exception.
* [qt] Added copyrightsChanged() signalBruno de Oliveira Abinader2016-12-083-0/+13
|
* [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-283-3/+18
|
* [qt] Defer MapWindow's QMapboxGL init to initializeGL()Bruno de Oliveira Abinader2016-11-282-87/+93
|
* [qt, macos] Consume GL_INVALID_OPERATION from QtBruno de Oliveira Abinader2016-11-283-34/+19
|
* [build] move logging to utilKonstantin Käfer2016-11-224-4/+4
|
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-222-5/+8
|
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-222-2/+3
|
* [build] move default_styles to platform/defaultKonstantin Käfer2016-11-222-1/+3
|
* [Qt] Copy headers to build path in 'qt-lib' targetBruno de Oliveira Abinader2016-11-141-0/+8
|
* [core] Refactor HeadlessBackendBruno de Oliveira Abinader2016-11-081-14/+21
|
* [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
| | | | Also asserts in Debug mode that the internal state and the OpenGL state are identical
* [Qt] Fix viewport size for Linux on Qt5Bruno de Oliveira Abinader2016-10-281-8/+4
|
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-272-19/+26
|
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-2510-134/+104
|
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-255-34/+65
|
* [qt] Fix macOS Qt demo app with Qt4.xBruno de Oliveira Abinader2016-10-241-0/+10
|
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-203-1/+7
| | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread
* [qt] Fix Qt5 bitrise botBruno de Oliveira Abinader2016-10-171-2/+3
|
* [test] Deploy core test fixtures on BitriseBruno de Oliveira Abinader2016-10-111-0/+7
|
* [android][ios][macos][linux][qt] included default LocalFileSourceIvo van Dongen2016-09-301-0/+1
|
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-1/+1
|
* [Qt] Connect to finished() and error() signals from QNetworkReplyBruno de Oliveira Abinader2016-09-282-5/+6
| | | | | | | Qt macOS network manage implementation differs from linux in a sense that some requests do not generate a finished() signal, but a error() instead - that is not caught up by the network access manager. This made QMapboxGL.styleURL utest hang for macOS.
* [Qt] Header cleanup (#6477)Thiago Marcos P. Santos2016-09-2721-64/+71
| | | Make some headers private, so we only commit with the QML API.
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-272-5/+7
|
* [core, qt] Generalized source change notificationMinh Nguyễn2016-09-262-2/+2
| | | | This same notification can in the future be used for other changes to a source.
* [core] Source-driven attributionMinh Nguyễn2016-09-263-2/+3
| | | | | | 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] Simplify QML exampleThiago Marcos P. Santos2016-09-261-374/+256
|
* [Qt] Implement QQuickMapboxGL::error{,String} propertiesBruno de Oliveira Abinader2016-09-262-12/+25
|
* [Qt] Replace remaining Mapbox-specific features as MapParameterBruno de Oliveira Abinader2016-09-264-66/+56
|
* [Qt] Update QML runtime style exampleBruno de Oliveira Abinader2016-09-269-275/+112
|
* [Qt] Added 'image' MapParameter typeBruno de Oliveira Abinader2016-09-263-1/+29
|
* [Qt] s/QQuickMapboxGL{Style,StyleProperty}/QQuickMapboxGLMapParameterBruno de Oliveira Abinader2016-09-2617-403/+538
|
* [Qt] Added QQuickMapboxGLMapParameterBruno de Oliveira Abinader2016-09-266-1/+136
|
* [Qt] Qt conversion toNumber() should accept QVariant::IntBruno de Oliveira Abinader2016-09-261-1/+1
|
* [Qt] Fix RVO warning in QMapbox::addAnnotationIconBruno de Oliveira Abinader2016-09-261-1/+1
|