]> err.no Git - mapper/log
mapper
16 years agoFixes to gstreamer element and caps handlings.
Kaj-Michael Lang [Fri, 29 Feb 2008 13:55:00 +0000 (15:55 +0200)]
Fixes to gstreamer element and caps handlings.

16 years agoUse g_debug instead of g_printf. Check elements directly after creating.
Kaj-Michael Lang [Fri, 29 Feb 2008 09:20:23 +0000 (11:20 +0200)]
Use g_debug instead of g_printf. Check elements directly after creating.

16 years agoMore distcheck fixes
Kaj-Michael Lang [Thu, 28 Feb 2008 20:40:53 +0000 (22:40 +0200)]
More distcheck fixes

16 years agoRemove useless "else"
Kaj-Michael Lang [Thu, 28 Feb 2008 20:35:27 +0000 (22:35 +0200)]
Remove useless "else"

16 years agoMerge branch 'master' of ssh://git.tal.org/home/git/mapper
Kaj-Michael Lang [Thu, 28 Feb 2008 20:35:17 +0000 (22:35 +0200)]
Merge branch 'master' of ssh://git.tal.org/home/git/mapper

16 years agoAdd headers
Kaj-Michael Lang [Thu, 28 Feb 2008 20:35:09 +0000 (22:35 +0200)]
Add headers

16 years agoSet caps so we don't record @ 32-bit stereo 44100. Skip on tablets as they default...
Kaj-Michael Lang [Thu, 28 Feb 2008 16:59:17 +0000 (18:59 +0200)]
Set caps so we don't record @ 32-bit stereo 44100. Skip on tablets as they default to hw limit (8kHz).

16 years agoInitialize the audio note subsystem
Kaj-Michael Lang [Thu, 28 Feb 2008 14:35:11 +0000 (16:35 +0200)]
Initialize the audio note subsystem

16 years agoAdd Audio tab with a very simple interface (more of debug/testing interface for now)
Kaj-Michael Lang [Thu, 28 Feb 2008 14:05:36 +0000 (16:05 +0200)]
Add Audio tab with a very simple interface (more of debug/testing interface for now)

16 years agoBuild audio-note.c
Kaj-Michael Lang [Thu, 28 Feb 2008 14:04:54 +0000 (16:04 +0200)]
Build audio-note.c

16 years agoImplement more of the audio note taking system. Build the gst pipelines properly.
Kaj-Michael Lang [Thu, 28 Feb 2008 14:04:28 +0000 (16:04 +0200)]
Implement more of the audio note taking system. Build the gst pipelines properly.

16 years agoUse a timeout to pulse the progress bar and just run the mainloop in the sqlite progr...
Kaj-Michael Lang [Wed, 27 Feb 2008 16:59:57 +0000 (18:59 +0200)]
Use a timeout to pulse the progress bar and just run the mainloop in the sqlite progress callback.

16 years agoUse route_init/route_deinit to clear the path
Kaj-Michael Lang [Wed, 27 Feb 2008 16:28:18 +0000 (18:28 +0200)]
Use route_init/route_deinit to clear the path

16 years agoZero the path data when allocating. Add one more check.
Kaj-Michael Lang [Wed, 27 Feb 2008 15:55:54 +0000 (17:55 +0200)]
Zero the path data when allocating. Add one more check.

16 years agoUse a Close button instead of OK, makes it more clear.
Kaj-Michael Lang [Wed, 27 Feb 2008 15:36:22 +0000 (17:36 +0200)]
Use a Close button instead of OK, makes it more clear.

16 years agoCheck that waypoint->point is valid before using it.
Kaj-Michael Lang [Wed, 27 Feb 2008 15:36:00 +0000 (17:36 +0200)]
Check that waypoint->point is valid before using it.

16 years agoUse shorter range for new location check
Kaj-Michael Lang [Tue, 26 Feb 2008 17:34:03 +0000 (19:34 +0200)]
Use shorter range for new location check

16 years agoAdd Quick POI tab
Kaj-Michael Lang [Tue, 26 Feb 2008 17:02:09 +0000 (19:02 +0200)]
Add Quick POI tab

16 years agoGet POI lat/lon from gps if fixed==false
Kaj-Michael Lang [Tue, 26 Feb 2008 17:01:45 +0000 (19:01 +0200)]
Get POI lat/lon from gps if fixed==false

16 years agoFix copy&paste error
Kaj-Michael Lang [Tue, 26 Feb 2008 17:01:12 +0000 (19:01 +0200)]
Fix copy&paste error

