]> err.no Git - mapper/log
mapper
16 years agoSmall fixes to importer:
Kaj-Michael Lang [Wed, 23 Apr 2008 13:22:09 +0000 (16:22 +0300)]
Small fixes to importer:
- reverse ways with oneway=-1
- misc other small fixes

16 years agoWay nodes query.. needs some more fixing.
Kaj-Michael Lang [Mon, 21 Apr 2008 14:07:34 +0000 (17:07 +0300)]
Way nodes query.. needs some more fixing.

16 years agoMisc
Kaj-Michael Lang [Mon, 21 Apr 2008 14:07:23 +0000 (17:07 +0300)]
Misc

16 years agoDon't re-create the POI store, just clear it.
Kaj-Michael Lang [Mon, 21 Apr 2008 14:06:52 +0000 (17:06 +0300)]
Don't re-create the POI store, just clear it.

16 years agoMark osm_db_prepare static
Kaj-Michael Lang [Mon, 21 Apr 2008 11:58:09 +0000 (14:58 +0300)]
Mark osm_db_prepare static

16 years agoRemove usage of global route waypoint variables
Kaj-Michael Lang [Mon, 21 Apr 2008 08:15:26 +0000 (11:15 +0300)]
Remove usage of global route waypoint variables

16 years agoUse a helper to get custom key settings
Kaj-Michael Lang [Mon, 21 Apr 2008 08:04:04 +0000 (11:04 +0300)]
Use a helper to get custom key settings

16 years agoLoad all node pairs for the way we are on
Kaj-Michael Lang [Mon, 21 Apr 2008 08:03:26 +0000 (11:03 +0300)]
Load all node pairs for the way we are on

16 years agoInclude path.h
Kaj-Michael Lang [Mon, 21 Apr 2008 08:02:54 +0000 (11:02 +0300)]
Include path.h

16 years agoAdd some comments
Kaj-Michael Lang [Fri, 18 Apr 2008 21:22:58 +0000 (00:22 +0300)]
Add some comments

16 years agoMore Path/Route/Track cleanups:
Kaj-Michael Lang [Fri, 18 Apr 2008 15:07:14 +0000 (18:07 +0300)]
More Path/Route/Track cleanups:
- Convert more track/route specific functions to generic path functions.
- Prepare for multiple tracks/routes, don't use global track/route variables in track/route functions.
- Adjust common code for above changes
- Still much todo...

16 years agoMore fixes to basedir setting
Kaj-Michael Lang [Fri, 18 Apr 2008 11:52:24 +0000 (14:52 +0300)]
More fixes to basedir setting

16 years agoAdd missing ";" and add audio_note_set_basedir() to header file
Kaj-Michael Lang [Fri, 18 Apr 2008 11:45:49 +0000 (14:45 +0300)]
Add missing ";" and add audio_note_set_basedir() to header file

16 years agoAdd function to alter basedir for audio files.
Kaj-Michael Lang [Fri, 18 Apr 2008 09:32:44 +0000 (12:32 +0300)]
Add function to alter basedir for audio files.

16 years agoRemove old and now unused variable
Kaj-Michael Lang [Fri, 18 Apr 2008 09:21:42 +0000 (12:21 +0300)]
Remove old and now unused variable

16 years agoAdd Mapper icon to control file so AM will show a nice icon in the list.
Kaj-Michael Lang [Thu, 17 Apr 2008 13:04:31 +0000 (16:04 +0300)]
Add Mapper icon to control file so AM will show a nice icon in the list.

16 years agoRemove unused include
Kaj-Michael Lang [Tue, 15 Apr 2008 10:32:23 +0000 (13:32 +0300)]
Remove unused include

16 years agoFix waypoint announce loop
Kaj-Michael Lang [Tue, 15 Apr 2008 10:31:46 +0000 (13:31 +0300)]
Fix waypoint announce loop

16 years agoMore fixes to click-pan, zoom in if clicked/tapped in the middle of the map
Kaj-Michael Lang [Tue, 15 Apr 2008 10:22:58 +0000 (13:22 +0300)]
More fixes to click-pan, zoom in if clicked/tapped in the middle of the map

16 years agoUse helper macro to prepare sql statements.
Kaj-Michael Lang [Tue, 15 Apr 2008 10:06:14 +0000 (13:06 +0300)]
Use helper macro to prepare sql statements.

