summaryrefslogtreecommitdiffstats
path: root/qt-ui/models.cpp
AgeCommit message (Expand)Author
2013-11-27Show/save weights up to and including last validGravatar Anton Lundin
2013-11-27Show cylinders up to and including the last validGravatar Anton Lundin
2013-11-23Adding trip based statisticsGravatar Miika Turkia
2013-11-22Small code cleanup on the CylindersModelGravatar Tomaz Canabrava
2013-11-22Better positioning of the text on Weightsystems table.Gravatar Tomaz Canabrava
2013-11-22Added a bunch of tooltips where I thought it was sane.Gravatar Tomaz Canabrava
2013-11-22Better positioning of the text on the table cells.Gravatar Tomaz Canabrava
2013-11-21Work around QMessageBox not showing its title on MacGravatar Dirk Hohndel
2013-11-21Quiet down warning about return in non-voidGravatar Anton Lundin
2013-11-19Small whitespace cleanupGravatar Dirk Hohndel
2013-11-19Fix trip summary line in dive listGravatar Dirk Hohndel
2013-11-19Sanity check on gas percentagesGravatar Dirk Hohndel
2013-11-18Do not let the dive have the 0 value.Gravatar Tomaz Canabrava
2013-11-18Make it posible to renumber dives.Gravatar Tomaz Canabrava
2013-11-16Fix wrong handling of Dive Table, and revert some wrong changes.Gravatar Tomaz Canabrava
2013-11-15This moves the removal code to the model.Gravatar Tomaz Canabrava
2013-11-15Use the correct font for the Air Types Model.Gravatar Tomaz Canabrava
2013-11-15Correctly handle changes on the CylinderModel to update the AirModel.Gravatar Tomaz Canabrava
2013-11-14Fix edition of alphanumeric input on equipments.Gravatar Tomaz Canabrava
2013-11-13Connect changes in the tanks with the dive that is being addedGravatar Dirk Hohndel
2013-11-12Use existing helper functionGravatar Dirk Hohndel
2013-11-12Add depth colum to cylinder modelGravatar Dirk Hohndel
2013-11-11Fix crash when cancelling dive add on empty dive listGravatar Dirk Hohndel
2013-11-10Show a cylinder widget in the dive plannerGravatar Dirk Hohndel
2013-10-16Helpers: move some date related function to qt-gui.cppGravatar Lubomir I. Ivanov
2013-10-15Printing adjustmentsGravatar Robert Helling
2013-10-15printlayout.cpp: Increase the font size in tables bellow profileGravatar Lubomir I. Ivanov
2013-10-13Models: fix two potential crashesGravatar Lubomir I. Ivanov
2013-10-13Adds missing "EndPress" column header for cylinder tableGravatar Tim Wootton
2013-10-11Finish clearing up the TableModelsGravatar Tomaz Canabrava
2013-10-11Another Model CleanupGravatar Tomaz Canabrava
2013-10-11Second model converted to be less boilerplated.Gravatar Tomaz Canabrava
2013-10-11Begin to Cleanup the Models, trying to reduce boilerplate.Gravatar Tomaz Canabrava
2013-10-11Good deal of whitespace fixes and code cleanup.Gravatar Tomaz Canabrava
2013-10-04Add a helper function to calculate weight display stringGravatar Benjamin
2013-10-04Use the same conversion grams->lbs in dive and equipment listGravatar Benjamin
2013-10-03Print: provide means to print profile tablesGravatar Lubomir I. Ivanov
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-10Fix row counting bugGravatar Dirk Hohndel
2013-09-10Change ws_info and tank_info typesGravatar Dirk Hohndel
2013-09-10Fill ws_info structure and use it when entering weight systemsGravatar Dirk Hohndel
2013-08-05Print: improve table printing by using QTableViewGravatar Lubomir I. Ivanov
2013-07-18Fixes incorrect editing policies.Gravatar Tomaz Canabrava
2013-07-18Added the code to revert Weigths when user cancels editionGravatar Tomaz Canabrava
2013-07-18'Cancel' action Cancels editing Cylinders.Gravatar Tomaz Canabrava
2013-07-16Fixes the Combobox behavior on the inline-editGravatar Tomaz Canabrava
2013-07-11Models: add the DiveItem::displayDate() helperGravatar Lubomir I. Ivanov
2013-07-11Models: move the declaration of DiveItem to the headerGravatar Lubomir I. Ivanov
2013-07-04Qt: Implement trip merging logicGravatar Linus Torvalds