summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Fix:maptool:Reduce top level tile size. Do not keep there items which do not ...mdankov2013-12-081-4/+24
* Fix:maptool:Don't use alloca to allocate protobuf blob buffer as it can be to...mdankov2013-12-071-4/+6
* Add:port_android:Add Ukraine to the map download list. Related to #1183.mdankov2013-12-041-0/+1
* Fix:Core:Correctly initialize navigation for first announcementmartin-s2013-11-281-1/+1
* Fix:Core:Skip way counting on destinationmartin-s2013-11-281-1/+1
* Fix:Core:Correctly calculate distance of last route segmentmartin-s2013-11-281-2/+2
* Fix:binding_python:Fix compiler warning by including common.h first.sleske2013-11-251-1/+1
* Fix:vehicle_gpsd:Mostly revert rev.5642 to allow N810 to use old libgps. Warn...sleske2013-11-252-0/+63
* Add:port_android:Use hardware button to enter the search dialog. Fixes #998.|...mdankov2013-11-022-0/+18
* Add:port_android:Enable fullscreen/windowed mode swith on Android. Fixes #838...mdankov2013-11-022-3/+19
* Fix:build_autotools:Fix default image sizes bug introduced with r5629 affecti...mdankov2013-10-311-3/+3
* Add:maptool:Convert admin_level=8 boundary levels of Switzerland to town poly...mdankov2013-10-161-1/+1
* Add:port_android:Cancel button for the "route to here" popup, fixes #991.|Tha...mdankov2013-10-131-3/+2
* Fix:xml:Add entry for coordinate input, move Quit to top level.|Fixes #951sleske2013-10-091-2/+3
* Refactor:build/cmake:Rename dir intl_cmake to support/gettext_intl for consis...sleske2013-09-2754-3/+3
* Fix:gui_internal:Teach gui_internal_get_attr about attr_fullscreen, so condit...sleske2013-09-251-1/+4
* Refactor:core:Remove unused parameter from resolve.sleske2013-09-251-17/+17
* Refactor:core:Remove unused parameter from set_int.sleske2013-09-251-30/+30
* Add:maptool:Move experimental associatedStreet feature into production.mdankov2013-09-232-14/+7
* Fix:vehicle_gpsd:Require libgps V3.1+, drop compatibility #ifdefs and warning...sleske2013-09-153-63/+0
* Fix:vehicle_gpsd:Fix compiler warnings.sleske2013-09-151-4/+5
* Add:Core:Possibility to query next street more convenientmartin-s2013-09-111-0/+2
* Add:maptool:Improve experimental feature to support associatedStreet relations.mdankov2013-09-103-44/+82
* Fix:maptool:Avoid turn restrictions skipping on long routes. Do not allow tur...mdankov2013-09-103-13/+53
* Add:speech_cmdline:Sample configuration in navit_shipped.xml.sleske2013-09-081-1/+8
* Fix:speech_cmdline:Log warning if speech output failed because of missing sam...sleske2013-09-081-2/+5
* Fix:speech_cmdline:Improve debug messages, don't use level 0.sleske2013-09-082-3/+9
* Refactor:speech_cmdline:Improve var names and simplify control flow in speech...sleske2013-09-081-31/+33
* Fix:port_android:Accept any character entered with Android software keyboard....mdankov2013-09-061-5/+19
* Add:Core:Implement autozoom_maxmartin-s2013-09-062-7/+11
* Add:Core:Allow to set turn around penalty for route in difficult routing situ...martin-s2013-09-064-2/+19
* Fix:android:Update country flag in Android Address search. Produce country fl...mdankov2013-09-023-4/+16
* Add:port_android:Let notification area messages be translated.mdankov2013-09-021-2/+2
* Add:Core:Optionally avoid redraw on clear/set destinationmartin-s2013-09-011-1/+1
* Fix:maptool:Don't use g_strcmp0() to make it compileable for windows.mdankov2013-08-301-2/+4
* Fix:core:Use LONGLONG_(HEX_)FMT instead of %Ld/%lld/%Lx.sleske2013-08-294-9/+13
* Fix:maptool:Fix NULL pointer dereference introduced last night.mdankov2013-08-291-2/+2
* Add:maptool:Workaround to process France boundary not having ISO tag. Related...mdankov2013-08-281-0/+3
* Add:maptool:Skip country boundaries which have no outer members. Report unsup...mdankov2013-08-281-1/+17
* Fix:Core:Better instructions in cases where a junction is in a curvemartin-s2013-08-271-0/+12
* Add:Core:Add configurable penalty to turn aroundmartin-s2013-08-274-4/+73
* Add:Build:Enable binding_python for cmake buildsmartin-s2013-08-271-0/+2
* Fix:Core:Result items are not unique in interpolated searchmartin-s2013-08-271-2/+10
* Fix:map_binfile:Correctly handle streets with house number interpolationmartin-s2013-08-271-4/+8
* Fix:maptool:Use types.h in maptool.sleske2013-08-261-7/+1
* Refactor:core:Add comment about possible memleak in search.sleske2013-08-261-0/+2
* Add:core:Use layer reference (<layer ref="..."/>) in navit.xml.sleske2013-08-261-30/+12
* Fix:core:Rename Libya to follow official changes.mdankov2013-08-261-1/+1
* Add:port_android:Rename country names used in Android port to match names use...mdankov2013-08-261-13/+12
* Add:port_android:Prepare to switch to gettext translations of Android specifi...mdankov2013-08-268-243/+243