Update TODO v2.0
This commit is contained in:
parent
a52a0b3dbc
commit
c78d99427a
36
TODO v2.0
36
TODO v2.0
@ -5,10 +5,16 @@ Things needing little knowledge are marked with "(Easy for contribution)". so ju
|
||||
[X] = Done
|
||||
|
||||
Cleanups:
|
||||
- split oldValues := newValues out to helper function (Easy for contribution)
|
||||
- generic list or see Tutorial mode list (convert clipboard management) (Easy for contribution)
|
||||
[] next item
|
||||
[] prev item
|
||||
[] curr item
|
||||
[] first item
|
||||
[] last item
|
||||
- split oldValues := newValues out to helper function
|
||||
[] split it out
|
||||
[] use it in vcsa driver
|
||||
[] Migrate *Data.py to classes and use getter/setter (Easy for contribution)
|
||||
- Migrate *Data.py to classes and use getter/setter (Easy for contribution)
|
||||
[] commandsData.py
|
||||
[] eventData.py
|
||||
[] generalData.py
|
||||
@ -21,27 +27,20 @@ Cleanups:
|
||||
|
||||
General:
|
||||
- commands
|
||||
[] place last spoken to clipboard
|
||||
[] place last spoken to clipboard (Easy for contribution)
|
||||
- imporove attribute handling
|
||||
[] improve attributes_curr_char
|
||||
[] add an attribute sound
|
||||
[] add an attribute sound (Easy for contribution)
|
||||
[] beep on cursor/ review by char (capital wins)
|
||||
[] beep on review by word (once for multiple, capital wins)
|
||||
[] configurable (by char, by word, none)
|
||||
https://github.com/jwilk/vcsapeek/blob/master/linuxvt.py
|
||||
|
||||
- Improved Say all
|
||||
[] speech callbacks
|
||||
[] speech process by word
|
||||
[] all the text of all pages
|
||||
[] command to stop and place review cursor at this position
|
||||
[] command to slow down speech on keypress
|
||||
|
||||
- generic list or see Tutorial mode list (convert clipboard management) (Easy for contribution)
|
||||
[] next item
|
||||
[] prev item
|
||||
[] curr item
|
||||
[] first item
|
||||
[] last item
|
||||
|
||||
- make it runnable via pypy3
|
||||
[] wrapper script for running Fenrir to check if pypy exists, use python3 as fallback.
|
||||
|
||||
@ -81,7 +80,7 @@ Settings:
|
||||
[] menue for settings configuration (Easy for contribution)
|
||||
|
||||
Application Profiles (low priority):
|
||||
- reimplement process detection without subprocessing // this is started by chrys
|
||||
- reimplement process detection without subprocessing
|
||||
- fenrir is not able to detect the current application inside of screen.
|
||||
ps -e -H -o pid,pgrp,ppid,tty,cmd
|
||||
http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213
|
||||
@ -94,14 +93,15 @@ Application Profiles (low priority):
|
||||
- per application shortcuts
|
||||
|
||||
-----------DONE----------------
|
||||
General:
|
||||
Braille Support:
|
||||
Driver:
|
||||
[Done] inheritation for drivers
|
||||
Cleanups:
|
||||
- inheritation for drivers
|
||||
[Done] Speech (All)
|
||||
[Done] Braille (All)
|
||||
[Done] Sound (All)
|
||||
[Done] Input (All)
|
||||
[Done] Screen (All)
|
||||
General:
|
||||
Braille Support:
|
||||
Driver:
|
||||
Settings:
|
||||
Application Profiles:
|
||||
|
Loading…
Reference in New Issue
Block a user