16 years agosigh, try to fix thumb scrolling and map popup-menu. Move thumb code to button up...
Kaj-Michael Lang [Tue, 15 Apr 2008 09:54:44 +0000 (12:54 +0300)]
sigh, try to fix thumb scrolling and map popup-menu. Move thumb code to button up event.

16 years agoAdd map click debug
Kaj-Michael Lang [Fri, 11 Apr 2008 13:11:32 +0000 (16:11 +0300)]
Add map click debug

16 years agoRemove stats debug output
Kaj-Michael Lang [Fri, 11 Apr 2008 13:10:18 +0000 (16:10 +0300)]
Remove stats debug output

16 years agoSet extension events as soon as possible
Kaj-Michael Lang [Fri, 11 Apr 2008 13:09:47 +0000 (16:09 +0300)]
Set extension events as soon as possible

16 years agoUse different size margin areas for NE and WE movement
Kaj-Michael Lang [Fri, 11 Apr 2008 13:06:16 +0000 (16:06 +0300)]
Use different size margin areas for NE and WE movement

16 years agoUse middle button on desktops to pan when clicking on map edges with middle button.
Kaj-Michael Lang [Fri, 11 Apr 2008 13:03:49 +0000 (16:03 +0300)]
Use middle button on desktops to pan when clicking on map edges with middle button.

16 years agoAdd hildon/hildon-helper.h
Kaj-Michael Lang [Fri, 11 Apr 2008 12:56:11 +0000 (15:56 +0300)]
Add hildon/hildon-helper.h

16 years agoUpdate for 1.0.3.95-6-rc4
Kaj-Michael Lang [Fri, 11 Apr 2008 10:52:59 +0000 (13:52 +0300)]
Update for 1.0.3.95-6-rc4

16 years agoFix
Kaj-Michael Lang [Fri, 11 Apr 2008 10:25:07 +0000 (13:25 +0300)]
Fix

16 years agoLet sqlite do more work before running gtk main loop
Kaj-Michael Lang [Fri, 11 Apr 2008 10:24:42 +0000 (13:24 +0300)]
Let sqlite do more work before running gtk main loop

16 years agoUse generic image cache system for map tiles.
Kaj-Michael Lang [Fri, 11 Apr 2008 10:24:10 +0000 (13:24 +0300)]
Use generic image cache system for map tiles.

16 years agoUse the generic image cache system for POI icons
Kaj-Michael Lang [Fri, 11 Apr 2008 10:23:54 +0000 (13:23 +0300)]
Use the generic image cache system for POI icons

16 years agoAdd a generic and simple pixbuf cache system.
Kaj-Michael Lang [Fri, 11 Apr 2008 10:23:30 +0000 (13:23 +0300)]
Add a generic and simple pixbuf cache system.

16 years agoMerge /home/milang/sbox-home/src/mapper
Kaj-Michael Lang [Thu, 10 Apr 2008 18:30:25 +0000 (21:30 +0300)]
Merge /home/milang/sbox-home/src/mapper

16 years agoUse larger area for thumb press, add debug output.
Kaj-Michael Lang [Thu, 10 Apr 2008 15:56:04 +0000 (18:56 +0300)]
Use larger area for thumb press, add debug output.

16 years agoUpdate
Kaj-Michael Lang [Thu, 10 Apr 2008 15:45:36 +0000 (18:45 +0300)]
Update

16 years agoAdd destination icon to icons to install
Kaj-Michael Lang [Thu, 10 Apr 2008 15:45:25 +0000 (18:45 +0300)]
Add destination icon to icons to install

16 years agoFor tablets, add map panning using thumbs.
Kaj-Michael Lang [Thu, 10 Apr 2008 15:32:56 +0000 (18:32 +0300)]
For tablets, add map panning using thumbs.

16 years agoAdd menu entry to show/hide toolbar for larger map view
Kaj-Michael Lang [Thu, 10 Apr 2008 15:19:57 +0000 (18:19 +0300)]
Add menu entry to show/hide toolbar for larger map view

16 years agoDon't bother with the satellite number if the view is very small
Kaj-Michael Lang [Thu, 10 Apr 2008 14:59:11 +0000 (17:59 +0300)]
Don't bother with the satellite number if the view is very small

16 years agoMake sure _next_way is set before using it
Kaj-Michael Lang [Thu, 10 Apr 2008 14:58:41 +0000 (17:58 +0300)]
Make sure _next_way is set before using it

