]>
err.no Git - mapper/log
Kaj-Michael Lang [Tue, 26 Feb 2008 17:01:12 +0000 (19:01 +0200)]
Fix copy&paste error
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.
Kaj-Michael Lang [Tue, 26 Feb 2008 15:28:11 +0000 (17:28 +0200)]
Add explicit Restaurant category
Kaj-Michael Lang [Tue, 26 Feb 2008 14:53:36 +0000 (16:53 +0200)]
Use a dynamicaly sized buffer pixmap
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.
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.
Kaj-Michael Lang [Tue, 26 Feb 2008 11:15:07 +0000 (13:15 +0200)]
Add track_insert_mark_text
Kaj-Michael Lang [Mon, 25 Feb 2008 11:39:34 +0000 (13:39 +0200)]
Move audio sink and src to audio.h
Kaj-Michael Lang [Mon, 25 Feb 2008 11:09:58 +0000 (13:09 +0200)]
Move some variables and enums around
Kaj-Michael Lang [Mon, 25 Feb 2008 09:27:56 +0000 (11:27 +0200)]
Add
Kaj-Michael Lang [Sat, 23 Feb 2008 07:47:24 +0000 (09:47 +0200)]
Whitespace fix
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.
Kaj-Michael Lang [Thu, 21 Feb 2008 10:55:04 +0000 (12:55 +0200)]
Cleanups to track point filter dialog.
Kaj-Michael Lang [Thu, 21 Feb 2008 10:03:31 +0000 (12:03 +0200)]
Move some variables around
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.
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
Kaj-Michael Lang [Wed, 20 Feb 2008 14:04:40 +0000 (16:04 +0200)]
Use a bit larger read buffer
Kaj-Michael Lang [Tue, 19 Feb 2008 14:30:48 +0000 (16:30 +0200)]
Add category and parsing support for shop=adult
Kaj-Michael Lang [Tue, 19 Feb 2008 14:20:34 +0000 (16:20 +0200)]
Add place (city, town, etc) search
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.
Kaj-Michael Lang [Mon, 18 Feb 2008 21:58:59 +0000 (23:58 +0200)]
Handle SQLITE_DONE return value
Kaj-Michael Lang [Mon, 18 Feb 2008 21:10:13 +0000 (23:10 +0200)]
Mark non-public functions static
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.
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
Kaj-Michael Lang [Mon, 18 Feb 2008 18:33:23 +0000 (20:33 +0200)]
Enable the Place search option
Kaj-Michael Lang [Mon, 18 Feb 2008 12:48:00 +0000 (14:48 +0200)]
Add completion to the search entry
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.
Kaj-Michael Lang [Mon, 18 Feb 2008 12:05:35 +0000 (14:05 +0200)]
Use g_debug for any output.
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.
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.
Kaj-Michael Lang [Wed, 13 Feb 2008 12:31:16 +0000 (14:31 +0200)]
Update track store after save as it can clear it.
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
Kaj-Michael Lang [Wed, 13 Feb 2008 12:20:57 +0000 (14:20 +0200)]
Add real lat,lon to the store
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
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
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.
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.
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.
Kaj-Michael Lang [Tue, 5 Feb 2008 14:41:27 +0000 (16:41 +0200)]
Stop downloads if auto download is disabled.
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
Kaj-Michael Lang [Tue, 5 Feb 2008 11:58:38 +0000 (13:58 +0200)]
More sqlite helper function usage
Kaj-Michael Lang [Tue, 5 Feb 2008 11:52:23 +0000 (13:52 +0200)]
Add transaction begin/commit helpers
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.
Kaj-Michael Lang [Mon, 4 Feb 2008 15:18:00 +0000 (17:18 +0200)]
Use POI icons in the quick POI buttons
Kaj-Michael Lang [Mon, 4 Feb 2008 15:03:10 +0000 (17:03 +0200)]
Move table and index creation to db.c
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.
Kaj-Michael Lang [Mon, 4 Feb 2008 13:46:36 +0000 (15:46 +0200)]
Argh. Fix the create tables.
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.
Kaj-Michael Lang [Mon, 4 Feb 2008 13:34:27 +0000 (15:34 +0200)]
Fix missing ", fix wrong table name
Kaj-Michael Lang [Mon, 4 Feb 2008 13:27:39 +0000 (15:27 +0200)]
Add SQL table and indexe definitions
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
Kaj-Michael Lang [Mon, 4 Feb 2008 12:35:49 +0000 (14:35 +0200)]
Add a track note when adding quick POIs
Kaj-Michael Lang [Mon, 4 Feb 2008 12:30:16 +0000 (14:30 +0200)]
Move repo parse to config-gconf
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.
Kaj-Michael Lang [Mon, 4 Feb 2008 08:05:00 +0000 (10:05 +0200)]
Fix build under hildon
Kaj-Michael Lang [Mon, 4 Feb 2008 07:44:52 +0000 (09:44 +0200)]
Add field with default gps address/ip
Kaj-Michael Lang [Mon, 4 Feb 2008 07:43:48 +0000 (09:43 +0200)]
Enable gpsd support in config helper
Kaj-Michael Lang [Sat, 2 Feb 2008 09:59:16 +0000 (11:59 +0200)]
Add asserts. Remove too verbose messages.
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.
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.
Kaj-Michael Lang [Fri, 1 Feb 2008 17:18:01 +0000 (19:18 +0200)]
Add strace to debug tools
Kaj-Michael Lang [Fri, 1 Feb 2008 14:26:02 +0000 (16:26 +0200)]
include dialogs.h
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.
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.
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.
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.
Kaj-Michael Lang [Tue, 29 Jan 2008 16:39:34 +0000 (18:39 +0200)]
Do the info update callbacks in as idle
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.
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.
Kaj-Michael Lang [Mon, 28 Jan 2008 17:13:07 +0000 (19:13 +0200)]
Call gps settings dialog properly.
Add missing include.
Kaj-Michael Lang [Mon, 28 Jan 2008 17:12:39 +0000 (19:12 +0200)]
Fix GPS settings dialog so it works.
Kaj-Michael Lang [Mon, 28 Jan 2008 09:12:55 +0000 (11:12 +0200)]
Misc
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.
Kaj-Michael Lang [Sun, 27 Jan 2008 13:29:32 +0000 (15:29 +0200)]
Use a banner under hildon instead of a error dialog.
Kaj-Michael Lang [Sun, 27 Jan 2008 12:44:13 +0000 (14:44 +0200)]
Set menu entry properly.
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.
Kaj-Michael Lang [Sun, 27 Jan 2008 10:47:36 +0000 (12:47 +0200)]
Use menu entry for color settings.
Kaj-Michael Lang [Sun, 27 Jan 2008 09:12:57 +0000 (11:12 +0200)]
Fix track_add arguments
Kaj-Michael Lang [Sun, 27 Jan 2008 09:12:23 +0000 (11:12 +0200)]
Don't allow negative headings
Kaj-Michael Lang [Sat, 26 Jan 2008 14:03:59 +0000 (16:03 +0200)]
include gi18n.h
Kaj-Michael Lang [Sat, 26 Jan 2008 13:40:57 +0000 (15:40 +0200)]
Remodelling of GPS handling for hildon. Work in progress still.
Kaj-Michael Lang [Fri, 25 Jan 2008 13:27:58 +0000 (15:27 +0200)]
Use correct name for gps struct
Kaj-Michael Lang [Fri, 25 Jan 2008 13:27:19 +0000 (15:27 +0200)]
include settings.h
Kaj-Michael Lang [Fri, 25 Jan 2008 13:26:58 +0000 (15:26 +0200)]
Enable debugging for tablet configure too
Kaj-Michael Lang [Fri, 25 Jan 2008 12:23:53 +0000 (14:23 +0200)]
Init GPS panel widgets with the correct gps data structure
Kaj-Michael Lang [Fri, 25 Jan 2008 11:54:42 +0000 (13:54 +0200)]
Display the range widgets correctly.
Kaj-Michael Lang [Fri, 25 Jan 2008 11:50:38 +0000 (13:50 +0200)]
Fix a warning
Kaj-Michael Lang [Fri, 25 Jan 2008 11:50:20 +0000 (13:50 +0200)]
Calculate true heading for simulator
Kaj-Michael Lang [Fri, 25 Jan 2008 11:19:00 +0000 (13:19 +0200)]
Formating
Kaj-Michael Lang [Fri, 25 Jan 2008 11:07:51 +0000 (13:07 +0200)]
Remove some unneeded headers
Kaj-Michael Lang [Fri, 25 Jan 2008 08:16:01 +0000 (10:16 +0200)]
Use g_markup_printf_escaped
Kaj-Michael Lang [Thu, 24 Jan 2008 16:58:35 +0000 (18:58 +0200)]
Remove useless debug output
Kaj-Michael Lang [Thu, 24 Jan 2008 16:48:12 +0000 (18:48 +0200)]
Preparations
Kaj-Michael Lang [Thu, 24 Jan 2008 16:47:59 +0000 (18:47 +0200)]
Nicer default location
Kaj-Michael Lang [Thu, 24 Jan 2008 16:47:45 +0000 (18:47 +0200)]
Set debug on for desktop
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...
Kaj-Michael Lang [Thu, 24 Jan 2008 16:46:44 +0000 (18:46 +0200)]
Small fixes to gps random simulator.
Kaj-Michael Lang [Thu, 24 Jan 2008 16:46:24 +0000 (18:46 +0200)]
track_add likes gps data, not gps
Kaj-Michael Lang [Thu, 24 Jan 2008 16:27:14 +0000 (18:27 +0200)]
Small display changes to map repo dialog
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.