profile/ivi/navit.git
11 years agoSimple fixes to get navit compiling with MSVC
bjasspa [Sun, 1 Jul 2012 07:58:00 +0000 (07:58 +0000)]
Simple fixes to get navit compiling with MSVC

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5165 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agofixed logic to ensure attr.u.num is initialised
bjasspa [Sat, 30 Jun 2012 16:11:10 +0000 (16:11 +0000)]
fixed logic to ensure attr.u.num is initialised

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5164 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:maptool:Abort processing if input file is empty / has not data.
sleske [Fri, 29 Jun 2012 18:28:46 +0000 (18:28 +0000)]
Fix:maptool:Abort processing if input file is empty / has not data.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5163 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:maptool:Do not crash on invalid protobuf file.
sleske [Fri, 29 Jun 2012 18:28:24 +0000 (18:28 +0000)]
Fix:maptool:Do not crash on invalid protobuf file.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5162 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:xslt:Better help messages for XSLT processing.
sleske [Wed, 27 Jun 2012 20:34:28 +0000 (20:34 +0000)]
Fix:xslt:Better help messages for XSLT processing.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5161 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:maptool:In way2poi converter, treat item as area only if navit knows strictly...
mdankov [Sat, 23 Jun 2012 14:19:23 +0000 (14:19 +0000)]
Fix:maptool:In way2poi converter, treat item as area only if navit knows strictly more reasons to draw it as area than as a line. Should fix icon placement and warnings for slipways, bridge attractions and such. Pointed out by jongleur @irc.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5160 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:build:Remove unnecessary output during build; add comment.
sleske [Thu, 21 Jun 2012 18:51:48 +0000 (18:51 +0000)]
Fix:build:Remove unnecessary output during build; add comment.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5159 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:graphics_opengl:Warn if FreeImage is missing.
sleske [Wed, 20 Jun 2012 23:51:52 +0000 (23:51 +0000)]
Fix:graphics_opengl:Warn if FreeImage is missing.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5158 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:build:Copy SVG and XPM files to build directory, so they are available when runni...
sleske [Wed, 20 Jun 2012 23:51:28 +0000 (23:51 +0000)]
Fix:build:Copy SVG and XPM files to build directory, so they are available when running Navit without installing.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5157 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:android:Use maps tag instead of adding maps from android code to make resume...
martin-s [Wed, 20 Jun 2012 09:45:01 +0000 (09:45 +0000)]
Fix:android:Use maps tag instead of adding maps from android code to make resume of navigation after restart work again

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5156 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoAdd:option to configure multiple maps with similar attributes with one tag
martin-s [Wed, 20 Jun 2012 08:44:49 +0000 (08:44 +0000)]
Add:option to configure multiple maps with similar attributes with one tag

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5155 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:gui_internal: fix small memleak by deallocating fonts
woglinde [Wed, 20 Jun 2012 07:50:38 +0000 (07:50 +0000)]
Fix:gui_internal: fix small memleak by deallocating fonts

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5154 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoAdd:core: add graphics_font_destroy for cleaning up struct graphics_font
woglinde [Wed, 20 Jun 2012 07:50:23 +0000 (07:50 +0000)]
Add:core: add graphics_font_destroy for cleaning up struct graphics_font

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5153 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:core: fix small memleak for struct graphics
woglinde [Wed, 20 Jun 2012 07:50:09 +0000 (07:50 +0000)]
Fix:core: fix small memleak for struct graphics

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5152 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:core:Remove pointless '#if 1'
sleske [Mon, 18 Jun 2012 19:23:29 +0000 (19:23 +0000)]
Fix:core:Remove pointless '#if 1'

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5151 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:build:Turn feature flag variables into CMake cache vars, to expose them for tools...
sleske [Sun, 17 Jun 2012 20:31:31 +0000 (20:31 +0000)]
Fix:build:Turn feature flag variables into CMake cache vars, to expose them for tools like ccmake.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5150 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:android:Made compileable again
martin-s [Sun, 17 Jun 2012 14:58:33 +0000 (14:58 +0000)]
Fix:android:Made compileable again

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5149 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:android:Made compileable again
martin-s [Sun, 17 Jun 2012 08:26:18 +0000 (08:26 +0000)]
Fix:android:Made compileable again

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5148 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoAdd a Button to bring the map view back to current position
martin-s [Sat, 16 Jun 2012 18:32:25 +0000 (18:32 +0000)]
Add a Button to bring the map view back to current position

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5147 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:android:Handle overlay disable/enable correctly
martin-s [Sat, 16 Jun 2012 18:31:47 +0000 (18:31 +0000)]
Fix:android:Handle overlay disable/enable correctly

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5146 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:graphics_gtk_drawing_area:Handle overlay disable/enable correctly
martin-s [Sat, 16 Jun 2012 18:31:09 +0000 (18:31 +0000)]
Fix:graphics_gtk_drawing_area:Handle overlay disable/enable correctly

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5145 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:osd_core:Set flags for button overlays correctly
martin-s [Sat, 16 Jun 2012 18:30:23 +0000 (18:30 +0000)]
Fix:osd_core:Set flags for button overlays correctly

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5144 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:Core:Handle saved command callbacks correctly
martin-s [Sat, 16 Jun 2012 18:29:45 +0000 (18:29 +0000)]
Fix:Core:Handle saved command callbacks correctly

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5143 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoAdd:Core:Make asynchonicity for saved commands optional
martin-s [Sat, 16 Jun 2012 18:28:55 +0000 (18:28 +0000)]
Add:Core:Make asynchonicity for saved commands optional

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5142 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:core:Memleak while navigating.
mdankov [Wed, 13 Jun 2012 20:05:21 +0000 (20:05 +0000)]
Fix:core:Memleak while navigating.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5141 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:core:don't crash if attempted to set destination without vehicleprofile selected.
mdankov [Sun, 10 Jun 2012 20:45:38 +0000 (20:45 +0000)]
Fix:core:don't crash if attempted to set destination without vehicleprofile selected.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5140 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:core:Clean up few more memleaks.
mdankov [Sun, 10 Jun 2012 20:25:17 +0000 (20:25 +0000)]
Fix:core:Clean up few more memleaks.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5139 ffa7fe5e-494d-0410-b361-a75ebd5db220