16 years agoFix route file path related crasher
Kaj-Michael Lang [Thu, 10 Apr 2008 14:51:37 +0000 (17:51 +0300)]
Fix route file path related crasher

16 years agoSmall cleanups and error checking for home dir
Kaj-Michael Lang [Thu, 10 Apr 2008 14:51:18 +0000 (17:51 +0300)]
Small cleanups and error checking for home dir

16 years agoGrey out Route menu entries if we have no route.
Kaj-Michael Lang [Thu, 10 Apr 2008 14:22:13 +0000 (17:22 +0300)]
Grey out Route menu entries if we have no route.

16 years agoGrey out Route menu entries that require a loaded route.
Kaj-Michael Lang [Thu, 10 Apr 2008 14:21:30 +0000 (17:21 +0300)]
Grey out Route menu entries that require a loaded route.

16 years agoFix build for OS2006/7, hildon_helper_set_thumb_scrollbar() is only available under...
Kaj-Michael Lang [Thu, 10 Apr 2008 11:16:52 +0000 (14:16 +0300)]
Fix build for OS2006/7, hildon_helper_set_thumb_scrollbar() is only available under new hildon libs

16 years agoinclude <glib/gstdio.h>
Kaj-Michael Lang [Thu, 10 Apr 2008 11:16:38 +0000 (14:16 +0300)]
include <glib/gstdio.h>

16 years agoMake HAL optional even if requested
Kaj-Michael Lang [Thu, 10 Apr 2008 11:15:58 +0000 (14:15 +0300)]
Make HAL optional even if requested

16 years agoUpdate for package
Kaj-Michael Lang [Wed, 9 Apr 2008 21:51:51 +0000 (00:51 +0300)]
Update for package

16 years agoCheck place if forced or distance is over limit
Kaj-Michael Lang [Wed, 9 Apr 2008 21:48:01 +0000 (00:48 +0300)]
Check place if forced or distance is over limit

16 years agoMerge branch 'master' of ssh://git.tal.org/home/git/mapper
Kaj-Michael Lang [Wed, 9 Apr 2008 20:46:08 +0000 (23:46 +0300)]
Merge branch 'master' of ssh://git.tal.org/home/git/mapper

16 years agoRemove debug
Kaj-Michael Lang [Wed, 9 Apr 2008 20:46:01 +0000 (23:46 +0300)]
Remove debug

16 years agoSmall changes to db reconnect
Kaj-Michael Lang [Wed, 9 Apr 2008 13:39:25 +0000 (16:39 +0300)]
Small changes to db reconnect

16 years agoSet basedir on init. Don't expand time display.
Kaj-Michael Lang [Wed, 9 Apr 2008 10:34:09 +0000 (13:34 +0300)]
Set basedir on init. Don't expand time display.

16 years agoAdd a simple destination icon, from OSM icon collection
Kaj-Michael Lang [Wed, 9 Apr 2008 09:30:14 +0000 (12:30 +0300)]
Add a simple destination icon, from OSM icon collection

16 years agoUse define for mmc paths
Kaj-Michael Lang [Wed, 9 Apr 2008 09:29:34 +0000 (12:29 +0300)]
Use define for mmc paths

16 years agoDraw destination icon.
Kaj-Michael Lang [Wed, 9 Apr 2008 09:29:11 +0000 (12:29 +0300)]
Draw destination icon.

16 years agoAdd osm_check_location()
Kaj-Michael Lang [Wed, 9 Apr 2008 08:38:25 +0000 (11:38 +0300)]
Add osm_check_location()

16 years agoUse angle_diff()
Kaj-Michael Lang [Wed, 9 Apr 2008 08:38:11 +0000 (11:38 +0300)]
Use angle_diff()

16 years agoShow progress dialog, fix some warnings.
Kaj-Michael Lang [Wed, 9 Apr 2008 08:37:49 +0000 (11:37 +0300)]
Show progress dialog, fix some warnings.

16 years agoUse osm_check_location() to check if we need to query a new location or not.
Kaj-Michael Lang [Wed, 9 Apr 2008 08:37:15 +0000 (11:37 +0300)]
Use osm_check_location() to check if we need to query a new location or not.

16 years agoShow the progress dialog
Kaj-Michael Lang [Wed, 9 Apr 2008 08:33:36 +0000 (11:33 +0300)]
Show the progress dialog

