<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt-labs/cursormanagement.git/DemoApplication/main.qml, branch master</title>
<subtitle>A plugin for enabling cursor based navigation in QML UIs. Moving the cursor is automatic, based on the location and geometry of user defined items.
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/'/>
<entry>
<title>Add license and copyright information</title>
<updated>2019-03-19T10:30:36+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2019-03-19T10:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=b0e153e1231d2179d4b99124f467048ce0d5f21a'/>
<id>b0e153e1231d2179d4b99124f467048ce0d5f21a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Little fixes and cleanup, TODOs</title>
<updated>2019-03-18T15:43:04+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2019-03-13T12:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=b0de855379a9242d74353dfd66677d4b1b5dbcec'/>
<id>b0de855379a9242d74353dfd66677d4b1b5dbcec</id>
<content type='text'>
Explained some TODOs a bit better. Fixed mismatching tab titles in demo app.
Removed unused predefined CursorNavigationCommands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explained some TODOs a bit better. Fixed mismatching tab titles in demo app.
Removed unused predefined CursorNavigationCommands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Start tests, basic case pretty complete</title>
<updated>2019-03-18T15:42:32+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2019-02-27T14:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=61e8f03d59cfd748b2a1f83dd51bbb90acd8c7cc'/>
<id>61e8f03d59cfd748b2a1f83dd51bbb90acd8c7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add redirect feature for manually fine tuning the cursor's movement</title>
<updated>2019-03-18T15:42:31+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2019-02-19T14:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=8489f36322c585ec78199e6eb183000c74afae19'/>
<id>8489f36322c585ec78199e6eb183000c74afae19</id>
<content type='text'>
Cursornavigation now has a property redirects, that allows defining
exceptions to the navigation behaviour. A redirect allows defining
a starting and an ending angle and a target object.
If the move command's direction falls between the limits, the algorithm
is bypassed and cursor is moved to the target object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cursornavigation now has a property redirects, that allows defining
exceptions to the navigation behaviour. A redirect allows defining
a starting and an ending angle and a target object.
If the move command's direction falls between the limits, the algorithm
is bypassed and cursor is moved to the target object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a caption in the demo, rename files and remove unused files</title>
<updated>2019-03-18T15:42:14+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2019-01-28T13:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=90bac9f6ea2aea664e934116074c4db4887416f8'/>
<id>90bac9f6ea2aea664e934116074c4db4887416f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General minor fixes</title>
<updated>2019-03-18T15:40:23+00:00</updated>
<author>
<name>Alexandra Betouni</name>
<email>ABetouni@luxoft.com</email>
</author>
<published>2018-12-21T15:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=56f41aa762003d8285e66049edd0328dfd1e6189'/>
<id>56f41aa762003d8285e66049edd0328dfd1e6189</id>
<content type='text'>
* Added semicolons and curly brackets
* Fixed typo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added semicolons and curly brackets
* Fixed typo
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve demoapp, try to make it look better</title>
<updated>2019-03-18T15:37:19+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2018-12-20T10:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=c0dfb280873cc3443d0e0874bf247b95520d763d'/>
<id>c0dfb280873cc3443d0e0874bf247b95520d763d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dialog window to the demo program</title>
<updated>2019-03-18T15:37:19+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2018-12-19T14:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=b75bb90ea3ab5babff80ef70f3ae526d7f5cc278'/>
<id>b75bb90ea3ab5babff80ef70f3ae526d7f5cc278</id>
<content type='text'>
Use 'p' key to open a dialog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 'p' key to open a dialog
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more features for the demo app</title>
<updated>2019-03-18T15:34:23+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2018-12-18T10:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=d40b79cb1d3304f113df3091662760f585ee389e'/>
<id>d40b79cb1d3304f113df3091662760f585ee389e</id>
<content type='text'>
Add a common cursor indicator item that all navigable items may
use for visualizing the cursor.
Add a cursor navigable delegate.
Make lists more generic by adding a CNItemDelegate.
Add CNFlipButton that has flipping animations when used with
CursorNavigation. Update Page4 with the new button type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a common cursor indicator item that all navigable items may
use for visualizing the cursor.
Add a cursor navigable delegate.
Make lists more generic by adding a CNItemDelegate.
Add CNFlipButton that has flipping animations when used with
CursorNavigation. Update Page4 with the new button type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an alternative list based tabbar to the mainpage, fix page 2 a bit</title>
<updated>2019-03-18T15:34:23+00:00</updated>
<author>
<name>Antti Hölttä</name>
<email>AHoelttae@luxoft.com</email>
</author>
<published>2018-12-18T10:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/cursormanagement.git/commit/?id=fe5883489b5fffc2a833daa4d6a18cef1ac10696'/>
<id>fe5883489b5fffc2a833daa4d6a18cef1ac10696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
