summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Update:Vehicle:handle gpsd >= 3.11, thanks greg42 for the patchkazer_2015-07-161-0/+4
* Fix:Core:Merge Robotaxi's PR for imperial unitskazer_2015-07-143-78/+134
* Add:port_android:Support raster maps on Android as described in #1285.|Thank ...mdankov2015-07-052-2/+72
* Add:core:Allow shell variables to be used in image names. Related to #1285.mdankov2015-07-041-15/+24
* Refactor:graphics_gtk_drawing_area:Remove out-ifdef-ed code (which was never ...sleske2015-07-011-29/+0
* Fix:core:Do not crash when attempting to set log_gpx_desc, also enable positi...mdankov2015-06-281-9/+8
* Fix:core:Do not use exact unrounded meters (feet) for distances to roundabout...mdankov2015-05-171-1/+1
* Fix:maptool:Increase o5m processing buffer size. Report more info in case we ...mdankov2015-05-161-2/+2
* Fix:core:Restore items poi_customg .. poi_customn inroduced in r6021 and acci...mdankov2015-05-162-2/+10
* Add:core:Merge project highfive|Thx jandegr and robotaxi for contributing!mvglasow2015-05-1519-1297/+3999
* Fix:binding_dbus:Fix warnings and remove wrong, unused code in GeoJSON export.sleske2015-05-101-6/+3
* Fix:port_android:Terminate process properly when quitting Navitmvglasow2015-05-021-1/+1
* Fix:Dbus:Fixed return value of route_export_geojson, addresses Coverity #25343kazer_2015-04-151-1/+1
* Fix:gui_internal:correct typowoglinde2015-04-131-1/+1
* Fix:osd: use early return for osd_destory when the osd is null, found be cove...woglinde2015-04-131-2/+3
* Add:binding_dbus:expose zoom_to_route over dbuskazer_2015-04-131-0/+20
* Fix:core:close the filehandle when using a startup file, found by coveritywoglinde2015-04-121-2/+9
* Update:Plugin:Updated the j1850 plugin to avoid the use of magic numbers in d...kazer_2015-04-081-39/+46
* Fix:port_android:Do not crash when attempting to dismiss map download dialog.mdankov2015-04-071-1/+2
* Add:port_android:Allow running "Set map location" dialog from internal gui. M...mdankov2015-04-072-0/+4
* Fix:port_android:Properly detect if we're already in the navit directory when...mdankov2015-04-061-1/+1
* Fix:build_android:Add FileBrowserActivity to AndroidManifest in cmake builds.mdankov2015-04-061-0/+1
* Add:port_android:Made map and custom navit.xml path user-selectable|Related t...mdankov2015-04-0615-27/+591
* Add:port_android:On download completion, move screen position to the center o...mdankov2015-04-052-4/+16
* Add:core:Support optional argument to set_center() command, which enables del...mdankov2015-04-051-1/+4
* Fix:port_android:Enable fastscroll controls in Address search country select ...mdankov2015-04-051-1/+4
* Fix:port_android:Display country flag image in Android search dialog.mdankov2015-04-041-3/+20
* Fix:port_android:Quickfix for #1286, crash starting map download when no SD c...mdankov2015-03-311-1/+9
* Fix:gui_internal:Add navit.svg icon used in "About" dialog.mdankov2015-03-311-0/+393
* Fix:port_android:Do not show estimated time and percent value as "NaN" in map...mdankov2015-03-311-3/+7
* Fix:port_android:Increase limit of downloadable maps to 3.8Gb. Related to #1289.mdankov2015-03-301-2/+2
* Fix:port_android:Do not allow to download maps above 1.8G, as android build i...mdankov2015-03-291-1/+8
* Fix:port_android:Adjust map sizes reported in Map Download menu to reflect cu...mdankov2015-03-291-202/+202
* Fix:port_android:Do not catch SIGSEGV because catching it breaks Lollipop Nul...mdankov2015-03-291-0/+4
* Fix:core:Consider more street types for address search. Fixes http://forum.na...mdankov2015-03-281-3/+7
* Fix:port_android:Ask user if they want to start voice data download dialog, i...mdankov2015-03-242-4/+21
* Fix:binding_dbus:Fix 64 bit issue with ints and booleansmartin-s2015-03-241-2/+6
* Fix:maptool:Fix experimental map by moving coastline to order=9. See #845.mdankov2015-03-191-4/+4
* Add:core:Add some error messages for when connecting graphics to gui fails.sleske2015-03-162-2/+6
* Add:binding_dbus:Added a command to dump the route as GeoJSON and another one...kazer_2015-03-091-1/+126
* Refactor:core:Remove unused graphics method graphics_gc_set_stipple.sleske2015-03-086-32/+0
* Refactor:graphics_gtk_drawing_area:Remove disabled code.sleske2015-03-071-25/+0
* Add:Core:More custom icons for those who used all upmartin-s2015-03-062-2/+18
* Fix:maptool:Avoid core dumps when using -b optionmartin-s2015-03-061-10/+14
* Add:binding_dbus:Command to dump a map into a given file namemartin-s2015-03-061-0/+26
* Fix:maptool:Mark coastline pulling to order 6 as experimental feature, relate...mdankov2015-03-042-2/+5
* Fix:maptool:Fixed badly rendered coastlines ( Trac #854 )kazer_2015-03-031-0/+1
* Refactor:core:Remove unused and broken graphics driver gtk_gl_ext.sleske2015-03-031-352/+0
* Refactor:core:Remove unused method graphics_draw_restore.sleske2015-03-0311-75/+0
* Refactor:osd:Rename osd_std_draw to osd_fill_with_bgcolor; extract variable.sleske2015-02-204-22/+23