16 years agoAdd some more quick poi categories. Make buttons take up as much space as they can...
Kaj-Michael Lang [Tue, 26 Feb 2008 16:21:39 +0000 (18:21 +0200)]
Add some more quick poi categories. Make buttons take up as much space as they can, makes them more thumb friendly on the tablets.

16 years agoAdd explicit Restaurant category
Kaj-Michael Lang [Tue, 26 Feb 2008 15:28:11 +0000 (17:28 +0200)]
Add explicit Restaurant category

16 years agoUse a dynamicaly sized buffer pixmap
Kaj-Michael Lang [Tue, 26 Feb 2008 14:53:36 +0000 (16:53 +0200)]
Use a dynamicaly sized buffer pixmap

16 years agoAdd --enable-cairo and check for cairo.
Kaj-Michael Lang [Tue, 26 Feb 2008 14:35:20 +0000 (16:35 +0200)]
Add --enable-cairo and check for cairo.
we might draw some stuff using cairo in there near future.

16 years agoSplit the quick button box generation into its own function.
Kaj-Michael Lang [Tue, 26 Feb 2008 11:19:02 +0000 (13:19 +0200)]
Split the quick button box generation into its own function.
Will be used to create a quick poi tab for very-quick access for on-the-road mapping.

16 years agoAdd track_insert_mark_text
Kaj-Michael Lang [Tue, 26 Feb 2008 11:15:07 +0000 (13:15 +0200)]
Add track_insert_mark_text

16 years agoMove audio sink and src to audio.h
Kaj-Michael Lang [Mon, 25 Feb 2008 11:39:34 +0000 (13:39 +0200)]
Move audio sink and src to audio.h

16 years agoMove some variables and enums around
Kaj-Michael Lang [Mon, 25 Feb 2008 11:09:58 +0000 (13:09 +0200)]
Move some variables and enums around

16 years agoAdd
Kaj-Michael Lang [Mon, 25 Feb 2008 09:27:56 +0000 (11:27 +0200)]
Add

16 years agoWhitespace fix
Kaj-Michael Lang [Sat, 23 Feb 2008 07:47:24 +0000 (09:47 +0200)]
Whitespace fix

16 years agoAdd OSM import function directly in the UI.
Kaj-Michael Lang [Thu, 21 Feb 2008 11:51:19 +0000 (13:51 +0200)]
Add OSM import function directly in the UI.
- Use a thread to do the import in the background.
- Very simple import dialog.. would need some love.

16 years agoCleanups to track point filter dialog.
Kaj-Michael Lang [Thu, 21 Feb 2008 10:55:04 +0000 (12:55 +0200)]
Cleanups to track point filter dialog.

16 years agoMove some variables around
Kaj-Michael Lang [Thu, 21 Feb 2008 10:03:31 +0000 (12:03 +0200)]
Move some variables around

16 years agomake distcheck fixes.
Kaj-Michael Lang [Thu, 21 Feb 2008 08:47:59 +0000 (10:47 +0200)]
make distcheck fixes.
Mostly based on a patch sent by Rodrigo Moya.

16 years agoMerge branch 'master' of ssh://git.tal.org/home/git/mapper
Kaj-Michael Lang [Wed, 20 Feb 2008 14:04:50 +0000 (16:04 +0200)]
Merge branch 'master' of ssh://git.tal.org/home/git/mapper

16 years agoUse a bit larger read buffer
Kaj-Michael Lang [Wed, 20 Feb 2008 14:04:40 +0000 (16:04 +0200)]
Use a bit larger read buffer

16 years agoAdd category and parsing support for shop=adult
Kaj-Michael Lang [Tue, 19 Feb 2008 14:30:48 +0000 (16:30 +0200)]
Add category and parsing support for shop=adult

16 years agoAdd place (city, town, etc) search
Kaj-Michael Lang [Tue, 19 Feb 2008 14:20:34 +0000 (16:20 +0200)]
Add place (city, town, etc) search

16 years agoFree the way if it's not used. Add proper return values to some functions.
Kaj-Michael Lang [Mon, 18 Feb 2008 21:59:31 +0000 (23:59 +0200)]
Free the way if it's not used. Add proper return values to some functions.
Misc other changes.

16 years agoHandle SQLITE_DONE return value
Kaj-Michael Lang [Mon, 18 Feb 2008 21:58:59 +0000 (23:58 +0200)]
Handle SQLITE_DONE return value

16 years agoMark non-public functions static
Kaj-Michael Lang [Mon, 18 Feb 2008 21:10:13 +0000 (23:10 +0200)]
Mark non-public functions static

