profile/ivi/navit.git
13 years agoFix:gtk_drawing_area:Destroy the image cache hash_table only when we have no parent
woglinde [Sun, 17 Apr 2011 21:14:28 +0000 (21:14 +0000)]
Fix:gtk_drawing_area:Destroy the image cache hash_table only when we have no parent

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

13 years agoFix:Core:Adds in forgotten prototype
geoghegan [Sat, 16 Apr 2011 20:35:40 +0000 (20:35 +0000)]
Fix:Core:Adds in forgotten prototype

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

13 years agoFix:Core:Fix memleaks and guard the structs, because they aren't initalized in vehicl...
woglinde [Sat, 16 Apr 2011 18:47:25 +0000 (18:47 +0000)]
Fix:Core:Fix memleaks and guard the structs, because they aren't initalized in vehicle_new

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

13 years agoFix:Core:Replaces strlen with sizeof, which makes the compiler happy, as both preform...
geoghegan [Sat, 16 Apr 2011 18:29:15 +0000 (18:29 +0000)]
Fix:Core:Replaces strlen with sizeof, which makes the compiler happy, as both preform the same function

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

13 years agoFix:Core: Fixes spurious "array out of bounds" compiler warnings due to bug 35903...
geoghegan [Sat, 16 Apr 2011 17:57:29 +0000 (17:57 +0000)]
Fix:Core: Fixes spurious "array out of bounds" compiler warnings due to bug 35903 in GCC

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

13 years agoFix:Core:Destroy the graphic context for the background in vehicle_destroy, memleak...
woglinde [Sat, 16 Apr 2011 16:36:04 +0000 (16:36 +0000)]
Fix:Core:Destroy the graphic context for the background in vehicle_destroy, memleak found by valgrind

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

