summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-04-23Add support for Qt resources in SubsurfaceGravatar Thiago Macieira
2013-04-23Prettify the msgfmt and linking argumentsGravatar Thiago Macieira
2013-04-23Make the "silent mode" compilation be optional only.Gravatar Thiago Macieira
2013-04-23Generate the C++ dependencies at configure-timeGravatar Thiago Macieira
2013-04-23Get the list of dependency includes from the SOURCES listGravatar Thiago Macieira
2013-04-23Add a SOURCES variable to the Makefile, replacing OBJSGravatar Thiago Macieira
2013-04-23Add a HEADERS variable to the MakefileGravatar Thiago Macieira
2013-04-23Cache the Qt tools detected (and detect RCC)Gravatar Thiago Macieira
2013-04-23Introduce a cache of the configurationGravatar Thiago Macieira
2013-04-23Trim Makefile, Configure.mk and Rules.mkGravatar Thiago Macieira
2013-04-23Create Rules.mk and Configure.mk by copying the MakefileGravatar Thiago Macieira
2013-04-23Reorder the MakefileGravatar Thiago Macieira
2013-04-23Move the MSGOBJS variable definition a little further downGravatar Thiago Macieira
2013-04-23Remove the unused OSSUPPORT_CFLAGS variableGravatar Thiago Macieira
2013-04-23Move the list of objects a little further upGravatar Thiago Macieira
2013-04-23Split the SQLite3, libzip, libxslt and osmgpsmap detection from useGravatar Thiago Macieira
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