16 years agoWiden the progress dialog and don't show it so the calling function can modify it...
Kaj-Michael Lang [Wed, 9 Apr 2008 08:32:20 +0000 (11:32 +0300)]
Widen the progress dialog and don't show it so the calling function can modify it before showing.

16 years agoAdd simple angle diff function
Kaj-Michael Lang [Wed, 9 Apr 2008 08:31:52 +0000 (11:31 +0300)]
Add simple angle diff function

16 years agoRemove POI load debug output
Kaj-Michael Lang [Wed, 9 Apr 2008 08:31:28 +0000 (11:31 +0300)]
Remove POI load debug output

16 years agoAdd helper function to just check if location hasn't changed too much.
Kaj-Michael Lang [Tue, 8 Apr 2008 14:03:03 +0000 (17:03 +0300)]
Add helper function to just check if location hasn't changed too much.

16 years agoUse thumb friendly scrollbar on tablet
Kaj-Michael Lang [Tue, 8 Apr 2008 12:30:07 +0000 (15:30 +0300)]
Use thumb friendly scrollbar on tablet

16 years agoUse g_debug instead of g_printf + small cosmetic changes.
Kaj-Michael Lang [Tue, 8 Apr 2008 08:31:04 +0000 (11:31 +0300)]
Use g_debug instead of g_printf + small cosmetic changes.

16 years agoMerge branch 'master' of ssh://git.tal.org/home/git/mapper
Kaj-Michael Lang [Tue, 8 Apr 2008 07:58:32 +0000 (10:58 +0300)]
Merge branch 'master' of ssh://git.tal.org/home/git/mapper

16 years agoStart to add support for zoom ranges
Kaj-Michael Lang [Tue, 8 Apr 2008 07:58:16 +0000 (10:58 +0300)]
Start to add support for zoom ranges

16 years agoUse pretty time format for audio note
Kaj-Michael Lang [Mon, 7 Apr 2008 14:05:49 +0000 (17:05 +0300)]
Use pretty time format for audio note

16 years agoUse road type (if known) as auto zoom base value:
Kaj-Michael Lang [Mon, 7 Apr 2008 14:04:36 +0000 (17:04 +0300)]
Use road type (if known) as auto zoom base value:
- On "fast" roads zoom out more
- On "moderate" roads stay close
- On "slow" roads zoom in close

16 years agoAdd parent window argument to poi_info_dialog
Kaj-Michael Lang [Mon, 7 Apr 2008 13:17:16 +0000 (16:17 +0300)]
Add parent window argument to poi_info_dialog

16 years agoAdd "Info" button to search dialog, for POI information only for now.
Kaj-Michael Lang [Mon, 7 Apr 2008 13:16:31 +0000 (16:16 +0300)]
Add "Info" button to search dialog, for POI information only for now.

16 years agoMove the POI category combo below the text search
Kaj-Michael Lang [Mon, 7 Apr 2008 12:37:20 +0000 (15:37 +0300)]
Move the POI category combo below the text search

16 years agoUse common curl_multi, no need to check if it needs init or not
Kaj-Michael Lang [Mon, 7 Apr 2008 12:11:53 +0000 (15:11 +0300)]
Use common curl_multi, no need to check if it needs init or not

16 years agoDisconnect and reconnect to database only if the path has changed. Use a helper funct...
Kaj-Michael Lang [Mon, 7 Apr 2008 12:07:05 +0000 (15:07 +0300)]
Disconnect and reconnect to database only if the path has changed. Use a helper function to disconnect and reconnect.

16 years agoRemove pragma comments
Kaj-Michael Lang [Mon, 7 Apr 2008 12:06:40 +0000 (15:06 +0300)]
Remove pragma comments

16 years agoSmall cleanups. Set some sqlite3 pragmas on open.
Kaj-Michael Lang [Mon, 7 Apr 2008 12:06:12 +0000 (15:06 +0300)]
Small cleanups. Set some sqlite3 pragmas on open.

16 years agoInit curl_multi once and use it until deinit
Kaj-Michael Lang [Fri, 4 Apr 2008 12:54:08 +0000 (15:54 +0300)]
Init curl_multi once and use it until deinit

16 years agoSilence warning
Kaj-Michael Lang [Fri, 4 Apr 2008 12:38:12 +0000 (15:38 +0300)]
Silence warning

