subsurface/qt-ui
Dirk Hohndel fde0f49df8 Use Subsurface's data structures for DiveItem
We have these data structures for a reason. They provide context
about the units used and prevent mistakes. And of course they
are used everywhere else so we should use them here, too.

This also tries to display some more data and make things look
a bit more like the Gtk version when it comes to alignment and
formatting.

My guess is this will make Qt developers' eyes bleed. My apologies.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-04-24 23:21:57 -07:00
..
addcylinderdialog.cpp Added the code that will load and populate the Tank Info 2013-04-15 17:34:44 -07:00
addcylinderdialog.h Added the code that will load and populate the Tank Info 2013-04-15 17:34:44 -07:00
addcylinderdialog.ui Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
divelistview.cpp Amend divetrip model to use int units 2013-04-24 13:06:42 -07:00
divelistview.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
maintab.cpp Merge branch 'fixCppStyleToC' of https://github.com/tcanabrava/subsurface into Qt 2013-04-14 07:02:06 -07:00
maintab.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
maintab.ui Fix the order of the DiveInformation tab bar. 2013-04-24 19:59:52 -03:00
mainwindow.cpp Remove the use of this-> 2013-04-24 19:57:50 -03:00
mainwindow.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
mainwindow.ui Add dive list view to main window 2013-04-12 12:54:08 -07:00
models.cpp Use Subsurface's data structures for DiveItem 2013-04-24 23:21:57 -07:00
models.h Move model related code from MainWindow and adjustments. 2013-04-22 09:42:13 -07:00
plotareascene.cpp Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
plotareascene.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
starwidget.cpp Use the star from the resource file instead of hardcoding it's patch 2013-04-23 17:32:30 -03:00
starwidget.h Initial version of the Star Picker Widget. 2013-04-22 16:09:21 -07:00