11 years agoFix:core:Two more leaks in graphics.c
mdankov [Thu, 7 Jun 2012 21:24:33 +0000 (21:24 +0000)]
Fix:core:Two more leaks in graphics.c

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5138 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:map_csv:Fix memleak.
mdankov [Thu, 7 Jun 2012 21:07:12 +0000 (21:07 +0000)]
Fix:map_csv:Fix memleak.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5137 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Three memleaks fixed.
mdankov [Wed, 6 Jun 2012 21:34:19 +0000 (21:34 +0000)]
Fix:core:Three memleaks fixed.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5136 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Don't read one byte after end of string in iso8601_to_secs()
mdankov [Tue, 5 Jun 2012 22:15:42 +0000 (22:15 +0000)]
Fix:core:Don't read one byte after end of string in iso8601_to_secs()

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5135 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Properly duplicate and destroy transformations. Fix valgrind complains durin...
mdankov [Tue, 5 Jun 2012 21:59:04 +0000 (21:59 +0000)]
Fix:core:Properly duplicate and destroy transformations. Fix valgrind complains during navigation.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5134 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:Enable getting name attribute from layout
martin-s [Tue, 5 Jun 2012 18:59:33 +0000 (18:59 +0000)]
Fix:Core:Enable getting name attribute from layout

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5133 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:WinCE:Really silence down vehicle_wince code.
mdankov [Tue, 5 Jun 2012 15:39:26 +0000 (15:39 +0000)]
Fix:WinCE:Really silence down vehicle_wince code.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5132 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:Core:Added address search again and made it available in a way similar to other...
martin-s [Tue, 5 Jun 2012 14:02:17 +0000 (14:02 +0000)]
Add:Core:Added address search again and made it available in a way similar to other searches

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5131 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:Core:Possibility to get all roadprofiles of a vehicleprofile
martin-s [Tue, 5 Jun 2012 14:00:33 +0000 (14:00 +0000)]
Add:Core:Possibility to get all roadprofiles of a vehicleprofile

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5130 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:c++ compatibility
martin-s [Tue, 5 Jun 2012 13:59:27 +0000 (13:59 +0000)]
Fix:Core:c++ compatibility

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5129 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:Moved struct range outside of struct attr for better c++ compatibility
martin-s [Tue, 5 Jun 2012 13:58:38 +0000 (13:58 +0000)]
Fix:Core:Moved struct range outside of struct attr for better c++ compatibility

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5128 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:binding_dbus:Signature-compliant return values in case of no data
martin-s [Tue, 5 Jun 2012 13:56:40 +0000 (13:56 +0000)]
Fix:binding_dbus:Signature-compliant return values in case of no data

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5127 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:android:Fixed missing country flag in search dialog after #5063
rikky [Thu, 31 May 2012 21:18:16 +0000 (21:18 +0000)]
Fix:android:Fixed missing country flag in search dialog after #5063

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5126 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:build:Workaround for android build with older NDKs
rikky [Thu, 31 May 2012 21:17:36 +0000 (21:17 +0000)]
Fix:build:Workaround for android build with older NDKs

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5125 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:i18n:Add missing CMake dependency .po->po.in; reduce msgmerge output
sleske [Wed, 30 May 2012 22:50:01 +0000 (22:50 +0000)]
Fix:i18n:Add missing CMake dependency .po->po.in; reduce msgmerge output

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5124 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:i18n:Add more C files with translatable strings; update .po.in files.
sleske [Wed, 30 May 2012 22:49:40 +0000 (22:49 +0000)]
Add:i18n:Add more C files with translatable strings; update .po.in files.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5123 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Improve log messages
sleske [Wed, 30 May 2012 22:48:17 +0000 (22:48 +0000)]
Fix:core:Improve log messages

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5122 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Fix CMake build of support/ code on Ubuntu (again)|This time it should not...
sleske [Wed, 30 May 2012 20:53:13 +0000 (20:53 +0000)]
Fix:core:Fix CMake build of support/ code on Ubuntu (again)|This time it should not break other platforms.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5121 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:gui_internal:Don't deactivate the "demo" vehicle when position is set manually.
mdankov [Tue, 29 May 2012 15:42:09 +0000 (15:42 +0000)]
Fix:gui_internal:Don't deactivate the "demo" vehicle when position is set manually.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5120 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maptool:Use right spelling of motor_vehicle tag instead of motorvehicle.|thanks...
mdankov [Mon, 28 May 2012 20:35:33 +0000 (20:35 +0000)]
Fix:maptool:Use right spelling of motor_vehicle tag instead of motorvehicle.|thanks ael of navit-users@ for noticing that.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5119 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:wince:Made WinCE GPS reading thread less noisy.
mdankov [Mon, 28 May 2012 18:42:29 +0000 (18:42 +0000)]
Fix:wince:Made WinCE GPS reading thread  less noisy.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5118 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:wince:Just fix indentation in vehicle_wince.c file. No actual code changes.
mdankov [Mon, 28 May 2012 18:04:44 +0000 (18:04 +0000)]
Fix:wince:Just fix indentation in vehicle_wince.c file. No actual code changes.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5117 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Fix the code breaking n800 build in vehicle.c (which were stolen from graphi...
mdankov [Mon, 28 May 2012 17:54:39 +0000 (17:54 +0000)]
Fix:core:Fix the code breaking n800 build in vehicle.c (which were stolen from graphics.c before I fixed it :-)

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5116 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Try to fix n800 build again.
mdankov [Mon, 28 May 2012 15:40:44 +0000 (15:40 +0000)]
Fix:core:Try to fix n800 build again.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5115 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Flush loggers on exit to avoid loss of not yet written log data
tegzed [Fri, 25 May 2012 20:00:00 +0000 (20:00 +0000)]
Fix:core:Flush loggers on exit to avoid loss of not yet written log data

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5114 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Don't require presence of pthreads on target system. Fix android and win32...
mdankov [Wed, 23 May 2012 21:34:24 +0000 (21:34 +0000)]
Fix:core:Don't require presence of pthreads on target system. Fix android and win32 builds.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5113 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Made graphics.c code compatible with n800 again.
mdankov [Wed, 23 May 2012 21:32:10 +0000 (21:32 +0000)]
Fix:core:Made graphics.c code compatible with n800 again.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5112 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Android:Fix file size shown in download dialog, when resuming downloads
rikky [Tue, 22 May 2012 16:31:17 +0000 (16:31 +0000)]
Fix:Android:Fix file size shown in download dialog, when resuming downloads

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5111 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Fix CMake build of support/ code on Ubuntu | Problem with --as-needed, see...
sleske [Sun, 20 May 2012 16:32:09 +0000 (16:32 +0000)]
Fix:core:Fix CMake build of support/ code on Ubuntu | Problem with --as-needed, see https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5110 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Revert 5106 changes no longer needed since 5107.
mdankov [Sun, 20 May 2012 10:06:30 +0000 (10:06 +0000)]
Fix:core:Revert 5106 changes no longer needed since 5107.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5109 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Silence debug messages in win32 and android graphics.
mdankov [Sun, 20 May 2012 10:04:45 +0000 (10:04 +0000)]
Fix:core:Silence debug messages in win32 and android graphics.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5108 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Move icon name guessing code from gui_internal to graphics.c. Implement...
mdankov [Sun, 20 May 2012 10:03:43 +0000 (10:03 +0000)]
Fix:core:Move icon name guessing code from gui_internal to graphics.c. Implement image caching in graphics.c. Fixes #1036.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5107 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Build:Build correct turn icons
martin-s [Sat, 19 May 2012 15:39:50 +0000 (15:39 +0000)]
Fix:Build:Build correct turn icons

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5106 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:graphics_win32:Transform non-opaque, grayscale etc png files to RGBA format properly.
mdankov [Tue, 15 May 2012 21:27:54 +0000 (21:27 +0000)]
Fix:graphics_win32:Transform non-opaque, grayscale etc png files to RGBA format properly.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5105 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maps:Make build fail cleanly if sample map download fails, but tell user how...
sleske [Sun, 13 May 2012 18:21:14 +0000 (18:21 +0000)]
Fix:maps:Make build fail cleanly if sample map download fails, but tell user how to skip it.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5104 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maptool:Check for XML declaration on first line
sleske [Sun, 13 May 2012 17:07:06 +0000 (17:07 +0000)]
Fix:maptool:Check for XML declaration on first line

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5103 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maps:Use VERBATIM in CMakeLists.txt for proper quoting
sleske [Sun, 13 May 2012 17:06:46 +0000 (17:06 +0000)]
Fix:maps:Use VERBATIM in CMakeLists.txt for proper quoting

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5102 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Android:Rewrite android search dialog handling. Fix for crashs/deadlocks and...
rikky [Sat, 12 May 2012 22:53:05 +0000 (22:53 +0000)]
Fix:Android:Rewrite android search dialog handling. Fix for crashs/deadlocks and cleanup

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5101 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maps:CMake refactoring (wrap lines, more logical order)
sleske [Sat, 12 May 2012 19:51:29 +0000 (19:51 +0000)]
Fix:maps:CMake refactoring (wrap lines, more logical order)

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5100 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maps:CMake refactoring (remove superfluous rule)
sleske [Sat, 12 May 2012 19:51:09 +0000 (19:51 +0000)]
Fix:maps:CMake refactoring (remove superfluous rule)

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5099 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maps:Report map download error, and remove partial download
sleske [Sat, 12 May 2012 19:50:48 +0000 (19:50 +0000)]
Fix:maps:Report map download error, and remove partial download

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5098 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maptool:Abort on wrong line in OSM file|No point in continuing if the input file...
sleske [Thu, 10 May 2012 17:51:16 +0000 (17:51 +0000)]
Fix:maptool:Abort on wrong line in OSM file|No point in continuing if the input file is obviously wrong

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5097 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:NLS:fix typo in german translation
woglinde [Thu, 10 May 2012 09:11:19 +0000 (09:11 +0000)]
Add:NLS:fix typo in german translation

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5096 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoCorrected missing info at ELSE and ENDIF. CMake correction. The library files are...
worldcitizen [Thu, 10 May 2012 09:10:48 +0000 (09:10 +0000)]
Corrected missing info at ELSE and ENDIF. CMake correction. The library files are now installed in the correct directories for LINUX and UNIX lib for 32 bit systems and lib64 for 64 biis systems

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5095 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoImproved CMake correction. The library files are now installed in the correct directo...
worldcitizen [Thu, 10 May 2012 09:06:45 +0000 (09:06 +0000)]
Improved CMake correction. The library files are now installed in the correct directories for LINUX and UNIX lib for 32 bit systems and lib64 for 64 biis systems

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5094 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoCMake correction. The library files are now installed in the correct directories...
worldcitizen [Thu, 10 May 2012 08:48:57 +0000 (08:48 +0000)]
CMake correction. The library files are now installed in the correct directories for LINUX and UNIX lib for 32 bit systems and lib64 for 64 biis systems

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5093 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Build:Add icon for iphone build
martin-s [Wed, 9 May 2012 18:59:16 +0000 (18:59 +0000)]
Fix:Build:Add icon for iphone build

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5092 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:binding_dbus:Fix install target for CMake builds. Closes #1025. |Thanks worldcitizen
mdankov [Wed, 9 May 2012 14:53:35 +0000 (14:53 +0000)]
Fix:binding_dbus:Fix install target for CMake builds. Closes #1025. |Thanks worldcitizen

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5091 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:core:Dont load recent destinations (and crash) if no vehicle is available
mdankov [Tue, 8 May 2012 11:20:44 +0000 (11:20 +0000)]
Fix:core:Dont load recent destinations (and crash) if no vehicle is available

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5090 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:map_csv:Disable default notification of each deleted item.
mdankov [Tue, 8 May 2012 11:06:46 +0000 (11:06 +0000)]
Fix:map_csv:Disable default notification of each deleted item.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5089 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:map_csv:Do better garbage collection. Don't lose 'item deleted' flag. Fixes ...
mdankov [Tue, 8 May 2012 10:56:59 +0000 (10:56 +0000)]
Fix:map_csv:Do better garbage collection. Don't lose 'item deleted' flag. Fixes #1035

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5088 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Android:Check whether intent is available before trying to use it
martin-s [Mon, 7 May 2012 16:03:31 +0000 (16:03 +0000)]
Fix:Android:Check whether intent is available before trying to use it

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5087 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Build:EXTRA_DIST doesn't allow wildcards
martin-s [Sun, 6 May 2012 17:11:42 +0000 (17:11 +0000)]
Fix:Build:EXTRA_DIST doesn't allow wildcards

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5086 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:NLS:Updated german translations
martin-s [Sun, 6 May 2012 16:37:49 +0000 (16:37 +0000)]
Add:NLS:Updated german translations

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5085 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:gui_internal:Deactivate current vehicle if position is set manually
martin-s [Sun, 6 May 2012 16:21:07 +0000 (16:21 +0000)]
Fix:gui_internal:Deactivate current vehicle if position is set manually

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5084 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:Allow deactivating of current vehicle
martin-s [Sun, 6 May 2012 16:20:27 +0000 (16:20 +0000)]
Fix:Core:Allow deactivating of current vehicle

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5083 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:Make vehicle profile order as it appears in xml file
martin-s [Sun, 6 May 2012 16:07:47 +0000 (16:07 +0000)]
Fix:Core:Make vehicle profile order as it appears in xml file

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5082 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:gui_internal:Avoid useless vehicle selection if only one vehicle is available
martin-s [Sun, 6 May 2012 16:06:29 +0000 (16:06 +0000)]
Fix:gui_internal:Avoid useless vehicle selection if only one vehicle is available

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5081 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:gui_internal:React on changed vehicle profile
martin-s [Sun, 6 May 2012 16:01:08 +0000 (16:01 +0000)]
Fix:gui_internal:React on changed vehicle profile

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5080 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Build:Fixed iphone build
martin-s [Sun, 6 May 2012 13:55:34 +0000 (13:55 +0000)]
Fix:Build:Fixed iphone build

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5079 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:Core:Use hash during xml parsing to improve startup speed
martin-s [Sat, 5 May 2012 14:37:45 +0000 (14:37 +0000)]
Add:Core:Use hash during xml parsing to improve startup speed

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5078 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:Revert to older behaviour of showing map on map click, made previous method...
martin-s [Sat, 5 May 2012 14:04:41 +0000 (14:04 +0000)]
Fix:Core:Revert to older behaviour of showing map on map click, made previous method configurable

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5077 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:gui_internal:Made menu page that appears on map click configurable
martin-s [Sat, 5 May 2012 13:55:04 +0000 (13:55 +0000)]
Add:gui_internal:Made menu page that appears on map click configurable

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5076 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:maptool:Fixed plugin loading
martin-s [Sat, 5 May 2012 12:38:29 +0000 (12:38 +0000)]
Fix:maptool:Fixed plugin loading

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5075 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:Fixed C standard compliance
martin-s [Sat, 5 May 2012 09:46:08 +0000 (09:46 +0000)]
Fix:Core:Fixed C standard compliance

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5074 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Android:Fix build with android NDK >= 6b
rikky [Fri, 4 May 2012 19:17:54 +0000 (19:17 +0000)]
Fix:Android:Fix build with android NDK >= 6b

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5073 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Android:add missing file
rikky [Fri, 4 May 2012 18:48:03 +0000 (18:48 +0000)]
Fix:Android:add missing file

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5072 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:speech_iphone:Link against framework, better diagnostics
martin-s [Thu, 3 May 2012 23:00:49 +0000 (23:00 +0000)]
Fix:speech_iphone:Link against framework, better diagnostics

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5071 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:gui_internal:Also create PNG sizes 16 & 96px, internal GUI needs them to avoid...
sleske [Thu, 3 May 2012 20:00:17 +0000 (20:00 +0000)]
Fix:gui_internal:Also create PNG sizes 16 & 96px, internal GUI needs them to avoid ugly scaling.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5070 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Translations:Improve German translation.
sleske [Thu, 3 May 2012 19:59:40 +0000 (19:59 +0000)]
Fix:Translations:Improve German translation.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5069 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:Core:Make translations work on iphone
martin-s [Thu, 3 May 2012 17:37:08 +0000 (17:37 +0000)]
Fix:Core:Make translations work on iphone

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5068 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoFix:graphics_cocoa:Reduced verbosity
martin-s [Thu, 3 May 2012 17:36:30 +0000 (17:36 +0000)]
Fix:graphics_cocoa:Reduced verbosity

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5067 ffa7fe5e-494d-0410-b361-a75ebd5db220

12 years agoAdd:Core:New speech module iphone
martin-s [Thu, 3 May 2012 17:35:08 +0000 (17:35 +0000)]
Add:Core:New speech module iphone

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5066 ffa7fe5e-494d-0410-b361-a75ebd5db220