<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/icons, branch v4.9.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-02-05T13:18:14Z</updated>
<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>Move DC download icons used by mobile app to mobile-widgets/qml/icons/</title>
<updated>2018-08-07T16:49:20Z</updated>
<author>
<name>Martin Měřinský</name>
<email>mermar@centrum.cz</email>
</author>
<published>2018-05-31T13:59:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a12588ad8219e8b24fe52044d46a8b35c1d2fd73'/>
<id>urn:sha1:a12588ad8219e8b24fe52044d46a8b35c1d2fd73</id>
<content type='text'>
Signed-off-by: Martin Měřinský &lt;mermar@centrum.cz&gt;
</content>
</entry>
<entry>
<title>Dive media: Extract thumbnails from videos with ffmpeg</title>
<updated>2018-07-28T22:31:25Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-07-10T13:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fce42d4858d33e10b7a1c48d75838f1901b6b123'/>
<id>urn:sha1:fce42d4858d33e10b7a1c48d75838f1901b6b123</id>
<content type='text'>
Extract thumbnails using ffmpeg.
Behavior is controlled by three new preferences fields:
 - extract_video_thumbnails (bool): if true, thumbnails are calculated.
 - extract_video_thumbnail_position (int 0..100): position in video
   where thumbnail is fetched.
 - ffmpeg_executable (string): path of ffmpeg executable.

If ffmpeg refuses to start, extract_video_thumbnails is set to false
to avoid unnecessary churn.

Video thumbnails are marked by an overlay.

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Dive pictures: Import unknown-type icon</title>
<updated>2018-07-09T16:12:58Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-07-08T21:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f8f8735cfeb81de64c47de2ce84327e7f0b4a61c'/>
<id>urn:sha1:f8f8735cfeb81de64c47de2ce84327e7f0b4a61c</id>
<content type='text'>
Import an "unknown-type" icon from the KDE breeze theme, which is
licensed under the LGPL. This icon will be shown for file for which
we couldn't determine whether this is a picture or a video.

Source: https://github.com/KDE/breeze-icons

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Dive pictures: Import video icon</title>
<updated>2018-07-08T14:41:15Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-05-15T17:40:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9a844a075c0e964a21a3bfef22324fbcec88544d'/>
<id>urn:sha1:9a844a075c0e964a21a3bfef22324fbcec88544d</id>
<content type='text'>
Import a video icon from the KDE breeze theme, which is licensed
under the LGPL. This icon will be used as a dummy-placeholder
for video files.

Source: https://github.com/KDE/breeze-icons

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Provide icons for bailout events on the dive profile.</title>
<updated>2018-05-14T20:47:00Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2018-04-05T12:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5f95c226ef4d0def6aafc60a9f4880a3a3374167'/>
<id>urn:sha1:5f95c226ef4d0def6aafc60a9f4880a3a3374167</id>
<content type='text'>
Signed-off-by: Willem Ferguson &lt;willemferguson@zoology.up.ac.za&gt;
</content>
</entry>
<entry>
<title>Dive pictures: Import camera icon</title>
<updated>2018-05-13T20:52:35Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-05-09T21:08:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=19fa2966efae211f210ef0a761040d8bf2b7edfb'/>
<id>urn:sha1:19fa2966efae211f210ef0a761040d8bf2b7edfb</id>
<content type='text'>
Import a camera icon from the KDE breeze theme, which is licensed
under the LGPL. Use this icon to display not-yet-loaded images
in the photos tab and the profile.

Source: https://github.com/KDE/breeze-icons

Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Show ICD in gaschange icons</title>
<updated>2018-01-21T14:24:46Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2018-01-20T17:21:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d029feb2d55f5579f322ec893f95a6aabfcc6560'/>
<id>urn:sha1:d029feb2d55f5579f322ec893f95a6aabfcc6560</id>
<content type='text'>
Add an exclamation mark in the gas change icons if
the change violates our isobaric counter diffusion
criterium.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>iOS build: update icons</title>
<updated>2017-11-29T22:56:39Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-11-29T15:15:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=18d044d9dc3219df116e226aa8a1d2ddce38eaea'/>
<id>urn:sha1:18d044d9dc3219df116e226aa8a1d2ddce38eaea</id>
<content type='text'>
Latest xcode requires more and different(?) icons.

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