aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2013-10-06First steps towards removing glib dependenciesGravatar 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-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-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-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-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-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-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
2013-09-26Fix the edition of cylinders and weigths by keypressGravatar Tomaz Canabrava
2013-09-26Fixed the display of Subsurface in Smaller ScreensGravatar Tomaz Canabrava
2013-09-26Only set documentMode on tab if in Oxygen style.Gravatar Tomaz Canabrava
2013-09-26More cleanup for the Gtk+ StyleGravatar Tomaz Canabrava
2013-09-26Cleanup the prettyness of subsurface on Gtk+ style.Gravatar Tomaz Canabrava
2013-09-26Code Cleanup, less magic indexes.Gravatar Tomaz Canabrava
2013-09-26Set the Cylinder/Weigth even if it's the same old value.Gravatar Tomaz Canabrava
2013-09-25Make the Qt ComboBox behave in a Better WayGravatar Tomaz Canabrava
2013-09-25Hook 'Add' from cylinders and weigths to enable EditionGravatar Tomaz Canabrava
2013-09-25Code cleanupGravatar Tomaz Canabrava
2013-09-25Set the Cylinders and Weigths to all selected dives after pressing 'Accept'Gravatar Tomaz Canabrava
2013-09-25Code cleanup - create a method for cleaning the Palette.Gravatar Tomaz Canabrava
2013-09-25Only mark dive list as changed if 'Accepted' was clicked.Gravatar Tomaz Canabrava
2013-09-25Added a 'changed' member on Cylinder/Weigth models to know when to Apply a ch...Gravatar Tomaz Canabrava
2013-09-25Enable Edition by clicking anywhere on the Cylinders and Weigths.Gravatar Tomaz Canabrava
2013-09-25Revert to the old values of Cylinders and Weigthsystems on cancelGravatar Tomaz Canabrava
2013-09-25Created a placeholder for the Equipment Edition.Gravatar Tomaz Canabrava