0.0.3

From Navit's Wiki

Jump to: navigation, search

List of things done in cvs since 0.0.2 :

Adds

  • Added some missing translations
  • Added Zilux patch about fonts, using default path on OpenMoko
  • Added view_mode and tilt options to cegui
  • Added new translations
  • Added patch from Aurelien J. about middle mouse button centering
  • Added media_window_title,media_cmd options to cegui
  • Added missing mapping
  • Added malloc debugging
  • Added details in case of sdl gui dependency missing
  • Add navit_toggle_routegraph_display prototype
  • Added patch from Arelien Jacobs (Thanks!) to ignore nodes with only ele tag
  • Added a check for set and get toggles before actually calling them
  • Add better diagnostics of configure failure
  • Added Bookmark as destination support
  • Added former destinations support - some code cleanup
  • Add some of the garmin types to the navit's layout
  • Added support for compressed maps
  • Added Aurelient's patch about street_name for osm
  • Added checks for pkg-config and libtool to avoid failed autogens
  • Added an alpha channel to colors

Fixes

  • fix some more warnings
  • fix bug #19 + search code cleanup
  • Fix Ticket #30 - exit gracefuly when no config file or config file is invalid
  • Made osm2navit work again, Bugfixes in the binfile driver
  • Fix bookmarks with projections, add /usr/X11R6/lib/X11/fonts/TTF to font path and check forluximbi.ttf, remove useless coord iterations from track and some shame from the codethere
  • Fixed a signess bug which occurs with osm maps > 32767 tiles
  • Bugfixing in Searching
  • Fixed missing current road name display
  • Ensures navigation tip is visible when needed
  • Fix some other UTF-8 issues
  • Another search bugfix
  • Updated translation by Zilux, which fixes the distance translation
  • Fixes two warnings
  • Fixed a bug reported by Helge Halfting (Thanks!) regarding xpm loading
  • Create struct pcoord containing the projection. Use it to propagate destinations/positions to route code. Use it to create the navit's instance. Use it in search structs so when you have the targets coordinates you know what projection they are. - SDL have to be fixed, GTK uses coordinates for lists data, SDL not. Fix memory leak when using route_rect, it allocates map_selection but users didn't free it. search_list_town/search_list_streets allocate the coordinate but do not free it - fixed. Store and read the projections in/from destinations.txt.
  • Bugfix for crash when using bookmark as destination
  • Fixed missing @ZLIB_LIBS@
  • Fixed some logging issues
  • Fixed a bug in map processing
  • Fix some GTK warnings
  • Fix possible segfault
  • Fixed a little bug with button label when setting the default view mode in navit.xml
  • Fixed some town labels
  • Fix crash when trying to speak and have no directions
  • Fix coordinates count
  • Fixed typo in urls
  • Fixed a bug in m&g and textfile driver
  • Route code emulates a map driver to draw the route path, coordinates are cached in the route_path_segment. This will also allow to easy debuging of routing code. Fix route clear to avoid double free. Route supports roads with segments contained in one item. Route supports the map projections. Implement transform_array - saves function calls and fpu start/stop Get all coordinates with one call for polygons and lines, so item_get_coord with more than one coordinate is now used. Reorder do_draw_map, separated from do_draw, so it checks if the item is contained in the selection before transforming coordinates. Tune a bit calculation of route_point's hash value.
  • Might have fixed cegui detection for good.
  • Fixes a missing \n in po
  • fixed a window displaying issue
  • some code cleanup

Various

  • Enable by default building with -ffast-math
  • Changed order to get more useful output
  • Define some m&g polygons
  • Remove the sleep(1) install timeout and do a blocking check for events
  • Avoid linking problems with static libraries on x86_64
  • Check for more dependencies before running autoreconf
  • Applied zoom_Ãfactorize.diff patch from Aurelien J.
  • Teach transform_distance about other projections
  • Enhanced cegui tests
  • worked on cegui loadtime problems
  • Support embedding into X sockets for gtk GUI
  • Correctly check for GNU g++ and set CXXFLAGS
  • Reverted fib-1.1 and poi_geodownload to libtool
  • Improved various things
  • Rename attr_limit to attr_flags and define what the flags are
  • [PATCH] map more OSM attributes to POI from Aurelien Jacobs - Thanks
  • More improvements to reduce node count
  • init libgarmin with config, get debug level from config and use it
  • Avoid division for scale==1, check for failed allocations in route code
  • Changed slider steps
  • make popup coordinate static
  • Return label as attr_street_name
  • Improved osm2navit to handle points
  • Updated README
  • Only round garmin distance for the avoid float compile
  • Changed radius of point selection to ease use of navit on OpenMoko
  • Improved debugging output
  • Made support for slippy map
  • attr_flags for garmin driver
  • Create more than one segment from a road
  • Changed file to support read(), changed binfile driver to use it
  • Changed map_selection data structure for more flexibility in viewport setup
  • Some cleanup
  • 0x16 is a building
  • Converted menu callbacks to new callback api
  • Started doxygen documentation
  • Enable displaying of route graphpoints for debuging
  • Reuse route_path_segments from the last calculated path when possible
  • Reverted some changes about search struct which broke town search in sdl
  • Pass flags when opening gmap
  • Support for SDL embedding too, Special Thanks goes to tripzero
  • Improved left mouse button handling
Personal tools