<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-mobile/Preferences.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/Preferences.qml?h=v4.6.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/qt-mobile/Preferences.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>QML UI: Implement saving of cloud password</title>
<updated>2015-07-22T06:53:19Z</updated>
<author>
<name>Grace Karanja</name>
<email>gracie.karanja89@gmail.com</email>
</author>
<published>2015-07-21T08:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ea11eff27900b0929068c2fd18728db6412484cf'/>
<id>urn:sha1:ea11eff27900b0929068c2fd18728db6412484cf</id>
<content type='text'>
If the user ticks the 'Save Password' box, then we save the password
for future use.

Signed-off-by: Grace Karanja &lt;gracie.karanja89@gmail.com&gt;
</content>
</entry>
<entry>
<title>QML UI: explicitly reference the button for size</title>
<updated>2015-07-13T00:38:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-07-13T00:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=16759715e62a48ca3bb77a668a27103a6b90ea20'/>
<id>urn:sha1:16759715e62a48ca3bb77a668a27103a6b90ea20</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: use stackView to show sub windows</title>
<updated>2015-07-12T17:59:33Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-07-12T17:56:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=164cafe5d33e32ddd05a4a66673f37f7725cdb1d'/>
<id>urn:sha1:164cafe5d33e32ddd05a4a66673f37f7725cdb1d</id>
<content type='text'>
QML on Android doesn't support multiple windows, so dialogs that work on
the desktop are not a good solution on Android. A much more natural way to
present sub windows is a stackView.

In order to do this Preferences needs to be an item and the structure of
the ApplicationWindow needs to change a bit.

This also removes the hard coded sizes and instead tries to design this in
a resolution independent manner.

The diff appears larger than the actual change because of an increase of
indentation for the ApplicationWindow content.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: improve preferences layout</title>
<updated>2015-07-12T17:55:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-07-12T17:55:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=57e9784d27d61e51452680910a293ea5fe193fa1'/>
<id>urn:sha1:57e9784d27d61e51452680910a293ea5fe193fa1</id>
<content type='text'>
And make it resolution independent.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: add QML Preferences Dialog</title>
<updated>2015-07-10T13:03:36Z</updated>
<author>
<name>Grace Karanja</name>
<email>gracie.karanja89@gmail.com</email>
</author>
<published>2015-07-10T07:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=956336ae1a6e4bdb42e2e863cb9f28501c2e841f'/>
<id>urn:sha1:956336ae1a6e4bdb42e2e863cb9f28501c2e841f</id>
<content type='text'>
This will allow the user to edit and save their Subsurface cloud
credentials.

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