]> err.no Git - mapper/history - src
Fixes to gstreamer element and caps handlings.
[mapper] / src /
2008-02-29 Kaj-Michael LangFixes to gstreamer element and caps handlings.
2008-02-29 Kaj-Michael LangUse g_debug instead of g_printf. Check elements directl...
2008-02-28 Kaj-Michael LangMore distcheck fixes
2008-02-28 Kaj-Michael LangMerge branch 'master' of ssh://git.tal.org/home/git...
2008-02-28 Kaj-Michael LangAdd headers
2008-02-28 Kaj-Michael LangSet caps so we don't record @ 32-bit stereo 44100....
2008-02-28 Kaj-Michael LangInitialize the audio note subsystem
2008-02-28 Kaj-Michael LangAdd Audio tab with a very simple interface (more of...
2008-02-28 Kaj-Michael LangBuild audio-note.c
2008-02-28 Kaj-Michael LangImplement more of the audio note taking system. Build...
2008-02-27 Kaj-Michael LangUse a timeout to pulse the progress bar and just run...
2008-02-27 Kaj-Michael LangUse route_init/route_deinit to clear the path
2008-02-27 Kaj-Michael LangZero the path data when allocating. Add one more check.
2008-02-27 Kaj-Michael LangUse a Close button instead of OK, makes it more clear.
2008-02-27 Kaj-Michael LangCheck that waypoint->point is valid before using it.
2008-02-26 Kaj-Michael LangUse shorter range for new location check
2008-02-26 Kaj-Michael LangAdd Quick POI tab
2008-02-26 Kaj-Michael LangGet POI lat/lon from gps if fixed==false
2008-02-26 Kaj-Michael LangFix copy&paste error
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
next