summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* Bump Mapbox GL Nativeqt-v1.2.0Thiago Marcos P. Santos2017-11-275-7/+27
| | | | mapbox-gl-native @ cf3357ea4517e74ba3a63434c330a1506064b130
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-132-0/+10
| | | | mapbox-gl-native @ 10a9b25928bd8cd28f0c459de1f083e206e473e5
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-125-41/+60
| | | | mapbox-gl-native @ 92608f58858d77c17a65ae9b29758e74bb2da7d2
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-019-278/+623
| | | | mapbox-gl-native @ 0ef7b7154f6d4498077a83db5c486c61bc34938c
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-10-1816-67/+357
| | | | mapbox-gl-native @ 10f7af19ce1ec61f37459f9cd75e2a0c89a0c790
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-08-227-26/+19
| | | | mapbox-gl-native @ bd15e273dce767458d335aeb1f50aa081390d593
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-091317-509596/+1471
| | | | mapbox-gl-native @ edd7948893fcd40a24d96b790e21d3dd028cecbe
* [Qt] Make it possible to add a layer before another layerThiago Marcos P. Santos2017-05-112-7/+9
|
* [Qt] Remove legacy QOpenGL dependency from Qt5 buildThiago Marcos P. Santos2017-03-044-4/+15
| | | | OpenGL on Qt5 is offered via QtGui.
* [core] Safeguard ICU UChar usageBruno de Oliveira Abinader2017-03-021-7/+9
|
* [Qt] Repo cleanup for Qt packagingThiago Marcos P. Santos2017-02-202-37/+0
| | | | | QTBUG-59027 QTBUG-58864
* [Qt] Added missing conversion helpersBruno de Oliveira Abinader2017-02-133-0/+32
|
* [Qt] Added QMapboxGL::sourceExistsBruno de Oliveira Abinader2017-02-132-0/+9
|
* [Qt] Added QMapbox::Feature → GeoJSON conversion helperBruno de Oliveira Abinader2017-02-133-3/+73
|
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-084-9/+158
|
* [Qt] Moved GeoJSON-related conversion functions to qt_geojson.hppBruno de Oliveira Abinader2017-02-083-41/+49
|
* [Qt] Added QMapboxGL::layerExistsBruno de Oliveira Abinader2017-02-082-1/+10
|
* [Qt] Guarantee QSqlDatabase connection name uniquenessBruno de Oliveira Abinader2017-02-011-1/+8
| | | | | Guarantee QSqlDatabase connection name uniqueness by using a static counter together with the current thread.
* [Qt] Avoid using brace-list init ctor in QMapboxGLBruno de Oliveira Abinader2017-01-313-23/+42
|
* [Qt] Refactor QMapbox Annotations APIBruno de Oliveira Abinader2017-01-266-48/+222
|
* [build] Remove submodules and Makefileqt-v1.0.0qt-1.0.0Thiago Marcos P. Santos2017-01-243-0/+0
| | | | | They are crashing the Qt Windows CIs because of long filenames and Qt CI will try to run the Makefile.
* [gcc4.9] Only do bracket initialization where GCC4.9 can handle itThiago Marcos P. Santos2017-01-241-1/+5
| | | | | GCC 4.9 cannot do bracket initialization when one of the attributes already has a default value.
* [Qt] Add a qmake project fileThiago Marcos P. Santos2017-01-241-0/+31
|
* [Qt] Added standalone buildThiago Marcos P. Santos2017-01-243-0/+137
| | | | No external deps, only Qt and header only libs.
* [build] Prefix files so the root directory can be changedThiago Marcos P. Santos2017-01-242-53/+53
|
* [core] Do not use S_ISDIRThiago Marcos P. Santos2017-01-241-2/+1
| | | | Seems like Windows can do `stat()` but not S_ISDIR.
* [Qt] Make qt.cmake Windows-friendlyThiago Marcos P. Santos2017-01-241-1/+5
| | | | | - Do not build headless view. - Add no-op thread implementation.
* [Qt] Add a no-op thread helper for other platformsThiago Marcos P. Santos2017-01-241-0/+19
|
* [Qt] Use QThreadStorage for thread localThiago Marcos P. Santos2017-01-242-1/+44
| | | | Portable.
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-01-246-1/+64
|
* [Qt] Remove QtQuick dependency from the low-level APIThiago Marcos P. Santos2017-01-248-19/+8
| | | | Not really needed.
* [android] Move the simple map activity to a "Basic" section, always listed ↵Antonio Zugaldia2017-01-233-2/+4
| | | | | | | | first (#7817) * move the simple map activity to a basic section, always listed first * category_first -> category_basic
* Test app refactor (#7598)Cameron Mace2017-01-23107-3268/+666
|
* [android] - when updating positon, wait for render call to invalidate ↵Tobrun2017-01-232-3/+4
| | | | updated marker position, correct camera invalidation for all moveCamera method invocations (#7794)
* [linux] mesa 13.0.3John Firebaugh2017-01-231-15/+10
|
* [Qt] Check for Qt SQLite database driverBruno de Oliveira Abinader2017-01-231-20/+21
|
* [Qt] Explicitly map the `bool` binder to `int`Thiago Marcos P. Santos2017-01-231-1/+5
| | | | On Qt4 and Qt5 the QVariant conversion from bool behaves differently.
* [Qt] Save a copy when using binary data if possibleThiago Marcos P. Santos2017-01-231-9/+10
|
* [Qt] Implement mapbox::sqlite::{Database,Statement} using QtSqlBruno de Oliveira Abinader2017-01-235-3/+416
|
* [core] Replace sqlite3.h dependency in offline databaseBruno de Oliveira Abinader2017-01-232-4/+9
|
* [core] Move sqlite::Statement::check to pimplBruno de Oliveira Abinader2017-01-232-23/+21
|
* [core] Move lastInsertRowId/changes to sqlite::StatementBruno de Oliveira Abinader2017-01-233-20/+25
|
* [core] Private implementation for SQLite interfaceBruno de Oliveira Abinader2017-01-232-118/+149
|
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-237-109/+69
| | | | | | * [android] - zoom to at least 2 when tracking is enabled, introduce interface for zoom invalidation, simplify example * fixup unit test, added test for new interface + focal point interface
* [android] - redraw MyLocationView when tilt changes, setTilt after ↵Tobrun2017-01-232-2/+3
| | | | CameraUpdate has finished animating (#7799)
* [android] - remove redundant log statements in native_map_view.cpp (#7801)Tobrun2017-01-231-58/+1
|
* [android] - decouple make apackage for measuring execution time (#7771)Tobrun2017-01-221-3/+13
|
* [Qt] Fix build with WITH_QT_I18N=1Thiago Marcos P. Santos2017-01-201-6/+6
|
* [Qt] Do not use c_str() when converting from UTF8Thiago Marcos P. Santos2017-01-201-2/+2
|
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-207-0/+38
|