summaryrefslogtreecommitdiff
path: root/platform/qt
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Qt] Initialize GL extensions on MapWindowBruno de Oliveira Abinader2016-05-136-4/+24
* [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] Always use setCoordinateZoom()Thiago Marcos P. Santos2016-05-101-6/+2
* [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
* [Qt] Added Qt SDK documentationBruno de Oliveira Abinader2016-05-081-0/+66
* [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
* [Qt] Include what you useThiago Marcos P. Santos2016-05-042-0/+2
* [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
* [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
* [Qt] Add more properties stubsThiago Marcos P. Santos2016-05-023-0/+39
* [Qt] Set the test application iconThiago Marcos P. Santos2016-05-023-0/+9
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-291-0/+8
* [core] Upgrade to boost 1.60.0 (#4899)John Firebaugh2016-04-281-1/+1
* [Qt] C++98 compatibilityThiago Marcos P. Santos2016-04-281-1/+1
* [Qt] Statically assert reflected Qt enumsBruno de Oliveira Abinader2016-04-283-45/+60
* [Qt] s/mapRegionDidChange()/mapChanged(QMapboxGL::MapChange)/ signalBruno de Oliveira Abinader2016-04-283-18/+27
* [Qt] Make needsRendering signal asynchronousThiago Marcos P. Santos2016-04-282-2/+8
* [Qt] Initialize GL extensionsThiago Marcos P. Santos2016-04-283-0/+21
* [Qt] Set a zoom and a coordinate on the QML test appThiago Marcos P. Santos2016-04-271-13/+10
* [Qt] Expose center and zoom propertiesThiago Marcos P. Santos2016-04-276-1/+167
* [build] Move Qt version define to configure.shBruno de Oliveira Abinader2016-04-272-3/+5
* [Qt] Flip Qt Quick item vertically if Qt version >= 5.6Bruno de Oliveira Abinader2016-04-271-0/+4
* [Qt] Added qt-qml-app exampleBruno de Oliveira Abinader2016-04-276-0/+116
* [Qt] Added QQuickMapboxGL{,Renderer}Bruno de Oliveira Abinader2016-04-277-0/+138
* [Qt] Use shared GL context by defaultThiago Marcos P. Santos2016-04-271-1/+1