summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
AgeCommit message (Expand)Author
2013-05-02Don't hard-code column width.Gravatar 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-02Set better column widths in the dive listGravatar Dirk Hohndel
2013-04-28Merge branch 'RenderStarsOnTable' of https://github.com/tcanabrava/subsurface...Gravatar Dirk Hohndel
2013-04-28Save and retore splitter dimensions.Gravatar Amit Chaudhuri
2013-04-28Fixed loading the stars when opening with file as argv. minor cleanupGravatar Tomaz Canabrava
2013-04-27Merge branch 'RenderStarsOnTable' of https://github.com/tcanabrava/subsurface...Gravatar Dirk Hohndel
2013-04-27Minor coding style cleanups - and use core logic functionGravatar Dirk Hohndel
2013-04-27Add support for remembering settingsGravatar Amit Chaudhuri
2013-04-27Added support for showing the Stars on the DiveTableGravatar Tomaz Canabrava
2013-04-25Make dirk happy by enabling sort in the model.Gravatar Tomaz Canabrava
2013-04-24Remove the use of this->Gravatar Tomaz Canabrava
2013-04-24Use the star widget in it's right placeGravatar Tomaz Canabrava
2013-04-23Set the window icon in QtGravatar Dirk Hohndel
2013-04-22Initial version of the Star Picker Widget.Gravatar Tomaz Canabrava
2013-04-22Move model related code from MainWindow and adjustments.Gravatar Tomaz Canabrava
2013-04-18Use helper function to get dive date stringGravatar Dirk Hohndel
2013-04-18Use get_dive to populate divelistview with divesGravatar Amit Chaudhuri
2013-04-18Delay Qt ui constructionGravatar Amit Chaudhuri
2013-04-14Undoing the last Qtr_ hackGravatar Dirk Hohndel
2013-04-13Add Qtr_ macros that uses gettext in a tr() compatible mannerGravatar Dirk Hohndel
2013-04-13Started the real code on the Qt Interface.Gravatar Tomaz Canabrava
2013-04-12Add dive list view to main windowGravatar Amit Chaudhuri
2013-04-10MainWindow: remove useless includeGravatar Alberto Mardegan
2013-04-10Add logic to switch viewsGravatar Amit Chaudhuri
2013-04-10Avoid C++ style streamsGravatar Henrik Brautaset Aronsen
2013-04-09Add stub slots for all menu itemsGravatar Amit Chaudhuri
2013-04-09Makefile: detect which files need moc and uicGravatar Alberto Mardegan
2013-04-09Add a slot to mainwindow but amend to use Q_SLOTSGravatar Amit Chaudhuri
2013-04-07Start creating the Qt UIGravatar Tomaz Canabrava