<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v1.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v1.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v1.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2011-12-08T20:20:05Z</updated>
<entry>
<title>Subsurface 1.2</title>
<updated>2011-12-08T20:20:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-12-08T20:20:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c912e1fafbe9b025c334eb8b9a61e13bfcfdbfc9'/>
<id>urn:sha1:c912e1fafbe9b025c334eb8b9a61e13bfcfdbfc9</id>
<content type='text'>
With the whole UI change (three-paned window and different look with new
colors), let's just make a new release, as Dirk points out.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'stars' of git://git.hohndel.org/subsurface</title>
<updated>2011-12-08T20:14:27Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-12-08T20:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=95cc317b087e863f6e0a4ab4db7ab68f06a9d969'/>
<id>urn:sha1:95cc317b087e863f6e0a4ab4db7ab68f06a9d969</id>
<content type='text'>
* 'stars' of git://git.hohndel.org/subsurface:
  Fix some issues with star rating code
  Add typical 0 to 5 star rating for dives

Still not great editing, but other than that it looks good.
</content>
</entry>
<entry>
<title>Fix some issues with star rating code</title>
<updated>2011-12-08T04:49:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2011-12-08T04:49:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=52748412fff0974fbc76b3f0a72cd0ba58b37771'/>
<id>urn:sha1:52748412fff0974fbc76b3f0a72cd0ba58b37771</id>
<content type='text'>
To waste less space in the tree view heading we simply put a star in the
heading instead of "Rating".

We now treat "zero stars" to mean "not rated" and don't store that value
in the XML file.

Rating is no longer a top level tag in the dive entry but instead a
property of the dive tag.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add typical 0 to 5 star rating for dives</title>
<updated>2011-12-07T23:11:06Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2011-12-07T19:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=af290d5eb281662d336b8186a9df1a489d78ec9d'/>
<id>urn:sha1:af290d5eb281662d336b8186a9df1a489d78ec9d</id>
<content type='text'>
This works ok-ish, but doesn't allow us to click on the stars and edit
them in the divelist, which a user might expect to be able to do - in
most "star rating UIs" you simply click on the n-th star to set that
rating. Here you need to edit the dive and pick the rating from a drop
down menu.

Minor oddity: you can actually (if you force it) write anything you want
into the star rating. But anything that isn't one of the predefined
strings simply results in a zero star rating.

Overall the UI feels a bit... forced. But I think this is quite useful
anyway.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Make view action shortcuts be ctrl-[1-4] instead of Fn keys</title>
<updated>2011-12-07T16:08:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-12-07T16:08:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1cb9fc7fb4cfc919cc7880d0af3a66a2f7f107cf'/>
<id>urn:sha1:1cb9fc7fb4cfc919cc7880d0af3a66a2f7f107cf</id>
<content type='text'>
Suggested by Henrik Aronsen, and seems much more natural.  Especially
with lots of keyboards having function keys oddly mapped.

Suggested-by: Henrik Brautaset Aronsen &lt;subsurface@henrik.synth.no&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add shorthand actions for showing just one of the panes</title>
<updated>2011-12-06T21:00:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-12-06T21:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7721036fabb91902acfbf929ff450f59971cc4a3'/>
<id>urn:sha1:7721036fabb91902acfbf929ff450f59971cc4a3</id>
<content type='text'>
Currently just tied to F1-F4 (for divelist, profile, info, and "all
three" respectively), which is just crazy.  But using "ctrl-P" for
"Profile" isn't sane either, that's the standard printer keyboard
shortcut.  So what would be good keyboard shortcuts for these things?

I also wonder how I can get gtk to shut up about the fact that a pane
becomes too small for the contents of that pane? We very much want to do
that, and it's very intentional.  Gtk does the right thing apart from
the whining (and apart from the visually ugly part of a widget that
doesn't fit, but making it pretty doesn't really seem possible).

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'grid-to-back' of git://github.com/henrik242/subsurface</title>
<updated>2011-12-06T18:58:06Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-12-06T18:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ce6c3ee56d372e2ef8386a065fbf4bce4cfa0ffc'/>
<id>urn:sha1:ce6c3ee56d372e2ef8386a065fbf4bce4cfa0ffc</id>
<content type='text'>
* 'grid-to-back' of git://github.com/henrik242/subsurface:
  Move depth/time grid back
</content>
</entry>
<entry>
<title>Move depth/time grid back</title>
<updated>2011-12-06T18:45:38Z</updated>
<author>
<name>Henrik Brautaset Aronsen</name>
<email>subsurface@henrik.synth.no</email>
</author>
<published>2011-12-06T18:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=34a0f5255ae8032ec33732881384be644af74355'/>
<id>urn:sha1:34a0f5255ae8032ec33732881384be644af74355</id>
<content type='text'>
The temperature profile was behind the white depth/time grid.

Signed-off-by: Henrik Brautaset Aronsen &lt;subsurface@henrik.synth.no&gt;
</content>
</entry>
<entry>
<title>Remove commented code</title>
<updated>2011-12-01T11:28:38Z</updated>
<author>
<name>Henrik Brautaset Aronsen</name>
<email>subsurface@henrik.synth.no</email>
</author>
<published>2011-12-01T11:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3f624a2eb30ebc17abadedea888072186ea239bb'/>
<id>urn:sha1:3f624a2eb30ebc17abadedea888072186ea239bb</id>
<content type='text'>
I left some printer-spesific commented code in there.  Away with it.

Signed-Off-By: Henrik Brautaset Aronsen &lt;subsurface@henrik.synth.no&gt;
</content>
</entry>
<entry>
<title>Clean up color definitions</title>
<updated>2011-12-01T11:14:21Z</updated>
<author>
<name>Henrik Brautaset Aronsen</name>
<email>subsurface@henrik.synth.no</email>
</author>
<published>2011-12-01T11:14:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b65f8230daca1bca34496f6281ecc0dbe70b0724'/>
<id>urn:sha1:b65f8230daca1bca34496f6281ecc0dbe70b0724</id>
<content type='text'>
Fix ugly printout, give colors proper names, make grid lines and alert
marker easier to see, and specify printer colors independently.

Signed-Off-By: Henrik Brautaset Aronsen &lt;subsurface@henrik.synth.no&gt;
</content>
</entry>
</feed>
