summaryrefslogtreecommitdiff
path: root/navit
Commit message (Collapse)AuthorAgeFilesLines
* Moved Taiwan into its own map download entryandroid_taiwanPierre Grandin2017-10-241-1/+2
|
* Navit medium GUI icon size fixStefan Wildemann2017-10-181-1/+1
| | | | | | This changes the medium size icon for HMI to 64x64px. This is neccesary because of changed icon set and therefore different icon default sizes. Otherwise the icons on POI screen were way too big.
* add:icon:diving (#329)youte622017-10-161-0/+256
|
* add:icon:drinking_water (#325)youte622017-10-161-212/+117
| | | | | | * add drinking_water.svg designed by me - free to use * 200*200
* add:icon:dam (#324)youte622017-10-161-356/+348
|
* Add:Icon:crossing (#323)youte622017-10-131-0/+191
| | | * add icon crossing - designed by youte62 - free to use
* Add:Icon:concert (#322)youte622017-10-131-0/+147
| | | * add icon concert - designed by youte62 - free to use
* Add:Icon:communication (#321)youte622017-10-131-0/+130
| | | * add icon communication - designed by youte62 - free to use
* Add:icon:carwash (#320)youte622017-10-131-0/+135
| | | * add icon carwash - designed by youte62 - free to use
* Add:Icon bridge (#319)youte622017-10-121-0/+157
| | | Added missing bridge icon
* add:icon:bowling (#318)youte622017-10-121-0/+121
|
* add:icon:autoservice (#317)youte622017-10-121-0/+115
| | | Add missing auto service icon
* Fix:core:Reduce POST_SHIFT to avoid int overflowSebastian Leske2017-10-121-1/+23
| | | | | | | | | | During coordinate transformation, map coordinates are multiplied by POST_SHIFT (and later divided again). This can cause integer overflows during the multiplication with the transformation matrix in transform_rotate, when a map contains large objects and is zoomed in all the way. Reduce POST_SHIFT to avoid this.
* Update:QML2:Various updates on the QML2 UI (#316)Pierre GRANDIN2017-10-0420-89/+697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * Prevents a segfault on country/town/street selection * Prevents segfault when changing country * Added bookmarks listing * Added basic vehicles and bookmarks menu * Removed useless QDebug * Removed useless QDebug * Added bookmarks list as a destination * Code cleanup * Switching to a reusable result list * Added basic vehicles and bookmarks menu * Added a basic bookmark QObject * Added basic vehicles and bookmarks menu * Added basic vehicles and bookmarks menu * Code cleanup * Use update path for icons assets
* Merge branch 'trunk' of https://github.com/navit-gps/navit into trunkjkoan2017-09-303-15/+17
|\
| * Patch:core:More Talker IDs other than GP accepted (#314)naggety2017-09-273-15/+17
| | | | | | | | | | | | | | | | | | | | | | NMEA messages starts with '$' followed by 2 digits that indicates the Talker ID. The most common was GP for GPS, but now many modules can use other satellites systems or even 2 systems at the same time. Other Talker IDs are: - GL:russian GLONASS - GA: european Galileo - BD: chinesse BeiDu - GN: Global Navigation: a combination of 2 or more systems.
* | Add msissing itemsjkoan2017-09-301-2/+18
|/
* Fix:core:Fix warnings from -Wstrict-prototypesSebastian Leske2017-09-222-2/+2
|
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-225-8/+8
|
* Fix:core:Fix compiler warningsSebastian Leske2017-09-222-3/+3
| | | | Fix warnings from -Wextra.
* Fix:core:Remove unused macros min/max, which conflict with C++ standard macros.Sebastian Leske2017-09-181-3/+0
| | | | Thanks to trldp for pointing this out in PR #312.
* Fix:core:Use fprintf with string literal instead of variable.trldp2017-09-181-1/+1
| | | | Allows building with -Werror=format-security.
* Upgrade to CircleCI v2 (#310)Pierre GRANDIN2017-09-052-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switching to circleci v2 * Only build for Linux for now * Sudo is not required anymore * Update before installing packages * Cope with non interactive terminals * Use ci's working_directory * Fixed typo * Disable QT5 for now * Build for more platforms * Fixed workflow definition * sudo is not required anymore * Update before installing * Install wget when building for tomtom * Revert to 14.04 base image * Install unzip for build_tomtom_* * Install wget for build_android_* * Install wget for build_android_* * Install cmake for win32 build * Install gettext for the win32 build * Install build-essential for tomtom builds * Setup common requirements * Install packages to build tt environment install packages need to build tt environment correct navit path remove arm-genmarshal which disturbing a second build run * Splitting the tomtom builds into more steps * Splitting the tomtom builds into more steps * Working on the tomtom minimal build * Fixed some paths issues for tomtom_minimal * Added missing exports for tomtom_minimal * Added missing tomtom requirements * Save the result of the tomtom_minimal build * Fixing the tomtom plugin build for CI v2 * Fixed job name misconfiguration * Use less relative paths * Fixed espeakdsp.c path * Adding tomtom assets * Removed superfluous popd * Fixed contrib path * Adding tomtom assets * Compile espeakdsp directly to the correct path * Compile espeakdsp directly to the correct path * Compile espeakdsp directly to the correct path * Recursively copy contrib/tomtom assets * Fixed tomtom specific icons path * Preparing the android ARM build for CI v2 * Adapting build path * Added missing packages for android builds * Updating android x86 scripts for ci v2 * Android-25 will require jdk-8 * Install openjdk-8 for Ubuntu 14.04 * Ensures that add-apt is available for android builds * Cope with non interactive terminals * Ensures that openjdk-7 isn't installed * Updated artifacts for ci v2 / android arm * Fixed apk path for ci_v2 * Fixed leftovers path for ci_v2 * Fixed artifacts path for android arm * Fixed typos * Fixed toolchain misconfiguration * Specify android's api/nkd api versions * Fixed apk path for ci_v2 * Store android/x86 artifacts
* Removed deprecated files and fixed a configuration exampleRobotaxijkoan2017-09-013-9/+1
| | | | | | | | | | | | | | | | * baud to baudrate * We dont need empty files which cause confusion * Remove README because its an old and not uptodate one * Useless file * as its dummy we probably dont need it * Remove files from onld build system. * Fix Cpack build
* Moved xpm to icons (#307)jkoan2017-08-25534-12/+12
|
* Fixes displaying the heightline route info (#294)Pierre GRANDIN2017-08-231-6/+6
| | | | | | | | | | | | * Fixes displaying the heightline route info * Use cached copy for libpng / tomtom (#276) * Update build_tomtom_plugin.sh * Update build_tomtom_minimal.sh * Renamed the Links to fit navit repo
* Updated shapefile driver (#295)Pierre GRANDIN2017-08-234-936/+2573
|
* Add multicountry towns support in maptool (#305)mdankov2017-08-231-159/+320
| | | | | | | | | | | | | | * maptool:Allow multinational towns OSM community tends to allow to map disputed territories all around the world as belonging to every country, which claims the territory. maptool was randomly choosing only one of such countries for each town an a disputed territory. This commit makes maptool to conform OSM practice. It will assign a town to every country, which drew its boundary around the town node. * Fix maptool crash related to freed memory access * Reduce debug noise in maptool
* Auto pitch and orientation (#306)Johan Fitié2017-08-012-4/+10
| | | | | | | | | | | | * Initial commit * Use original pitch when autozoom is not active * Apply pitch correction in reverse when reading attribute * Always show zoom in and out buttons * Remove space before closing tag
* #1352 workaroundmdankov2017-07-311-2/+0
| | | | Deleted lines have no sense at all as we have no popup_printf_cb function. Android version crashes at start if dbg_level attribute of any <debug> element set to "debug".
* Fix:maptool Accept ISO3166-1:alpha2 tagmdankov2017-07-301-1/+1
| | | | Some countries (Spain, for example) do not have ISO3166-1 tag on their boundary, ISO3166-1:alpha2 is used instead. It looks like ISO3166-1 is now an obsoleted tag, but it's still widely used, according to https://taginfo.openstreetmap.org/search?q=ISO3166-1.
* Fix:xpm:Resize overlooked POI icons to 22x22Sebastian Leske2017-07-282-4/+5
|
* Pitch correction (#303)Johan Fitié2017-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit * First try * Use solution as default * Add comment and debug log message * More technically correct * Move logic to transform * Fix * Do not round as we're using a double now * Even simpler * Fix * Use typedefs * No typedefs * Simplify * Moar simple * Simple math * Static value and comment * Variables for w and h * w,h im transform_new * No rounding errors * Log w and h * Typo * Define default resolution * Remove comment * Move logic * Unused variable cleanup * Do not change pitch if not in 3d mode * Round integer * Move logic again * Round up * [POI] Resize SVG icons to 22x22 (#304) * Initial commit * First try * Use solution as default * Add comment and debug log message * More technically correct * Move logic to transform * Fix * Do not round as we're using a double now * Even simpler * Fix * Use typedefs * No typedefs * Simplify * Moar simple * Simple math * Static value and comment * Variables for w and h * w,h im transform_new * No rounding errors * Log w and h * Typo * Define default resolution * Remove comment * Move logic * Unused variable cleanup * Do not change pitch if not in 3d mode * Round integer * Move logic again * Round up
* [POI] Resize SVG icons to 22x22 (#304)Johan Fitié2017-07-2761-641/+634
|
* Improve cursor in Car and Car-dark layouts (#302)Johan Fitié2017-07-221-14/+48
|
* [POI] Improve Bus stop icon (#301)Johan Fitié2017-07-211-120/+67
|
* [POI] Improve Bicycle shop, Cemetery, Bus stop, Museum, School, Fountain and ↵Johan Fitié2017-07-217-572/+333
| | | | Tower icons (#300)
* [POI] Improve Public office icon (#299)Johan Fitié2017-07-202-32/+98
| | | | | | * [POI] Improve Public office icon * Delete public_office.xpm
* [POI] Improve Bicycle shop icon (#298)Johan Fitié2017-07-201-103/+93
|
* Change default cursor in Car and Car-dark layouts (#296)Johan Fitié2017-07-201-26/+84
|
* [POI] Improve Drinking water, Shopping, Sport and Tower icons (#297)Johan Fitié2017-07-204-165/+216
|
* 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