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