<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/theme, branch v4.1.90</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.1.90</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.1.90'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-07-11T13:59:00Z</updated>
<entry>
<title>HTML: fix profile labels</title>
<updated>2014-07-11T13:59:00Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-07T12:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e5c5ee74f0f9a6312765f4b55c57a244876f3508'/>
<id>urn:sha1:e5c5ee74f0f9a6312765f4b55c57a244876f3508</id>
<content type='text'>
Fix labels view in dive profile.
Add Jqplot css file to the exports.
The css files fix the view and enahnce the plot.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: add empty values of pressure cylinders</title>
<updated>2014-07-11T13:58:53Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-08T15:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=266e3a6cdd5b5bc510fa7b4daa3f59be13f0006e'/>
<id>urn:sha1:266e3a6cdd5b5bc510fa7b4daa3f59be13f0006e</id>
<content type='text'>
When the dive cylinder (start pressure or end pressure) is not set,
enter the values of the pressure in the first and the last samples
instead. Use the first / last non-zero values.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: depth value must be positive</title>
<updated>2014-07-04T13:36:24Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-04T11:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=89f86a57452df500abec050cbc8599e4bc908d2a'/>
<id>urn:sha1:89f86a57452df500abec050cbc8599e4bc908d2a</id>
<content type='text'>
Remove negative sign from the inverted y-axis

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Clean list_lib and remove unused code from canvas profile.</title>
<updated>2014-07-04T13:35:43Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-04T11:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f46463ac53b0dcde663ade9b6dae6c12144649a3'/>
<id>urn:sha1:f46463ac53b0dcde663ade9b6dae6c12144649a3</id>
<content type='text'>
Comment some functions.
remove leftover code from list_lib.
Some code organization.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: add temperature curve to profile.</title>
<updated>2014-07-04T13:35:38Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-04T11:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=db1f6092bfe66f0871f0f30bb557c6c8141350f0'/>
<id>urn:sha1:db1f6092bfe66f0871f0f30bb557c6c8141350f0</id>
<content type='text'>
Add temperature curve to profile view, The curve is tracable by mouse.
The temperature has a hidden axis that doesn't appear in the detailed
view.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: dive numbering starts from one instead of zero</title>
<updated>2014-07-04T13:35:33Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-04T11:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8ad6c61891176ccf8c2027627adcbd4b77745864'/>
<id>urn:sha1:8ad6c61891176ccf8c2027627adcbd4b77745864</id>
<content type='text'>
since the practise is that the first dive is number 1.
so change the first dive number to 1 instead of 0.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: add events to detailed profile view</title>
<updated>2014-07-04T13:35:18Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-04T11:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=11d2364c129bf828563a07bc48e33c742bfc72c5'/>
<id>urn:sha1:11d2364c129bf828563a07bc48e33c742bfc72c5</id>
<content type='text'>
Export events to detailed dive view and add events to the profile.
Events names must appear on mouse hover.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: use Right/Left arrows to switch between dives</title>
<updated>2014-07-02T02:41:11Z</updated>
<author>
<name>Gehad Elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-06-30T15:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d568f96d053dad4ded8a5e8baf8c361e4b04fd12'/>
<id>urn:sha1:d568f96d053dad4ded8a5e8baf8c361e4b04fd12</id>
<content type='text'>
Use arrows to switch between dives in dive detailed view.

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Small white space tune-up on JS file</title>
<updated>2014-06-30T15:01:11Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-06-29T11:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5b93c61348d29c5e9aac4978cf37f7f9343200da'/>
<id>urn:sha1:5b93c61348d29c5e9aac4978cf37f7f9343200da</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML: Fix listlib whitespace errors.</title>
<updated>2014-06-30T14:59:53Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-06-27T20:31:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a110b2858d91a3b998ddd93f99f2e108fbe7e021'/>
<id>urn:sha1:a110b2858d91a3b998ddd93f99f2e108fbe7e021</id>
<content type='text'>
Fix some code style and whitespace errors.

[Dirk Hohndel: one hunk didn't apply as there was no such code...?]

Signed-off-by: Gehad elrobey &lt;gehadelrobey@gmail.com&gt;
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
