Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [qt] Deprecate Qt4 and old versions of Qt5 | Thiago Marcos P. Santos | 2018-11-13 | 2 | -41/+1 |
* | [Qt] Check if property value is a valid JSON string | Bruno de Oliveira Abinader | 2018-08-06 | 1 | -1/+15 |
* | [qt] Fix crash on the example app when launching multiple windows | Thiago Marcos P. Santos | 2018-04-26 | 2 | -0/+8 |
* | [qt] Implement FBO handling | Thiago Marcos P. Santos | 2018-02-09 | 1 | -1/+4 |
* | [qt] Removed unused call | Thiago Marcos P. Santos | 2018-02-09 | 1 | -4/+0 |
* | [qt] Make example app build on Windows | Thiago Marcos P. Santos | 2018-01-10 | 1 | -12/+36 |
* | [core] GCC 4.9 bracket initialization issues | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -6/+16 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 1 | -10/+0 |
* | [Qt] Add example of adding a layer before other layer | Thiago Marcos P. Santos | 2017-05-11 | 1 | -2/+5 |
* | [core] Remove StyleSourcedAnnotation support | John Firebaugh | 2017-05-10 | 2 | -16/+0 |
* | [Qt] Add extrusion example to the Qt app | Thiago Marcos P. Santos | 2017-05-02 | 1 | -0/+34 |
* | [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/+4 |
* | [Qt] Added QMapbox::Feature → GeoJSON conversion helper | Bruno de Oliveira Abinader | 2017-02-08 | 1 | -0/+24 |
* | [Qt] Added QMapbox::Feature | Bruno de Oliveira Abinader | 2017-02-08 | 1 | -3/+3 |
* | [Qt] Refactor QMapbox Annotations API | Bruno de Oliveira Abinader | 2017-01-26 | 2 | -0/+60 |
* | [Qt] Added line-dasharray to the example app | Thiago Marcos P. Santos | 2017-01-09 | 1 | -0/+6 |
* | [Qt] Fixed typo s/maker/marker | Thiago Marcos P. Santos | 2017-01-09 | 1 | -31/+31 |
* | [Qt] Move QMapboxGL stuff from QMapbox namespace | Thiago Marcos P. Santos | 2017-01-03 | 1 | -1/+1 |
* | [Qt] Simplify setTransitionOptions | Thiago Marcos P. Santos | 2017-01-03 | 1 | -2/+2 |
* | [qt] Use QOpenGLWidget instead of QGLWidget from Qt 5.4 onwards | Bruno de Oliveira Abinader | 2016-11-28 | 2 | -3/+17 |
* | [qt] Defer MapWindow's QMapboxGL init to initializeGL() | Bruno de Oliveira Abinader | 2016-11-28 | 2 | -87/+93 |
* | [qt, macos] Consume GL_INVALID_OPERATION from Qt | Bruno de Oliveira Abinader | 2016-11-28 | 1 | -9/+0 |
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 2 | -8/+20 |
* | [qt] Fix macOS Qt demo app with Qt4.x | Bruno de Oliveira Abinader | 2016-10-24 | 1 | -0/+10 |
* | [Qt] Update QML runtime style example | Bruno de Oliveira Abinader | 2016-09-26 | 4 | -1301/+0 |
* | [Qt] Add a more compelling runtime style example | Thiago Marcos P. Santos | 2016-09-23 | 6 | -271/+1403 |
* | [Qt] Add map pitch support on the example app | Thiago Marcos P. Santos | 2016-09-23 | 1 | -1/+3 |
* | [qt] Initial style from MAPBOX_STYLE_URL if set | Bruno de Oliveira Abinader | 2016-09-22 | 1 | -1/+7 |
* | [qt] Separate transition options accessors from class API | Bruno de Oliveira Abinader | 2016-09-13 | 1 | -4/+5 |
* | [Qt] setStyleURL and setStyleJSON name review | Thiago Marcos P. Santos | 2016-08-26 | 1 | -1/+1 |
* | [Qt] Read the access token from the environment by default | Thiago Marcos P. Santos | 2016-08-26 | 1 | -1/+0 |
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 1 | -58/+0 |
* | [Qt] Bind 'L' on the example app to runtime style example1.3v81 | Thiago Marcos P. Santos | 2016-07-11 | 4 | -0/+290 |
* | [Qt] Added QMapbox::TransitionOptions to style class functions | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -0/+9 |
* | [Qt] QMapboxGLPrivate::getPixelRatio() cleanup | Bruno de Oliveira Abinader | 2016-05-26 | 1 | -4/+0 |
* | [Qt] Cycle debug options in Qt example app | Bruno de Oliveira Abinader | 2016-05-24 | 1 | -1/+8 |
* | [Qt] Fix map aspect ratio | Bruno de Oliveira Abinader | 2016-05-13 | 1 | -3/+6 |
* | [Qt] Initialize GL extensions on MapWindow | Bruno de Oliveira Abinader | 2016-05-13 | 2 | -0/+7 |
* | [Qt] Set the test application icon | Thiago Marcos P. Santos | 2016-05-02 | 1 | -0/+3 |
* | [Qt] Split Qt flags | Thiago Marcos P. Santos | 2016-04-26 | 1 | -2/+6 |
* | [Qt] Do not ignore compilation errors | Thiago Marcos P. Santos | 2016-04-25 | 1 | -1/+0 |
* | [Qt] Only include and link with QMapboxGL lib | Thiago Marcos P. Santos | 2016-04-25 | 1 | -3/+2 |
* | [Qt] Do not use non-Qt headers | Thiago Marcos P. Santos | 2016-04-25 | 1 | -10/+4 |
* | Merge pull request #4773 from mapbox/travis-qt5 | Bruno de Oliveira Abinader | 2016-04-21 | 1 | -0/+1 |
* | [Qt] Add the QMapbox header with QMapbox datatypes | Thiago Marcos P. Santos | 2016-04-20 | 1 | -1/+1 |
* | [Qt] Do not use Mapbox GL animations | Thiago Marcos P. Santos | 2016-04-20 | 1 | -3/+3 |
* | [Qt] Define the viewport size before rendering | Thiago Marcos P. Santos | 2016-04-20 | 1 | -0/+2 |
* | [Qt] Introduce --test | Thiago Marcos P. Santos | 2016-04-20 | 3 | -1/+55 |
* | [Qt] Build the Qt port | Thiago Marcos P. Santos | 2016-04-20 | 1 | -0/+52 |