<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/README, branch v2.0.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v2.0.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v2.0.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2012-05-02T19:56:01Z</updated>
<entry>
<title>Move the "Import" function from the File menu to the Log menu</title>
<updated>2012-05-02T19:56:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-05-02T19:56:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=11db04b350382c021edf83e2f91b3cace090989b'/>
<id>urn:sha1:11db04b350382c021edf83e2f91b3cace090989b</id>
<content type='text'>
Sure, you can import a file too, but it really makes more sense to have
the actions related to importing new logs under "Log", I think.  I don't
think of it as a file operation.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>README spelling, capitalization</title>
<updated>2011-11-27T17:42:00Z</updated>
<author>
<name>Joachim Schipper</name>
<email>joachim@joachimschipper.nl</email>
</author>
<published>2011-11-27T16:53:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=aeb367e0a7bbcb280fef33083ae599602ed91951'/>
<id>urn:sha1:aeb367e0a7bbcb280fef33083ae599602ed91951</id>
<content type='text'>
Spelling: paragrahps -&gt; paragraphs.

Update the README's example commit message to start with a capital
letter. Capitalize "Java".

Signed-off-by: Joachim Schipper &lt;joachim@joachimschipper.nl&gt;
</content>
</entry>
<entry>
<title>Add note on dive computers using the same import engine</title>
<updated>2011-09-27T21:09:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-27T21:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd89b47334f13426fc8a6ac6b919d3e1b01a34bd'/>
<id>urn:sha1:dd89b47334f13426fc8a6ac6b919d3e1b01a34bd</id>
<content type='text'>
Lots of dive computers are just variations on a theme, or sometimes even
just rebadged copies of each others with different manufacturer and
model names.  The import dialog may not mention your exact dive computer
by name, but that doesn't necessarily mean that you cannot import data
from it.

Make that clearer in the README, and list the rough list of dive
computers supported by libdivecomputer.

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