aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Remove leftovers from GtkGravatar Dirk Hohndel
2013-10-04Install xslt under share on MacGravatar Dirk Hohndel
2013-10-04Use helper function to find xslt folderGravatar Dirk Hohndel
2013-10-04Add a helper function to calculate weight display stringGravatar Benjamin
2013-10-04Merge branch 'bugfixes' of git://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-10-04Fix display sane values on subsurface at first time opening.Gravatar Tomaz Canabrava
2013-10-04Fix showing all columns by default on first run.Gravatar Tomaz Canabrava
2013-10-04Fix build: don't recompile all C++ every timeGravatar Thiago Macieira
2013-10-04Added the .ssrf extension to the open dialog filter.Gravatar Patrick Valsecchi
2013-10-04Correct spelling of "weight" throughout the code.Gravatar Benjamin
2013-10-04Use the same conversion grams->lbs in dive and equipment listGravatar Benjamin
2013-10-04Code Cleanup - Uneeded preferences stored at the old prefs settingGravatar Tomaz Canabrava
2013-10-04Added configuration options for vertical speed units.Gravatar Patrick Valsecchi
2013-10-04Fixed First run of subsurface - Start on Fullscreen.Gravatar Tomaz Canabrava
2013-10-04Fix the first load of Subsurface - "File not found" error.Gravatar Tomaz Canabrava
2013-10-03Create the .uic/qt-ui directoryGravatar Dirk Hohndel
2013-10-03Ensure that uic is always run before any C++ source is compiledGravatar Thiago Macieira
2013-10-03Partially revert 7a368ab06b4926236ec93207e66ff7b14c234fe1Gravatar Thiago Macieira
2013-10-03Lookup gas via the plot_data, not the eventGravatar Anton Lundin
2013-10-03Turn off Qt including the C++ Standard Library headersGravatar Thiago Macieira
2013-10-03Better fix for the compile problemsGravatar Dirk Hohndel
2013-10-03Build fixGravatar Dirk Hohndel
2013-10-03Make the classes generated by uic be real members of our classesGravatar Thiago Macieira
2013-10-03Include the ui_*.h headers in the main headers.Gravatar Thiago Macieira
2013-10-03Fix unitialized variable useGravatar Patrick Valsecchi
2013-10-03Bugfix typo in get_gas_usedGravatar Anton Lundin
2013-10-03Importing salinity and atmospheric pressure from DC.Gravatar Patrick Valsecchi
2013-10-03Sample dive from APDLogViewerGravatar Miika Turkia
2013-10-03Print: small adjustments to table printingGravatar Lubomir I. Ivanov
2013-10-03Print: provide means to print profile tablesGravatar Lubomir I. Ivanov
2013-10-03Profile: use a 10px font when printing profile textGravatar Lubomir I. Ivanov
2013-10-03Helpers: add get_cylinder_used_gas_string()Gravatar Lubomir I. Ivanov
2013-10-02Added 3L Pony tanks to the list of default tanks in equipment.cGravatar Tim Wootton
2013-10-02Test dive for CSV importGravatar Miika Turkia
2013-10-02Add AL40 to list of standard tanksGravatar Benjamin
2013-10-02Initial code to import CSV log filesGravatar Miika Turkia
2013-10-01Added a spacer at the bottom of the dive info and stats gridsGravatar Patrick Valsecchi
2013-10-01Fix weight adding in the Qt UI & fix the header height for tablesGravatar Patrick Valsecchi
2013-10-01Ascending/descending speeds are usually expressed in x/minGravatar Patrick Valsecchi
2013-10-01Make the renumbering of dives accept numbers up to 99999Gravatar Patrick Valsecchi
2013-09-27Merge branch 'toolbar-ruler-rb' of github.com:mguentner/subsurfaceGravatar Dirk Hohndel
2013-09-27correct the placement of pressure markersGravatar Maximilian Güntner
2013-09-27Added a toolbar to the profileGravatar Maximilian Güntner
2013-09-27Added a ruler which can be dragged along the profileGravatar Maximilian Güntner
2013-09-27implemented zoom actionGravatar Maximilian Güntner
2013-09-27plot seconds with a fixed width of 2Gravatar Maximilian Güntner
2013-09-27Print: provide means for profile layoutingGravatar Lubomir I. Ivanov
2013-09-27Hack to make the subsurface work on Gnome3 shellGravatar Tomaz Canabrava
2013-09-26Fix the positioning of the `add` button when on Gtk styleGravatar Tomaz Canabrava