summaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
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-02Test the CSS for styling the TableViewGravatar Tomaz Canabrava
2013-05-02Alternate background colors for dive listGravatar Dirk Hohndel
2013-05-02Set better column widths in the dive listGravatar Dirk Hohndel
2013-05-02Show cylinder and gas used in the Qt dive listGravatar Dirk Hohndel
2013-05-02Show trip date (with number of dives) in dive/trip listGravatar Dirk Hohndel
2013-05-01Minor style updatesGravatar Dirk Hohndel
2013-05-01Merge branch 'Qt' into RenderStarsOnTableGravatar Tomaz Canabrava
2013-05-01Added Support for the Trips and Dives on the DiveList model.Gravatar Tomaz Canabrava
2013-05-01Fix a couple of small problems in add weightsystemGravatar Dirk Hohndel
2013-05-01Create Add Weightsystem dialogGravatar Dirk Hohndel
2013-05-01Don't add cylinders and weightsystems past the MAXGravatar Dirk Hohndel
2013-05-01Hook up adding a weightsystemGravatar Dirk Hohndel
2013-05-01Add data and add functions for WeightModelGravatar Dirk Hohndel
2013-05-01Use the existing current_dive macro in Qt codeGravatar 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-25Remove the explicit UTF-8 conversionsGravatar Dirk Hohndel
2013-04-25Make dirk happy by enabling sort in the model.Gravatar Tomaz Canabrava
2013-04-25Minor cleanup of constructors and one accessor for DiveItemGravatar Dirk Hohndel
2013-04-25Remove useless members of DiveItemGravatar Henrik Brautaset Aronsen
2013-04-25Simplify DiveItemGravatar Henrik Brautaset Aronsen
2013-04-24Use Subsurface's data structures for DiveItemGravatar Dirk Hohndel
2013-04-24Merge branch 'useStarWidgets' of git://github.com/tcanabrava/subsurface into QtGravatar Dirk Hohndel
2013-04-24Correctly format depth and timeGravatar Dirk Hohndel
2013-04-24Fix column headings for divelistGravatar Dirk Hohndel
2013-04-24Fix the order of the DiveInformation tab bar.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-24Amend divetrip model to use int unitsGravatar Amit Chaudhuri
2013-04-23Merge branch 'StarWidgetResource' of git://github.com/tcanabrava/subsurface i...Gravatar Dirk Hohndel
2013-04-23Use the star from the resource file instead of hardcoding it's patchGravatar 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-15Added the code that will load and populate the Tank InfoGravatar Tomaz Canabrava
2013-04-14Merge branch 'fixCppStyleToC' of https://github.com/tcanabrava/subsurface int...Gravatar Dirk Hohndel
2013-04-14Undoing the last Qtr_ hackGravatar Dirk Hohndel
2013-04-14Fixed the C++ code Style to conform the C style that was previously agreed upon.Gravatar Tomaz Canabrava