summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Install valgrind on-demandBruno de Oliveira Abinader2016-06-161-2/+0
|
* [Qt] Cleanup annotation usageBruno de Oliveira Abinader2016-06-161-2/+2
|
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-143-7/+7
| | | | Also renamed as many references to OS X as possible to macOS in documentation.
* [Qt][build] Updated valgrind supression and make it a target for QtThiago Marcos P. Santos2016-06-091-0/+2
|
* [build] Added Bitrise Qt5 status image to README.md [skip ci]Bruno de Oliveira Abinader2016-06-031-0/+1
|
* [build] Added Bitrise Qt{4,5} OS XBruno de Oliveira Abinader2016-06-032-0/+113
| | | | Part of #5121.
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-5/+5
|
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-4/+5
|
* [all] Rationalize annotation APIJohn Firebaugh2016-06-013-61/+8
|
* [Qt] Use geometry.hpp internally for shape annotationsThiago Marcos P. Santos2016-06-011-8/+7
|
* [Qt] Fix typo in QMapboxGL::resizeBruno de Oliveira Abinader2016-06-011-1/+1
|
* [build] Added unique_resource as dependencyBruno de Oliveira Abinader2016-06-011-0/+1
|
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-311-0/+1
|
* [Qt] Share the same RunLoop if in the same threadThiago Marcos P. Santos2016-05-272-4/+15
|
* [Qt] Assert that we run the async on the right loopThiago Marcos P. Santos2016-05-271-0/+4
|
* [Qt] QMapboxGLPrivate::getPixelRatio() cleanupBruno de Oliveira Abinader2016-05-263-17/+17
|
* [Qt] Cycle debug options in Qt example appBruno de Oliveira Abinader2016-05-241-1/+8
|
* [Qt] Consider pixel ratio in View::getFramebufferSize()Bruno de Oliveira Abinader2016-05-241-0/+5
|
* [build] Make gyp commands more consistentJohn Firebaugh2016-05-241-0/+1
|
* [build] Avoid variable name coupling between main.mk and configureJohn Firebaugh2016-05-231-1/+1
|
* [build] Avoid variable name coupling between main.mk and configure.shJohn Firebaugh2016-05-231-0/+2
|
* [core] Update to geometry.hpp 0.5.0John Firebaugh2016-05-131-1/+1
|
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+2
|
* [Qt] Fix map aspect ratioBruno de Oliveira Abinader2016-05-133-4/+17
| | | | | | | Take QGuiApplication::devicePixelRatio() in consideration when resizing the map. Fixes #4889.
* [Qt] Initialize GL extensions on MapWindowBruno de Oliveira Abinader2016-05-136-4/+24
| | | | | | | QMapboxGL relies on its embedding widget to call for the GL extensions initialization function. Fixes #5024.
* [Qt] Update style to v9 + bumped min/max zoom levelsBruno de Oliveira Abinader2016-05-111-4/+4
|
* [Qt] Added viewport modeBruno de Oliveira Abinader2016-05-114-6/+28
| | | | | | | | | | | | | Qt Quick requires third-party rendering codes to follow its standards with regards to viewport transform. Qt 5.6 adds a 'mirrorVertically' property but that only solves the solution for that version of Qt onwards. Telling Mapbox GL core to flip the Y axis makes QQuickMapboxGL item available for Qt 5.2 onwards. Qt 'mirrorVertically' property documentation: http://doc.qt.io/qt-5/qquickframebufferobject.html#mirrorVertically-prop Fixes #4866.
* [Qt] Always use setCoordinateZoom()Thiago Marcos P. Santos2016-05-101-6/+2
| | | | | Because at low zoom levels setting a new coordinate won't correspond to the actual coordinate on the map.
* [build] Fix broken build on OSXThiago Marcos P. Santos2016-05-101-2/+2
|
* [Qt] Use C++11 ABI packagesThiago Marcos P. Santos2016-05-101-2/+2
| | | | | | These were causing linking errors on more recent Linux distros. Fixes #3123.
* [Qt] Added Qt SDK documentationBruno de Oliveira Abinader2016-05-081-0/+66
| | | | | | Fixes #4970. [skip ci]
* [core] Update geometry to 0.3.0John Firebaugh2016-05-061-1/+1
|
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-052-3/+2
|
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-053-10/+25
| | | | Pull less dependencies.
* [Qt] Include what you useThiago Marcos P. Santos2016-05-042-0/+2
| | | | Build fix for some Qt versions.
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-0/+1
|
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-0/+1
|
* [Qt] Removed unused resourceBruno de Oliveira Abinader2016-05-031-0/+0
|
* [Qt] Add new features to the Qt QML appThiago Marcos P. Santos2016-05-031-20/+205
| | | | | Cool features like Flipable, satellite maps and sliders interacting with the map properties.
* [Qt] Use mbgl constants to define zoom limitsThiago Marcos P. Santos2016-05-031-2/+2
|
* [Qt] Add `pitch` property to QML MapboxGL TypeThiago Marcos P. Santos2016-05-033-6/+40
|
* [Qt] Fix panning the map not updating the center propertyThiago Marcos P. Santos2016-05-033-5/+19
|
* [core] Use gyp's direct_dependent_settings to propagate variant cflagsJohn Firebaugh2016-05-021-1/+0
|
* [Qt] Implement bearing on the QML Mapbox Map typeThiago Marcos P. Santos2016-05-023-0/+34
|
* [Qt] Implement pan() methodThiago Marcos P. Santos2016-05-023-0/+31
|
* [Qt] Constrain zoom levels when min/max changesThiago Marcos P. Santos2016-05-021-0/+2
|
* [Qt] Allow setting the style via QMLThiago Marcos P. Santos2016-05-024-1/+38
|
* [Qt] Added plugin stubThiago Marcos P. Santos2016-05-022-0/+17
|
* [Qt] Added error handling stubsThiago Marcos P. Santos2016-05-022-0/+17
|
* [Qt] Add QtLocation to the buildsystemThiago Marcos P. Santos2016-05-023-0/+6
| | | | Needed by the next patch.