<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core/settings, branch v4.9.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-07-18T12:42:55Z</updated>
<entry>
<title>Cleanup: move deco function declarations to deco.h</title>
<updated>2019-07-18T12:42:55Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2019-07-15T21:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0136d76cf4fd5c62f4224d2d721fce2b78097104'/>
<id>urn:sha1:0136d76cf4fd5c62f4224d2d721fce2b78097104</id>
<content type='text'>
Another tiny step in making dive.h smaller: move function
declarations to deco.h if these functions are defined in deco.c
and don't directly concern dives.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>use the default constructor for empty QString and QByteArray constants</title>
<updated>2019-04-12T09:59:17Z</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2019-04-01T21:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2e59196e6b8d1f5461cddfc119d37c40e0027776'/>
<id>urn:sha1:2e59196e6b8d1f5461cddfc119d37c40e0027776</id>
<content type='text'>
Signed-off-by: Rolf Eike Beer &lt;eike@sf-mail.de&gt;
</content>
</entry>
<entry>
<title>use QStringLiteral for constants</title>
<updated>2019-04-12T09:59:17Z</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eike@sf-mail.de</email>
</author>
<published>2019-04-01T21:15:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ee0acb0d4045bef68bdb153c76f8506c68d8ea9f'/>
<id>urn:sha1:ee0acb0d4045bef68bdb153c76f8506c68d8ea9f</id>
<content type='text'>
Signed-off-by: Rolf Eike Beer &lt;eike@sf-mail.de&gt;
</content>
</entry>
<entry>
<title>Cleanup: don't instantiate a QPref object</title>
<updated>2019-04-04T16:29:45Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2019-04-03T21:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a89b36c661662346c6c8092bdd2cefebf8f58c8a'/>
<id>urn:sha1:a89b36c661662346c6c8092bdd2cefebf8f58c8a</id>
<content type='text'>
QPref has only static functions. There seems to be no point in
instantiating a singleton of this object. Remove the instance()
method and remove the Q_OBJECT macro.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Cleanup: make qPref::registerQML() static</title>
<updated>2019-04-04T16:29:45Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2019-04-03T21:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e9fa298d06bdeb267a7931f9b54cd82b3c1e3a1b'/>
<id>urn:sha1:e9fa298d06bdeb267a7931f9b54cd82b3c1e3a1b</id>
<content type='text'>
This member function does not access any other member of the object.
Make it static.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Cleanup: remove qPref::canonical_version() and qPref::mobile_version()</title>
<updated>2019-04-04T16:29:45Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2019-04-03T21:19:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2ead52b1398aef218c18d056c5a4da6b1d686ca5'/>
<id>urn:sha1:2ead52b1398aef218c18d056c5a4da6b1d686ca5</id>
<content type='text'>
These two member functions were never used, but cause frequent
recompilation of the qPref.cpp file. Remove them for now until
their usefulness becomes evident.

These were the only functions tested in test_qPref.qml. Therefore
remove this test-file.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Add UI element for final surface segment in planner</title>
<updated>2019-03-29T13:51:12Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-03-25T21:40:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=178eaa9a67f73195aac0ad195a428e899973a2df'/>
<id>urn:sha1:178eaa9a67f73195aac0ad195a428e899973a2df</id>
<content type='text'>
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Add button to toggle deco info in info box</title>
<updated>2019-02-05T13:18:14Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-01-29T13:27:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c9d8b4f605d55b99ec41ec1eaa008118889261c3'/>
<id>urn:sha1:c9d8b4f605d55b99ec41ec1eaa008118889261c3</id>
<content type='text'>
The info box can get longish. Offer the user to turn
off display of deco information (surface GF and
individual ceilings).

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>facebook: remove the featute from the code base</title>
<updated>2019-02-02T01:16:43Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2019-02-01T02:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab'/>
<id>urn:sha1:a1ffe115cfb27bd0dd57bf5266c7d37d9ce64dab</id>
<content type='text'>
Remove from:
- unit tests
- desktop widgets
- preferences
- core intergration
- cmakefiles
- build scripts
- icons
- docs

Also remove the plugins and social network integration.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>Planner: Add checkbox to force OC bailout</title>
<updated>2019-01-13T23:02:07Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-01-10T20:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2c794348c1060c8f6ce55c598c0a20690c4967f2'/>
<id>urn:sha1:2c794348c1060c8f6ce55c598c0a20690c4967f2</id>
<content type='text'>
This adds a checkbox for rebreather modes of the planner
that force the ascent to be in OC mode. Before, one had
to add a one minute last segment with the mode change but
this is not practical when manually searching for the
maximal bottom time given gas reserves.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
</feed>
