summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update:i18n:Updated Portuguese translation from launchpadi18n/ptPierre Grandin2017-07-191-2/+26
|
* display label for heightlines (#284)jandegr2017-07-171-1/+3
|
* [POI] Improve Attraction, Cemetery, Heliport, Hotel, Parking and Pharmacy ↵Johan Fitié2017-07-176-254/+334
| | | | icons (#293)
* Cleanup old xpm icons (#292)Johan Fitié2017-07-168-654/+0
| | | | | | | | | | | | | | | | | | * Delete biergarten.xpm * Delete library.xpm * Delete memorial.xpm * Delete menu.xpm * Delete sport.xpm * Delete theater.xpm * Delete toggle_fullscreen.xpm * Delete townhall.xpm
* [POI] Improve Emergency, Golf, Pharmacy, Picnic and Wifi icons (#291)Johan Fitié2017-07-165-509/+588
|
* [POI] Improve Parking, Shop computer, Shop department, Zoo, TEC common, ↵Johan Fitié2017-07-157-1307/+1978
| | | | Unknown and Sport icons (#290)
* [POI] Improve Attraction, Bicycle shop, Boat ramp, Bus, Cemetery and Cinema ↵Johan Fitié2017-07-157-286/+564
| | | | | | | | icons (#289) * [POI] Improve Attraction, Bicycle shop, Boat ramp, Bus, Cemetery and Cinema icons * Delete cemetery.xpm
* [POI] Improve Car dealer, Castle, Fountain, Hospital, Parking, Peak and ↵Johan Fitié2017-07-157-511/+621
| | | | Pharmacy icons (#288)
* [POI] Improve Drinking water, Fastfood, Theater, Information, Museum, Shop ↵Johan Fitié2017-07-149-657/+1096
| | | | grocery, Taxi, Toilets and Townhall icons (#287)
* [POI] Improve Bar, Beer, Bus stop, Fountain, Level crossing, Library, ↵Johan Fitié2017-07-1412-718/+1282
| | | | | | | | Memorial, Post, Repair service, Shopping and Stadium icons (#286) * [POI] Improve Bar, Beer, Bus stop, Fountain, Level crossing, Library, Memorial, Post, Repair service, Shopping and Stadium icons * Delete level_crossing.xpm
* [POI] Improve Bank, Bench, Police, School, Tower, Trafic signals, Viewpoint, ↵Johan Fitié2017-07-149-906/+1068
| | | | Shop apparel and Worship icons (#285)
* [POI] Improve Fuel icon (#283)Johan Fitié2017-07-131-61/+51
|
* [POI] Improve Exit and Hotel icons (#282)Johan Fitié2017-07-132-111/+309
|
* [POI] Improve ATM, Fire brigade and Restaurant iconsJohan Fitié2017-07-133-160/+204
|
* [POI] Improve tower icon moreJohan Fitié2017-07-131-37/+59
|
* [POI] Improve tower icon (#280)Johan Fitié2017-07-132-35/+85
| | | | | | * [POI] Improve tower icon * Delete tower.xpm
* Add a script to get bbox out of geojsonjkoan2017-07-121-0/+35
| | | | For usage type python contrib/geojson-to-bbox.py -h
* Use cached copy for libpng / tomtom (#276)jkoan2017-07-102-2/+2
| | | | | | | | * Update build_tomtom_plugin.sh * Update build_tomtom_minimal.sh * Renamed the Links to fit navit repo
* 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.