Extended the tool to write more than one track segment
[gps-tracker] / gps-tracker.c
2010-06-01 Dr. Johann PfefferlExtended the tool to write more than one track segment release-1.0-10
2010-06-01 Dr. Johann PfefferlThe climb unit is "m/s" and not degrees
2010-05-30 Dr. Johann PfefferlSet initial speed to zero release-1.0-9
2010-05-30 Dr. Johann PfefferlFont of the GPS/track data changed
2010-05-30 Dr. Johann PfefferlLittle format beauty
2010-05-30 Dr. Johann PfefferlAdded track name and description to the gpx file
2010-05-30 Dr. Johann PfefferlChanged name of application
2010-05-29 Dr. Johann PfefferlFloat output formats changed to less accuracy release-1.0-8
2010-05-29 Dr. Johann PfefferlMoved Start/Stop/Save button to bottom of screen
2010-05-26 Dr. Johann PfefferlUse monospace font to avoid jumping of the info data
2010-05-26 Dr. Johann PfefferlTried to fix the jumping data area
2010-05-26 Dr. Johann PfefferlGPS/Track information display is rearranged release-1.0-6
2010-05-26 Dr. Johann PfefferlOutput formating of gps data changed
2010-05-26 Dr. Johann PfefferlChanged format of default output filename
2010-05-25 Dr. Johann PfefferlButton to set the marker only sensitive when tracking... release-1.0-4
2010-05-25 Dr. Johann PfefferlAdded support for marker setting
2010-05-25 Dr. Johann Pfefferlgpx syntax file error corrected
2010-05-25 Dr. Johann PfefferlAlso log the fix to the file
2010-05-25 Dr. Johann PfefferlAlso log the hdop/vdop info to the gpx file
2010-05-11 Dr. Johann PfefferlRemoved a lot of the debug output to the console
2010-05-11 Dr. Johann PfefferlUse macros for maximum string length
2010-05-11 Dr. Johann PfefferlOutput the track points into the gpx file
2010-05-11 Dr. Johann Pfefferl"Save" functionality added
2010-05-11 Dr. Johann PfefferlDefined an struct element which holds the working directory
2010-05-11 Dr. Johann PfefferlSome messages are shown as hildon banner
2010-05-08 Dr. Johann PfefferlRemoved the date picker button
2010-05-08 Dr. Johann PfefferlReplaced the g_date_strftime function by a strftime...
2010-05-08 Dr. Johann PfefferlConstruct the default filename from the date
2010-05-08 Dr. Johann PfefferlStart/Stop functionality added
2010-05-08 Dr. Johann PfefferlAdded Stop button
2010-05-08 Dr. Johann PfefferlPut the button into a hbox
2010-05-08 Dr. Johann PfefferlStyle is now more object oriented
2010-05-08 Dr. Johann PfefferlFormat of the shown string changed
2010-05-07 Dr. Johann PfefferlShow some satellite info on the gui
2010-05-07 Dr. Johann PfefferlBusy indicator added
2010-05-07 Dr. Johann PfefferlInitial commit