<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-mobile/TopBar.qml, branch v4.6.4</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/qt-mobile/TopBar.qml?h=v4.6.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/qt-mobile/TopBar.qml?h=v4.6.4'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-11-07T17:00:59Z</updated>
<entry>
<title>organize qml files in subdirectories</title>
<updated>2015-11-07T17:00:59Z</updated>
<author>
<name>Sebastian Kügler</name>
<email>sebas@kde.org</email>
</author>
<published>2015-11-06T23:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=aae4a326f4738be368088f0d0f7a91d75b02a9ad'/>
<id>urn:sha1:aae4a326f4738be368088f0d0f7a91d75b02a9ad</id>
<content type='text'>
This makes the organization of the qml files a bit more fine-grained, it
prevents mixing of .cpp and QML files, and also of what's compiled, and
what's included in the app as qrc data.

In particular:
- subsurface specific QML items go into the qml/ subdirectory
- theme and unit definitions to into qml/theme subdirectory (they
  already were located in a theme directory)
- generic components, such as our Label goes into qml/components

This facilitates sharing of functionality and identifying common stuff
better. Ideally, we can pull qml/theme and qml/components from a
standardized set at some point, so we don't have to maintain that code.

Signed-off-by: Sebastian Kügler &lt;sebas@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Replace units.spacing with units.smallSpacing</title>
<updated>2015-11-06T22:04:47Z</updated>
<author>
<name>Sebastian Kügler</name>
<email>sebas@kde.org</email>
</author>
<published>2015-11-06T21:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9dc8f13a0ab2f2c0f2804b2dcaf602c2964fdddb'/>
<id>urn:sha1:9dc8f13a0ab2f2c0f2804b2dcaf602c2964fdddb</id>
<content type='text'>
In line with the new Units API.

Signed-off-by: Sebastian Kügler &lt;sebas@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML-UI: Layout improvements in app list and details header</title>
<updated>2015-10-09T19:51:59Z</updated>
<author>
<name>Sebastian Kügler</name>
<email>sebas@kde.org</email>
</author>
<published>2015-10-09T03:05:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=38e1dc158922bcf818683f0cf58293b410421c80'/>
<id>urn:sha1:38e1dc158922bcf818683f0cf58293b410421c80</id>
<content type='text'>
- fix spacing and sizing in TopBar
- use an anchor layout for the delegate and split out labels and values: this
  allows more uniform alignment
- add the subsurface mobile icon to the first page
- various visual touch-ups to taste

Signed-off-by: Sebastian Kügler &lt;sebas@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: Fix error when closing the log window</title>
<updated>2015-08-31T22:49:09Z</updated>
<author>
<name>Grace Karanja</name>
<email>gracie.karanja89@gmail.com</email>
</author>
<published>2015-08-20T08:44:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cd28082c395002e027f682500670e79b934b9cf8'/>
<id>urn:sha1:cd28082c395002e027f682500670e79b934b9cf8</id>
<content type='text'>
When closing the log window, do not try to save the changes. This
should only be done when closing the DiveDetails.

Signed-off-by: Grace Karanja &lt;gracie.karanja89@gmail.com&gt;
</content>
</entry>
<entry>
<title>QML UI: Move top bar to its own file</title>
<updated>2015-08-31T22:49:09Z</updated>
<author>
<name>Grace Karanja</name>
<email>gracie.karanja89@gmail.com</email>
</author>
<published>2015-08-19T07:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ab7db605e5d0596a40aa0c441aa9295aaea0ca79'/>
<id>urn:sha1:ab7db605e5d0596a40aa0c441aa9295aaea0ca79</id>
<content type='text'>
Move the QML top panel to its own file, so that it can be used in
other files.

Signed-off-by: Grace Karanja &lt;gracie.karanja89@gmail.com&gt;
</content>
</entry>
</feed>
