]> err.no Git - mapper/log
mapper
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.

16 years agoUse correct name for gps struct
Kaj-Michael Lang [Fri, 25 Jan 2008 13:27:58 +0000 (15:27 +0200)]
Use correct name for gps struct

16 years agoinclude settings.h
Kaj-Michael Lang [Fri, 25 Jan 2008 13:27:19 +0000 (15:27 +0200)]
include settings.h

16 years agoEnable debugging for tablet configure too
Kaj-Michael Lang [Fri, 25 Jan 2008 13:26:58 +0000 (15:26 +0200)]
Enable debugging for tablet configure too

16 years agoInit GPS panel widgets with the correct gps data structure
Kaj-Michael Lang [Fri, 25 Jan 2008 12:23:53 +0000 (14:23 +0200)]
Init GPS panel widgets with the correct gps data structure

16 years agoDisplay the range widgets correctly.
Kaj-Michael Lang [Fri, 25 Jan 2008 11:54:42 +0000 (13:54 +0200)]
Display the range widgets correctly.

16 years agoFix a warning
Kaj-Michael Lang [Fri, 25 Jan 2008 11:50:38 +0000 (13:50 +0200)]
Fix a warning

16 years agoCalculate true heading for simulator
Kaj-Michael Lang [Fri, 25 Jan 2008 11:50:20 +0000 (13:50 +0200)]
Calculate true heading for simulator

16 years agoFormating
Kaj-Michael Lang [Fri, 25 Jan 2008 11:19:00 +0000 (13:19 +0200)]
Formating

16 years agoRemove some unneeded headers
Kaj-Michael Lang [Fri, 25 Jan 2008 11:07:51 +0000 (13:07 +0200)]
Remove some unneeded headers

16 years agoUse g_markup_printf_escaped
Kaj-Michael Lang [Fri, 25 Jan 2008 08:16:01 +0000 (10:16 +0200)]
Use g_markup_printf_escaped

16 years agoRemove useless debug output
Kaj-Michael Lang [Thu, 24 Jan 2008 16:58:35 +0000 (18:58 +0200)]
Remove useless debug output

16 years agoPreparations
Kaj-Michael Lang [Thu, 24 Jan 2008 16:48:12 +0000 (18:48 +0200)]
Preparations

16 years agoNicer default location
Kaj-Michael Lang [Thu, 24 Jan 2008 16:47:59 +0000 (18:47 +0200)]
Nicer default location

16 years agoSet debug on for desktop
Kaj-Michael Lang [Thu, 24 Jan 2008 16:47:45 +0000 (18:47 +0200)]
Set debug on for desktop

16 years agoDefault to gps simulator, config load sets the correct one.
Kaj-Michael Lang [Thu, 24 Jan 2008 16:47:32 +0000 (18:47 +0200)]
Default to gps simulator, config load sets the correct one.
Need to add type selector to gps config...

16 years agoSmall fixes to gps random simulator.
Kaj-Michael Lang [Thu, 24 Jan 2008 16:46:44 +0000 (18:46 +0200)]
Small fixes to gps random simulator.

16 years agotrack_add likes gps data, not gps
Kaj-Michael Lang [Thu, 24 Jan 2008 16:46:24 +0000 (18:46 +0200)]
track_add likes gps data, not gps

16 years agoSmall display changes to map repo dialog
Kaj-Michael Lang [Thu, 24 Jan 2008 16:27:14 +0000 (18:27 +0200)]
Small display changes to map repo dialog

16 years agoHide Help on !hildon case. Hide work-in-progress menu entries.
Kaj-Michael Lang [Thu, 24 Jan 2008 16:26:33 +0000 (18:26 +0200)]
Hide Help on !hildon case. Hide work-in-progress menu entries.

16 years agoAdd a simple gps simulator type. Move some code into functions.
Kaj-Michael Lang [Thu, 24 Jan 2008 16:25:51 +0000 (18:25 +0200)]
Add a simple gps simulator type. Move some code into functions.

16 years agoFix enabling gps
Kaj-Michael Lang [Thu, 24 Jan 2008 16:25:08 +0000 (18:25 +0200)]
Fix enabling gps

16 years agoMake sure gps type is valid
Kaj-Michael Lang [Thu, 24 Jan 2008 16:24:48 +0000 (18:24 +0200)]
Make sure gps type is valid

16 years agoCallback needs gps
Kaj-Michael Lang [Thu, 24 Jan 2008 16:24:15 +0000 (18:24 +0200)]
Callback needs gps

16 years agoMore formating
Kaj-Michael Lang [Thu, 24 Jan 2008 15:48:52 +0000 (17:48 +0200)]
More formating

