aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-04-25Remove the explicit UTF-8 conversionsGravatar Dirk Hohndel
2013-04-25Merge branch 'QtStuff' of git://github.com/tcanabrava/subsurface into QtGravatar Dirk Hohndel
2013-04-25Ask Qt 4 to use the UTF-8 codec as the "codec for C strings"Gravatar Thiago Macieira
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-24Call the get_date functions with timestamp_t instead of struct tmGravatar Dirk Hohndel
2013-04-24Fix building for Windows: cache the Windows-specific variablesGravatar Thiago Macieira
2013-04-24MSVC is c89Gravatar Dirk Hohndel
2013-04-24Split report_dives into UI and logic and move to divelist filesGravatar 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-23A hook for DM4 XML importGravatar Miika Turkia
2013-04-23XSLT for importing individual DM4 divesGravatar Miika Turkia
2013-04-23Retain event sort order on restartGravatar Miika Turkia
2013-04-23Add a simple table-based cns calculationsGravatar Anton Lundin
2013-04-23Switch to UTF-8 on .DLD exportGravatar Miika Turkia
2013-04-23Merge branch 'StarWidgetResource' of git://github.com/tcanabrava/subsurface i...Gravatar Dirk Hohndel
2013-04-23Fix missing gtk-mac-integration includesGravatar Henrik Brautaset Aronsen
2013-04-23Remove trailing spaces from config.cache fileGravatar Henrik Brautaset Aronsen
2013-04-23Use the star from the resource file instead of hardcoding it's patchGravatar Tomaz Canabrava
2013-04-23Fix config.cache creation on a MacGravatar Henrik Brautaset Aronsen
2013-04-23Set the window icon in QtGravatar Dirk Hohndel
2013-04-23Consolidate the two .qrc filesGravatar Dirk Hohndel
2013-04-23Merge branch 'buildsystem-for-dirk' of http://github.com/thiagomacieira/subsu...Gravatar Dirk Hohndel
2013-04-23Fix compilation: in C++, enums don't have operator++Gravatar Thiago Macieira
2013-04-23Clean up the moc intermediates too in make cleanGravatar Thiago Macieira
2013-04-23Don't hardcode the paths for mkdir: just get them from the targetGravatar Thiago Macieira
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