summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-20Make the divelist font configurableGravatar Linus Torvalds
2011-09-20Merge git://github.com/sirowain/subsurfaceGravatar Linus Torvalds
2011-09-20Merge branch 'for-linus' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-09-20Make 'struct DiveList' entirely internal to divelist.cGravatar Linus Torvalds
2011-09-20Add "Apply"/"Cancel" buttons to dive equipment pageGravatar Linus Torvalds
2011-09-20Attempt to get the location column to resize in a sensible wayGravatar Dirk Hohndel
2011-09-20Minor tweaks to column headersGravatar Dirk Hohndel
2011-09-20Make a separate "Log" menuGravatar Linus Torvalds
2011-09-20Fix Segmentation fault when trying to print an empty plot.Gravatar Riccardo Albertini
2011-09-20Provide an icon for subsurface.Gravatar Riccardo Albertini
2011-09-20Added a comment about libusb dependency in Makefile.Gravatar Riccardo Albertini
2011-09-19Reinstate the main window titleGravatar Linus Torvalds
2011-09-19Switch the dive list and dive profile panes aroundGravatar Linus Torvalds
2011-09-19Hacky hard-coded font for dive list entriesGravatar Linus Torvalds
2011-09-19Make helper function for creating TreeView columns in the dive listGravatar Linus Torvalds
2011-09-19Add cylinder description to dive listGravatar Linus Torvalds
2011-09-19Turn the rest of the duplicate string fields to use render functionsGravatar Linus Torvalds
2011-09-19Use renderer function for divelist depth field tooGravatar Linus Torvalds
2011-09-19Use a renderer function on the date fieldGravatar Linus Torvalds
2011-09-19Oops, fix typo. EAN, not EADGravatar Linus Torvalds
2011-09-19Update the divelist when dive info changesGravatar Linus Torvalds
2011-09-19Add air usage calculations to dive listGravatar Linus Torvalds
2011-09-19Add location to divelist tooGravatar Linus Torvalds
2011-09-19Clean up divelist generation some moreGravatar Linus Torvalds
2011-09-19Start filling in temperature and nitrox data in dive listGravatar Linus Torvalds
2011-09-19Add temp/nitrox/sac entries to divelistGravatar Linus Torvalds
2011-09-19Make the pane split be vertical rather than horizontalGravatar Linus Torvalds
2011-09-19Remove dive info frameGravatar Linus Torvalds
2011-09-19Make the divelist column naming clearerGravatar Linus Torvalds
2011-09-16Attempt to smooth out the velocity readingsGravatar Dirk Hohndel
2011-09-16Flip tank pressure graph to show the RIGHT wayGravatar Dirk Hohndel
2011-09-16Stop plotting the gas / consumption information into the profileGravatar Dirk Hohndel
2011-09-16Make handling of empty airconsumption string consistentGravatar Dirk Hohndel
2011-09-16More fixes to positioning of gas / consumption information in info_frameGravatar Dirk Hohndel
2011-09-16Stop tank / gas / consumption info from changing info_frame sizeGravatar Dirk Hohndel
2011-09-16Indicate vertical velocity through colorGravatar Dirk Hohndel
2011-09-16Show tank / nitrox / air consumption information in the info_frameGravatar Dirk Hohndel
2011-09-16Dirk can't count to tenGravatar Linus Torvalds
2011-09-16Remove dive number from frame labelGravatar Dirk Hohndel
2011-09-16Put the dive number and location in the window title barGravatar Linus Torvalds
2011-09-16Tweak temperature plot to look better for small fluctuationsGravatar Dirk Hohndel
2011-09-16Tweak plot scaling a bitGravatar Linus Torvalds
2011-09-16Minor corrections to printing of the last temperatureGravatar Dirk Hohndel
2011-09-16Use plot_info for final remaining temperature and pressure data plots tooGravatar Linus Torvalds
2011-09-16Plot pressure data based on 'struct plot_info' rather than raw dive dataGravatar Linus Torvalds
2011-09-16Do min/max pressure and temperature based on the non-surface dataGravatar Linus Torvalds
2011-09-16Plot temperature info using 'struct plot_info' rather than the raw dive samplesGravatar Linus Torvalds
2011-09-16Start using 'plot_info' more for dive-time limitsGravatar Linus Torvalds
2011-09-15Do libdivecomputer imports in a separate threadGravatar Linus Torvalds