summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'trunk' into semver_changelogsemver_changelogjkoan2017-11-243-13/+44
|\
| * fix:android:reworked notification system for sdk 23 (#374)jkoan2017-11-231-8/+13
| | | | | | | | | | | | | | | | | | | | * fix:android:Made main notification working again. It now uses NotificationCompat from android support to support android from api 4 and up. * fix:android:Made main notification working again. It now uses NotificationCompat from android support to support android from api 4 and up.
| * Refactor:route:Improve documentation (#372)mvglasow2017-11-172-5/+31
| | | | | | | | | | | | | | | | | | | | * Refactor:route:Improve documentation Signed-off-by: mvglasow <michael -at- vonglasow.com> * Refactor:core:Refine documentation Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge branch 'trunk' into semver_changelogPierre GRANDIN2017-11-142-1/+38
|\ \ | |/
| * Fix:core:Wrong default png size with ksvgtopng (#371)naggety2017-11-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | During building svg icons are converted to png with various predefined sizes, and also one png with the size embedded into the svg. If using ksvgtopng to make the conversion, the size was not read fine from the svg if property "width" appears more than once, even if the second is in a different tag than <svg>. Now, the first "width" property is read, and since <svg> tag is the root tag, the first "width" property will be owed by it.
| * Add:doc:added errors and usage messages to navit_svg2png script (#369)naggety2017-11-131-0/+36
| | | | | | | | To know how to use the script you had to inspect the script code. Error messages and help/usage messages added.
* | Merge branch 'trunk' into semver_changelogPierre GRANDIN2017-11-114-5/+9
|\ \ | |/
| * fix:gtk:Fix imperial factors (#367)Charles Curley2017-11-114-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * Use correct conversion factors for a more accurate display. Also, introduced some new conversion factors in navigation.h. modified: navit/gui/gtk/gui_gtk_statusbar.c modified: navit/navigation.h modified: navit/navit.c * Use the conversion factor #define instead of a hard coded value. modified: navit/vehicle/gpsd/vehicle_gpsd.c
* | Merge branch 'trunk' into semver_changelogJoseph Herlant2017-11-1031-1188/+953
|\ \ | |/
| * change:android:always build apk release (#364)Pierre GRANDIN2017-11-041-9/+2
| |
| * add:icon:fish (#330)youte622017-11-041-0/+124
| |
| * add:icon:update ghost_town icon (#332)youte622017-11-041-0/+124
| |
| * update:icon:bowling (#338)youte622017-11-041-28/+28
| | | | | | Changed svg from 22x22 to 200x200
| * add:icon:bridge (#339)youte622017-11-041-51/+55
| |
| * add:icon:emergency (#326)youte622017-11-041-460/+75
| |
| * fix:doc:improved follow vehicle toggle doc function for GTK (#363)Charles Curley2017-11-031-2/+2
| |
| * fix:doc:export more doxygen contentPierre Grandin2017-11-031-4/+4
| |
| * add:gtk:add menu entry to toggle vehicle tracking (#362)Charles Curley2017-11-031-0/+23
| |
| * fix:doc:ensure that the custom domain is set for doxygen (#361)Pierre GRANDIN2017-11-031-0/+1
| |
| * Fix:android:Fixed forced colors in layout to have android auto adaptation (#358)jkoan2017-11-031-2/+0
| |
| * fix:android Fix dialogs and replace _ with T for Translate because _ is ↵jkoan2017-11-036-257/+244
| | | | | | | | deprecated (#350)
| * Fix:core:Remove dependency on OpenSSLSebastian Leske2017-11-032-8/+0
| | | | | | | | | | Remove the dependency on OpenSSL, which is problematic because OpenSSL's license is incompatible with the GPL. Fixes trac 1350. Also see PR #212.
| * Fix:maptool:Remove option -5 (MD5 checksum) from maptoolSebastian Leske2017-11-034-62/+3
| | | | | | | | | | | | Remove option -5 from maptool, which calculates the MD5 checksum for the created binfile. The MD5 sum can also be calculated later, and removing it allows us to remove the dependency on OpenSSL (see trac 1350).
| * Fix:core:Remove binfile map encryption supportSebastian Leske2017-11-035-195/+4
| | | | | | | | | | | | Remove support for decrypting an encrypted binfile map. The feature is not used, and removing it will let us remove the problematic dependency on OpenSSL (see trac 1350).
| * add:icon:hotspring (#335)youte622017-11-021-0/+131
| |
| * Once more with feeling. More indentation issues.Charles Curley2017-11-011-8/+8
| | | | | | | | modified: navit/navit.c
| * Indentation fixes in my last commit. I did not re-indent the entireCharles Curley2017-11-011-10/+10
| | | | | | | | | | | | file. I will leave that for another time. modified: navit/navit.c
| * The road book now respects imperial for two more columns. The firstCharles Curley2017-11-011-6/+23
| | | | | | | | | | | | | | | | | | column (Command) was good for both feet and miles. However, column 2 (Length), and the 4th column (Destination Length), were showing up only in metric. This commit fixes columns 2 and 4. This should fix bug 780. modified: navit/navit.c
| * fix:gtk:fixed missing imperial units in the GTK ui. (#359)roadbook.imperial.fixCharles Curley2017-10-311-5/+23
| |
| * add:icon:divingyoute622017-10-311-101/+81
| |
| * fix:android:Add workaround for android platform tools (#357)jkoan2017-10-311-0/+8
| |
* | update:doc:Update changelog to follow semver rulesJoseph Herlant2017-11-102-4/+110
|/
* Update:i18n:Updated French (fr) translation from launchpad (#353)Pierre GRANDIN2017-10-291-7/+30
|
* Update:i18n:Updated Spanish translation from launchpad (#352)Pierre GRANDIN2017-10-291-9/+47
|
* Update:i18n:Updated Čeština translation from launchpad (#351)Pierre GRANDIN2017-10-291-17/+40
|
* update:doc:Build doxygen doc and push the result to a gh-pages branch (#354)Joseph Herlant2017-10-292-1/+35
| | | Result visible at http://navit-gps.github.io/navit/
* Refactor:route:Add documentationmvglasow2017-10-281-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:route:Add documentationmvglasow2017-10-281-2/+4
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:route:Add documentationmvglasow2017-10-271-3/+15
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Revert "Always build 'release' package for android"Pierre Grandin2017-10-272-4/+10
| | | | This reverts commit 31c9535d5066f9d611f34fc09acd804c48650062.
* Revert "Fix:android:Ensures that we capture all build errors"Pierre Grandin2017-10-272-4/+4
| | | | This reverts commit 13bc8d08f12bcac4e7e0f4bcd50a376dd5997d02.
* Fix:android:Ensures that we capture all build errorsPierre Grandin2017-10-272-4/+4
|
* Always build 'release' package for androidPierre Grandin2017-10-272-10/+4
|
* Merge pull request #348 from navit-gps/android_taiwanjkoan2017-10-251-1/+2
|\ | | | | fix:android:moved Taiwan into its own map download entry
| * 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.
* Sailfsh version bumpStefan Wildemann2017-10-181-1/+5
|
* 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
|