16 years agoAllow using hostnames for gpsd connection, not only IP addresses.
Kaj-Michael Lang [Fri, 4 Apr 2008 12:37:39 +0000 (15:37 +0300)]
Allow using hostnames for gpsd connection, not only IP addresses.

16 years agoFix quick poi sigsegv, _track is now dynamic
Kaj-Michael Lang [Tue, 1 Apr 2008 11:35:15 +0000 (14:35 +0300)]
Fix quick poi sigsegv, _track is now dynamic

16 years agoMerge branch 'master' of ssh://git.tal.org/home/git/mapper
Kaj-Michael Lang [Fri, 21 Mar 2008 20:12:37 +0000 (22:12 +0200)]
Merge branch 'master' of ssh://git.tal.org/home/git/mapper

16 years agoFix hardware key customization dialog menu
Kaj-Michael Lang [Fri, 21 Mar 2008 20:12:03 +0000 (22:12 +0200)]
Fix hardware key customization dialog menu

16 years agoUpdate for 1.0.3.95-5-rc1
Kaj-Michael Lang [Fri, 21 Mar 2008 19:21:13 +0000 (21:21 +0200)]
Update for 1.0.3.95-5-rc1

16 years agoDisable debuging in packages
Kaj-Michael Lang [Fri, 21 Mar 2008 19:20:57 +0000 (21:20 +0200)]
Disable debuging in packages

16 years agoSmall fix to skip for 30 secs if nothing found logic
Kaj-Michael Lang [Fri, 21 Mar 2008 18:50:55 +0000 (20:50 +0200)]
Small fix to skip for 30 secs if nothing found logic

16 years agoGet/Set announcements flags
Kaj-Michael Lang [Fri, 21 Mar 2008 18:44:02 +0000 (20:44 +0200)]
Get/Set announcements flags

16 years agoDon't announce waypoints unless _announce_waypoints==TRUE
Kaj-Michael Lang [Fri, 21 Mar 2008 18:39:51 +0000 (20:39 +0200)]
Don't announce waypoints unless _announce_waypoints==TRUE

16 years agoUse correct data type, now the simulator works
Kaj-Michael Lang [Fri, 21 Mar 2008 18:39:21 +0000 (20:39 +0200)]
Use correct data type, now the simulator works

16 years agoAdd announcement flags. Remove some warnings.
Kaj-Michael Lang [Fri, 21 Mar 2008 12:46:09 +0000 (14:46 +0200)]
Add announcement flags. Remove some warnings.

16 years agoAnnounce distance to destination only if _announce_destination==TRUE
Kaj-Michael Lang [Fri, 21 Mar 2008 12:45:16 +0000 (14:45 +0200)]
Announce distance to destination only if _announce_destination==TRUE

16 years agoCosmetic changes only.
Kaj-Michael Lang [Fri, 21 Mar 2008 12:44:51 +0000 (14:44 +0200)]
Cosmetic changes only.

16 years agoAdd new keys for home, destination and announcement flags
Kaj-Michael Lang [Fri, 21 Mar 2008 12:44:28 +0000 (14:44 +0200)]
Add new keys for home, destination and announcement flags

16 years agoPrint POI title in very near zoom only.
Kaj-Michael Lang [Fri, 21 Mar 2008 12:43:46 +0000 (14:43 +0200)]
Print POI title in very near zoom only.

16 years agoUse the new position save function to save home and also destination.
Kaj-Michael Lang [Fri, 21 Mar 2008 12:42:55 +0000 (14:42 +0200)]
Use the new position save function to save home and also destination.
- Someday we will have a proper bookmarks system but for now this will do.

16 years agoGPS simulator changes:
Kaj-Michael Lang [Fri, 21 Mar 2008 12:41:46 +0000 (14:41 +0200)]
GPS simulator changes:
- Set start position to home if set
- If destination is set, try to travel towards it, otherwise use the old random way.

16 years agoMisc
Kaj-Michael Lang [Fri, 21 Mar 2008 12:41:38 +0000 (14:41 +0200)]
Misc

16 years agoAdd position save/load functions, config_load_position and config_save_position,
Kaj-Michael Lang [Fri, 21 Mar 2008 12:40:36 +0000 (14:40 +0200)]
Add position save/load functions, config_load_position and config_save_position,
remove home position save function. Use gconf pair to store lat/lon position pairs.