0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only change the map search -box text, if searching for a single location instead of directions. More... about 13 years ago
Remade location search, doesn't care about case now, so once your locations are set, you can (for example) write "home|work|store|home" to search and it doesn't need to search for locations online. More... about 13 years ago
Routes can now be searched by entering "addr1|addr2|...|addrN" to search field. More... about 13 years ago
small fixes to cmRoute More... about 13 years ago
Added ability to fetch driving instructions from CloudMade. More... about 13 years ago
Remove drawing of "INVALID GPS DATA" if gps is disabled. Small fix to serialGPS.run(). It could give an exception when disabling GPS. More... about 13 years ago
Getting ready for release... More... about 13 years ago
Updating of debian-package configuration. More... about 13 years ago
Fix issue with GPS not starting if not enabled in start. More... about 13 years ago
Getting ready for release ;) More... about 13 years ago
Allow multiple markers with same name to be loaded. Save marker file in UTF-8 More... about 13 years ago
Restart GPS even if available = False. This allows restart if GPSd has crashed. More... about 13 years ago
Add units to heading and altitude More... about 13 years ago
And once again I forget a debug print to the commit... More... about 13 years ago
Scale now respects selected units. More... about 13 years ago
Fixed map scale More... about 13 years ago
Repaint drawing area when adding ruler segments, otherwise it could leave old gps-markers etc to display More... about 13 years ago
Reorganized draw_overlay to draw stuff in "right" order. Now overlay-data is drawn in the order tracks -> gps_track -> ruler -> markers -> downloading notification -> visual_dl -> scale -> cross -> GPS-marker. More... about 13 years ago
Small changes to remove_last_ruler_segment More... about 13 years ago
Removed debug-line leftover from previous commit. More... about 13 years ago
Created TrackPoint -class and rewrote GPS track, rulers and tracks use it. More... about 13 years ago
fix the problem where paths not been drawn if outside the DrawingArea recode def tile_coord_to_screen it was a big mess of calculations More... about 13 years ago
Yahoo no longer have their own maps, if you look on the right hand corner it shows: Maps by: Nokia More... about 13 years ago
Condition to identify points outside the DrawingArea More... about 13 years ago
Rename myThread to markerThread. Add some masks to click handling. More... about 13 years ago
Added comments etc. More... about 13 years ago
Set gravity as static, to stop moving on windows... More... about 13 years ago
Set mapsObj.gpsw to None on delete. More... about 13 years ago
Never destroy GPS window, just hide it and stop updating. This way we can toggle it with F3 and have it resume to it's original position. Also setting the window as transient for mapsObj seems to keep in on top even when full screen. More... about 13 years ago
Make GPS window hide with F3, if visible. GPS time improvements. More... about 13 years ago