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

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