16 years agoSplit out the import code from osm.c to osm-db-import.c and make osm.c just a simple...
Kaj-Michael Lang [Mon, 18 Feb 2008 21:04:48 +0000 (23:04 +0200)]
Split out the import code from osm.c to osm-db-import.c and make osm.c just a simple cli interface to the import code.

16 years agoMerge branch 'master' of ssh://git.tal.org/home/git/mapper
Kaj-Michael Lang [Mon, 18 Feb 2008 18:33:25 +0000 (20:33 +0200)]
Merge branch 'master' of ssh://git.tal.org/home/git/mapper

16 years agoEnable the Place search option
Kaj-Michael Lang [Mon, 18 Feb 2008 18:33:23 +0000 (20:33 +0200)]
Enable the Place search option

16 years agoAdd completion to the search entry
Kaj-Michael Lang [Mon, 18 Feb 2008 12:48:00 +0000 (14:48 +0200)]
Add completion to the search entry

16 years agoKeep some simple statistics on how the place cache is working.
Kaj-Michael Lang [Mon, 18 Feb 2008 12:34:12 +0000 (14:34 +0200)]
Keep some simple statistics on how the place cache is working.
Check the sql statements before finalizing.

16 years agoUse g_debug for any output.
Kaj-Michael Lang [Mon, 18 Feb 2008 12:05:35 +0000 (14:05 +0200)]
Use g_debug for any output.

16 years agoHandle gpx metadata section, just skip over it. Ignore contents of name tag for now.
Kaj-Michael Lang [Mon, 18 Feb 2008 12:05:14 +0000 (14:05 +0200)]
Handle gpx metadata section, just skip over it. Ignore contents of name tag for now.

16 years agoAdd some debug output to gpx parser. Begin to handle more gpx tags.
Kaj-Michael Lang [Mon, 18 Feb 2008 11:43:35 +0000 (13:43 +0200)]
Add some debug output to gpx parser. Begin to handle more gpx tags.

16 years agoUpdate track store after save as it can clear it.
Kaj-Michael Lang [Wed, 13 Feb 2008 12:31:16 +0000 (14:31 +0200)]
Update track store after save as it can clear it.

16 years agoMove route_generate_store from route.c to path.c and rename to path_generate_store
Kaj-Michael Lang [Wed, 13 Feb 2008 12:29:40 +0000 (14:29 +0200)]
Move route_generate_store from route.c to path.c and rename to path_generate_store

16 years agoAdd real lat,lon to the store
Kaj-Michael Lang [Wed, 13 Feb 2008 12:20:57 +0000 (14:20 +0200)]
Add real lat,lon to the store

16 years agoDisplay track waypoints in Track tab.
Kaj-Michael Lang [Wed, 13 Feb 2008 12:14:43 +0000 (14:14 +0200)]
Display track waypoints in Track tab.
Start to add mapping mode toolbar

16 years agoCheck that there are waypoints before trying to create the store
Kaj-Michael Lang [Wed, 13 Feb 2008 12:13:56 +0000 (14:13 +0200)]
Check that there are waypoints before trying to create the store

16 years agoFill in serviceentrydir for normal case.
Kaj-Michael Lang [Tue, 12 Feb 2008 17:00:51 +0000 (19:00 +0200)]
Fill in serviceentrydir for normal case.
Thanks to Rodrigo Moya for spotting this.

16 years agoForgot this one. Remove global variables from header that is used in map-download...
Kaj-Michael Lang [Tue, 5 Feb 2008 15:07:27 +0000 (17:07 +0200)]
Forgot this one. Remove global variables from header that is used in map-download.c only.
Add stop function.

16 years agoDon't start downloads when dragging, do a full redraw at end of drag.
Kaj-Michael Lang [Tue, 5 Feb 2008 15:06:27 +0000 (17:06 +0200)]
Don't start downloads when dragging, do a full redraw at end of drag.

16 years agoStop downloads if auto download is disabled.
Kaj-Michael Lang [Tue, 5 Feb 2008 14:41:27 +0000 (16:41 +0200)]
Stop downloads if auto download is disabled.

16 years agoSmall POI changes:
Kaj-Michael Lang [Tue, 5 Feb 2008 13:24:11 +0000 (15:24 +0200)]
Small POI changes:
- Use helper to set button icon
- Add "Other POI" button to quick poi dialog
- Use correct type in POI type to icon name function

16 years agoMore sqlite helper function usage
Kaj-Michael Lang [Tue, 5 Feb 2008 11:58:38 +0000 (13:58 +0200)]
More sqlite helper function usage

