|
From: Adam B. <ab...@us...> - 2005-04-10 10:23:58
|
Update of /cvsroot/hipgmap/gmap/locale/en_US In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1962/locale/en_US Modified Files: GMap.rsrc Log Message: Implemented an idea contributed by Karl Gutwin to let the user know when a tile has been queued or is pending (by white background or yellow background). If you see a tile with a red background, it has somehow fallen out of the queue (this shouldn't ever happen, and in fact now happens much less often than before). Generally messed with queuing and tile request order. Fixed several small bugs, and optimized things a bit, so that tile-fetching should seem just a hair more speedy than before. Not sure if it is a noticeable change though. Index: GMap.rsrc =================================================================== RCS file: /cvsroot/hipgmap/gmap/locale/en_US/GMap.rsrc,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** GMap.rsrc 8 Apr 2005 17:41:18 -0000 1.15 --- GMap.rsrc 10 Apr 2005 10:23:49 -0000 1.16 *************** *** 70,74 **** menu MAP_MENU menuItem title="Toggle Path" id=kID_togglePath event=TOGGLE_PATH shortcut='p' ! menuItem title="Save Tile" id=kID_saveTile event=SAVE_TILE shortcut='s' menuItem title="Search Near Here" id=kID_SearchMap event=SEARCH_MAP shortcut='n' menuItem title="Current Hit..." id=kID_hitsSubMenuMap subMenu=HITS_SUBMENU --- 70,74 ---- menu MAP_MENU menuItem title="Toggle Path" id=kID_togglePath event=TOGGLE_PATH shortcut='p' ! menuItem title="Save Tile" id=kID_saveTile event=SAVE_TILE shortcut='a' menuItem title="Search Near Here" id=kID_SearchMap event=SEARCH_MAP shortcut='n' menuItem title="Current Hit..." id=kID_hitsSubMenuMap subMenu=HITS_SUBMENU |