1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
GPXSee/src
2016-12-10 01:18:31 +01:00
..
app.cpp Fixed QOpenGLWidget usage (wrong minimal QT version) 2016-12-10 01:18:31 +01:00
app.h Fixed file open event handling on OS X 2016-04-29 21:13:38 +02:00
assert.h Added struct size padding asserts to FIT parser 2016-11-05 17:32:15 +01:00
axisitem.cpp Added graph grid option 2016-10-17 23:14:07 +02:00
axisitem.h Added graph grid option 2016-10-17 23:14:07 +02:00
cadencegraph.cpp Added cadence and power graphs 2016-11-06 03:28:08 +01:00
cadencegraph.h Added cadence and power graphs 2016-11-06 03:28:08 +01:00
colorbox.cpp Fixed widget rendering issues 2016-12-06 21:01:06 +01:00
colorbox.h Added options dialogue 2016-12-06 01:48:26 +01:00
config.h Make the file info and graph info having the same text size in plots. 2016-05-22 11:54:27 +02:00
coordinates.cpp Added options dialogue 2016-12-06 01:48:26 +01:00
coordinates.h Added options dialogue 2016-12-06 01:48:26 +01:00
cpuarch.h Redesigned about dialogs 2016-04-12 19:16:52 +02:00
csvparser.cpp Code cleanup 2016-11-10 08:46:59 +01:00
csvparser.h Some more error handling fixes. 2016-10-29 10:40:30 +02:00
data.cpp Added support for NMEA files 2016-11-16 23:54:15 +01:00
data.h Added support for track/route names and descriptions 2016-10-28 14:33:36 +02:00
downloader.cpp Error handling fix 2016-08-02 23:05:52 +02:00
downloader.h Fixed infinite download loop on broken tile images 2016-06-16 20:32:11 +02:00
elevationgraph.cpp Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
elevationgraph.h Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
exportdialog.cpp Code cleanup 2016-12-07 22:01:45 +01:00
exportdialog.h GUI polishing 2016-12-07 21:38:36 +01:00
filebrowser.cpp Code cleanup 2016-03-19 17:24:53 +01:00
filebrowser.h Code cleanup 2016-03-19 17:24:53 +01:00
fileselectwidget.cpp GUI plishing 2016-10-12 22:37:40 +02:00
fileselectwidget.h GUI plishing 2016-10-12 22:37:40 +02:00
fitparser.cpp Make coverity happy 2016-11-11 21:37:35 +01:00
fitparser.h Added support for FIT files with developer data fields 2016-11-03 08:02:28 +01:00
format.cpp Refactoring 2016-11-02 17:35:26 +01:00
format.h Refactoring 2016-11-02 17:35:26 +01:00
gpxparser.cpp Added cadence and power graphs 2016-11-06 03:28:08 +01:00
gpxparser.h Added cadence and power graphs 2016-11-06 03:28:08 +01:00
graph.cpp Fixed path marker inaccuracy issue. 2016-11-14 22:12:43 +01:00
graph.h Fixed path marker inaccuracy issue. 2016-11-14 22:12:43 +01:00
graphitem.cpp Added options dialogue 2016-12-06 01:48:26 +01:00
graphitem.h Added options dialogue 2016-12-06 01:48:26 +01:00
graphtab.h Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
graphview.cpp Fixed QOpenGLWidget usage (wrong minimal QT version) 2016-12-10 01:18:31 +01:00
graphview.h Use OpenGL also for graph views when selected 2016-12-07 02:02:39 +01:00
griditem.cpp Cache the graph grid 2016-12-07 00:44:32 +01:00
griditem.h Added graph grid option 2016-10-17 23:14:07 +02:00
gui.cpp GUI polishing 2016-12-07 21:38:36 +01:00
gui.h Added options dialogue 2016-12-06 01:48:26 +01:00
heartrategraph.cpp Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
heartrategraph.h Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
icons.h Added options dialogue 2016-12-06 01:48:26 +01:00
igcparser.cpp Improved track date handling 2016-11-23 18:45:06 +01:00
igcparser.h Added support for NMEA files 2016-11-16 23:54:15 +01:00
infoitem.cpp Use OpenGL also for graph views when selected 2016-12-07 02:02:39 +01:00
infoitem.h Yet another bunch of print/PDF export improvements 2016-05-21 16:10:24 +02:00
keys.h Added support for time graphs 2016-09-19 00:56:10 +02:00
kmlparser.cpp Fixed error checking 2016-11-11 22:04:26 +01:00
kmlparser.h Added support for MultiGeometry objects in KML 2016-11-08 20:50:42 +01:00
main.cpp Fixed file open event handling on OS X 2016-04-29 21:13:38 +02:00
map.cpp Added coordinates checking to file parsers 2016-10-24 00:21:40 +02:00
map.h Added coordinates checking to file parsers 2016-10-24 00:21:40 +02:00
maplist.cpp Improved error handling 2016-02-12 20:12:37 +01:00
maplist.h Improved error handling 2016-02-12 20:12:37 +01:00
margins.cpp PDF export dialog polishing 2016-05-27 22:45:58 +02:00
margins.h PDF export dialog polishing 2016-05-27 22:45:58 +02:00
markeritem.cpp Increased marker size(width) 2016-10-29 10:49:28 +02:00
markeritem.h Added slider info 2015-10-17 01:33:02 +02:00
misc.cpp Added support for NMEA files 2016-11-16 23:54:15 +01:00
misc.h Added support for NMEA files 2016-11-16 23:54:15 +01:00
nmeaparser.cpp Fixed possible invalid memory access 2016-11-23 18:44:22 +01:00
nmeaparser.h NMEA parser improvements 2016-11-22 00:13:41 +01:00
optionsdialog.cpp GUI polishing 2016-12-07 21:38:36 +01:00
optionsdialog.h GUI polishing 2016-12-07 21:38:36 +01:00
palette.cpp Fixed options/settings handling isses. 2016-12-06 21:02:44 +01:00
palette.h Fixed options/settings handling isses. 2016-12-06 21:02:44 +01:00
parser.h Some more error handling fixes. 2016-10-29 10:40:30 +02:00
path.cpp Fixed path marker inaccuracy issue. 2016-11-14 22:12:43 +01:00
path.h Fixed path marker inaccuracy issue. 2016-11-14 22:12:43 +01:00
pathitem.cpp Removed path item caching (made obsolete by OpenGL rendering) 2016-12-06 21:28:45 +01:00
pathitem.h Added options dialogue 2016-12-06 01:48:26 +01:00
pathview.cpp Fixed QOpenGLWidget usage (wrong minimal QT version) 2016-12-10 01:18:31 +01:00
pathview.h Added options dialogue 2016-12-06 01:48:26 +01:00
poi.cpp Added options dialogue 2016-12-06 01:48:26 +01:00
poi.h Added options dialogue 2016-12-06 01:48:26 +01:00
powergraph.cpp Added cadence and power graphs 2016-11-06 03:28:08 +01:00
powergraph.h Added cadence and power graphs 2016-11-06 03:28:08 +01:00
range.cpp Code cleanup 2016-03-27 13:23:00 +02:00
range.h Code cleanup 2016-03-27 13:23:00 +02:00
rd.h Added coordinates checking to file parsers 2016-10-24 00:21:40 +02:00
route.cpp Added support for track/route names and descriptions 2016-10-28 14:33:36 +02:00
route.h Fixed path marker inaccuracy issue. 2016-11-14 22:12:43 +01:00
routedata.h Added support for track/route names and descriptions 2016-10-28 14:33:36 +02:00
routeitem.cpp Added options dialogue 2016-12-06 01:48:26 +01:00
routeitem.h Added support for track/route names and descriptions 2016-10-28 14:33:36 +02:00
rtree.h Fixed all the compile warnings when compiled with GCC 2015-12-17 19:58:49 +01:00
scaleitem.cpp Added coordinates checking to file parsers 2016-10-24 00:21:40 +02:00
scaleitem.h Drawing performance improvement 2016-09-11 17:15:23 +02:00
settings.h Fixed switched default values 2016-12-08 00:28:44 +01:00
sliderinfoitem.cpp Added options dialogue 2016-12-06 01:48:26 +01:00
sliderinfoitem.h Fixed slider info displaying on right graph border 2016-03-30 01:48:48 +02:00
slideritem.cpp Added graph grid option 2016-10-17 23:14:07 +02:00
slideritem.h Added support for time graphs 2016-09-19 00:56:10 +02:00
speedgraph.cpp Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
speedgraph.h Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
stylecombobox.cpp GUI polishing 2016-12-07 21:38:36 +01:00
stylecombobox.h GUI polishing 2016-12-07 21:38:36 +01:00
tcxparser.cpp Added cadence and power graphs 2016-11-06 03:28:08 +01:00
tcxparser.h Added cadence and power graphs 2016-11-06 03:28:08 +01:00
temperaturegraph.cpp Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
temperaturegraph.h Added support for TCX and CSV files 2016-10-23 11:09:20 +02:00
tile.h Added coordinates checking to file parsers 2016-10-24 00:21:40 +02:00
tooltip.cpp Remaining tool-tip related changes 2016-08-02 20:46:22 +02:00
tooltip.h Remaining tool-tip related changes 2016-08-02 20:46:22 +02:00
track.cpp Fixed path marker inaccuracy issue. 2016-11-14 22:12:43 +01:00
track.h Code cleanup 2016-11-13 09:49:31 +01:00
trackdata.h Added support for track/route names and descriptions 2016-10-28 14:33:36 +02:00
trackinfo.cpp Plots are now paper size agnostic 2016-05-22 15:47:23 +02:00
trackinfo.h Plots are now paper size agnostic 2016-05-22 15:47:23 +02:00
trackitem.cpp Fixed path/distances size difference issue 2016-11-15 18:08:44 +01:00
trackitem.h Added support for track/route names and descriptions 2016-10-28 14:33:36 +02:00
trackpoint.cpp Added missing GPX parser error handling 2016-10-27 00:20:00 +02:00
trackpoint.h Added cadence and power graphs 2016-11-06 03:28:08 +01:00
units.h GUI polishing 2016-12-07 21:38:36 +01:00
waypoint.cpp Fixed track tooltip area handling 2016-07-28 00:23:22 +02:00
waypoint.h Cosmetics 2016-12-06 21:03:19 +01:00
waypointitem.cpp Refactoring 2016-11-02 17:35:26 +01:00
waypointitem.h Added item shape for better collision detection/hover handling 2016-09-11 13:42:22 +02:00
wgs84.h Added coordinates checking to file parsers 2016-10-24 00:21:40 +02:00