aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
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
2013-04-14Add common.h fileGravatar 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-08Change tab widget names.Gravatar Amit Chaudhuri
2013-04-07Start creating the Qt UIGravatar Tomaz Canabrava