Age | Commit message (Expand) | Author |
2011-10-17 | declare a var for libdivecomputer's cflags | Martin Gysel |
2011-10-17 | create man dir before installing files in it | Martin Gysel |
2011-10-17 | use DESTDIR according to my understanding of GNU standards | Martin Gysel |
2011-10-14 | Don't use dynamic linking for libdivecomputer | Linus Torvalds |
2011-10-12 | Install manpage | Dirk Hohndel |
2011-10-11 | Fix Makefile syntax error | Dirk Hohndel |
2011-10-11 | Have "make install" act more as expected for a desktop application | Dirk Hohndel |
2011-10-10 | Make should expand $(DESTDIR) on install | Dirk Hohndel |
2011-10-10 | Since we don't want configure, use gnumake to find libdivecomputer | Dirk Hohndel |
2011-09-27 | A Makefile 'clean' target is quite standard. | Cristian Ionescu-Idbohrn |
2011-09-26 | Add the version to the Makefile | Linus Torvalds |
2011-09-22 | Add cheesy "install" target | Linus Torvalds |
2011-09-22 | Clean up library handling | Linus Torvalds |
2011-09-20 | Separate out the UI from the program logic | Dirk Hohndel |
2011-09-20 | Added a comment about libusb dependency in Makefile. | Riccardo Albertini |
2011-09-15 | Do libdivecomputer imports in a separate thread | Linus Torvalds |
2011-09-15 | Rename the project 'subsurface' | Linus Torvalds |
2011-09-15 | First pass to parse uemis Zurich '.SDA' files | Dirk Hohndel |
2011-09-13 | Add the capability to print a dive profile | Linus Torvalds |
2011-09-12 | Start some very initial libdivecomputer integration | Linus Torvalds |
2011-09-09 | Rename 'cylinder.c' as 'equipment.c' | Linus Torvalds |
2011-09-09 | Add a notebook for cylinder information | Linus Torvalds |
2011-09-08 | Save default units using GConf | Linus Torvalds |
2011-09-05 | Report errors when opening files | Nathan Samson |
2011-09-05 | Open File works. I refactored the code and introduced a new type. I never use... | Nathan Samson |
2011-09-04 | Fix typo in Makefile (LDLAGS -> LDFLAGS) | Linus Torvalds |
2011-09-03 | Add various dive fixups, and show pressure (if any) in the plot | Linus Torvalds |
2011-09-01 | Add ability to 'save' dives | Linus Torvalds |
2011-09-01 | Rename some files to be more appropriate | Linus Torvalds |
2011-08-31 | Add fake 'info' frame contents | Linus Torvalds |
2011-08-31 | Add 'repaint_dive()' prototype, and fix dependencies | Linus Torvalds |
2011-08-31 | Split up divelist scroll window generation into its own file | Linus Torvalds |
2011-08-31 | Split up profile frame generation into its own file. | Linus Torvalds |
2011-08-30 | Create a gtk window | Linus Torvalds |
2011-08-30 | Start moving some of the non-parsing stuff out of 'parse.c' | Linus Torvalds |
2011-08-30 | Split up dive data structure declarations into 'dive.h' | Linus Torvalds |
2011-08-30 | Fix stupid mis-initialization of current sample | Linus Torvalds |
2011-08-29 | Turn the XML into something almost parseable. | Linus Torvalds |
2011-08-28 | Add crazy (bad) xml parser thing | Linus Torvalds |