summaryrefslogtreecommitdiffstats
path: root/qt-ui/models.cpp
AgeCommit message (Expand)Author
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
2013-05-24Fix usage of temporary QByteArraysGravatar Alberto Mardegan
2013-05-23Correctly add new weight / cylinder types, even when hitting 'tab'Gravatar Dirk Hohndel
2013-05-23Add weightsystem delegate to enable editing of weightsystemGravatar Dirk Hohndel
2013-05-23Enable the weightsystem info and move the declarations to dive.hGravatar Dirk Hohndel
2013-05-23Allow the CylindersModel delegate to pass data in without unit conversionsGravatar Dirk Hohndel
2013-05-23Added support for Completing on the Cylinder Type delegateGravatar Tomaz Canabrava
2013-05-22The never ending, futile fight for whitespace consistencyGravatar Dirk Hohndel
2013-05-22Small fixes to the modelGravatar Dirk Hohndel
2013-05-22Get the math right for cylinder model setData functionGravatar Dirk Hohndel
2013-05-22Merge branch 'comboBoxDelegate' of https://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-05-22Removed the unused add cylinder and add weigthsystem dialogs.Gravatar Tomaz Canabrava
2013-05-22Removed unused debug, and set the correct data on the delegates.Gravatar Tomaz Canabrava
2013-05-22Actually remove cylinders and weightsystems from the data structuresGravatar Dirk Hohndel
2013-05-22Added basic editing functionality for Cylinders and WeigthsystemsGravatar Tomaz Canabrava
2013-05-22Extend a bit the skeleton 'removes' on cylinder and weigth to help dirk.Gravatar Tomaz Canabrava
2013-05-22Added a 'trash' icon on the Cylinders and Weigthsystem modelsGravatar Tomaz Canabrava
2013-05-21Correctly format the values shown for cylinders and weightsGravatar Dirk Hohndel
2013-05-21Correctly use the weightsystem_none / cylinder_none helpersGravatar Dirk Hohndel
2013-05-21Added support for visualization the Weigthssystems on the Equipment Tab.Gravatar Tomaz Canabrava
2013-05-21Added the code to show the cylinders from a dive.Gravatar Tomaz Canabrava