summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update build_tomtom_minimal.shjkoan-fix-libpng-downloadjkoan2017-07-081-1/+1
|
* Update build_tomtom_plugin.shjkoan2017-07-081-1/+1
|
* Use all available Cores on CI (#273)jkoan2017-06-266-11/+11
| | | Ci has 32 Cores, not 4 Which is reportet from nproc
* Use datecode insted of Tags as Android id (#274)jkoan2017-06-243-62/+12
| | | | | | | | * Remove all git repo test and use date to get rid of all tags * Del rests... * Dont delete to much? :D
* Update size estimations in Android map downloader (#272)R7651Johan Fitié2017-06-241-202/+203
|
* Fixed variables name in support lib macroR7647Pierre Grandin2017-06-221-2/+2
|
* Added an install target for support libsR7646Pierre Grandin2017-06-221-0/+3
| | | | Required for buildroot
* Merge pull request #270 from jfitie/AndroidDelMapInfoFileR7644jandegr2017-06-221-0/+1
|\ | | | | [Android] Delete MapInfoFile (.tmp.info) after successful download
| * [Android] Delete MapInfoFile (.tmp.info) after successful downloadJohan Fitié2017-06-211-0/+1
| |
* | Sailfish config (#271)R7642Stefan Wildemann2017-06-219-6946/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create config using xslt This converts the sailfish build to use xslt instead of predefined config. Unfortunately getting the zoom levels right is pain in the ass and therefor not (yet) done. * Configure internal gui for sailfish * Enable drag_bitmap * Move zoom buttons to overlay to remove them from bitmap drag * sailfish: use android style cursors for Car * fix: add build deps for newer sdk version. Add heightlines map * Remove standalone Sailfish config Got obsolete since this is now generated from xslt
* | Fix:xml:Fix XML formattingR7639Johan Fitié2017-06-211-2/+8
|/
* fix: android cursor size (#267)R7632Stefan Wildemann2017-06-201-1/+1
| | | | | Fix the base size of the android curser so the cursor drawing does not draw out of the given space. Some graphics backends (like qt5) that have real overlays don't like drawing out of the given overlay area.
* Change Android default layout from Car-Android to Car (#224)R7631Johan Fitié2017-06-201-1/+1
| | | | | http://trac.navit-project.org/ticket/1068 Since the Car-layout looks so much better than the Car-Android one, and speedwise most Android devices have no problem handling the Car-layout, I propose to set the default layout back to Car.
* [Android] Enable autozoom by default (#225)R7630Johan Fitié2017-06-201-0/+1
| | | Enable autozoom by default so that car navigation automatically zooms in on the vehicle based on current speed. Very useful when navigating.
* Add some more common landuse polygons (#262)R7629Johan Fitié2017-06-203-85/+407
| | | from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse
* Fix:build:Fix typo which causes CMake warningR7624Sebastian Leske2017-06-171-1/+1
|
* Fix:build:Regenerate navit*.xml if XSLT files change. Fixes first part of #1333.Sebastian Leske2017-06-172-1/+9
|
* Fix:xml:Remove unused XSLT files android_*.xsltSebastian Leske2017-06-163-63/+0
|
* Fix:gui_internal:Add missing types to POI filter bus&train.Sebastian Leske2017-06-161-1/+1
|
* fix: graphics_qt5 fix layer drawing and draggingR7618Stefan Wildemann2017-06-132-12/+35
| | | | Now cursor is drawn right with qml and qwidgets
* Correctly implement draw_drag on graphics_qt5R7612Stefan Wildemann2017-06-064-18/+38
|
* Fix: Make rotating compatible to Qt 5.2 (#256)R7604Stefan Wildemann2017-06-041-2/+7
| | | | | | Welcome to Qt5 compatibility hell. Seems like the Screen.orientationUpdateMask property is only valid from Qt5.4 and beyond. To make this compatible down to Qt5.2, i introduce a QML JavaScript workaround/hack.
* Qt5 qml gui - POC update (#263)R7602Pierre GRANDIN2017-06-0447-199/+2091
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding qt5/qml2 UI proof of concept * Code cleanup * Minor cleanup * Apply coding style by clang-format -style=WebKit For better diff tracking, I applied coding style once more. * Removed useless QtQuick.Controls dependency * QML2 : Minor work around POIs * QML2 : Use real POIs icons * More minor work around POIs. This commit adds a draft of POI display, and the possibility to set a POI as destination. Also sets the current position to wherever we clicked on the map, to simulate routing using the Demo vehicle * Renamed default skin to 'modern' This will allow us to easily create other skins and make the skin to load configurable * Added town search capability * Resize the QNavitQuick object when exiting the menu * Minor work on the qml2 gui * Implemented street search * Disabled virtual keyboard until it's ready * More modular default country code * Block draw operations when displaying the menu * Removed useless QML ressources
* Add Zoom to route button to Route section in menu (#264)R7595Johan Fitié2017-05-312-0/+615
| | | | | | | | | | | | * Add Zoom to route button to Route section in menu * Add Zoom to route icon * Apply Zoom to route icon * Update command * Add condition
* Merge pull request #259 from navit-gps/revert-258-MoreCommonLandusePolygonsR7574jandegr2017-05-252-22/+1
|\ | | | | Revert "Add some more common landuse polygons"
| * Revert "Add some more common landuse polygons"revert-258-MoreCommonLandusePolygonsjandegr2017-05-252-22/+1
|/
* Merge pull request #258 from jfitie/MoreCommonLandusePolygonsR7570jandegr2017-05-252-1/+22
|\ | | | | Add some more common landuse polygons
| * Add some more common landuse polygonsJohan Fitié2017-05-242-1/+22
|/ | | from https://wiki.openstreetmap.org/wiki/Map_Features#Landuse
* Add:maptool:Better error messages for wrong cmdline parametersR7567Sebastian Leske2017-05-241-16/+26
| | | | | | | Print a helpful (hopefully) error message for wrong command line parameters, instead of just showing the help. Always use exit code 1 in case of problems.
* Fix:maptool:Update maptool help and manpageSebastian Leske2017-05-242-11/+27
|
* Refactor:maptool:rename variablesSebastian Leske2017-05-243-10/+10
|
* Fix:xml:Change colors for wetland in Car and Car-dark (#257)R7565Johan Fitié2017-05-221-2/+2
|
* QT5/qml2 UI proof of concept (#254)R7551Pierre GRANDIN2017-05-1539-13/+1539
| | | | | | | | | | | | | | * Adding qt5/qml2 UI proof of concept * Code cleanup * Minor cleanup * Apply coding style by clang-format -style=WebKit For better diff tracking, I applied coding style once more. * Removed useless QtQuick.Controls dependency
* graphics_qt5 QML: Add screen rotation support (#255)R7550Stefan Wildemann2017-05-151-9/+28
| | | | | Now the QML qt5 graphics happily rotates according to screen orientation. At least on Sailfish. Should do on other QML hardware as well. Hard to test, as PC's usually don't have screen rotation support.
* Make the speed_warner toggle on clickR7544Pierre Grandin2017-05-131-3/+26
|
* Remove Qt5 fonts dependency on Freetype (#253)R7542Stefan Wildemann2017-05-134-42/+159
| | | | | | | | | | | | | | | | | | | | * Fix: Have nice font shadow as freetype has If using QT font rendering, a white (or black) outline as if rendered with freetype is shown. * qt5: Port font guessing and matrix transformation Select font using the same algorithm than in freetype. Transform font using the same matrix than in freetype. * Sailfish: switch to QT font rendering * Fix: remove SubPxelAntiAliasing hint, Sailfish's QT version is too old for this * Fix: fix bbox calculation for qt5 fonts
* Add:xml:Add 43 polys to Car and Car-dark layouts.R7537Johan Fitié2017-05-121-0/+86
| | | | | This adds 43 new areas to the standard layouts. They are only displayed at order 10+ for performance reasons.
* Fix:xpm:Remove obsolete XPM icons.R7536Sebastian Leske2017-05-126-180/+0
| | | | | Remove XPM icons that are obsolete, because they are not used or have an SVG alternative.
* Fix:xpm:Add white outline to black SVG icons.Sebastian Leske2017-05-1212-657/+1424
|
* Fix:xpm:Add white outline to new icon hunting_stand.Sebastian Leske2017-05-121-1/+17
| | | | | Add white outline to icon, to make it visible on dark backgrounds, particularly on the default black background of the Internal GUI.
* Add:xpm:New SVG icon for hunting stand, to replace XPM, made by myself :-).Sebastian Leske2017-05-122-3/+107
|
* Add:xpm:POI Icon for playground, from openstreetmap-cartoSebastian Leske2017-05-122-0/+34
|
* Add:gui_internal:New POI filter for bus&train.Sebastian Leske2017-05-121-0/+3
| | | | | | New filter entry "Bus&Train" for the POI menu of the internal GUI, to show only bus stops and train stations. Useful for finding nearby public transport options.
* Merge pull request #251 from jfitie/FeatureReservoirR7523jandegr2017-05-091-2/+2
|\ | | | | Add feature poly_reservoir
| * Add feature poly_reservoirJohan Fitié2017-05-091-2/+2
| |
* | Merge pull request #247 from jfitie/AddFeaturesGWSR7518jandegr2017-05-092-0/+20
|\ \ | | | | | | Add grass, grassland, wetland and sand
| * | Add grass, grassland, wetland and sandJohan Fitié2017-05-082-0/+20
| | | | | | | | | As suggested by @jandegr in https://github.com/navit-gps/navit/pull/240#issuecomment-299688984
* | | Merge pull request #248 from jfitie/AddFeatureBasinR7510jandegr2017-05-081-2/+2
|\ \ \ | | |/ | |/| Add poly_basin
| * | Merge branch 'trunk' into AddFeatureBasinJohan Fitié2017-05-081-3/+3
| |\ \ | |/ / |/| |
* | | Merge pull request #241 from jfitie/RevertMovePolyWaterTiledCarR7503jandegr2017-05-081-3/+3
|\ \ \ | |_|/ |/| | Revert: move poly_water_tiled in Car layout