16 years agoAdd transaction begin/commit helpers
Kaj-Michael Lang [Tue, 5 Feb 2008 11:52:23 +0000 (13:52 +0200)]
Add transaction begin/commit helpers

16 years agoDatabase helper changes.
Kaj-Michael Lang [Tue, 5 Feb 2008 11:47:42 +0000 (13:47 +0200)]
Database helper changes.
- Add error message output to db helpers.
- Add db_exec_sql helper to exec raw sql
- Update usage of db_exec in osm.c
- Use helpers to exec the table and index creation sql statements.

16 years agoUse POI icons in the quick POI buttons
Kaj-Michael Lang [Mon, 4 Feb 2008 15:18:00 +0000 (17:18 +0200)]
Use POI icons in the quick POI buttons

16 years agoMove table and index creation to db.c
Kaj-Michael Lang [Mon, 4 Feb 2008 15:03:10 +0000 (17:03 +0200)]
Move table and index creation to db.c

16 years agoUpdate. No need to create the tables and indexes by hand anymore.
Kaj-Michael Lang [Mon, 4 Feb 2008 13:48:53 +0000 (15:48 +0200)]
Update. No need to create the tables and indexes by hand anymore.

16 years agoArgh. Fix the create tables.
Kaj-Michael Lang [Mon, 4 Feb 2008 13:46:36 +0000 (15:46 +0200)]
Argh. Fix the create tables.

16 years agoUse the table and index definitions. No need to create the database by hand anymore.
Kaj-Michael Lang [Mon, 4 Feb 2008 13:34:58 +0000 (15:34 +0200)]
Use the table and index definitions. No need to create the database by hand anymore.
Needs error checking.

16 years agoFix missing ", fix wrong table name
Kaj-Michael Lang [Mon, 4 Feb 2008 13:34:27 +0000 (15:34 +0200)]
Fix missing ", fix wrong table name

16 years agoAdd SQL table and indexe definitions
Kaj-Michael Lang [Mon, 4 Feb 2008 13:27:39 +0000 (15:27 +0200)]
Add SQL table and indexe definitions

16 years agoMake the track/route load/save functions into two generic path load/save functions
Kaj-Michael Lang [Mon, 4 Feb 2008 12:39:37 +0000 (14:39 +0200)]
Make the track/route load/save functions into two generic path load/save functions

16 years agoAdd a track note when adding quick POIs
Kaj-Michael Lang [Mon, 4 Feb 2008 12:35:49 +0000 (14:35 +0200)]
Add a track note when adding quick POIs

16 years agoMove repo parse to config-gconf
Kaj-Michael Lang [Mon, 4 Feb 2008 12:30:16 +0000 (14:30 +0200)]
Move repo parse to config-gconf

16 years agoUse helper to get int values from gconf with default and range check.
Kaj-Michael Lang [Mon, 4 Feb 2008 12:26:25 +0000 (14:26 +0200)]
Use helper to get int values from gconf with default and range check.
Misc other cleanups.

16 years agoFix build under hildon
Kaj-Michael Lang [Mon, 4 Feb 2008 08:05:00 +0000 (10:05 +0200)]
Fix build under hildon

16 years agoAdd field with default gps address/ip
Kaj-Michael Lang [Mon, 4 Feb 2008 07:44:52 +0000 (09:44 +0200)]
Add field with default gps address/ip

16 years agoEnable gpsd support in config helper
Kaj-Michael Lang [Mon, 4 Feb 2008 07:43:48 +0000 (09:43 +0200)]
Enable gpsd support in config helper

16 years agoAdd asserts. Remove too verbose messages.
Kaj-Michael Lang [Sat, 2 Feb 2008 09:59:16 +0000 (11:59 +0200)]
Add asserts. Remove too verbose messages.

16 years agoHide and show widgets depending on selected GPS type in settings dialog.
Kaj-Michael Lang [Sat, 2 Feb 2008 09:58:39 +0000 (11:58 +0200)]
Hide and show widgets depending on selected GPS type in settings dialog.

16 years agoMake the TCP connection work for real. Tested to work with gpsd now.
Kaj-Michael Lang [Fri, 1 Feb 2008 17:18:44 +0000 (19:18 +0200)]
Make the TCP connection work for real. Tested to work with gpsd now.

16 years agoAdd strace to debug tools
Kaj-Michael Lang [Fri, 1 Feb 2008 17:18:01 +0000 (19:18 +0200)]
Add strace to debug tools

16 years agoinclude dialogs.h
Kaj-Michael Lang [Fri, 1 Feb 2008 14:26:02 +0000 (16:26 +0200)]
include dialogs.h

