summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-04-23Move some of the checks a little bit upGravatar Thiago Macieira
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-22A hook for DM4 XML importGravatar Miika Turkia
2013-04-22XSLT for importing individual DM4 divesGravatar Miika Turkia
2013-04-22Retain event sort order on restartGravatar Miika Turkia
2013-04-22Fix crash with some setupsGravatar Dirk Hohndel
2013-04-21Simplistic filtering by tagsGravatar Dirk Hohndel
2013-04-21Add Gtk dialog to select the dives tags for which dives are shownGravatar Dirk Hohndel
2013-04-21Move creation of dive and dive trip date string into helper functionsGravatar Dirk Hohndel
2013-04-18Use helper function to get dive date stringGravatar Dirk Hohndel
2013-04-18Move creation of dive and dive trip date string into helper functionsGravatar Dirk Hohndel
2013-04-18Use get_dive to populate divelistview with divesGravatar Amit Chaudhuri
2013-04-18Delay Qt ui constructionGravatar Amit Chaudhuri
2013-04-15Separate Gtk related code from core logic: statisticsGravatar Dirk Hohndel
2013-04-15Separate Gtk related code from core logic: infoGravatar Dirk Hohndel
2013-04-15Added the code that will load and populate the Tank InfoGravatar Tomaz Canabrava
2013-04-15Remove second dive_trip_list definition and douplicate helper functionGravatar Dirk Hohndel
2013-04-15Remove second dive_trip_list definition and douplicate helper functionGravatar Dirk Hohndel
2013-04-14Separate Gtk related code from core logic: statisticsGravatar Dirk Hohndel
2013-04-14Separate Gtk related code from core logic: infoGravatar Dirk Hohndel
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-13Remove the mandatory -fPIC from CXXFLAGSGravatar Thiago Macieira
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-10Fix selection handling for invalid divesGravatar Dirk Hohndel
2013-04-10Add four more tagsGravatar Dirk Hohndel
2013-04-10Only show tags checkboxes if all edited dives have same tagsGravatar Dirk Hohndel
2013-04-10Turn tag checkboxes code into a simple loopGravatar Dirk Hohndel
2013-04-10Update .gitignoreGravatar Alberto Mardegan
2013-04-10MainWindow: remove useless includeGravatar Alberto Mardegan
2013-04-10Add missing divelogs check for LIBZIP and XSLTGravatar Henrik Brautaset Aronsen
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-09Add a simple table-based cns calculationsGravatar Anton Lundin
2013-04-09Makefile: detect which files need moc and uicGravatar Alberto Mardegan
2013-04-09Automatically show Freshwater tag (but don't set it)Gravatar Dirk Hohndel
2013-04-09Add tags for night and freshwaterGravatar Henrik Brautaset Aronsen
2013-04-09Correctly conditionalize compilation for menu structureGravatar Dirk Hohndel
2013-04-09Add lake and river to the list of supported tagsGravatar Pierre-Yves Chibon
2013-04-09Add menu entry for divelogs.de uploadGravatar Henrik Brautaset Aronsen
2013-04-09Store the tag names instead of an opaque numberGravatar Dirk Hohndel
2013-04-09Add dive tags and support invalid divesGravatar Ďoďo
2013-04-09Make Qt branch cross-build for WindowsGravatar Dirk Hohndel
2013-04-09Add a slot to mainwindow but amend to use Q_SLOTSGravatar Amit Chaudhuri