<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-mobile/Log.qml, branch v4.7.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/qt-mobile/Log.qml?h=v4.7.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/qt-mobile/Log.qml?h=v4.7.0'/>
<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>QML UI: Show log correctly</title>
<updated>2015-08-31T22:49:09Z</updated>
<author>
<name>Grace Karanja</name>
<email>gracie.karanja89@gmail.com</email>
</author>
<published>2015-08-20T09:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=56771159a83d7791994bbf7f3cfed8c1459e2193'/>
<id>urn:sha1:56771159a83d7791994bbf7f3cfed8c1459e2193</id>
<content type='text'>
Correctly show the log messages. The log window will display all
messages emitted by the QML Manager class.

Signed-off-by: Grace Karanja &lt;gracie.karanja89@gmail.com&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: Add QML Log viewer</title>
<updated>2015-08-31T22:49:09Z</updated>
<author>
<name>Grace Karanja</name>
<email>gracie.karanja89@gmail.com</email>
</author>
<published>2015-08-19T07:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ee13c5c2820a2549914ddd19d039ba1e3ebb1d08'/>
<id>urn:sha1:ee13c5c2820a2549914ddd19d039ba1e3ebb1d08</id>
<content type='text'>
Add the ability to preview the application log in QML.

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