summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Expand)AuthorAgeFilesLines
...
* [Qt] QQuickMapboxGLRenderer is now a friend of QQuickMapboxGLBruno de Oliveira Abinader2016-09-264-92/+48
* [Qt] Move QMapboxGL::MapChange to QMapbox namespaceBruno de Oliveira Abinader2016-09-268-63/+66
* [Qt] Add a more compelling runtime style exampleThiago Marcos P. Santos2016-09-237-272/+1404
* [Qt] Add map pitch support on the example appThiago Marcos P. Santos2016-09-231-1/+3
* [Qt] Add API for adding icon to the styleThiago Marcos P. Santos2016-09-232-9/+28
* [glfw, qt] Added missing docs (#6428)Bruno de Oliveira Abinader2016-09-221-0/+4
* [qt] Initial style from MAPBOX_STYLE_URL if setBruno de Oliveira Abinader2016-09-221-1/+7
* [build] use Mason's sqlite when linking Qt tests (#6395)Konstantin Käfer2016-09-201-0/+2
* [build] upgrade dependenciesKonstantin Käfer2016-09-201-2/+2
* [build] Upgrade GLFW to 3.2.1, SQLite to 3.14.2 and libwebp to 0.5.1Konstantin Käfer2016-09-192-2/+3
* [qt] HttpFileSource - rate limitIvo van Dongen2016-09-131-0/+12
* [qt] Fix bug in fromQStringListBruno de Oliveira Abinader2016-09-131-2/+3
* [qt] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-133-22/+26
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-4/+0
* [Qt] s/parent_/parentThiago Marcos P. Santos2016-08-261-2/+2
* [Qt] Initial documentation stubThiago Marcos P. Santos2016-08-262-0/+88
* [Qt][tests] Added tests for set style interfaceThiago Marcos P. Santos2016-08-262-0/+95
* [Qt] setStyleURL and setStyleJSON name reviewThiago Marcos P. Santos2016-08-264-10/+10
* [Qt] Read the access token from the environment by defaultThiago Marcos P. Santos2016-08-262-1/+1
* [Qt] Implement a Qt headless rendererThiago Marcos P. Santos2016-08-223-9/+113
* [Qt] Enable tests on macOSThiago Marcos P. Santos2016-08-222-0/+2
* [Qt] Added QQuickMapboxGLStyleBruno de Oliveira Abinader2016-08-179-32/+161
* [Qt] Use MapChangeWillStartLoadingMap to get notified about style changesBruno de Oliveira Abinader2016-08-175-4/+40
* [Qt] Invert parent/child notification mechanism in QQuickMapboxGLStylePropertyBruno de Oliveira Abinader2016-08-174-60/+77
* [Qt] Use QVariantMap in QQuickMapboxGLStylePropertyBruno de Oliveira Abinader2016-08-175-57/+29
* [Qt] Use strict signature for add{Source,Layer}Bruno de Oliveira Abinader2016-08-172-7/+7
* [Qt] Remove template from eachMemberBruno de Oliveira Abinader2016-08-171-2/+3
* [build] Workaround automoc issue on some cmake versionsThiago Marcos P. Santos2016-08-053-8/+4
* [build] use cmake script bundled with MasonKonstantin Käfer2016-08-052-5/+6
* [build] unify naming of Makefile targetsKonstantin Käfer2016-08-051-0/+4
* [build] make headless rendering work with Qt on macOSKonstantin Käfer2016-08-052-10/+8
* [Qt] Use Qt decoder instead of nunicodeThiago Marcos P. Santos2016-08-052-5/+3
* [build] Re-enable Qt botsThiago Marcos P. Santos2016-08-052-2/+3
* [build] add missing Qt5 filesKonstantin Käfer2016-08-051-0/+2
* [build] exclude CMake 3.6.0 due to an automoc naming bugKonstantin Käfer2016-08-052-4/+5
* [build] Build Qt with CMakeThiago Marcos P. Santos2016-08-055-0/+228
* [build] switch to CMakeKonstantin Käfer2016-08-057-467/+2
* [qt] Added QQuickMapboxGL{Layout,Paint}StylePropertyBruno de Oliveira Abinader2016-07-2910-19/+324
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-0/+2
* [qt] Implement QQuickMapboxGL color propertyBruno de Oliveira Abinader2016-07-274-29/+63
* [build] Upgrade geojson-vt-cpp@6.1.2Bruno de Oliveira Abinader2016-07-261-1/+1
* [Qt] Use Qt text codec instead of nunicodeThiago Marcos P. Santos2016-07-223-4/+30
* Revert "add supercluster dependency"Vladimir Agafonkin2016-07-181-2/+0
* add supercluster dependencyVladimir Agafonkin2016-07-181-0/+2
* [Qt] Use the thread implementation appropriated to the targetThiago Marcos P. Santos2016-07-161-3/+11
* [qt] if `qmake` isn't available, try `qmake-qt5` (#5658)Aki Koskinen2016-07-121-1/+6
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-122-11/+5
* [Qt] Bind 'L' on the example app to runtime style example1.3v81Thiago Marcos P. Santos2016-07-114-0/+290
* [Qt] Implement a GeoJSON coverter from QByteArrayThiago Marcos P. Santos2016-07-113-3/+48
* [Qt] Added add/remove style source methodThiago Marcos P. Santos2016-07-113-0/+38