aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/models.cpp
AgeCommit message (Expand)Author
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
2013-06-19Show sample pressures in the cylinder equipment pageGravatar Linus Torvalds
2013-06-19Don't show '0.0%' gas percentagesGravatar Linus Torvalds
2013-06-19Fix the imperial cylinder size calculations in equipment handlingGravatar Linus Torvalds
2013-06-19O2/He percentages aren't integralGravatar Linus Torvalds
2013-06-19Replace wet_volume calculation with straight forward pressure formulaGravatar Dirk Hohndel
2013-06-19Fix cylinder data O2/He percentage entry braindamageGravatar Dirk Hohndel
2013-06-19Improve readability of yearly statisticsGravatar Dirk Hohndel
2013-06-18Fix yearly statisticsGravatar Dirk Hohndel
2013-06-18Improve display of yearly statisticsGravatar Dirk Hohndel
2013-06-18Reduce the bleeding in my eyesGravatar Dirk Hohndel
2013-06-18Clean up the last mergeGravatar Dirk Hohndel
2013-06-18Merge branch 'qtHelper'Gravatar Dirk Hohndel
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-06-17Yearly stats are being displayed.Gravatar Tomaz Canabrava
2013-06-17Create a view for the Statistics Model and Fix displaying the headerGravatar Tomaz Canabrava
2013-06-17Started to do the Yearly StatisticsGravatar Tomaz Canabrava
2013-06-17Changed a lot of code to reduce boilerplate on models in the future.Gravatar Tomaz Canabrava
2013-06-17Show the device id in hexGravatar Dirk Hohndel
2013-06-17Merge branch '119_divecomputerManagement' of github.com:tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-06-16Make the columns have a sane default width for 'type'Gravatar Tomaz Canabrava
2013-06-16Better handling of default sizes on the Cylinder and Weight widgetsGravatar Tomaz Canabrava
2013-06-16Made all models have the same font.Gravatar Tomaz Canabrava
2013-06-15Partially fix dive downloadingGravatar Linus Torvalds
2013-06-13Improve the trip headerGravatar Linus Torvalds
2013-06-13Merge branch 'linusDiveList' of https://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-06-12Implements the DiveList to behave like Linus Explained.Gravatar Tomaz Canabrava
2013-06-12Display the correct metric SAC rate in divelistGravatar Dirk Hohndel
2013-06-08Sort 'dive number' column by date, not numberGravatar Linus Torvalds
2013-06-07Added the code to remove a dive computer.Gravatar Tomaz Canabrava
2013-06-07Removed the buttons on the Edit Dive computers.Gravatar Tomaz Canabrava
2013-06-07Edit the name of the Dive Computer via dialog.Gravatar Tomaz Canabrava
2013-06-07Created a new dialog - Edit DiveComputerGravatar Tomaz Canabrava
2013-05-30Fix sorting by ratingGravatar Dirk Hohndel
2013-05-30Code layout changesGravatar Dirk Hohndel
2013-05-29Add a "sort role" for sorting the dive listGravatar Linus Torvalds
2013-05-28Adds the code to make the dive list behave like tree or listGravatar Tomaz Canabrava
2013-05-25Try to make the equipment tab more compactGravatar Dirk Hohndel