]> err.no Git - mapper/history - src
Set proper configure switches
[mapper] / src /
2008-03-07 Kaj-Michael LangFix silly typos
2008-03-06 Kaj-Michael LangUse common path_insert_mark_text
2008-03-06 Kaj-Michael LangMove _track to track.h
2008-03-06 Kaj-Michael LangRemove line break from debug output
2008-03-06 Kaj-Michael LangAdd header and cast properly.
2008-03-04 Kaj-Michael LangHopefully fix gpsbt and gpsd startup
2008-03-04 Kaj-Michael LangAdd debug output for quick poi button icon setter.
2008-03-03 Kaj-Michael LangFix cancel
2008-03-03 Kaj-Michael LangDon't be too technical in error messages.
2008-03-03 Kaj-Michael LangDisplay a generic error message if record or playback...
2008-03-03 Kaj-Michael LangHandle ECONNREFUSED
2008-03-03 Kaj-Michael LangMake track break and text to generic path functions
2008-03-03 Kaj-Michael LangRename function as it's not track specific
2008-03-03 Kaj-Michael LangUse correct window for the error popup
2008-03-03 Kaj-Michael LangUse correct default gpsd port
2008-03-03 Kaj-Michael LangCheck that we have a gtk version with gtk_button_set_im...
2008-03-03 Kaj-Michael LangInclude settings.h so the banner macro hildon version...
2008-03-03 Kaj-Michael LangAdd current wav file field to struct
2008-03-03 Kaj-Michael LangUse alsasink on desktop
2008-03-03 Kaj-Michael LangFix playback pipeline+ui fixes.
2008-02-29 Kaj-Michael LangProperly stop the record pipeline
2008-02-29 Kaj-Michael LangAdd pos_sid to struct
2008-02-29 Kaj-Michael LangAdd simple position text. Add more checks.
2008-02-29 Kaj-Michael LangAlways run gtk mainloop in sqlite cb.
2008-02-29 Kaj-Michael LangAllow a bit faster movement for the random gps simulator.
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
next