]> err.no Git - mapper/shortlog
mapper
2008-02-21 Kaj-Michael... Cleanups to track point filter dialog.
2008-02-21 Kaj-Michael... Move some variables around
2008-02-21 Kaj-Michael... make distcheck fixes.
2008-02-20 Kaj-Michael... Merge branch 'master' of ssh://git.tal.org/home/git...
2008-02-20 Kaj-Michael... Use a bit larger read buffer
2008-02-19 Kaj-Michael... Add category and parsing support for shop=adult
2008-02-19 Kaj-Michael... Add place (city, town, etc) search
2008-02-18 Kaj-Michael... Free the way if it's not used. Add proper return values...
2008-02-18 Kaj-Michael... Handle SQLITE_DONE return value
2008-02-18 Kaj-Michael... Mark non-public functions static
2008-02-18 Kaj-Michael... Split out the import code from osm.c to osm-db-import...
2008-02-18 Kaj-Michael... Merge branch 'master' of ssh://git.tal.org/home/git...
2008-02-18 Kaj-Michael... Enable the Place search option
2008-02-18 Kaj-Michael... Add completion to the search entry
2008-02-18 Kaj-Michael... Keep some simple statistics on how the place cache...
2008-02-18 Kaj-Michael... Use g_debug for any output.
2008-02-18 Kaj-Michael... Handle gpx metadata section, just skip over it. Ignore...
2008-02-18 Kaj-Michael... Add some debug output to gpx parser. Begin to handle...
2008-02-13 Kaj-Michael... Update track store after save as it can clear it.
2008-02-13 Kaj-Michael... Move route_generate_store from route.c to path.c and...
2008-02-13 Kaj-Michael... Add real lat,lon to the store
2008-02-13 Kaj-Michael... Display track waypoints in Track tab.
2008-02-13 Kaj-Michael... Check that there are waypoints before trying to create...
2008-02-12 Kaj-Michael... Fill in serviceentrydir for normal case.
2008-02-05 Kaj-Michael... Forgot this one. Remove global variables from header...
2008-02-05 Kaj-Michael... Don't start downloads when dragging, do a full redraw...
2008-02-05 Kaj-Michael... Stop downloads if auto download is disabled.
2008-02-05 Kaj-Michael... Small POI changes:
2008-02-05 Kaj-Michael... More sqlite helper function usage
2008-02-05 Kaj-Michael... Add transaction begin/commit helpers
2008-02-05 Kaj-Michael... Database helper changes.
2008-02-04 Kaj-Michael... Use POI icons in the quick POI buttons
2008-02-04 Kaj-Michael... Move table and index creation to db.c
2008-02-04 Kaj-Michael... Update. No need to create the tables and indexes by...
2008-02-04 Kaj-Michael... Argh. Fix the create tables.
2008-02-04 Kaj-Michael... Use the table and index definitions. No need to create...
2008-02-04 Kaj-Michael... Fix missing ", fix wrong table name
2008-02-04 Kaj-Michael... Add SQL table and indexe definitions
2008-02-04 Kaj-Michael... Make the track/route load/save functions into two gener...
2008-02-04 Kaj-Michael... Add a track note when adding quick POIs
2008-02-04 Kaj-Michael... Move repo parse to config-gconf
2008-02-04 Kaj-Michael... Use helper to get int values from gconf with default...
2008-02-04 Kaj-Michael... Fix build under hildon
2008-02-04 Kaj-Michael... Add field with default gps address/ip
2008-02-04 Kaj-Michael... Enable gpsd support in config helper
2008-02-02 Kaj-Michael... Add asserts. Remove too verbose messages.
2008-02-02 Kaj-Michael... Hide and show widgets depending on selected GPS type...
2008-02-01 Kaj-Michael... Make the TCP connection work for real. Tested to work...
2008-02-01 Kaj-Michael... Add strace to debug tools
2008-02-01 Kaj-Michael... include dialogs.h
2008-02-01 Kaj-Michael... Misc UI changes:
2008-02-01 Kaj-Michael... Split out simple dialogs from ui-common.c to dialogs.c
2008-01-31 Kaj-Michael... Make gstreamer+espeak optional. Use --enable-gst to...
2008-01-29 Kaj-Michael... Parse directly but update informations in callbacks...
2008-01-29 Kaj-Michael... Do the info update callbacks in as idle
2008-01-29 Kaj-Michael... Sanity check for the NMEA sentence we try to parse.
2008-01-28 Kaj-Michael... Start to separate UI from GPS connection and parsing.
2008-01-28 Kaj-Michael... Call gps settings dialog properly.
2008-01-28 Kaj-Michael... Fix GPS settings dialog so it works.
2008-01-28 Kaj-Michael... Misc
2008-01-28 Kaj-Michael... Add GPS type selection to GPS config. Does not yet...
2008-01-27 Kaj-Michael... Use a banner under hildon instead of a error dialog.
2008-01-27 Kaj-Michael... Set menu entry properly.
2008-01-27 Kaj-Michael... Only display POI information that we got.
2008-01-27 Kaj-Michael... Use menu entry for color settings.
2008-01-27 Kaj-Michael... Fix track_add arguments
2008-01-27 Kaj-Michael... Don't allow negative headings
2008-01-26 Kaj-Michael... include gi18n.h
2008-01-26 Kaj-Michael... Remodelling of GPS handling for hildon. Work in progres...
2008-01-25 Kaj-Michael... Use correct name for gps struct
2008-01-25 Kaj-Michael... include settings.h
2008-01-25 Kaj-Michael... Enable debugging for tablet configure too
2008-01-25 Kaj-Michael... Init GPS panel widgets with the correct gps data structure
2008-01-25 Kaj-Michael... Display the range widgets correctly.
2008-01-25 Kaj-Michael... Fix a warning
2008-01-25 Kaj-Michael... Calculate true heading for simulator
2008-01-25 Kaj-Michael... Formating
2008-01-25 Kaj-Michael... Remove some unneeded headers
2008-01-25 Kaj-Michael... Use g_markup_printf_escaped
2008-01-24 Kaj-Michael... Remove useless debug output
2008-01-24 Kaj-Michael... Preparations
2008-01-24 Kaj-Michael... Nicer default location
2008-01-24 Kaj-Michael... Set debug on for desktop
2008-01-24 Kaj-Michael... Default to gps simulator, config load sets the correct...
2008-01-24 Kaj-Michael... Small fixes to gps random simulator.
2008-01-24 Kaj-Michael... track_add likes gps data, not gps
2008-01-24 Kaj-Michael... Small display changes to map repo dialog
2008-01-24 Kaj-Michael... Hide Help on !hildon case. Hide work-in-progress menu...
2008-01-24 Kaj-Michael... Add a simple gps simulator type. Move some code into...
2008-01-24 Kaj-Michael... Fix enabling gps
2008-01-24 Kaj-Michael... Make sure gps type is valid
2008-01-24 Kaj-Michael... Callback needs gps
2008-01-24 Kaj-Michael... More formating
2008-01-24 Kaj-Michael... Formating
2008-01-24 Kaj-Michael... Use correct action name
2008-01-24 Kaj-Michael... Handle gps type and port
2008-01-24 Kaj-Michael... Add gps port and type
2008-01-24 Kaj-Michael... Add gps_set_type, remove global dbus rfcomm
2008-01-24 Kaj-Michael... Use gdouble for sum
2008-01-24 Kaj-Michael... Remove menu icons from settings sub items
next