Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [qt] Add an interface for Static rendering | Thiago Marcos P. Santos | 2018-02-09 | 1 | -0/+15 |
| | |||||
* | [qt] Implement FBO handling | Thiago Marcos P. Santos | 2018-02-09 | 1 | -3/+3 |
| | | | | Needed for rendering 3D extrusions properly. | ||||
* | [qt] Expose an interface to create a renderer on a separated thread | Thiago Marcos P. Santos | 2018-02-09 | 1 | -0/+5 |
| | | | | If not called, it will render on the main thread as usual. | ||||
* | [qt] Fix import/export symbols declarations | Thiago Marcos P. Santos | 2018-01-10 | 2 | -12/+18 |
| | | | | Fixes #10875 | ||||
* | [qt] Removed unused headers | Thiago Marcos P. Santos | 2018-01-08 | 2 | -2/+0 |
| | |||||
* | [Qt] Update documentation | Bruno de Oliveira Abinader | 2017-11-23 | 1 | -0/+4 |
| | |||||
* | [qt] use const for setting ResourceTransform | Rinigus | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | [qt] add ResourceTransform API | Rinigus | 2017-10-09 | 1 | -0/+6 |
| | |||||
* | [Qt] Avoid using brace-list init ctor in QMapboxGL | Thiago Marcos P. Santos | 2017-07-19 | 1 | -6/+23 |
| | |||||
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 1 | -7/+1 |
| | |||||
* | [Qt] Make it possible to add a layer before another layer | Thiago Marcos P. Santos | 2017-05-11 | 1 | -2/+2 |
| | |||||
* | [core] Remove StyleSourcedAnnotation support | John Firebaugh | 2017-05-10 | 1 | -6/+0 |
| | | | | The functionality this provided has been subsumed by the runtime styling API. | ||||
* | [core] Move OpenGL extension initialization to Backend | Konstantin Käfer | 2017-03-23 | 1 | -2/+0 |
| | |||||
* | [qt] Add setFramebufferObject() for correct FBO binding restoration | Konstantin Käfer | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | [Qt] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 1 | -1/+0 |
| | |||||
* | [Qt] Remove the QML app | Thiago Marcos P. Santos | 2017-03-06 | 2 | -210/+0 |
| | | | | | We are now on Qt 5.9 and this is where the plugin will be developed from now on. | ||||
* | [Qt] FBO handling should happen outside of QMapboxGL::render | Bruno de Oliveira Abinader | 2017-03-01 | 1 | -8/+0 |
| | |||||
* | [Qt] Document QMapbox + qdoc fixes | Bruno de Oliveira Abinader | 2017-02-22 | 1 | -16/+0 |
| | |||||
* | [Qt] Added missing conversion helpers | Bruno de Oliveira Abinader | 2017-02-21 | 2 | -0/+6 |
| | |||||
* | [Qt] Added QMapboxGL::sourceExists | Bruno de Oliveira Abinader | 2017-02-09 | 1 | -0/+1 |
| | |||||
* | [Qt] Added QMapbox::Feature | Bruno de Oliveira Abinader | 2017-02-08 | 1 | -4/+18 |
| | |||||
* | [Qt] Added QMapboxGL::layerExists | Bruno de Oliveira Abinader | 2017-02-08 | 1 | -0/+1 |
| | |||||
* | [Qt] Refactor QMapbox Annotations API | Bruno de Oliveira Abinader | 2017-01-26 | 2 | -12/+65 |
| | |||||
* | [Qt] Remove QtQuick dependency from the low-level API | Thiago Marcos P. Santos | 2017-01-24 | 5 | -1/+212 |
| | | | | Not really needed. | ||||
* | [Qt] Fix build when using Qt namespaces | Thiago Marcos P. Santos | 2017-01-19 | 1 | -6/+6 |
| | | | | | | Fix when building with namespaces enabled. http://wiki.qt.io/Qt_In_Namespace | ||||
* | [Qt] Add more docs | Thiago Marcos P. Santos | 2017-01-09 | 1 | -2/+2 |
| | |||||
* | [Qt] Removed unused methods | Thiago Marcos P. Santos | 2017-01-09 | 1 | -3/+0 |
| | | | | They will never return true because Qt only does client side animations. | ||||
* | [Qt] Expose method for changing the base API URL | Thiago Marcos P. Santos | 2017-01-05 | 1 | -0/+4 |
| | | | | Useful for redirecting to a cache server or debugging. | ||||
* | [Qt] Move QMapboxGL stuff from QMapbox namespace | Thiago Marcos P. Santos | 2017-01-03 | 2 | -31/+32 |
| | |||||
* | [Qt] Simplify setTransitionOptions | Thiago Marcos P. Santos | 2017-01-03 | 2 | -7/+1 |
| | |||||
* | [Qt] Make some accessors Qt properties | Thiago Marcos P. Santos | 2017-01-03 | 1 | -1/+7 |
| | |||||
* | [Qt] Removed unused methods | Thiago Marcos P. Santos | 2017-01-03 | 1 | -9/+0 |
| | |||||
* | [Qt] Implement updateSource | Thiago Marcos P. Santos | 2016-12-14 | 1 | -0/+1 |
| | | | | | It will create or update a source. Right now only GeoJSON sources are mutable and can be updated using this method. | ||||
* | [qt] Added copyrightsChanged() signal | Bruno de Oliveira Abinader | 2016-12-08 | 1 | -0/+1 |
| | |||||
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 1 | -2/+11 |
| | |||||
* | [Qt] Header cleanup (#6477) | Thiago Marcos P. Santos | 2016-09-27 | 5 | -217/+1 |
| | | | Make some headers private, so we only commit with the QML API. | ||||
* | [core, qt] Generalized source change notification | Minh Nguyễn | 2016-09-26 | 1 | -1/+1 |
| | | | | This same notification can in the future be used for other changes to a source. | ||||
* | [core] Source-driven attribution | Minh Nguyễn | 2016-09-26 | 2 | -2/+2 |
| | | | | | | 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] Implement QQuickMapboxGL::error{,String} properties | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -1/+4 |
| | |||||
* | [Qt] Replace remaining Mapbox-specific features as MapParameter | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -15/+2 |
| | |||||
* | [Qt] Added 'image' MapParameter type | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -0/+8 |
| | |||||
* | [Qt] s/QQuickMapboxGL{Style,StyleProperty}/QQuickMapboxGLMapParameter | Bruno de Oliveira Abinader | 2016-09-26 | 6 | -124/+28 |
| | |||||
* | [Qt] Added QQuickMapboxGLMapParameter | Bruno de Oliveira Abinader | 2016-09-26 | 3 | -1/+57 |
| | |||||
* | [Qt] QQuickMapboxGLRenderer is now a friend of QQuickMapboxGL | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -19/+18 |
| | | | | | Simplify implementation by removing unsafe accessors from QQuickMapboxGL meant only to be used by QQuickMapboxGLRenderer. | ||||
* | [Qt] Move QMapboxGL::MapChange to QMapbox namespace | Bruno de Oliveira Abinader | 2016-09-26 | 2 | -22/+23 |
| | |||||
* | [Qt] Add API for adding icon to the style | Thiago Marcos P. Santos | 2016-09-23 | 1 | -0/+3 |
| | |||||
* | [qt] Separate transition options accessors from class API | Bruno de Oliveira Abinader | 2016-09-13 | 1 | -3/+3 |
| | |||||
* | [Qt] setStyleURL and setStyleJSON name review | Thiago Marcos P. Santos | 2016-08-26 | 1 | -4/+4 |
| | | | | Qt uses URL as Url and JSON as Json. | ||||
* | [Qt] Added QQuickMapboxGLStyle | Bruno de Oliveira Abinader | 2016-08-17 | 3 | -4/+47 |
| | | | | | | | A QQuickMapboxGLStyleProperty being a child of QQuickMapboxGLStyle assures that only properties associated with that particular style will reflect on the map - and that happens only when the style is the current set via style property. | ||||
* | [Qt] Use MapChangeWillStartLoadingMap to get notified about style changes | Bruno de Oliveira Abinader | 2016-08-17 | 1 | -1/+3 |
| |