aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [debug info] introduce logging categoryGrigorii Zimin2019-12-127-21/+29
* add possibility to add offset to the directional movement of the cursorBramastyo Harimukti2019-11-274-9/+35
* fix potential access to null pointer' methodsGrigorii Zimin2019-11-271-2/+4
* fix build against Qt 5.14Grigorii Zimin2019-11-272-6/+8
* [cursormanagement] Removed unnecessary logsAlexandra Betouni2019-10-021-4/+0
* Add currentItem -methodAntti Hölttä2019-08-022-1/+11
* Updated READMEAntti Hölttä2019-03-191-2/+7
* Add license and copyright informationAntti Hölttä2019-03-1947-0/+3679
* Add explanation to readme for the redirects-featureAntti Hölttä2019-03-181-0/+43
* Add existing isues as TODOsAntti Hölttä2019-03-184-0/+20
* Fix issue with move-method when using angles greater or equal to 360Antti Hölttä2019-03-182-2/+10
* Little fixes and cleanup, TODOsAntti Hölttä2019-03-186-19/+19
* Add test for 360 navigation. Not complete, fails with 360 degrees.Antti Hölttä2019-03-183-1/+144
* Add test qml-file for testing reparenting within the same window.Antti Hölttä2019-03-182-1/+73
* Reparenting testAntti Hoelttae2019-03-185-4/+199
* Add test for 4 way navigationAntti Hölttä2019-03-184-7/+170
* Start tests, basic case pretty completeAntti Hölttä2019-03-185-29/+180
* Add redirect feature for manually fine tuning the cursor's movementAntti Hölttä2019-03-1810-31/+321
* Remove unnecessary list of distfilesAntti Hölttä2019-03-181-6/+0
* Bugfix: acceptsCursor should be set to false by default.Antti Hölttä2019-03-181-1/+1
* Fixed a caption in the demo, rename files and remove unused filesAntti Hölttä2019-03-187-288/+5
* More fixes and examples for the READMEAntti Hölttä2019-03-181-8/+83
* General minor fixesAlexandra Betouni2019-03-189-55/+54
* Continue README, eg. add API descriptionAntti Hölttä2019-03-181-7/+126
* Add descriptions to demo app examples. Also some tweaks.Antti Hölttä2019-03-184-225/+294
* Improve demoapp, try to make it look betterAntti Hölttä2019-03-187-63/+87
* Started sketching the readmeAntti Hölttä2019-03-181-0/+19
* Add dialog window to the demo programAntti Hölttä2019-03-184-1/+58
* Add more features for the demo appAntti Hölttä2019-03-1821-271/+322
* Add an alternative list based tabbar to the mainpage, fix page 2 a bitAntti Hölttä2019-03-186-49/+113
* Fix definition of CursorNavigation.hasCursorAntti Hölttä2019-03-181-3/+12
* Add callbacks for magnitude, moves and actionsAntti Hölttä2019-03-1812-223/+276
* Removing not-needed qml.qrc fileAlexandra Betouni2019-03-181-12/+0
* Add available-function for a cursor navigableAntti Hölttä2019-03-185-33/+52
* Add demo page with a map and POIs, navigated with a GamepadAntti Hölttä2019-03-186-9/+144
* Simplified the 4 way algorithmAntti Hölttä2019-03-182-52/+24
* cursor trapping and navigation out of a scope works now as intendedAntti Hölttä2019-03-184-5/+36
* When following focus, set cursor only on items that accept itAntti Hölttä2019-03-181-1/+1
* Cursor now movable only to items that set the acceptsCursor value to trueAntti Hölttä2019-03-184-23/+52
* Add find-functionAntti Hölttä2019-03-187-22/+80
* Adding page with a more complicated scenarioAlexandra Betouni2019-03-1811-7/+259
* Bugfixes to 360 algorithm, added cooldown for gamepad controlAntti Hölttä2019-03-184-47/+27
* Add 360 algorithmAntti Hölttä2019-03-1814-110/+513
* Add cursor navigable TabButtonAntti Hölttä2019-03-182-6/+18
* Demo application clean upAlexandra Betouni2019-03-1814-344/+300
* CursorNavigationAttached now implements the control interfaceAntti Hölttä2019-03-186-12/+84
* More on scopes, works to some extent in the test programAntti Hölttä2019-03-1814-158/+315
* Refactor item registration with scopes in mindAntti Hölttä2019-03-1810-67/+148
* Bind cursor presence to the current active focusAntti Hölttä2019-03-186-67/+183
* Initial commit, demoable pocAntti Hölttä2019-03-1832-0/+1118