]>
err.no Git - mapper/log
Kaj-Michael Lang [Sat, 3 Nov 2007 16:20:55 +0000 (18:20 +0200)]
Add "click-on-poi" code
Kaj-Michael Lang [Sat, 3 Nov 2007 15:10:17 +0000 (17:10 +0200)]
Remove unused headers
Kaj-Michael Lang [Sat, 3 Nov 2007 15:08:33 +0000 (17:08 +0200)]
Remove unused stuff
Kaj-Michael Lang [Sat, 3 Nov 2007 15:08:21 +0000 (17:08 +0200)]
Return after sat in use check if 0
Kaj-Michael Lang [Sat, 3 Nov 2007 15:06:37 +0000 (17:06 +0200)]
Don't use negative heading. Speak distance information only if we are centered on gps data.
Kaj-Michael Lang [Sat, 3 Nov 2007 15:05:50 +0000 (17:05 +0200)]
Use gtk_dialog buttons instead of manualy adding buttons+signals. Connect edit button for POI editing.
Kaj-Michael Lang [Sat, 3 Nov 2007 15:05:13 +0000 (17:05 +0200)]
Ask gconf to sync changes when saving settings.
Kaj-Michael Lang [Sat, 3 Nov 2007 14:51:30 +0000 (16:51 +0200)]
Oops, lat and lon are doubles..
Kaj-Michael Lang [Sat, 3 Nov 2007 14:48:54 +0000 (16:48 +0200)]
Add poi_get_by_id(), add enum and define for common poi sql fields
Kaj-Michael Lang [Sat, 3 Nov 2007 13:51:22 +0000 (15:51 +0200)]
Merge branch 'master' of git+ssh://tal.org/home/git/mapper
Kaj-Michael Lang [Sat, 3 Nov 2007 13:51:15 +0000 (15:51 +0200)]
Use G_NORMALIZE_ALL_COMPOSE
Kaj-Michael Lang [Sat, 3 Nov 2007 10:40:17 +0000 (12:40 +0200)]
Merge branch 'master' of git+ssh://tal.org/home/git/mapper
Kaj-Michael Lang [Sat, 3 Nov 2007 10:40:02 +0000 (12:40 +0200)]
Test code for search list double click handling
Kaj-Michael Lang [Fri, 2 Nov 2007 22:43:44 +0000 (00:43 +0200)]
Misc
Kaj-Michael Lang [Fri, 2 Nov 2007 22:43:37 +0000 (00:43 +0200)]
Changes to how mouse button works. Pan with button down, double click centers.
Kaj-Michael Lang [Fri, 2 Nov 2007 22:42:36 +0000 (00:42 +0200)]
POI Code cleanups:
- Use poi_info struct instead of many parameters
- Cache POI information in map-poi.c
- Fixes to POI search
- Other fixups here and there to POI code
Kaj-Michael Lang [Fri, 2 Nov 2007 22:40:50 +0000 (00:40 +0200)]
Normalize utf8 names. Add code to transliterate names, but undef for now as it didn't work.
Kaj-Michael Lang [Fri, 2 Nov 2007 21:57:32 +0000 (23:57 +0200)]
Add field for normalized name
Kaj-Michael Lang [Fri, 2 Nov 2007 17:14:48 +0000 (19:14 +0200)]
Check for geoclue or gpsd only if requested
Kaj-Michael Lang [Thu, 1 Nov 2007 16:23:13 +0000 (18:23 +0200)]
Use shared setter for search result.
Kaj-Michael Lang [Thu, 1 Nov 2007 16:16:11 +0000 (18:16 +0200)]
Fix (not tested) speed display leaving old numbers behind
Kaj-Michael Lang [Thu, 1 Nov 2007 16:12:45 +0000 (18:12 +0200)]
Hide normal/auto zoom toolbar buttons on tablet.
Add placeholder for route waypoint list activation.
Kaj-Michael Lang [Thu, 1 Nov 2007 16:11:50 +0000 (18:11 +0200)]
Fix searching of POIs with just category.
Use helper functions to get lat/lon or item id from list view.
Kaj-Michael Lang [Thu, 1 Nov 2007 02:15:00 +0000 (04:15 +0200)]
Fix place isin bug
Kaj-Michael Lang [Thu, 1 Nov 2007 01:46:38 +0000 (03:46 +0200)]
Use larger area for way search but limit amount of ways returned. Sort by name.
Kaj-Michael Lang [Thu, 1 Nov 2007 01:46:09 +0000 (03:46 +0200)]
Bump version to 1.0.3.91
Kaj-Michael Lang [Thu, 1 Nov 2007 01:33:03 +0000 (03:33 +0200)]
Fix distance display
Kaj-Michael Lang [Thu, 1 Nov 2007 01:28:09 +0000 (03:28 +0200)]
Fixes
Kaj-Michael Lang [Thu, 1 Nov 2007 01:00:58 +0000 (03:00 +0200)]
Fix SQL
Kaj-Michael Lang [Thu, 1 Nov 2007 01:00:51 +0000 (03:00 +0200)]
Remove old popup error
Kaj-Michael Lang [Thu, 1 Nov 2007 00:47:42 +0000 (02:47 +0200)]
First try of way search, untested...
Kaj-Michael Lang [Thu, 1 Nov 2007 00:44:16 +0000 (02:44 +0200)]
Update poi table definition
Kaj-Michael Lang [Thu, 1 Nov 2007 00:43:51 +0000 (02:43 +0200)]
Many changes to importer:
- Store "postal_code"
- Use two isin fields, one for country and one for place (city/village)
- Store midle way node lat,lon so we can calculate a distance to way quickly
- Store note and postal_code for POIs
- Always import all places even if outside bounding box
- Misc other changes
Kaj-Michael Lang [Thu, 1 Nov 2007 00:40:13 +0000 (02:40 +0200)]
Wee, table format changes once more :)
Kaj-Michael Lang [Thu, 1 Nov 2007 00:39:35 +0000 (02:39 +0200)]
Some more way search stuff
Kaj-Michael Lang [Wed, 31 Oct 2007 13:12:36 +0000 (15:12 +0200)]
Use generic search interface
Kaj-Michael Lang [Wed, 31 Oct 2007 13:12:06 +0000 (15:12 +0200)]
More work on way name search.
Kaj-Michael Lang [Wed, 31 Oct 2007 13:11:35 +0000 (15:11 +0200)]
Misc
Kaj-Michael Lang [Wed, 31 Oct 2007 13:11:20 +0000 (15:11 +0200)]
Clear progress on GPS disconnect
Kaj-Michael Lang [Wed, 31 Oct 2007 13:10:42 +0000 (15:10 +0200)]
More work on generic search interface
Kaj-Michael Lang [Wed, 31 Oct 2007 08:54:49 +0000 (10:54 +0200)]
Merge branch 'master' of git+ssh://tal.org/home/git/mapper
Kaj-Michael Lang [Wed, 31 Oct 2007 08:54:43 +0000 (10:54 +0200)]
Set some progress settings
Kaj-Michael Lang [Wed, 31 Oct 2007 08:35:10 +0000 (10:35 +0200)]
Misc
Kaj-Michael Lang [Wed, 31 Oct 2007 08:34:23 +0000 (10:34 +0200)]
A bit more search dialog work
Kaj-Michael Lang [Wed, 31 Oct 2007 07:38:32 +0000 (09:38 +0200)]
Start to make search generic for POIs and Ways
Kaj-Michael Lang [Wed, 31 Oct 2007 07:38:03 +0000 (09:38 +0200)]
Add GPL header
Kaj-Michael Lang [Wed, 31 Oct 2007 07:32:25 +0000 (09:32 +0200)]
Small fix to way name search sql
Kaj-Michael Lang [Wed, 31 Oct 2007 07:28:32 +0000 (09:28 +0200)]
Add way name search sql statement. Finalize statements in deinit
Kaj-Michael Lang [Wed, 31 Oct 2007 07:12:52 +0000 (09:12 +0200)]
Call *_deinit/_init routines when reconnecting to database.
Kaj-Michael Lang [Wed, 31 Oct 2007 07:12:00 +0000 (09:12 +0200)]
Add poi_deinit to finalize sql statements.
Kaj-Michael Lang [Tue, 30 Oct 2007 22:17:24 +0000 (00:17 +0200)]
Basic preparation for relations (Let XML parser know about the tags)
Kaj-Michael Lang [Tue, 30 Oct 2007 22:07:46 +0000 (00:07 +0200)]
Working (messy) POI search implemented.
Kaj-Michael Lang [Tue, 30 Oct 2007 20:08:04 +0000 (22:08 +0200)]
Database init changes. Rename some variables.
Kaj-Michael Lang [Tue, 30 Oct 2007 20:07:33 +0000 (22:07 +0200)]
Add db.c to imported source list
Kaj-Michael Lang [Tue, 30 Oct 2007 20:07:08 +0000 (22:07 +0200)]
A lot of changes to OSM importer:
- Use common db.c for database connection, close, exec
- Handle secondary languages for ways
- Mark functions static
Kaj-Michael Lang [Tue, 30 Oct 2007 20:05:14 +0000 (22:05 +0200)]
Add sql exec helper. Add GPL header.
Kaj-Michael Lang [Tue, 30 Oct 2007 20:04:41 +0000 (22:04 +0200)]
Add more init stages for connecting to db, init poi and osm
Kaj-Michael Lang [Tue, 30 Oct 2007 20:04:08 +0000 (22:04 +0200)]
Don't connect to db here.
Kaj-Michael Lang [Tue, 30 Oct 2007 20:03:24 +0000 (22:03 +0200)]
The widgets refresh themselves now
Kaj-Michael Lang [Tue, 30 Oct 2007 20:03:01 +0000 (22:03 +0200)]
Autorefresh once a second.
Kaj-Michael Lang [Tue, 30 Oct 2007 19:53:39 +0000 (21:53 +0200)]
Refresh compass every 1 sec. Don't snap directly, animate towards real heading.
Kaj-Michael Lang [Tue, 30 Oct 2007 19:00:19 +0000 (21:00 +0200)]
Remove area table
Kaj-Michael Lang [Tue, 30 Oct 2007 19:00:07 +0000 (21:00 +0200)]
Add indexes for nls names
Kaj-Michael Lang [Tue, 30 Oct 2007 18:59:44 +0000 (20:59 +0200)]
Fix gps panel displaying bug. Show both GPS sky and signal panels.
Kaj-Michael Lang [Tue, 30 Oct 2007 18:59:09 +0000 (20:59 +0200)]
Connect click switching only if combined mode is requested.
Kaj-Michael Lang [Tue, 30 Oct 2007 13:53:56 +0000 (15:53 +0200)]
Add sql for other other way languages. Finalize all sql statements properly.
Kaj-Michael Lang [Tue, 30 Oct 2007 13:49:47 +0000 (15:49 +0200)]
gps-conn.h
Kaj-Michael Lang [Mon, 29 Oct 2007 14:51:32 +0000 (16:51 +0200)]
Add set destination from POI
Kaj-Michael Lang [Mon, 29 Oct 2007 14:44:57 +0000 (16:44 +0200)]
More POI search work. Goto works.
Kaj-Michael Lang [Mon, 29 Oct 2007 14:44:20 +0000 (16:44 +0200)]
Don't call the sqlite progress handler cb too often
Kaj-Michael Lang [Mon, 29 Oct 2007 14:43:34 +0000 (16:43 +0200)]
Remove {}
Kaj-Michael Lang [Mon, 29 Oct 2007 14:43:19 +0000 (16:43 +0200)]
Formating
Kaj-Michael Lang [Mon, 29 Oct 2007 14:43:07 +0000 (16:43 +0200)]
Remove the big and messy open_file function.
Kaj-Michael Lang [Mon, 29 Oct 2007 09:46:20 +0000 (11:46 +0200)]
Enable help in quick poi dialog
Kaj-Michael Lang [Mon, 29 Oct 2007 09:41:26 +0000 (11:41 +0200)]
Use common dbus system connection
Kaj-Michael Lang [Sun, 28 Oct 2007 10:21:55 +0000 (12:21 +0200)]
Handle possible errors from g_io_channel_read_chars()
Kaj-Michael Lang [Sun, 28 Oct 2007 10:11:27 +0000 (12:11 +0200)]
Add
Kaj-Michael Lang [Sun, 28 Oct 2007 10:11:08 +0000 (12:11 +0200)]
GPS Connection handlings code cleanups
Kaj-Michael Lang [Fri, 26 Oct 2007 13:24:00 +0000 (16:24 +0300)]
Always use guint for poi/cat id.
Kaj-Michael Lang [Fri, 26 Oct 2007 10:40:43 +0000 (13:40 +0300)]
Use help.c wrappers
Kaj-Michael Lang [Fri, 26 Oct 2007 10:40:16 +0000 (13:40 +0300)]
Add wrappers around ossohelp_* and hildonhelp_*.
Kaj-Michael Lang [Fri, 26 Oct 2007 10:28:26 +0000 (13:28 +0300)]
Merge branch 'master' of git://git.tal.org/mapper
Kaj-Michael Lang [Fri, 26 Oct 2007 10:28:07 +0000 (13:28 +0300)]
Hildon help
Kaj-Michael Lang [Fri, 26 Oct 2007 10:21:25 +0000 (13:21 +0300)]
Hildon help things
Kaj-Michael Lang [Fri, 26 Oct 2007 09:37:36 +0000 (12:37 +0300)]
Move and add new functions to latlon.c :
- Add quadtile functions from OSM.
- Move distance to line function from osm-db.c to latlon.c.
Kaj-Michael Lang [Fri, 26 Oct 2007 06:18:32 +0000 (09:18 +0300)]
Some more osso/hildon config changes
Kaj-Michael Lang [Thu, 25 Oct 2007 20:50:57 +0000 (23:50 +0300)]
Add comment
Kaj-Michael Lang [Thu, 25 Oct 2007 20:50:49 +0000 (23:50 +0300)]
Use "square" POI theme
Kaj-Michael Lang [Thu, 25 Oct 2007 20:50:20 +0000 (23:50 +0300)]
map_render_data()
Kaj-Michael Lang [Thu, 25 Oct 2007 20:49:55 +0000 (23:49 +0300)]
Fix POI id fields to be AUTOINCREMENT..
Kaj-Michael Lang [Thu, 25 Oct 2007 20:49:15 +0000 (23:49 +0300)]
Add more POI types (shops). Try to set way isin. Use a hash table for way tags.
Kaj-Michael Lang [Thu, 25 Oct 2007 15:55:55 +0000 (18:55 +0300)]
Fix warnings. Rename some functions.
Kaj-Michael Lang [Thu, 25 Oct 2007 15:47:33 +0000 (18:47 +0300)]
Fix crasher in category add. Misc other changes.
Kaj-Michael Lang [Thu, 25 Oct 2007 15:46:18 +0000 (18:46 +0300)]
Add museum and castle node types
Kaj-Michael Lang [Thu, 25 Oct 2007 13:43:25 +0000 (16:43 +0300)]
Add library and townhall
Kaj-Michael Lang [Thu, 25 Oct 2007 13:43:10 +0000 (16:43 +0300)]
Add library and townhall
Kaj-Michael Lang [Thu, 25 Oct 2007 12:44:34 +0000 (15:44 +0300)]
Check that route waypoint point is valid
Kaj-Michael Lang [Thu, 25 Oct 2007 12:32:45 +0000 (15:32 +0300)]
Remove test field
Kaj-Michael Lang [Thu, 25 Oct 2007 12:29:14 +0000 (15:29 +0300)]
Handle new f field in nodes table.
Kaj-Michael Lang [Thu, 25 Oct 2007 12:21:43 +0000 (15:21 +0300)]
s2s -> n2n