16 years agoFormating
Kaj-Michael Lang [Thu, 24 Jan 2008 15:46:29 +0000 (17:46 +0200)]
Formating

16 years agoUse correct action name
Kaj-Michael Lang [Thu, 24 Jan 2008 15:40:56 +0000 (17:40 +0200)]
Use correct action name

16 years agoHandle gps type and port
Kaj-Michael Lang [Thu, 24 Jan 2008 15:04:53 +0000 (17:04 +0200)]
Handle gps type and port

16 years agoAdd gps port and type
Kaj-Michael Lang [Thu, 24 Jan 2008 15:04:23 +0000 (17:04 +0200)]
Add gps port and type

16 years agoAdd gps_set_type, remove global dbus rfcomm
Kaj-Michael Lang [Thu, 24 Jan 2008 13:11:53 +0000 (15:11 +0200)]
Add gps_set_type, remove global dbus rfcomm

16 years agoUse gdouble for sum
Kaj-Michael Lang [Thu, 24 Jan 2008 13:10:02 +0000 (15:10 +0200)]
Use gdouble for sum

16 years agoRemove menu icons from settings sub items
Kaj-Michael Lang [Thu, 24 Jan 2008 12:59:43 +0000 (14:59 +0200)]
Remove menu icons from settings sub items

16 years agoSplit settings to Generic, Gps and Map information
Kaj-Michael Lang [Thu, 24 Jan 2008 12:58:48 +0000 (14:58 +0200)]
Split settings to Generic, Gps and Map information

16 years agoUpdate po files
Kaj-Michael Lang [Thu, 24 Jan 2008 00:04:18 +0000 (02:04 +0200)]
Update po files

16 years agoUpdate
Kaj-Michael Lang [Wed, 23 Jan 2008 23:52:32 +0000 (01:52 +0200)]
Update

16 years agoAdd gpsbt flags
Kaj-Michael Lang [Wed, 23 Jan 2008 23:17:07 +0000 (01:17 +0200)]
Add gpsbt flags

16 years agoGo back to strcmp
Kaj-Michael Lang [Wed, 23 Jan 2008 23:16:50 +0000 (01:16 +0200)]
Go back to strcmp

16 years agoAdd gpsbt support. Untested.
Kaj-Michael Lang [Wed, 23 Jan 2008 23:16:16 +0000 (01:16 +0200)]
Add gpsbt support. Untested.

16 years agoCheck for gpsbt and gpsmgr
Kaj-Michael Lang [Wed, 23 Jan 2008 22:39:31 +0000 (00:39 +0200)]
Check for gpsbt and gpsmgr

16 years agoMove variables_init from ui-common.c to mapper.c
Kaj-Michael Lang [Wed, 23 Jan 2008 18:06:29 +0000 (20:06 +0200)]
Move variables_init from ui-common.c to mapper.c
Use correct io type for hildon gps access

16 years agoSome fixes
Kaj-Michael Lang [Wed, 23 Jan 2008 18:05:50 +0000 (20:05 +0200)]
Some fixes

16 years agoCall map_poi_deinit and free _gps struct
Kaj-Michael Lang [Wed, 23 Jan 2008 17:58:12 +0000 (19:58 +0200)]
Call map_poi_deinit and free _gps struct

16 years agoAdd map_poi_deinit
Kaj-Michael Lang [Wed, 23 Jan 2008 17:57:47 +0000 (19:57 +0200)]
Add map_poi_deinit

16 years agoAdd helper script running debuging tools
Kaj-Michael Lang [Wed, 23 Jan 2008 17:56:25 +0000 (19:56 +0200)]
Add helper script running debuging tools

16 years agoSet type when calling gps_new
Kaj-Michael Lang [Wed, 23 Jan 2008 14:44:13 +0000 (16:44 +0200)]
Set type when calling gps_new

16 years agoMore work on gpsd support. Add gps_free and gps_set_address functions.
Kaj-Michael Lang [Wed, 23 Jan 2008 14:43:44 +0000 (16:43 +0200)]
More work on gpsd support. Add gps_free and gps_set_address functions.

16 years agoSmall configure fixes
Kaj-Michael Lang [Wed, 23 Jan 2008 14:42:56 +0000 (16:42 +0200)]
Small configure fixes

16 years agoAdd
Kaj-Michael Lang [Wed, 23 Jan 2008 10:08:02 +0000 (12:08 +0200)]
Add

16 years agoCheck for POI on button release.
Kaj-Michael Lang [Tue, 22 Jan 2008 23:15:24 +0000 (01:15 +0200)]
Check for POI on button release.