13 years agoAdd:osd/core:
tegzed [Sat, 16 Apr 2011 15:38:04 +0000 (15:38 +0000)]
Add:osd/core:
- added the possibility to set attributes of OSDs runtime
- added navit command for setting attribute of a named osd
- added the possibility to set src attribute (background image) of osd buttons runtime
- created "command interface" osd type to be able to access command system accessible data (for example route_status) and display it either as text or image (see Ticket #815 for details)

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

13 years agoFix:core:Fix small memleak found with valgrind, wordexp isn't needed after the name...
woglinde [Sat, 16 Apr 2011 15:37:10 +0000 (15:37 +0000)]
Fix:core:Fix small memleak found with valgrind, wordexp isn't needed after the name is set

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

13 years agoFix:core:reverted previous accidental commit to navit.c
tegzed [Sat, 16 Apr 2011 14:45:32 +0000 (14:45 +0000)]
Fix:core:reverted previous accidental commit to navit.c

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

13 years agoFix:core:Fix small memleak found with valgrind, wordexp isn't needed after the name...
woglinde [Sat, 16 Apr 2011 14:18:05 +0000 (14:18 +0000)]
Fix:core:Fix small memleak found with valgrind, wordexp isn't needed after the name is set

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

13 years agoFix:Core:Adds in forgotten prototype
geoghegan [Thu, 14 Apr 2011 21:01:43 +0000 (21:01 +0000)]
Fix:Core:Adds in forgotten prototype

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

13 years agoFix:gtk_drawing_area:Fix memleak found by valgrind, use full variant of hashtable...
woglinde [Thu, 14 Apr 2011 20:59:00 +0000 (20:59 +0000)]
Fix:gtk_drawing_area:Fix memleak found by valgrind, use full variant of hashtable, fix some styles, closes ticket #841

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

13 years agoFix:SVN:Reverts SVN mistake
geoghegan [Thu, 14 Apr 2011 19:45:51 +0000 (19:45 +0000)]
Fix:SVN:Reverts SVN mistake

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

13 years agonomsg
geoghegan [Thu, 14 Apr 2011 19:36:12 +0000 (19:36 +0000)]
nomsg

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

13 years agoFix:Core:Free progress_callback too
woglinde [Thu, 14 Apr 2011 13:25:47 +0000 (13:25 +0000)]
Fix:Core:Free progress_callback too

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

13 years agoFix:graphics/sdl:Prevent creating the rotation event if the orientation didn't change
norad [Wed, 13 Apr 2011 07:46:11 +0000 (07:46 +0000)]
Fix:graphics/sdl:Prevent creating the rotation event if the orientation didn't change

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

13 years agoFix:GUI: Fixes #784 - "grahic issue in WinCE SVN 4176 Menu"| Thanks Tryagain
geoghegan [Tue, 12 Apr 2011 21:06:29 +0000 (21:06 +0000)]
Fix:GUI: Fixes #784 - "grahic issue in WinCE SVN 4176 Menu"| Thanks Tryagain

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

13 years agoAdd:Core: Adds in forgotten licensing
geoghegan [Mon, 11 Apr 2011 18:58:10 +0000 (18:58 +0000)]
Add:Core: Adds in forgotten licensing

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

13 years agoPatch:graphics/sdl:Implement dampening for the accelerometer so the orientation does...
norad [Mon, 11 Apr 2011 16:03:21 +0000 (16:03 +0000)]
Patch:graphics/sdl:Implement dampening for the accelerometer so the orientation does not change when driving over bumps

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

13 years agoFix:Core:Guard against android.h inclusion, thanks to pini, fixes ticket #833
woglinde [Mon, 11 Apr 2011 11:05:16 +0000 (11:05 +0000)]
Fix:Core:Guard against android.h inclusion, thanks to pini, fixes ticket #833

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

13 years agoAdd:Core:Slightly better debug for map matching
martin-s [Thu, 7 Apr 2011 07:37:53 +0000 (07:37 +0000)]
Add:Core:Slightly better debug for map matching

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

13 years agoAdd:po:Updated german translations
martin-s [Wed, 6 Apr 2011 11:05:56 +0000 (11:05 +0000)]
Add:po:Updated german translations

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

13 years agoAdd:Maptool: Adds in forgotten licence for the header file
geoghegan [Tue, 5 Apr 2011 21:41:26 +0000 (21:41 +0000)]
Add:Maptool: Adds in forgotten licence for the header file

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

13 years agoAdd:Maptool: Adds in forgotten licence
geoghegan [Tue, 5 Apr 2011 21:39:28 +0000 (21:39 +0000)]
Add:Maptool: Adds in forgotten licence

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

13 years agoAdd:Maptool: Adds in an extra entry for Netherlands| Thanks Korossa!
geoghegan [Mon, 4 Apr 2011 19:51:23 +0000 (19:51 +0000)]
Add:Maptool: Adds in an extra entry for Netherlands| Thanks Korossa!

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

13 years agoFix:Core:Avoid hanging http connections
martin-s [Sat, 2 Apr 2011 19:19:28 +0000 (19:19 +0000)]
Fix:Core:Avoid hanging http connections

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

13 years agoAdd:gui_internal:Experimental menus for map downloading
martin-s [Sat, 2 Apr 2011 15:47:57 +0000 (15:47 +0000)]
Add:gui_internal:Experimental menus for map downloading

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

13 years agoFix:maptool:Set timestamp again
martin-s [Thu, 31 Mar 2011 17:29:00 +0000 (17:29 +0000)]
Fix:maptool:Set timestamp again

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

13 years agoAdd:maptool:Password function
martin-s [Thu, 31 Mar 2011 16:22:44 +0000 (16:22 +0000)]
Add:maptool:Password function

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

13 years agoFix:android/cmake:Enable installing to sdcard.
rikky [Wed, 30 Mar 2011 19:27:06 +0000 (19:27 +0000)]
Fix:android/cmake:Enable installing to sdcard.

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

13 years agoFix:android/cmake:Target sdk version may be specified before building (-DANDROID_API_...
rikky [Wed, 30 Mar 2011 19:26:44 +0000 (19:26 +0000)]
Fix:android/cmake:Target sdk version may be specified before building (-DANDROID_API_VERSION=9). Default 8, minSDK=4.

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

13 years agoAdd:map_binfile:Let url in map overwrite config url
martin-s [Wed, 30 Mar 2011 13:22:23 +0000 (13:22 +0000)]
Add:map_binfile:Let url in map overwrite config url

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

13 years agoAdd:maptool:Option to specify url on commandline
martin-s [Wed, 30 Mar 2011 13:21:27 +0000 (13:21 +0000)]
Add:maptool:Option to specify url on commandline

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

13 years agoFix:build/cmake:add missing file for previous commit
rikky [Tue, 29 Mar 2011 20:28:42 +0000 (20:28 +0000)]
Fix:build/cmake:add missing file for previous commit

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

13 years agoFix:build/cmake:For android build plugin/pedestrian per default
rikky [Tue, 29 Mar 2011 20:22:51 +0000 (20:22 +0000)]
Fix:build/cmake:For android build plugin/pedestrian per default

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

13 years agoFix:build/cmake:Ability to specify additional android permissions like this -DANDROID...
rikky [Tue, 29 Mar 2011 20:03:11 +0000 (20:03 +0000)]
Fix:build/cmake:Ability to specify additional android permissions like this -DANDROID_PERMISSIONS="CAMERA;CALL_PHONE"

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

13 years agoFix:gui_internal:Prevent crash in search dialog when finding streets without name
rikky [Tue, 29 Mar 2011 16:57:09 +0000 (16:57 +0000)]
Fix:gui_internal:Prevent crash in search dialog when finding streets without name

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

13 years agoAdd:core:Add flags for street_pedestrian to make it usable for routing and searching.
rikky [Tue, 29 Mar 2011 16:56:40 +0000 (16:56 +0000)]
Add:core:Add flags for street_pedestrian to make it usable for routing and searching.

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

13 years agoAdd:android:Test for free space in MapDownloader and present usefull error messages...
rikky [Mon, 28 Mar 2011 22:54:22 +0000 (22:54 +0000)]
Add:android:Test for free space in MapDownloader and present usefull error messages to the user

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

13 years agoFix:android:Minor cleanup
rikky [Mon, 28 Mar 2011 22:53:33 +0000 (22:53 +0000)]
Fix:android:Minor cleanup

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

13 years agoFix:android:Remove superflous code and other cleanups
rikky [Mon, 28 Mar 2011 22:52:36 +0000 (22:52 +0000)]
Fix:android:Remove superflous code and other cleanups

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

13 years agoPatch:graphics/sdl:Reenable switching between landscape and portrait view using the...
norad [Mon, 28 Mar 2011 15:19:49 +0000 (15:19 +0000)]
Patch:graphics/sdl:Reenable switching between landscape and portrait view using the accelerometer on WebOS>=2.0

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

13 years agoFix:map/csv:save csv map when adding or changing an item
tegzed [Mon, 28 Mar 2011 06:05:17 +0000 (06:05 +0000)]
Fix:map/csv:save csv map when adding or changing an item

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

13 years agoAdd:android:Initial support for resuming map downloads and more code cleanup
rikky [Sun, 27 Mar 2011 19:52:51 +0000 (19:52 +0000)]
Add:android:Initial support for resuming map downloads and more code cleanup

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

13 years agoFix:android:Fixed crash when country is unset.
rikky [Sun, 27 Mar 2011 19:52:24 +0000 (19:52 +0000)]
Fix:android:Fixed crash when country is unset.

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

13 years agoFix:android:Fixed warnings in java code
rikky [Sun, 27 Mar 2011 19:52:08 +0000 (19:52 +0000)]
Fix:android:Fixed warnings in java code

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

13 years agoFix:android:Rewrite/cleanup of the MapDownloader menu code
rikky [Sun, 27 Mar 2011 19:51:28 +0000 (19:51 +0000)]
Fix:android:Rewrite/cleanup of the MapDownloader menu code

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

13 years agoFix:android:Code cleanup
rikky [Sun, 27 Mar 2011 19:51:01 +0000 (19:51 +0000)]
Fix:android:Code cleanup

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

13 years agoFix:core:Made command interpreter accept attribute names that start with letter chara...
tegzed [Sun, 27 Mar 2011 16:49:22 +0000 (16:49 +0000)]
Fix:core:Made command interpreter accept attribute names that start with letter character but contain digits on non-start position (Eg:vehicle.position_time_iso8601)

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

13 years agoFix:map_binfile:Reverted wrong change
martin-s [Sat, 26 Mar 2011 19:46:15 +0000 (19:46 +0000)]
Fix:map_binfile:Reverted wrong change

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

13 years agoFix:map/binfile:Workaround for finding streets with labels but no name (i.e. pedestrian)
rikky [Wed, 23 Mar 2011 20:25:11 +0000 (20:25 +0000)]
Fix:map/binfile:Workaround for finding streets with labels but no name (i.e. pedestrian)

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

13 years agoFix:map/binfile:add more streets which can be searched for.
rikky [Wed, 23 Mar 2011 13:37:21 +0000 (13:37 +0000)]
Fix:map/binfile:add more streets which can be searched for.

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

13 years agoFix:core:Fixed fat pink border lines to a more appropiate thin gray.
rikky [Wed, 23 Mar 2011 13:36:58 +0000 (13:36 +0000)]
Fix:core:Fixed fat pink border lines to a more appropiate thin gray.

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

13 years agoAdd:core:Add labels for living streets to all layouts
rikky [Wed, 23 Mar 2011 13:36:38 +0000 (13:36 +0000)]
Add:core:Add labels for living streets to all layouts

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

13 years agoFix:core:Fixed layout "car-dark". Some green polygons where drawn above streets and...
rikky [Wed, 23 Mar 2011 13:36:20 +0000 (13:36 +0000)]
Fix:core:Fixed layout "car-dark". Some green polygons where drawn above streets and POIs.

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

13 years agoFix:map/csv:Fixed memory leak
rikky [Mon, 21 Mar 2011 21:16:53 +0000 (21:16 +0000)]
Fix:map/csv:Fixed memory leak

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

13 years agoFix:map/csv:Fixed some warnings
rikky [Mon, 21 Mar 2011 21:15:54 +0000 (21:15 +0000)]
Fix:map/csv:Fixed some warnings

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

13 years agoFix:graphics/opengl:do not scale on invalid width/height
tegzed [Mon, 21 Mar 2011 19:34:17 +0000 (19:34 +0000)]
Fix:graphics/opengl:do not scale on invalid width/height

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

13 years agoFix:graphics/opengl:Added support for image scaling
tegzed [Mon, 21 Mar 2011 17:40:31 +0000 (17:40 +0000)]
Fix:graphics/opengl:Added support for image scaling

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

13 years agoFix:map/csv:fixed crash in csv map destroy function
tegzed [Mon, 21 Mar 2011 11:05:01 +0000 (11:05 +0000)]
Fix:map/csv:fixed crash in csv map destroy function

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

13 years agoFix:core:remove workaround for callback list destruction and pass new callback instan...
tegzed [Sun, 20 Mar 2011 22:45:45 +0000 (22:45 +0000)]
Fix:core:remove workaround for callback list destruction and pass new callback instance to each map in the mapset to avoid callback list free problem

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

13 years agoFix:core:workaround for double freeing callback list
tegzed [Sun, 20 Mar 2011 22:17:41 +0000 (22:17 +0000)]
Fix:core:workaround for double freeing callback list

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

13 years agoFix:android:Added two wrongly deleted functions again
rikky [Sun, 20 Mar 2011 00:09:52 +0000 (00:09 +0000)]
Fix:android:Added two wrongly deleted functions again

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

13 years agoFix:core:fix get_attr_var command to avoid double freeing of returned attributes
tegzed [Sat, 19 Mar 2011 23:32:29 +0000 (23:32 +0000)]
Fix:core:fix get_attr_var command to avoid double freeing of returned attributes

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

13 years agoAdd:core:Added ATTR_IS_ITEM() helper macro
tegzed [Sat, 19 Mar 2011 22:52:13 +0000 (22:52 +0000)]
Add:core:Added ATTR_IS_ITEM() helper macro

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

13 years agoFix:core: - added commands for storing and retrieving attributes returned by other...
tegzed [Sat, 19 Mar 2011 22:50:07 +0000 (22:50 +0000)]
Fix:core: - added commands for storing and retrieving attributes returned by other commands
          - added commands to create map items and add or modify item attributes
          - eliminated some compiler warnings
          - call destroy method for the active mapset

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

13 years agoFix:core:return the correct size for attr_type_item class attributes, needed for...
tegzed [Sat, 19 Mar 2011 22:33:59 +0000 (22:33 +0000)]
Fix:core:return the correct size for attr_type_item class attributes, needed for correct duplication of these attributes

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

13 years agoAdd:map/csv: - added the possibility to add map items, add or change map item attribu...
tegzed [Sat, 19 Mar 2011 22:31:36 +0000 (22:31 +0000)]
Add:map/csv: - added the possibility to add map items, add or change map item attributes at runtime and save changed map data on exit

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

13 years agoAdd:core: - Added reference counting map destruction mechanism
tegzed [Sat, 19 Mar 2011 22:22:12 +0000 (22:22 +0000)]
Add:core: - Added reference counting map destruction mechanism
          - Added item creation function to the map interface

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

13 years agoFix:core:Fixed some warnings
rikky [Sat, 19 Mar 2011 09:31:00 +0000 (09:31 +0000)]
Fix:core:Fixed some warnings

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

13 years agoFix:core:Fixed typo
rikky [Sat, 19 Mar 2011 09:30:36 +0000 (09:30 +0000)]
Fix:core:Fixed typo

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

13 years agoFix:core:Optimize osd_minimum.xslt (navigation_next_turn) for different osd sizes
rikky [Fri, 18 Mar 2011 19:16:54 +0000 (19:16 +0000)]
Fix:core:Optimize osd_minimum.xslt (navigation_next_turn) for different osd sizes

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

13 years agoFix:build/cmake:Added "saxonb-xslt" to the list of supported xslt processors
rikky [Fri, 18 Mar 2011 19:16:27 +0000 (19:16 +0000)]
Fix:build/cmake:Added "saxonb-xslt" to the list of supported xslt processors

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

13 years agoFix:core:Fixed cursor size in "Car-Android" layout (bounding box does not turn with...
rikky [Fri, 18 Mar 2011 19:16:09 +0000 (19:16 +0000)]
Fix:core:Fixed cursor size in "Car-Android" layout (bounding box does not turn with cursor)

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

13 years agoFix:gui/internal:Pressing "back" key in menu root switches to map
rikky [Fri, 18 Mar 2011 19:15:43 +0000 (19:15 +0000)]
Fix:gui/internal:Pressing "back" key in menu root switches to map

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

13 years agoFix:android:more code cleanup
rikky [Fri, 18 Mar 2011 19:15:09 +0000 (19:15 +0000)]
Fix:android:more code cleanup

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

13 years agoFix:core:Fixed some warnings
rikky [Fri, 18 Mar 2011 19:14:47 +0000 (19:14 +0000)]
Fix:core:Fixed some warnings

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

13 years agoFix:core:Fixed a ton of "alloca redefined" warnings
rikky [Fri, 18 Mar 2011 19:13:46 +0000 (19:13 +0000)]
Fix:core:Fixed a ton of "alloca redefined" warnings

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

13 years agoFix:binfile:Add living_street to search index. Otherwise they won't apear in a search...
rikky [Thu, 17 Mar 2011 22:36:31 +0000 (22:36 +0000)]
Fix:binfile:Add living_street to search index. Otherwise they won't apear in a search dialog.

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

13 years agoFix:build/cmake:Revert 4351 as it breaks Qt stuff
rikky [Thu, 17 Mar 2011 22:36:08 +0000 (22:36 +0000)]
Fix:build/cmake:Revert 4351 as it breaks Qt stuff

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

13 years agoFix:build/cmake:Link plugins against navit core-lib on android
rikky [Thu, 17 Mar 2011 21:53:40 +0000 (21:53 +0000)]
Fix:build/cmake:Link plugins against navit core-lib on android

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

13 years agoAdd:Core:Make optionally display a label at cursor
martin-s [Thu, 17 Mar 2011 13:52:55 +0000 (13:52 +0000)]
Add:Core:Make optionally display a label at cursor

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

13 years agoFix:android:Code cleanup and fixed some warnings
rikky [Thu, 17 Mar 2011 11:54:14 +0000 (11:54 +0000)]
Fix:android:Code cleanup and fixed some warnings

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

13 years agoAdd:android:Added navit notification icon
rikky [Thu, 17 Mar 2011 11:53:40 +0000 (11:53 +0000)]
Add:android:Added navit notification icon

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

13 years agoFix:graphics_sdl:Add accidentially removed freetype again
martin-s [Thu, 17 Mar 2011 09:10:40 +0000 (09:10 +0000)]
Fix:graphics_sdl:Add accidentially removed freetype again

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

13 years agoPatch:graphics/sdl:Remove dependency on fontconfig and freetype
norad [Wed, 16 Mar 2011 15:34:24 +0000 (15:34 +0000)]
Patch:graphics/sdl:Remove dependency on fontconfig and freetype

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

13 years agoFix:android:Fixed missing country flags in search dialog
rikky [Tue, 15 Mar 2011 22:15:58 +0000 (22:15 +0000)]
Fix:android:Fixed missing country flags in search dialog

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

13 years agoFix:build/cmake:Fixed building with cmake 2.6 in wine with mingw32
rikky [Tue, 15 Mar 2011 22:15:34 +0000 (22:15 +0000)]
Fix:build/cmake:Fixed building with cmake 2.6 in wine with mingw32

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

13 years agoFix:build/cmake:Make compatible to cmake 2.6
rikky [Tue, 15 Mar 2011 22:15:14 +0000 (22:15 +0000)]
Fix:build/cmake:Make compatible to cmake 2.6

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

13 years agoFixed: navit.c: In function 'navit_add_layout':
worldcitizen [Tue, 15 Mar 2011 18:34:31 +0000 (18:34 +0000)]
Fixed: navit.c: In function 'navit_add_layout':
navit.c:2253:1: warning: no return statement in function returning non-void

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

13 years agoFix:core:Fixed counting of roundabout exits
rikky [Tue, 15 Mar 2011 15:17:16 +0000 (15:17 +0000)]
Fix:core:Fixed counting of roundabout exits

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

13 years agoFix:SDL:Removed useless references to fontconfig.
xenos1984 [Tue, 15 Mar 2011 11:04:06 +0000 (11:04 +0000)]
Fix:SDL:Removed useless references to fontconfig.

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

13 years agoFix:build/cmake:Fixed some linkage dependency. Should also fix maptool linker errors...
rikky [Tue, 15 Mar 2011 00:47:00 +0000 (00:47 +0000)]
Fix:build/cmake:Fixed some linkage dependency. Should also fix maptool linker errors on mingw with installed libint.

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

13 years agoAdd:build/cmake:Generate hdpi, mdpi and ldpi configs for android
rikky [Sun, 13 Mar 2011 22:56:02 +0000 (22:56 +0000)]
Add:build/cmake:Generate hdpi, mdpi and ldpi configs for android

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

13 years agoFix:core:Update some XSLTs to better support different display sizes
rikky [Sun, 13 Mar 2011 22:55:40 +0000 (22:55 +0000)]
Fix:core:Update some XSLTs to better support different display sizes

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

13 years agoFix:core:Add the android layout to navit config
rikky [Sun, 13 Mar 2011 22:55:09 +0000 (22:55 +0000)]
Fix:core:Add the android layout to navit config

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

13 years agoFix:core:Possibilty to specify the default layout. Add active="1" to the layout node...
rikky [Sun, 13 Mar 2011 22:54:51 +0000 (22:54 +0000)]
Fix:core:Possibilty to specify the default layout. Add active="1" to the layout node which should be active on default.

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

13 years agoFix:build/cmake:Reduce number of default scales for svn to png conversion
rikky [Sun, 13 Mar 2011 22:54:27 +0000 (22:54 +0000)]
Fix:build/cmake:Reduce number of default scales for svn to png conversion

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

13 years agoFix:graphics/win32:Account for overlays in image cache
rikky [Sun, 13 Mar 2011 01:36:29 +0000 (01:36 +0000)]
Fix:graphics/win32:Account for overlays in image cache

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

13 years agoFix:android:Account for overlays in image cache
rikky [Sun, 13 Mar 2011 01:35:53 +0000 (01:35 +0000)]
Fix:android:Account for overlays in image cache

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