<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/theme, branch v4.9.4</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.4'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2020-03-11T15:26:30Z</updated>
<entry>
<title>Grammar: replaces 'indexes' by 'indices'</title>
<updated>2020-03-11T15:26:30Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2020-03-11T10:30:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=285fa8acbceebf5dc87c5c3befe42a2917a3b844'/>
<id>urn:sha1:285fa8acbceebf5dc87c5c3befe42a2917a3b844</id>
<content type='text'>
Grammar-nazi ran

git grep -l 'indexes' | xargs sed -i '' -e 's/indexes/indices/g'

to prevent future wincing when reading the source code.

Unfortunatly, Qt itself is infected as in
QModelIndexList QItemSelection::indexes() const

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Desktop: add export to html</title>
<updated>2019-12-04T04:37:57Z</updated>
<author>
<name>willemferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2019-12-03T06:58:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7c024f12d2123e08c272cefb2991623bc1da107a'/>
<id>urn:sha1:7c024f12d2123e08c272cefb2991623bc1da107a</id>
<content type='text'>
Add the export of environmental parameters in star widgets to .html format. The
dive rating is always shown both in the condensed as well as in the expanded
view. The other five environmental variables are only shown in the expanded
view. Only those star widgets with a rating are shown: if a star widget has not
been rated in the UI, then it is assumed unrated and is not indicated in the
expanded view.

Signed-off-by: willemferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup: deal with lgtm.com Alerts</title>
<updated>2019-03-17T03:25:24Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-03-15T18:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0a25b32ca07c996c7fccc4cecfa50c58081de345'/>
<id>urn:sha1:0a25b32ca07c996c7fccc4cecfa50c58081de345</id>
<content type='text'>
Small, obvious fixes.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>JavaScript: remove needless variable assignments</title>
<updated>2019-03-16T17:06:26Z</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2019-03-15T21:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7b1d5c5b8dd5ea000918333330b8e034b3b60160'/>
<id>urn:sha1:7b1d5c5b8dd5ea000918333330b8e034b3b60160</id>
<content type='text'>
Signed-off-by: Rolf Eike Beer &lt;eike@sf-mail.de&gt;
</content>
</entry>
<entry>
<title>mark JavaScript variables as local</title>
<updated>2019-03-16T17:06:26Z</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2019-03-15T20:59:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2f6f48adec34f02df9e287ca10edc6bc4c4533d6'/>
<id>urn:sha1:2f6f48adec34f02df9e287ca10edc6bc4c4533d6</id>
<content type='text'>
Found by LGTM.

Signed-off-by: Rolf Eike Beer &lt;eike@sf-mail.de&gt;
</content>
</entry>
<entry>
<title>Reverse html trip list rendering order</title>
<updated>2018-08-13T15:52:15Z</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2018-08-13T15:28:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8603a7d826a7bcf10dea0f93d564a609aae0050a'/>
<id>urn:sha1:8603a7d826a7bcf10dea0f93d564a609aae0050a</id>
<content type='text'>
In the HTML export, the list of trips emitted into lib.js is in
chronological order, the dives are shown reverse chronological order.
This leads to a weird experience of the earliest trip being on top and
the dives within it having the most recent dive on top.

Invert the processing order in the javascript layer so that the last
trip is rendered first.

Signed-off-by: Monty Taylor &lt;mordred@inaugust.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Coding-style: remove superfluous parentheses</title>
<updated>2018-02-18T03:38:52Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-02-17T20:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5c248d91cd5b7e9401e4393b2193ad44c32016bc'/>
<id>urn:sha1:5c248d91cd5b7e9401e4393b2193ad44c32016bc</id>
<content type='text'>
Mostly replace "return (expression);" by "return expression;" and one
case of "function((parameter))" by "function(parameter)".

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Use abbreviations with dots.</title>
<updated>2017-03-11T16:09:07Z</updated>
<author>
<name>Martin Měřinský</name>
<email>mermar@centrum.cz</email>
</author>
<published>2017-03-06T12:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dcf254221504d1e41e491de3a74e07a7c585d2c1'/>
<id>urn:sha1:dcf254221504d1e41e491de3a74e07a7c585d2c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HTML Export: Ignore case when searching for tags</title>
<updated>2015-10-04T15:29:32Z</updated>
<author>
<name>Sander Kleijwegt</name>
<email>sander@myowndomain.nl</email>
</author>
<published>2015-10-02T22:48:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a02ea685823f6474da7de51875b1ed2970b10eba'/>
<id>urn:sha1:a02ea685823f6474da7de51875b1ed2970b10eba</id>
<content type='text'>
Fixes #934

Signed-off-by: Sander Kleijwegt &lt;sander@myowndomain.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>HTML export: before showing the dive list, sort descending by dive number</title>
<updated>2015-06-19T05:04:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-06-19T05:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=293569cb19baf6a447d5a888718d56e50ed785d3'/>
<id>urn:sha1:293569cb19baf6a447d5a888718d56e50ed785d3</id>
<content type='text'>
This way the newest dive gets shown first (which I think makes much more
sense) and the dives are in order as we show them in Subsurface.

I actually think we should toggle trips on by default - but I'm not sure.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
