summaryrefslogtreecommitdiff
path: root/platform/qt/app
Commit message (Collapse)AuthorAgeFilesLines
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-6/+16
|
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-10/+0
|
* [Qt] Add example of adding a layer before other layerThiago Marcos P. Santos2017-05-111-2/+5
|
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-102-16/+0
| | | | The functionality this provided has been subsumed by the runtime styling API.
* [Qt] Add extrusion example to the Qt appThiago Marcos P. Santos2017-05-021-0/+34
|
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-2/+0
|
* [qt] Add setFramebufferObject() for correct FBO binding restorationKonstantin Käfer2017-03-221-0/+4
|
* [Qt] Added QMapbox::Feature → GeoJSON conversion helperBruno de Oliveira Abinader2017-02-081-0/+24
|
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-081-3/+3
|
* [Qt] Refactor QMapbox Annotations APIBruno de Oliveira Abinader2017-01-262-0/+60
|
* [Qt] Added line-dasharray to the example appThiago Marcos P. Santos2017-01-091-0/+6
| | | | Showing how to add numbers in an array.
* [Qt] Fixed typo s/maker/markerThiago Marcos P. Santos2017-01-091-31/+31
| | | | It propagated via copy & paste. :-P
* [Qt] Move QMapboxGL stuff from QMapbox namespaceThiago Marcos P. Santos2017-01-031-1/+1
|
* [Qt] Simplify setTransitionOptionsThiago Marcos P. Santos2017-01-031-2/+2
|
* [qt] Use QOpenGLWidget instead of QGLWidget from Qt 5.4 onwardsBruno de Oliveira Abinader2016-11-282-3/+17
|
* [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-281-9/+0
|
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-8/+20
|
* [qt] Fix macOS Qt demo app with Qt4.xBruno de Oliveira Abinader2016-10-241-0/+10
|
* [Qt] Update QML runtime style exampleBruno de Oliveira Abinader2016-09-264-1301/+0
|
* [Qt] Add a more compelling runtime style exampleThiago Marcos P. Santos2016-09-236-271/+1403
|
* [Qt] Add map pitch support on the example appThiago Marcos P. Santos2016-09-231-1/+3
|
* [qt] Initial style from MAPBOX_STYLE_URL if setBruno de Oliveira Abinader2016-09-221-1/+7
|
* [qt] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-4/+5
|
* [Qt] setStyleURL and setStyleJSON name reviewThiago Marcos P. Santos2016-08-261-1/+1
| | | | Qt uses URL as Url and JSON as Json.
* [Qt] Read the access token from the environment by defaultThiago Marcos P. Santos2016-08-261-1/+0
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-58/+0
| | | | This is very much a work in progress.
* [Qt] Bind 'L' on the example app to runtime style example1.3v81Thiago Marcos P. Santos2016-07-114-0/+290
|
* [Qt] Added QMapbox::TransitionOptions to style class functionsBruno de Oliveira Abinader2016-06-201-0/+9
|
* [Qt] QMapboxGLPrivate::getPixelRatio() cleanupBruno de Oliveira Abinader2016-05-261-4/+0
|
* [Qt] Cycle debug options in Qt example appBruno de Oliveira Abinader2016-05-241-1/+8
|
* [Qt] Fix map aspect ratioBruno de Oliveira Abinader2016-05-131-3/+6
| | | | | | | Take QGuiApplication::devicePixelRatio() in consideration when resizing the map. Fixes #4889.
* [Qt] Initialize GL extensions on MapWindowBruno de Oliveira Abinader2016-05-132-0/+7
| | | | | | | QMapboxGL relies on its embedding widget to call for the GL extensions initialization function. Fixes #5024.
* [Qt] Set the test application iconThiago Marcos P. Santos2016-05-021-0/+3
| | | | The super cool Mapbox logo.
* [Qt] Split Qt flagsThiago Marcos P. Santos2016-04-261-2/+6
| | | | | The shared library won't link with things that we don't use, like QtOpenGL anymore.
* [Qt] Do not ignore compilation errorsThiago Marcos P. Santos2016-04-251-1/+0
| | | | But will no longer build with GCC 5.
* [Qt] Only include and link with QMapboxGL libThiago Marcos P. Santos2016-04-251-3/+2
| | | | Fixes #4808
* [Qt] Do not use non-Qt headersThiago Marcos P. Santos2016-04-251-10/+4
|
* Merge pull request #4773 from mapbox/travis-qt5Bruno de Oliveira Abinader2016-04-211-0/+1
| | | [build] Added Qt 5 build for Travis CI
* [Qt] Add the QMapbox header with QMapbox datatypesThiago Marcos P. Santos2016-04-201-1/+1
|
* [Qt] Do not use Mapbox GL animationsThiago Marcos P. Santos2016-04-201-3/+3
| | | | | Let animations to QPropertyAnimation so it can sync with other Qt animations and let the user define the easing curve Qt-style.
* [Qt] Define the viewport size before renderingThiago Marcos P. Santos2016-04-201-0/+2
|
* [Qt] Introduce --testThiago Marcos P. Santos2016-04-203-1/+55
| | | | Run a simple test and print some stats.
* [Qt] Build the Qt portThiago Marcos P. Santos2016-04-201-0/+52
|
* [Qt] Add a Qt app exampleBruno de Oliveira Abinader2016-04-203-0/+174
Should build and run with `make run-qt` Signed-off-by: Bruno Abinader <bruno@mapbox.com> Signed-off-by: Thiago Marcos P. Santos <thiago@mapbox.com>