| Commit message (Expand) | Author | Age | Files | Lines |
* | [qt] Fix import/export symbols declarations | Thiago Marcos P. Santos | 2018-01-10 | 1 | -3/+3 |
* | [windows][qt] Remove std:: namespace of some functions | Thiago Marcos P. Santos | 2018-01-08 | 1 | -2/+2 |
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 3 | -17/+17 |
* | [core] fold HeadlessDisplay into the headless RenderBackend implementation | Konstantin Käfer | 2017-11-29 | 1 | -6/+6 |
* | [core, ios, qt, android] Close race condition in RunLoop (issue #9620) | Chris Loer | 2017-11-27 | 1 | -2/+4 |
* | [qt] Use qWarning() for logging | Thiago Marcos P. Santos | 2017-11-24 | 1 | -0/+12 |
* | [Qt] Update documentation | Bruno de Oliveira Abinader | 2017-11-23 | 1 | -6/+8 |
* | [Qt] Fix deprecation warnings in Qt 5.10 | Bruno de Oliveira Abinader | 2017-11-13 | 2 | -0/+10 |
* | [Qt] Explicit QVariant type as string when binding text | Bruno de Oliveira Abinader | 2017-11-09 | 1 | -2/+11 |
* | [Qt] Do not assume viewport size == fbo size in Qt4 | Bruno de Oliveira Abinader | 2017-11-09 | 1 | -0/+2 |
* | [Qt] Call QNetworkReply::readAll() only once | Bruno de Oliveira Abinader | 2017-11-09 | 3 | -6/+6 |
* | [Qt] Call QSqlQuery::finish() when inactive | Bruno de Oliveira Abinader | 2017-11-09 | 1 | -9/+10 |
* | [Qt] Do not store QSqlDatabase | Bruno de Oliveira Abinader | 2017-11-09 | 1 | -21/+30 |
* | [Qt] Qt SQLite driver has no setForwardOnly support | Bruno de Oliveira Abinader | 2017-11-09 | 1 | -4/+2 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 4 | -266/+295 |
* | [qt] use const for setting ResourceTransform | Rinigus | 2017-10-09 | 1 | -1/+1 |
* | [qt] add ResourceTransform API | Rinigus | 2017-10-09 | 2 | -0/+41 |
* | [build] split out DefaultFileSource and dependents to a separate target | Konstantin Käfer | 2017-09-28 | 1 | -0/+46 |
* | Preserve depth buffer between 3D layers + optimize render order (#9931) | Lauren Budorick | 2017-09-21 | 2 | -5/+5 |
* | [all] ensure runloop is the current scheduler | Ivo van Dongen | 2017-08-09 | 2 | -13/+7 |
* | [core] finish must-revalidate support | Konstantin Käfer | 2017-08-08 | 2 | -1/+4 |
* | [core] Remove std:: namespace for some functions | Thiago Marcos P. Santos | 2017-08-07 | 1 | -2/+3 |
* | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 4 | -14/+6 |
* | [Qt] Fix database timeout not being set correctly | Thiago Marcos P. Santos | 2017-07-26 | 1 | -1/+6 |
* | [qt] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 4 | -8/+11 |
* | [Qt] Use the Qt release version and Qt Framework version on the user agent | Thiago Marcos P. Santos | 2017-07-20 | 1 | -1/+4 |
* | [Qt] Avoid using brace-list init ctor in QMapboxGL | Thiago Marcos P. Santos | 2017-07-19 | 1 | -8/+8 |
* | [Qt] Rename files with same name | Thiago Marcos P. Santos | 2017-07-19 | 1 | -0/+0 |
* | [Qt] Destroy the map object before the renderer frontend | Thiago Marcos P. Santos | 2017-07-18 | 1 | -1/+1 |
* | [android][glfw][ios][macos][node][qt] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 4 | -6/+6 |
* | [qt] rendering interface changes | Ivo van Dongen | 2017-07-18 | 4 | -4/+94 |
* | [android][glfw][ios][macos][node][qt] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 2 | -2/+2 |
* | [Qt] Align database creation behavior with the default implementation | Thiago Marcos P. Santos | 2017-07-17 | 1 | -2/+11 |
* | [core] Make sure ThreadLocal will not own the pointer it is managing | Thiago Marcos P. Santos | 2017-07-14 | 1 | -1/+6 |
* | [Qt] Fix docs warnings | Thiago Marcos P. Santos | 2017-07-13 | 2 | -6/+6 |
* | [Qt] Share the DefaultFileSource for all QMapboxGL instances | Thiago Marcos P. Santos | 2017-07-13 | 2 | -2/+20 |
* | [Qt] Do not return a valid mbgl::Annotation if conversion fails | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -7/+7 |
* | [core] GCC 4.9 shadow member warnings | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -14/+14 |
* | [Qt] Add a no-op thread helper for other platforms | Thiago Marcos P. Santos | 2017-07-07 | 1 | -0/+19 |
* | [Qt] Use QThreadStorage for thread local | Thiago Marcos P. Santos | 2017-07-07 | 1 | -0/+44 |
* | [core] Move setStyleJSON/URL to Style; add Map::setStyle | John Firebaugh | 2017-06-22 | 1 | -4/+4 |
* | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 1 | -16/+17 |
* | [core] Added Backend::{assume,set}Viewport | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -2/+2 |
* | [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -0/+7 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 1 | -3/+4 |
* | [qt] Un-deprecate QMapboxGL::setTransitionOptions | John Firebaugh | 2017-05-15 | 1 | -5/+2 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 1 | -83/+2 |
* | [Qt] Make it possible to add a layer before another layer | Thiago Marcos P. Santos | 2017-05-11 | 1 | -5/+7 |
* | [core] Remove StyleSourcedAnnotation support | John Firebaugh | 2017-05-10 | 2 | -13/+0 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 2 | -9/+4 |