<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets/qml/icons, branch v4.7.7</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.7</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.7'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-11-05T22:48:56Z</updated>
<entry>
<title>map-widget: move the widget and its resources to 'map-widget'</title>
<updated>2017-11-05T22:48:56Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-11-04T19:23:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=956b45ddfda060fcd818659ee05618ed2e4bfcab'/>
<id>urn:sha1:956b45ddfda060fcd818659ee05618ed2e4bfcab</id>
<content type='text'>
Move all the map widget platform agnostic files to the
&lt;subsurface-root&gt;/map-widget folder.

This avoids the confusion about the desktop version of subsurface
using mobile components. The map widget is planned as a shared
component between the mobile and desktop versions.

desktop-widgets/mapwidget[.h/.cpp] still remain as those are specific
to the desktop version.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>qml-icons: add a third, grayed-out map marker</title>
<updated>2017-10-16T01:28:39Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-10-15T21:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=49c8c966fc60d5c7939873607f05013a92fce8ed'/>
<id>urn:sha1:49c8c966fc60d5c7939873607f05013a92fce8ed</id>
<content type='text'>
It can be difficult to distinguish the new marker
which is added on the map and has to be dragged
when editing a new dive location.

By adding a new grayed-out marker it becomes
possible to gray out all other markers, while
the current marker which is being edited is still
bright red.

Suggested-by: Dietrich Meyer &lt;dietrich@sunnynames.com&gt;
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>qml-icons: make mapwidget-marker.png even darker</title>
<updated>2017-10-16T01:28:39Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-10-15T21:09:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=07c91805d9fa84587ba787798f93fe37c62de441'/>
<id>urn:sha1:07c91805d9fa84587ba787798f93fe37c62de441</id>
<content type='text'>
This is done so that a de-selected marker is better
distinguished from the selected marker.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add star icons</title>
<updated>2017-08-03T01:49:47Z</updated>
<author>
<name>Joakim Bygdell</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2017-07-28T15:03:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ee17d547538e32d5d16d46f096a982f6b7e0370f'/>
<id>urn:sha1:ee17d547538e32d5d16d46f096a982f6b7e0370f</id>
<content type='text'>
Add star icons from the material repository.
https://material.io/icons/
The icons are under Apache License Version 2.0

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>mapwidget.qml: add zoom-in and zoom-out buttons</title>
<updated>2017-07-28T14:31:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-07-25T15:55:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8c7d1a1163ba22cd1b5e75b723affacc9d0cfd1c'/>
<id>urn:sha1:8c7d1a1163ba22cd1b5e75b723affacc9d0cfd1c</id>
<content type='text'>
The buttons are positioned bellow the "toggle map type" button
and increment / decrement the zoom by "zoomStep" (2 for now).

Also clamp the zoom-in level to "map.maximumZoomLevel".

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>mapwidgetcontextmenu: add an Image for the context menu toggle</title>
<updated>2017-07-28T14:31:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-07-20T15:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=de73cf1c90e2459f5c8b7f4196282887fe0ff623'/>
<id>urn:sha1:de73cf1c90e2459f5c8b7f4196282887fe0ff623</id>
<content type='text'>
- add the PNG file into the QRC
- add a simple scale animation for the Image on click

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrc: add a couple of images for the map type toggles (satellite/street)</title>
<updated>2017-07-28T14:31:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-07-19T23:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8b224358095f3c09c69b44ade14b48e7042ac2a7'/>
<id>urn:sha1:8b224358095f3c09c69b44ade14b48e7042ac2a7</id>
<content type='text'>
The QML based map will have a toggle in the top left corner to toggle
between the satellite and steet tiles.

The images are created specifically for use in this Qt Location widget
and are free for use in Subsurface.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrc: yet another slight rename for the map markers resources</title>
<updated>2017-07-28T14:31:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-07-19T23:38:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=88c6d98265ddce43c1f3309938aa27f4151d1b76'/>
<id>urn:sha1:88c6d98265ddce43c1f3309938aa27f4151d1b76</id>
<content type='text'>
Use a "mapwidget-" prefix for both the QRC and the file names.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrc: use a separate image for the selected and unselected markers</title>
<updated>2017-07-28T14:31:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-07-18T20:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ea5221bcf02c1dd6a6143b0114168ec2094a7e5c'/>
<id>urn:sha1:ea5221bcf02c1dd6a6143b0114168ec2094a7e5c</id>
<content type='text'>
The image for the unselected marker is now a slightly darker flag.
Same behaviour as the current Marble implementation.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
<entry>
<title>map: add new marker resource image</title>
<updated>2017-07-28T14:31:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2017-07-14T20:08:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=42980e51d3f91643332292a356e7e5c138f5008b'/>
<id>urn:sha1:42980e51d3f91643332292a356e7e5c138f5008b</id>
<content type='text'>
This new marker image is free for use in Subsurface. Custom made
in CorelDraw and Photoshop.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
</content>
</entry>
</feed>
