<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, 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-26T18:18:28Z</updated>
<entry>
<title>Add a copy of the GPL v2 to the project</title>
<updated>2011-09-26T18:18:28Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-26T18:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a1a4392e8d0b437ff6f9f79bedbdc7fa14517ec1'/>
<id>urn:sha1:a1a4392e8d0b437ff6f9f79bedbdc7fa14517ec1</id>
<content type='text'>
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add the version to the Makefile</title>
<updated>2011-09-26T18:04:50Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-26T18:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5c3bdd9fc85e1003a0537d286d968cdd008b1b95'/>
<id>urn:sha1:5c3bdd9fc85e1003a0537d286d968cdd008b1b95</id>
<content type='text'>
Not quite the same format as for the kernel, but I want to do the normal
"edit the makefile before making a release" model that I'm used to.

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>Add a GtkEntry to allow editing of the device name</title>
<updated>2011-09-26T16:44:27Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-26T16:44:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=da47ee401d0b0ee9d2aed10aa934831b8ed02b55'/>
<id>urn:sha1:da47ee401d0b0ee9d2aed10aa934831b8ed02b55</id>
<content type='text'>
Ok, so some file chooser widget with a popup dialog would have been more
professional, but I'm lazy.  Plus I suspect the popup would look
horrible when populated with /dev entries, and I don't think there is
any sane filter function.

So this works, and means that you don't *have* to recompile the whole
program just because you have your dive computer on something else than
a USB serial line.

I suspect I should save the default name as a config variable too.
Maybe a setting in the preferences dialog.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add a "Dive Computer" frame around the dive computer choice in import</title>
<updated>2011-09-26T16:19:30Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-26T16:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=acca9b1804efc43b589d04b60682081b56afe7bc'/>
<id>urn:sha1:acca9b1804efc43b589d04b60682081b56afe7bc</id>
<content type='text'>
I'll add a widget to allow the user to select the device too, so let's
name things to make them more obvious.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add a xml file filter to the file open dialog</title>
<updated>2011-09-26T16:18:23Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-26T16:18:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c3a484419731e680e343153f9fd32ed9e2695747'/>
<id>urn:sha1:c3a484419731e680e343153f9fd32ed9e2695747</id>
<content type='text'>
My home directory is a mess.  Don't show all the crap, just the stuff
that might be relevant.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add an 'About' dialog</title>
<updated>2011-09-24T22:48:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-24T22:48:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d81553e1514e158f59c1d7aba6ece46de9764163'/>
<id>urn:sha1:d81553e1514e158f59c1d7aba6ece46de9764163</id>
<content type='text'>
It's really just about the logo, but whatever.  Dirk tells me I need one
of these in order to call it 1.0.  And I'm not going to fall into the
trap of thinking that 1.0 needs to be something polished, it just needs
to be working well enough..

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Use 'gtk_dialog_get_content_area()' instead of accessing dialog directly</title>
<updated>2011-09-24T22:26:37Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-24T22:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f12684dcd7f40651c2480be758c9d3b34ef19a6e'/>
<id>urn:sha1:f12684dcd7f40651c2480be758c9d3b34ef19a6e</id>
<content type='text'>
I'm reading gtk docs, and trying to clean things up a bit.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Show events on the dive profile</title>
<updated>2011-09-23T04:15:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-23T04:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bd0f2747717d55a8c6d21cb37cb746d71cb42fea'/>
<id>urn:sha1:bd0f2747717d55a8c6d21cb37cb746d71cb42fea</id>
<content type='text'>
This is *really* ugly.  We really should just create some kind of widget
that when moused over will show the event.  Or something.  Rather than
putting text on top of other text: the events - when they happen - are
usually bunched together (PO2 warnings, max depth, fast ascent leading
to mandatory safety stop, you name it).

But at least this way we see that the data is there, even if we see it
in ugly ways.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add cheesy "install" target</title>
<updated>2011-09-23T03:59:10Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-09-23T03:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1e42dc10e5df52822fff698573cae97b2efb3220'/>
<id>urn:sha1:1e42dc10e5df52822fff698573cae97b2efb3220</id>
<content type='text'>
It just puts the subsurface binary in $(HOME)/bin.

.. and then the binary won't find the icon file, so this is really not
enough of an install to get it really working, but whatever.

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