<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/theme/dive_export.html, branch v4.2.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.2.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.2.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-08-04T17:03:20Z</updated>
<entry>
<title>HTML: prevent implicit type conversion</title>
<updated>2014-08-04T17:03:20Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-08-04T15:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0130f8411b6e6de692d8c10f96aefc1796dc00f4'/>
<id>urn:sha1:0130f8411b6e6de692d8c10f96aefc1796dc00f4</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: add Yearly Statistics view to the HTML export</title>
<updated>2014-08-04T17:03:15Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-08-04T09:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e968d91943bbcaf25cd3a1df84fc4d09bc889c94'/>
<id>urn:sha1:e968d91943bbcaf25cd3a1df84fc4d09bc889c94</id>
<content type='text'>
View JSON data of yearly statistics in HTML exports.

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: Save last ordering state of sorting</title>
<updated>2014-07-25T14:14:49Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-23T03:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c27ee46281009309ede84e70d15b644c33b83e58'/>
<id>urn:sha1:c27ee46281009309ede84e70d15b644c33b83e58</id>
<content type='text'>
Saving sorting state and apply the last sorting to new search results.

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 searching tags from the detailed view.</title>
<updated>2014-07-25T14:14:23Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-07-18T14:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bf68a2ece667504e656df15ac333e911961d5f4d'/>
<id>urn:sha1:bf68a2ece667504e656df15ac333e911961d5f4d</id>
<content type='text'>
When clicking a tag in the detailed view a search must take place on the
following tag, the search settings must be specified to search for tags
only and ignore the advanced search settings chosen by the user.

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 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: 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: 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>HTML: Use jqplot to draw profile.</title>
<updated>2014-06-30T14:56:47Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-06-26T13:43:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=023187a73ebb219e0b31ee6afb821e902de012a7'/>
<id>urn:sha1:023187a73ebb219e0b31ee6afb821e902de012a7</id>
<content type='text'>
Use jqplot to draw dive profile, Depth and pressure curves. add the
library Javascript files under the theme directory and editing the
exporter. Load them to the HTML template dynamically with
synchronization as they are dependant on each other.
Also Adding min version of JQuery that is needed by the library.

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: some css enhancment</title>
<updated>2014-06-30T14:56:43Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-06-25T22:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ac46158d653f970db3efb9c772367b81094c24db'/>
<id>urn:sha1:ac46158d653f970db3efb9c772367b81094c24db</id>
<content type='text'>
Detailed dive view needs more padding just to view normally.

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: move between dives in detailed view.</title>
<updated>2014-06-15T16:25:47Z</updated>
<author>
<name>Gehad elrobey</name>
<email>gehadelrobey@gmail.com</email>
</author>
<published>2014-06-14T16:20:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=818bd9903a0e5a5d849ac237481448b002d3bf94'/>
<id>urn:sha1:818bd9903a0e5a5d849ac237481448b002d3bf94</id>
<content type='text'>
Move between next/prev dives in detailed view, and be able to go back to
the list.
Also fix the initial state of the sorting by number.
(its already exported in ascending order)

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>
