|
From: Adam B. <ab...@us...> - 2005-04-04 03:00:29
|
Update of /cvsroot/hipgmap/gmap/locale/en_US In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9883/locale/en_US Modified Files: GMap.rsrc Log Message: Summary of yesterday and today's edits: * Messed with the menus some more. Events are now handled a bit better. * Directions and Hits are now kept statically in the GMap object. * You can hold down the scrollwheel on a hit to access its context menu. * Saved hits now fully functional * Reduced redundant datastore-saving of image tiles * Added direction-reversing * Make the ImageCache thread stop on quit (still needs work.) Index: GMap.rsrc =================================================================== RCS file: /cvsroot/hipgmap/gmap/locale/en_US/GMap.rsrc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** GMap.rsrc 3 Apr 2005 11:21:53 -0000 1.13 --- GMap.rsrc 4 Apr 2005 03:00:20 -0000 1.14 *************** *** 72,76 **** menuItem title="Debug" id=kID_beug event=DEBUG shortcut='q' menuItem title="Search Near Here" id=kID_SearchMap event=SEARCH_MAP shortcut='n' ! menuItem title="Current Hit..." id=kID_hitsSubMenu subMenu=HITS_SUBMENU endMenu --- 72,76 ---- menuItem title="Debug" id=kID_beug event=DEBUG shortcut='q' menuItem title="Search Near Here" id=kID_SearchMap event=SEARCH_MAP shortcut='n' ! menuItem title="Current Hit..." id=kID_hitsSubMenuMap subMenu=HITS_SUBMENU endMenu *************** *** 87,91 **** menuItem title="Insert Contact" id=kID_getContact event=GET_CONTACT shortcut='i' menuItem title="Saved Hits" id=kID_savedHits event=SHOW_SAVED_HITS shortcut='k' ! menuItem title="This Hit..." id=kID_hitsSubMenu subMenu=HITS_SUBMENU endMenu --- 87,91 ---- menuItem title="Insert Contact" id=kID_getContact event=GET_CONTACT shortcut='i' menuItem title="Saved Hits" id=kID_savedHits event=SHOW_SAVED_HITS shortcut='k' ! menuItem title="This Hit..." id=kID_hitsSubMenuSearch subMenu=HITS_SUBMENU endMenu |