16 years agoMisc UI changes:
Kaj-Michael Lang [Fri, 1 Feb 2008 14:23:42 +0000 (16:23 +0200)]
Misc UI changes:
- Use the new dialogs.c,
- Add quit confirm dialog.
- Remove the "first time" settings dialogs and popups, the user knows what to do.

16 years agoSplit out simple dialogs from ui-common.c to dialogs.c
Kaj-Michael Lang [Fri, 1 Feb 2008 14:21:45 +0000 (16:21 +0200)]
Split out simple dialogs from ui-common.c to dialogs.c
Add confirm dialog helper.

16 years agoMake gstreamer+espeak optional. Use --enable-gst to get speech support.
Kaj-Michael Lang [Thu, 31 Jan 2008 13:19:37 +0000 (15:19 +0200)]
Make gstreamer+espeak optional. Use --enable-gst to get speech support.

16 years agoParse directly but update informations in callbacks only if we got a sentence that...
Kaj-Michael Lang [Tue, 29 Jan 2008 17:05:47 +0000 (19:05 +0200)]
Parse directly but update informations in callbacks only if we got a sentence that changes something.

16 years agoDo the info update callbacks in as idle
Kaj-Michael Lang [Tue, 29 Jan 2008 16:39:34 +0000 (18:39 +0200)]
Do the info update callbacks in as idle

16 years agoSanity check for the NMEA sentence we try to parse.
Kaj-Michael Lang [Tue, 29 Jan 2008 16:09:54 +0000 (18:09 +0200)]
Sanity check for the NMEA sentence we try to parse.
- define the used NMEA prefixes.
- Don't blindly skip the common prefix, check the whole NMEA prefix.
- Check that the sentence is long enough to make sense.

16 years agoStart to separate UI from GPS connection and parsing.
Kaj-Michael Lang [Mon, 28 Jan 2008 17:15:33 +0000 (19:15 +0200)]
Start to separate UI from GPS connection and parsing.
- Build a library for handling gps connection and NMEA parsing in preparation
  for the future home applet.
- Use callback for interesting events.

16 years agoCall gps settings dialog properly.
Kaj-Michael Lang [Mon, 28 Jan 2008 17:13:07 +0000 (19:13 +0200)]
Call gps settings dialog properly.
Add missing include.

16 years agoFix GPS settings dialog so it works.
Kaj-Michael Lang [Mon, 28 Jan 2008 17:12:39 +0000 (19:12 +0200)]
Fix GPS settings dialog so it works.

16 years agoMisc
Kaj-Michael Lang [Mon, 28 Jan 2008 09:12:55 +0000 (11:12 +0200)]
Misc

16 years agoAdd GPS type selection to GPS config. Does not yet store the type.
Kaj-Michael Lang [Mon, 28 Jan 2008 09:12:39 +0000 (11:12 +0200)]
Add GPS type selection to GPS config. Does not yet store the type.

16 years agoUse a banner under hildon instead of a error dialog.
Kaj-Michael Lang [Sun, 27 Jan 2008 13:29:32 +0000 (15:29 +0200)]
Use a banner under hildon instead of a error dialog.

16 years agoSet menu entry properly.
Kaj-Michael Lang [Sun, 27 Jan 2008 12:44:13 +0000 (14:44 +0200)]
Set menu entry properly.

16 years agoOnly display POI information that we got.
Kaj-Michael Lang [Sun, 27 Jan 2008 12:43:40 +0000 (14:43 +0200)]
Only display POI information that we got.
Use incremental stream interface to append html to the gtk_html widget.

16 years agoUse menu entry for color settings.
Kaj-Michael Lang [Sun, 27 Jan 2008 10:47:36 +0000 (12:47 +0200)]
Use menu entry for color settings.

16 years agoFix track_add arguments
Kaj-Michael Lang [Sun, 27 Jan 2008 09:12:57 +0000 (11:12 +0200)]
Fix track_add arguments

16 years agoDon't allow negative headings
Kaj-Michael Lang [Sun, 27 Jan 2008 09:12:23 +0000 (11:12 +0200)]
Don't allow negative headings

16 years agoinclude gi18n.h
Kaj-Michael Lang [Sat, 26 Jan 2008 14:03:59 +0000 (16:03 +0200)]
include gi18n.h

16 years agoRemodelling of GPS handling for hildon. Work in progress still.
Kaj-Michael Lang [Sat, 26 Jan 2008 13:40:57 +0000 (15:40 +0200)]
Remodelling of GPS handling for hildon. Work in progress still.