| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-02-24 | Started implementing popup menu on map.master | Keith Sharp | 1 | -2/+37 |
| 2010-02-24 | Added a track point implementation. | Keith Sharp | 4 | -9/+355 |
| 2010-02-24 | Switched to GMV_*_MAX|MIN rather than the CHAMPLAIN_ equivalent. Added a Gmv... | Keith Sharp | 8 | -22/+36 |
| 2010-02-21 | Fixed string escaping issue in SQL. | Keith Sharp | 1 | -4/+4 |
| 2010-02-20 | Now that we're on champlain 0.4.3 we can enable the scale. | Keith Sharp | 1 | -0/+1 |
| 2010-02-20 | Fixed the callback for click on the map. Bumped version of champlain | Keith Sharp | 2 | -3/+3 |
| 2010-02-19 | Started to add the right click on map popup menu support. | Keith Sharp | 1 | -0/+20 |
| 2010-02-18 | Post release version bump and UI file fix. | Keith Sharp | 5 | -7/+10 |
| 2010-02-18 | Release version 0.2.1v0.2.1 | Keith Sharp | 6 | -9/+20 |
| 2010-02-18 | Attempted a fix for the map centering issue, didn't work. | Keith Sharp | 2 | -3/+2 |
| 2010-02-18 | Finshed hooking up a waypoints properties so that they can be changed | Keith Sharp | 2 | -3/+65 |
| 2010-02-17 | Added support for changing a waypoints latitude and longitude, updating | Keith Sharp | 2 | -4/+45 |
| 2010-02-16 | Reset the paths for the UI components back. Added a callback to catch | Keith Sharp | 3 | -6/+58 |
| 2010-02-16 | Post release version bump. | Keith Sharp | 2 | -2/+5 |
| 2010-02-16 | Fixed bug in bulk delete. Finished waypoint features. Made 0.2.0 release.v0.2.0 | Keith Sharp | 6 | -19/+39 |
| 2010-02-12 | Added a logo to the about window. Finished the waypoint implementation of | Keith Sharp | 6 | -14/+53 |
| 2010-02-11 | Finished implemnting the parser fir GPX waypoints - still need to do routes | Keith Sharp | 8 | -62/+154 |
| 2010-02-11 | Added a window icon. | Keith Sharp | 25 | -4/+118 |
| 2010-02-11 | Implemented show.hide of waypoints in the overlay. | Keith Sharp | 3 | -13/+108 |
| 2010-02-10 | Waypoint related changes: | Keith Sharp | 14 | -399/+291 |
| 2010-02-10 | Updated TODO file to contain roadmap of features and versions towards 1.0 (an... | Keith Sharp | 1 | -27/+119 |
| 2010-02-10 | Fixed a typo in the prefs backend. Implemented the go-to function when | Keith Sharp | 2 | -12/+46 |
| 2010-02-08 | The preferences backend is finally hooked up to GConf. There still seems | Keith Sharp | 6 | -66/+271 |
| 2010-02-07 | Switched to an enum in the sqlite callbacks. | Keith Sharp | 1 | -6/+13 |
| 2010-02-05 | Some fixes to make the loading from the overlay db work, and force displayingreorg | Keith Sharp | 2 | -1/+4 |
| 2010-02-05 | Implemented function for drawing markers onto map. | Keith Sharp | 2 | -18/+25 |
| 2010-02-04 | Merge branch 'master' into reorg | Keith Sharp | 9 | -60/+93 |
| 2010-02-03 | Started the work on adding the showing of markers for points. Still needs | Keith Sharp | 5 | -0/+103 |
| 2010-02-02 | Bunch of fixes to make it build properly, and start adding the intltool support. | Keith Sharp | 9 | -56/+67 |
| 2010-02-02 | Updated NEWS and configure.ac for release versions.v0.1.2 | Keith Sharp | 2 | -2/+8 |
| 2010-02-02 | Updated NEWS prior to v 0.1.0 release.v0.1.1 | Keith Sharp | 1 | -0/+12 |
| 2010-02-02 | Added error checking to the last of strtod's and had a go at understanding | Keith Sharp | 4 | -5/+15 |
| 2010-02-01 | Compiles and runs, and the callbacks largely work now! | Keith Sharp | 4 | -5/+13 |
| 2010-02-01 | Compiles, and runs, and then crashes if you try to do anything! | Keith Sharp | 6 | -9/+54 |
| 2010-02-01 | Finally compiles, doesn't actually run at the moment. | Keith Sharp | 3 | -23/+26 |
| 2010-02-01 | gmv-window and gmv-map now compile. | Keith Sharp | 2 | -22/+34 |
| 2010-02-01 | Added error checking to all the strtod calls that convert strings into | Keith Sharp | 4 | -20/+68 |
| 2010-01-31 | Huge number of changes as part of the code restructure: | Keith Sharp | 12 | -851/+772 |
| 2010-01-31 | Started the working combing the wptlist and overlay objects as part of | Keith Sharp | 3 | -41/+288 |
| 2010-01-31 | Started to added the right click go-to function.v0.1.0 | Keith Sharp | 1 | -0/+11 |
| 2010-01-30 | Lots of changes, the main one being that the basics of the overlay | Keith Sharp | 10 | -17/+422 |
| 2010-01-30 | Fixed a warning in gmv-parser, the G_PRIVATE stuff needs at least one member | Keith Sharp | 5 | -13/+114 |
| 2010-01-28 | Hooked up the parser object to the app. The parser still doesn't do any | Keith Sharp | 4 | -5/+22 |
| 2010-01-28 | Finished hooking up quit callback to save map centre and zoom level on | Keith Sharp | 2 | -1/+11 |
| 2010-01-27 | Started to hook up the quit callback to save state on exit - implemented | Keith Sharp | 2 | -2/+15 |
| 2010-01-27 | Fixed up the prefs object so that it has the basic paramters and the | Keith Sharp | 4 | -30/+213 |
| 2010-01-27 | Added an unref to main to stop leaks, added a prefs_set_home to compliment | Keith Sharp | 3 | -0/+8 |
| 2010-01-27 | Tweaked .gitingore to ignore INSTALL and compile, also removed these | Keith Sharp | 3 | -508/+2 |
| 2010-01-27 | Fixed things up to pass around an application object from which you can | Keith Sharp | 8 | -39/+118 |
| 2010-01-25 | Bunch of stuff including the goto window and the start of prefs and GPX parsing. | Keith Sharp | 10 | -40/+602 |