index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
mainwindow.cpp
Age
Commit message (
Expand
)
Author
2013-05-02
Don't hard-code column width.
Dirk Hohndel
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
Set better column widths in the dive list
Dirk Hohndel
2013-04-28
Merge branch 'RenderStarsOnTable' of https://github.com/tcanabrava/subsurface...
Dirk Hohndel
2013-04-28
Save and retore splitter dimensions.
Amit Chaudhuri
2013-04-28
Fixed loading the stars when opening with file as argv. minor cleanup
Tomaz Canabrava
2013-04-27
Merge branch 'RenderStarsOnTable' of https://github.com/tcanabrava/subsurface...
Dirk Hohndel
2013-04-27
Minor coding style cleanups - and use core logic function
Dirk Hohndel
2013-04-27
Add support for remembering settings
Amit Chaudhuri
2013-04-27
Added support for showing the Stars on the DiveTable
Tomaz Canabrava
2013-04-25
Make dirk happy by enabling sort in the model.
Tomaz Canabrava
2013-04-24
Remove the use of this->
Tomaz Canabrava
2013-04-24
Use the star widget in it's right place
Tomaz Canabrava
2013-04-23
Set the window icon in Qt
Dirk Hohndel
2013-04-22
Initial version of the Star Picker Widget.
Tomaz Canabrava
2013-04-22
Move model related code from MainWindow and adjustments.
Tomaz Canabrava
2013-04-18
Use helper function to get dive date string
Dirk Hohndel
2013-04-18
Use get_dive to populate divelistview with dives
Amit Chaudhuri
2013-04-18
Delay Qt ui construction
Amit Chaudhuri
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
2013-04-12
Add dive list view to main window
Amit Chaudhuri
2013-04-10
MainWindow: remove useless include
Alberto Mardegan
2013-04-10
Add logic to switch views
Amit Chaudhuri
2013-04-10
Avoid C++ style streams
Henrik Brautaset Aronsen
2013-04-09
Add stub slots for all menu items
Amit Chaudhuri
2013-04-09
Makefile: detect which files need moc and uic
Alberto Mardegan
2013-04-09
Add a slot to mainwindow but amend to use Q_SLOTS
Amit Chaudhuri
2013-04-07
Start creating the Qt UI
Tomaz Canabrava