subsurface/qt-ui
Tomaz Canabrava 92397a2bad Started the real code on the Qt Interface.
1 - Open File already open files, it tries to not break the Gtk version,
    but some methods on the GTK version still need to be called inside Qt
    because the code is too tight-coupled.

2 - Close file already close files, same comments for the open file dialog
    applies here.

3 - The code for adding new cylinders in the cylinder dialog is done,
    already works and it's integrated with the system.  There's a need to
    implement the edit and delete now, but it will be easyer since I'm
    starting to not get lost on the code.

4 - Some functions that were used to convert unities have been moved to
    convert.h ( can be changed later, put there because it's easyer to
    find something that converts in a convert.h =p ) because they were
    static functions that operated in the GTK version but I need those
    functions in the Qt version too.

[Dirk Hohndel: lots and lots of whitespace and coding style changes]

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-04-13 14:08:16 -07:00
..
addcylinderdialog.cpp Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
addcylinderdialog.h Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
addcylinderdialog.ui Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
divelistview.cpp Add dive list view to main window 2013-04-12 12:54:08 -07:00
divelistview.h Add dive list view to main window 2013-04-12 12:54:08 -07:00
divetripmodel.cpp Add dive list view to main window 2013-04-12 12:54:08 -07:00
divetripmodel.h Add dive list view to main window 2013-04-12 12:54:08 -07:00
maintab.cpp Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
maintab.h Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
maintab.ui Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
mainwindow.cpp Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
mainwindow.h Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
mainwindow.ui Add dive list view to main window 2013-04-12 12:54:08 -07:00
models.cpp Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
models.h Started the real code on the Qt Interface. 2013-04-13 14:08:16 -07:00
plotareascene.cpp Start creating the Qt UI 2013-04-07 15:59:33 -07:00
plotareascene.h Start creating the Qt UI 2013-04-07 15:59:33 -07:00