summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation issues on GCC 9Bruno de Oliveira Abinader2020-04-271-0/+1
|
* [qt] Ignore status code with 'data' URLsTadej Novak2020-04-271-0/+10
|
* Fix buildSimon Hausmann2019-11-281-0/+1
| | | | | | | This file uses INT_MAX without expliciting include limits.h or climits, relying on implicit inclusion through Qt headers. In Qt 6 one such implicit inclusion is gone and so an explicit inclusion is required here.
* [qt] Make image source url update possibleTadej Novak2019-10-211-4/+10
|
* [qt] Fix Qt version comparisonSona Kurazyan2019-09-042-2/+2
| | | | | | Because the version is represented in hex, 0x051000 is not the same as Qt 5.10, which means that the deprecated code will be enabled for versions smaller than 5.16.
* [qt] Use FollowRedirectsAttribute in network requestsPaolo Angelelli2018-08-101-1/+4
|
* Bump Mapbox GL NativeSudarsana Babu Nagineni2018-08-0626-365/+914
| | | | | | Bump version. mapbox-gl-native @ 377a6e42d687c419e6ae1012b8626336f5dfc1b6
* Fix MinGW build againThiago Marcos P. Santos2018-05-111-3/+7
|
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-05-047-64/+81
| | | | | | Bump version. mapbox-gl-native @ 27b21363e62c105db0b040b4c5a5ef31170ebd30
* Fix MinGW buildThiago Marcos P. Santos2018-04-251-3/+7
|
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-03-084-1/+57
| | | | mapbox-gl-native @ eeadec3e061c0041257bc792eabb1db5fc05ef27
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-03-058-537/+645
| | | | mapbox-gl-native @ ae0e583590ce8d7a564c8d9cb7c0fcee5515125e
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-02-2427-346/+793
| | | | mapbox-gl-native @ 5de373fff0e71496b6aa11ecb6556f958a28d80b
* Bump Mapbox GL NativeBruno de Oliveira Abinader2017-11-297-92/+37
| | | | mapbox-gl-native @ 8757164ac8f2b033b2b12d4baf075ed18cfeb2b4
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-283-5/+14
| | | | mapbox-gl-native @ 5da5ba7706eb28b359b5d781bd2c769e336ca5ca
* 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
|