summaryrefslogtreecommitdiff
path: root/platform/qt/app/mapwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [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-281-2/+2
|
* [qt] Defer MapWindow's QMapboxGL init to initializeGL()Bruno de Oliveira Abinader2016-11-281-83/+87
|
* [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-251-7/+19
|
* [qt] Fix macOS Qt demo app with Qt4.xBruno de Oliveira Abinader2016-10-241-0/+10
|
* [Qt] Add a more compelling runtime style exampleThiago Marcos P. Santos2016-09-231-19/+106
|
* [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] Bind 'L' on the example app to runtime style example1.3v81Thiago Marcos P. Santos2016-07-111-0/+29
|
* [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-131-0/+5
| | | | | | | 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] Do not use non-Qt headersThiago Marcos P. Santos2016-04-251-10/+4
|
* [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-201-1/+36
| | | | Run a simple test and print some stats.
* [Qt] Add a Qt app exampleBruno de Oliveira Abinader2016-04-201-0/+122
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>