<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/README, branch v1.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v1.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v1.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2011-09-26T17:06:00Z</updated>
<entry>
<title>Update README to reflect the fact that /dev/ttyUSB0 is no longer hardcoded</title>
<updated>2011-09-26T17:06:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-26T17:06:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=13ef2fbbe5d1e54b0b4474ce1133f83b5e1e8b80'/>
<id>urn:sha1:13ef2fbbe5d1e54b0b4474ce1133f83b5e1e8b80</id>
<content type='text'>
Yay.  It's not like we're all done, but the hardcoded dive computer
location was one of those "I don't want to release 1.0 with this".

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Update the README a bit</title>
<updated>2011-09-22T22:20:26Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-22T22:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=15463fdeb26ed1b5fdff62e4721a6dbbc507cefc'/>
<id>urn:sha1:15463fdeb26ed1b5fdff62e4721a6dbbc507cefc</id>
<content type='text'>
Update for the current library situation, and notes about
libdivecomputer installation location.

And remove the "we don't interface directly with libdivecomputer", since
that is obviously not true any more.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Separate out the UI from the program logic</title>
<updated>2011-09-20T19:48:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2011-09-20T19:40:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=682135838ff313594c7f67fabd9be8f88a33883b'/>
<id>urn:sha1:682135838ff313594c7f67fabd9be8f88a33883b</id>
<content type='text'>
The following are UI toolkit specific:
gtk-gui.c   - overall layout, main window of the UI
divelist.c  - list of dives subsurface maintains
equipment.c - equipment / tank information for each dive
info.c      - detailed dive info
print.c     - printing

The rest is independent of the UI:
main.c i    - program frame
dive.c i    - creates and maintaines the internal dive list structure
libdivecomputer.c
uemis.c
parse-xml.c
save-xml.c  - interface with dive computers and the XML files
profile.c   - creates the data for the profile and draws it using cairo

This commit should contain NO functional changes, just moving code around
and a couple of minor abstractions.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Rename the project 'subsurface'</title>
<updated>2011-09-15T16:43:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-15T16:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3a6652634b2152352f6f5a2b9ee3d549140ae337'/>
<id>urn:sha1:3a6652634b2152352f6f5a2b9ee3d549140ae337</id>
<content type='text'>
I never really liked 'diveclog' as a name - it's not like the C part is
all that important.  And while I could try to just make up another slang
word for despicable person (in the tradition of naming all my projects
after myself), I just can't see it.

So let's just call it "subsurface".

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Update the README about libdivecomputer</title>
<updated>2011-09-12T21:05:44Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-12T21:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=73013911af7e6b26535bbff20ef9834d3cbbc71d'/>
<id>urn:sha1:73013911af7e6b26535bbff20ef9834d3cbbc71d</id>
<content type='text'>
The build instructions are in the git commit log too, but let's make
them a bit easier to find.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Save default units using GConf</title>
<updated>2011-09-08T18:23:11Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-08T18:23:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a13d3172fa1cd66cd81b84f1c92f0c8e7de09375'/>
<id>urn:sha1:a13d3172fa1cd66cd81b84f1c92f0c8e7de09375</id>
<content type='text'>
That seems to be the gtk2 way.  Whatever.  diveclog ends up defaulting
to metric units, because we all know that's the right thing to do.
However, I learnt to dive in the US, so I'm used to seeing psi and feet.

So despite the sane defaults, I want diveclog to use the broken imperial
units for me.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add some information about properly formatted commit messages</title>
<updated>2011-09-06T21:58:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-06T21:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b6590150d68df528efd40c889ba6eea476b39873'/>
<id>urn:sha1:b6590150d68df528efd40c889ba6eea476b39873</id>
<content type='text'>
It does seem like a lot of github users are not used to good commit
message rules, and may never have used git for a project that actually
cares about good logs and nice summary lines.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add more explicit contributing explanation</title>
<updated>2011-09-06T19:33:52Z</updated>
<author>
<name>Scott Chacon</name>
<email>schacon@gmail.com</email>
</author>
<published>2011-09-06T19:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dfa6a6e1d15314e9f259f1df9368659a998dfbe2'/>
<id>urn:sha1:dfa6a6e1d15314e9f259f1df9368659a998dfbe2</id>
<content type='text'>
Most developers on GitHub are not used to projects that use the Signed-off-by convention.
They do, however, tend to read the READMEs to see which conventions the author prefers
to follow.  If you are explicit about what you prefer in the README with easy to follow
instructions, it is more likely people will follow those conventions.

Signed-off-by: Scott Chacon &lt;schacon@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update README a bit</title>
<updated>2011-09-03T15:53:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-03T15:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f8e39675cccd01b4b76d88b0f9bef922fce3e8f3'/>
<id>urn:sha1:f8e39675cccd01b4b76d88b0f9bef922fce3e8f3</id>
<content type='text'>
..since this is now on github, might as well tell people what they need
to compile it, and warn them about the state of the project.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Rename some files to be more appropriate</title>
<updated>2011-09-01T17:09:53Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-01T17:09:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4350a75b9455387c0da36b9b52349a858d8fca9c'/>
<id>urn:sha1:4350a75b9455387c0da36b9b52349a858d8fca9c</id>
<content type='text'>
The executable is now called 'divelog'.  If this gets useful enough to
actually *use*, I guess I'll have to come up with a real name some day.

Add a silly README, rename 'parse' to 'parse-xml'.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
