index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
models.cpp
Age
Commit message (
Expand
)
Author
2013-05-02
Merge branch 'tomaz-css' into Qt
Dirk Hohndel
2013-05-02
Added code to Select a dive, fixed minor annoyances.
Tomaz Canabrava
2013-05-02
Test the CSS for styling the TableView
Tomaz Canabrava
2013-05-02
Alternate background colors for dive list
Dirk Hohndel
2013-05-02
Set better column widths in the dive list
Dirk Hohndel
2013-05-02
Show cylinder and gas used in the Qt dive list
Dirk Hohndel
2013-05-02
Show trip date (with number of dives) in dive/trip list
Dirk Hohndel
2013-05-01
Minor style updates
Dirk Hohndel
2013-05-01
Merge branch 'Qt' into RenderStarsOnTable
Tomaz Canabrava
2013-05-01
Added Support for the Trips and Dives on the DiveList model.
Tomaz Canabrava
2013-05-01
Don't add cylinders and weightsystems past the MAX
Dirk Hohndel
2013-05-01
Hook up adding a weightsystem
Dirk Hohndel
2013-05-01
Add data and add functions for WeightModel
Dirk Hohndel
2013-05-01
Use the existing current_dive macro in Qt code
Dirk Hohndel
2013-04-28
Fixed loading the stars when opening with file as argv. minor cleanup
Tomaz Canabrava
2013-04-27
Added support for showing the Stars on the DiveTable
Tomaz Canabrava
2013-04-25
Remove the explicit UTF-8 conversions
Dirk Hohndel
2013-04-25
Minor cleanup of constructors and one accessor for DiveItem
Dirk Hohndel
2013-04-25
Remove useless members of DiveItem
Henrik Brautaset Aronsen
2013-04-25
Simplify DiveItem
Henrik Brautaset Aronsen
2013-04-24
Use Subsurface's data structures for DiveItem
Dirk Hohndel
2013-04-24
Correctly format depth and time
Dirk Hohndel
2013-04-24
Fix column headings for divelist
Dirk Hohndel
2013-04-24
Amend divetrip model to use int units
Amit Chaudhuri
2013-04-22
Move model related code from MainWindow and adjustments.
Tomaz Canabrava
2013-04-15
Added the code that will load and populate the Tank Info
Tomaz Canabrava
2013-04-14
Undoing the last Qtr_ hack
Dirk Hohndel
2013-04-13
Add Qtr_ macros that uses gettext in a tr() compatible manner
Dirk Hohndel
2013-04-13
Started the real code on the Qt Interface.
Tomaz Canabrava