]> err.no Git - mapper/history - src
Add some more quick poi categories. Make buttons take up as much space as they can...
[mapper] / src /
2008-02-26 Kaj-Michael LangAdd some more quick poi categories. Make buttons take...
2008-02-26 Kaj-Michael LangAdd explicit Restaurant category
2008-02-26 Kaj-Michael LangUse a dynamicaly sized buffer pixmap
2008-02-26 Kaj-Michael LangSplit the quick button box generation into its own...
2008-02-26 Kaj-Michael LangAdd track_insert_mark_text
2008-02-25 Kaj-Michael LangMove audio sink and src to audio.h
2008-02-25 Kaj-Michael LangMove some variables and enums around
2008-02-23 Kaj-Michael LangWhitespace fix
2008-02-21 Kaj-Michael LangAdd OSM import function directly in the UI.
2008-02-21 Kaj-Michael LangCleanups to track point filter dialog.
2008-02-21 Kaj-Michael LangMove some variables around
2008-02-21 Kaj-Michael Langmake distcheck fixes.
2008-02-20 Kaj-Michael LangMerge branch 'master' of ssh://git.tal.org/home/git...
2008-02-20 Kaj-Michael LangUse a bit larger read buffer
2008-02-19 Kaj-Michael LangAdd category and parsing support for shop=adult
2008-02-19 Kaj-Michael LangAdd place (city, town, etc) search
2008-02-18 Kaj-Michael LangFree the way if it's not used. Add proper return values...
2008-02-18 Kaj-Michael LangHandle SQLITE_DONE return value
2008-02-18 Kaj-Michael LangMark non-public functions static
2008-02-18 Kaj-Michael LangSplit out the import code from osm.c to osm-db-import...
2008-02-18 Kaj-Michael LangMerge branch 'master' of ssh://git.tal.org/home/git...
2008-02-18 Kaj-Michael LangEnable the Place search option
2008-02-18 Kaj-Michael LangAdd completion to the search entry
2008-02-18 Kaj-Michael LangKeep some simple statistics on how the place cache...
2008-02-18 Kaj-Michael LangUse g_debug for any output.
2008-02-18 Kaj-Michael LangHandle gpx metadata section, just skip over it. Ignore...
2008-02-18 Kaj-Michael LangAdd some debug output to gpx parser. Begin to handle...
2008-02-13 Kaj-Michael LangUpdate track store after save as it can clear it.
2008-02-13 Kaj-Michael LangMove route_generate_store from route.c to path.c and...
2008-02-13 Kaj-Michael LangAdd real lat,lon to the store
2008-02-13 Kaj-Michael LangDisplay track waypoints in Track tab.
2008-02-13 Kaj-Michael LangCheck that there are waypoints before trying to create...
2008-02-05 Kaj-Michael LangForgot this one. Remove global variables from header...
2008-02-05 Kaj-Michael LangDon't start downloads when dragging, do a full redraw...
2008-02-05 Kaj-Michael LangStop downloads if auto download is disabled.
2008-02-05 Kaj-Michael LangSmall POI changes:
2008-02-05 Kaj-Michael LangMore sqlite helper function usage
2008-02-05 Kaj-Michael LangAdd transaction begin/commit helpers
2008-02-05 Kaj-Michael LangDatabase helper changes.
2008-02-04 Kaj-Michael LangUse POI icons in the quick POI buttons
2008-02-04 Kaj-Michael LangMove table and index creation to db.c
2008-02-04 Kaj-Michael LangArgh. Fix the create tables.
2008-02-04 Kaj-Michael LangUse the table and index definitions. No need to create...
2008-02-04 Kaj-Michael LangFix missing ", fix wrong table name
2008-02-04 Kaj-Michael LangAdd SQL table and indexe definitions
2008-02-04 Kaj-Michael LangMake the track/route load/save functions into two gener...
2008-02-04 Kaj-Michael LangAdd a track note when adding quick POIs
2008-02-04 Kaj-Michael LangMove repo parse to config-gconf
2008-02-04 Kaj-Michael LangUse helper to get int values from gconf with default...
2008-02-04 Kaj-Michael LangFix build under hildon
2008-02-04 Kaj-Michael LangAdd field with default gps address/ip
2008-02-02 Kaj-Michael LangAdd asserts. Remove too verbose messages.
2008-02-02 Kaj-Michael LangHide and show widgets depending on selected GPS type...
2008-02-01 Kaj-Michael LangMake the TCP connection work for real. Tested to work...
2008-02-01 Kaj-Michael LangAdd strace to debug tools
2008-02-01 Kaj-Michael Langinclude dialogs.h
2008-02-01 Kaj-Michael LangMisc UI changes:
2008-02-01 Kaj-Michael LangSplit out simple dialogs from ui-common.c to dialogs.c
2008-01-31 Kaj-Michael LangMake gstreamer+espeak optional. Use --enable-gst to...
2008-01-29 Kaj-Michael LangParse directly but update informations in callbacks...
2008-01-29 Kaj-Michael LangDo the info update callbacks in as idle
2008-01-29 Kaj-Michael LangSanity check for the NMEA sentence we try to parse.
2008-01-28 Kaj-Michael LangStart to separate UI from GPS connection and parsing.
2008-01-28 Kaj-Michael LangCall gps settings dialog properly.
2008-01-28 Kaj-Michael LangFix GPS settings dialog so it works.
2008-01-28 Kaj-Michael LangMisc
2008-01-28 Kaj-Michael LangAdd GPS type selection to GPS config. Does not yet...
2008-01-27 Kaj-Michael LangUse a banner under hildon instead of a error dialog.
2008-01-27 Kaj-Michael LangSet menu entry properly.
2008-01-27 Kaj-Michael LangOnly display POI information that we got.
2008-01-27 Kaj-Michael LangUse menu entry for color settings.
2008-01-27 Kaj-Michael LangFix track_add arguments
2008-01-27 Kaj-Michael LangDon't allow negative headings
2008-01-26 Kaj-Michael Langinclude gi18n.h
2008-01-26 Kaj-Michael LangRemodelling of GPS handling for hildon. Work in progres...
2008-01-25 Kaj-Michael LangUse correct name for gps struct
2008-01-25 Kaj-Michael Langinclude settings.h
2008-01-25 Kaj-Michael LangInit GPS panel widgets with the correct gps data structure
2008-01-25 Kaj-Michael LangDisplay the range widgets correctly.
2008-01-25 Kaj-Michael LangFix a warning
2008-01-25 Kaj-Michael LangCalculate true heading for simulator
2008-01-25 Kaj-Michael LangFormating
2008-01-25 Kaj-Michael LangRemove some unneeded headers
2008-01-25 Kaj-Michael LangUse g_markup_printf_escaped
2008-01-24 Kaj-Michael LangRemove useless debug output
2008-01-24 Kaj-Michael LangPreparations
2008-01-24 Kaj-Michael LangNicer default location
2008-01-24 Kaj-Michael LangDefault to gps simulator, config load sets the correct...
2008-01-24 Kaj-Michael LangSmall fixes to gps random simulator.
2008-01-24 Kaj-Michael Langtrack_add likes gps data, not gps
2008-01-24 Kaj-Michael LangSmall display changes to map repo dialog
2008-01-24 Kaj-Michael LangHide Help on !hildon case. Hide work-in-progress menu...
2008-01-24 Kaj-Michael LangAdd a simple gps simulator type. Move some code into...
2008-01-24 Kaj-Michael LangFix enabling gps
2008-01-24 Kaj-Michael LangMake sure gps type is valid
2008-01-24 Kaj-Michael LangCallback needs gps
2008-01-24 Kaj-Michael LangMore formating
2008-01-24 Kaj-Michael LangFormating
2008-01-24 Kaj-Michael LangUse correct action name
2008-01-24 Kaj-Michael LangHandle gps type and port
next