summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-22Fix crash with some setupsGravatar 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-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-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-10Update .gitignoreGravatar Alberto Mardegan
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-09Make Qt branch cross-build for WindowsGravatar Dirk Hohndel
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-08Remove the toplevel ui directoryGravatar Dirk Hohndel
2013-04-07Forgot to add planner-gtk.cGravatar Dirk Hohndel
2013-04-07Fix some of the gcc-4.8 warningsGravatar Dirk Hohndel
2013-04-07Separate Gtk related code from core logic: plannerGravatar Dirk Hohndel
2013-04-07Start creating the Qt UIGravatar Tomaz Canabrava
2013-04-06Continue to separate Gtk related code from core logic: divelistGravatar Dirk Hohndel
2013-04-06Separate Gtk related code from core logic: divelistGravatar Dirk Hohndel
2013-04-02Add a Qt main windowGravatar Alberto Mardegan
2013-04-02Move set_filename() calls outside of parse_file()Gravatar Alberto Mardegan
2013-04-01Improve Makefile rules for running mocGravatar Alberto Mardegan
2013-04-01Define QT_NO_KEYWORDSGravatar Alberto Mardegan
2013-04-01Match subsurface_get_conf* in windows/macos.c with linux.cGravatar Henrik Brautaset Aronsen
2013-04-01Introduce QApplicationGravatar Alberto Mardegan
2013-04-01Have some C++ file in the projectGravatar Alberto Mardegan