aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/models.cpp
AgeCommit message (Expand)Author
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
2013-05-19Make the Text on the DiveList be 30% smaller than other textGravatar Tomaz Canabrava
2013-05-14Don't add half a kilo/pound when adding weightsGravatar Henrik Brautaset Aronsen
2013-05-14Fix inaccurate weight and temperature display in dive listGravatar Henrik Brautaset Aronsen
2013-05-14Clean up some typosGravatar Henrik Brautaset Aronsen
2013-05-13Trying to make the DiveList selection behave correctlyGravatar Tomaz Canabrava
2013-05-11Fix crash in DiveTripModel.Gravatar Amit Chaudhuri
2013-05-06Start populating the maintab Dive Info widgetGravatar Dirk Hohndel
2013-05-02Merge branch 'tomaz-css' into QtGravatar Dirk Hohndel
2013-05-02Added code to Select a dive, fixed minor annoyances.Gravatar Tomaz Canabrava
2013-05-02Test the CSS for styling the TableViewGravatar Tomaz Canabrava
2013-05-02Alternate background colors for dive listGravatar Dirk Hohndel
2013-05-02Set better column widths in the dive listGravatar Dirk Hohndel
2013-05-02Show cylinder and gas used in the Qt dive listGravatar Dirk Hohndel
2013-05-02Show trip date (with number of dives) in dive/trip listGravatar Dirk Hohndel
2013-05-01Minor style updatesGravatar Dirk Hohndel
2013-05-01Merge branch 'Qt' into RenderStarsOnTableGravatar Tomaz Canabrava
2013-05-01Added Support for the Trips and Dives on the DiveList model.Gravatar Tomaz Canabrava
2013-05-01Don't add cylinders and weightsystems past the MAXGravatar Dirk Hohndel
2013-05-01Hook up adding a weightsystemGravatar Dirk Hohndel
2013-05-01Add data and add functions for WeightModelGravatar Dirk Hohndel
2013-05-01Use the existing current_dive macro in Qt codeGravatar Dirk Hohndel
2013-04-28Fixed loading the stars when opening with file as argv. minor cleanupGravatar Tomaz Canabrava
2013-04-27Added support for showing the Stars on the DiveTableGravatar Tomaz Canabrava
2013-04-25Remove the explicit UTF-8 conversionsGravatar Dirk Hohndel
2013-04-25Minor cleanup of constructors and one accessor for DiveItemGravatar Dirk Hohndel
2013-04-25Remove useless members of DiveItemGravatar Henrik Brautaset Aronsen
2013-04-25Simplify DiveItemGravatar Henrik Brautaset Aronsen