0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
revise the repaint scheduling to prevent redundant repaints as the previous counter unwinds. (morten bek, charles werbick)
pgf
More... over 17 years ago
suppress refresh is zoom in/out doesn't change anything (because we're at the inner or outer limit).
pgf
More... over 17 years ago
don't reset label and dynamic orientation states during screen reconfigure. (joshua layne)
pgf
More... over 17 years ago
fix the inverted logic that tries not to waste almost-complete repaints. (charles werbick)
pgf
More... over 17 years ago
move strip of newline into roadmap_config_extract_data(), since history and lang support use it too.
pgf
More... over 17 years ago
applying cleanups after a debugging session
pgf
More... over 17 years ago
tell the repaint "scheduler" what kind of repaint we want -- as it was, the requests for gps console repaints (frequent!) were causing map repaints, and vice versa.
pgf
More... over 17 years ago
add "Trip.GPS Focus Release Delay", which controls how long the map will continue tracking the GPS, after the GPS is no longer visible on-screen.
pgf
More... over 17 years ago
whitespace
pgf
More... over 17 years ago
suppress toolbar creation if roadmap.toolbar is empty (analogous to an empty roadmap.menus file)
pgf
More... over 17 years ago
when we abort a refresh, clean up any newly minted labels, to prevent double-printing them the next time around.
pgf
More... over 17 years ago
now that refresh calls back into the windowing system (busy indicator and progress bar), other things can come in too, like gps reports. in some cases (small moves which didn't change orientation much) we were skipping scheduling a refresh, but still updating some of the context information. this could cause the context to change in the middle of an in-progress screen update, causing subsequent pen passes to be misaligned.
pgf
More... over 17 years ago
remove inadvertent tab chars
pgf
More... over 17 years ago
implementation of progress bar for qt (alessandro briosi)
pgf
More... over 17 years ago
fix x64 warning
pgf
More... over 17 years ago
move the ~/pixmaps references into ~/.roadmap/pixmaps (Alessandro Briosi)
pgf
More... over 17 years ago
make mention of the builtin gps console
pgf
More... over 17 years ago
minor cleanup
pgf
More... over 17 years ago
Import More... over 17 years ago
eliminate unused variable
pgf
More... over 17 years ago
- be careful with signed chars -- satellite id's can be greater than 127 - reformat frame slightly, to reduce height of right-hand column.
pgf
More... over 17 years ago
be careful with signed chars -- satellite id's can be greater than 127
pgf
More... over 17 years ago
be more careful with unavailable data, and be sure and use the fix value we get with 'O' results.
pgf
More... over 17 years ago
fix typo
pgf
More... over 17 years ago
fix bad free()
pgf
More... over 17 years ago
- clarify usage of units for altitude and speed, with comments and a few variable-name changes. - correct the units passed in from roadmap_gpsd2.
pgf
More... over 17 years ago
miscellaneous header changes resulting from building roadgps functionality into roadmap
pgf
More... over 17 years ago
don't let roadmap_main_set_status() do anything unless roadmap_main_add_status() has been called.
pgf
More... over 17 years ago
build gps console functionality into roadmap
pgf
More... over 17 years ago
cause any key, button, menu, or toolbar binding to force exit from gps console mode
pgf
More... over 17 years ago