<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/theme, branch v4.1.92</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.1.92</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.1.92'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-07-15T04:38:22Z</updated>
<entry>
<title>Terminate named character references properly</title>
<updated>2014-07-15T04:38:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-14T17:57:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3bbac30c1b12864ebcce8d086dd5d96de3872ff9'/>
<id>urn:sha1:3bbac30c1b12864ebcce8d086dd5d96de3872ff9</id>
<content type='text'>
&amp;nbsp; must be terminated with semicolon, just like any other named
character reference

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>Removing extra commas from array initialization</title>
<updated>2014-07-15T04:38:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-14T17:52:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5723cfc1d09a2722740c135dde1dd8409ad6bdb8'/>
<id>urn:sha1:5723cfc1d09a2722740c135dde1dd8409ad6bdb8</id>
<content type='text'>
Comma should be used on array initialization only between elements, not
at the end.

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>Fix string continuation</title>
<updated>2014-07-15T04:38:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-14T17:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a50631e026834c6f2057fc8e1f81704ecc5d1d74'/>
<id>urn:sha1:a50631e026834c6f2057fc8e1f81704ecc5d1d74</id>
<content type='text'>
Concatenated string should have the plus sign at the end of the cut
line.

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: prevent implicit type conversion on testing</title>
<updated>2014-07-15T04:38:22Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-07-14T17:39:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=db43fbbe8a5cf97a15182a3395eed0749aeb622d'/>
<id>urn:sha1:db43fbbe8a5cf97a15182a3395eed0749aeb622d</id>
<content type='text'>
== and != comparison of true, false, null, allows implicit type
conversion, thus using === and !== instead

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 dive photos to the detailed view</title>
<updated>2014-07-15T04:38:22Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-13T21:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6f05194b02fd8944f65f8706f8a1ca5b444a03cd'/>
<id>urn:sha1:6f05194b02fd8944f65f8706f8a1ca5b444a03cd</id>
<content type='text'>
Dive photos are copied to the photos directory on export. The photos
section appears only if photos exist.

C++ helper functions are added to copy images to the photos directory,
Additionally the photos directory must be passed as a parameter to the
write_one_dive function to save photos to it. Some options structure may
be needed instead of passing many arguments.

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: display dive status in detailed view</title>
<updated>2014-07-15T04:38:22Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-11T01:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=346f71f2624e4035b664bc93d03a835412c29ec0'/>
<id>urn:sha1:346f71f2624e4035b664bc93d03a835412c29ec0</id>
<content type='text'>
Add dive status in the detailed dive 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: 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>
</feed>
