[doc] Some updates
This commit is contained in:
parent
47e8d5b82b
commit
0f96f2727b
2 changed files with 8 additions and 2 deletions
5
doc/FEATURES.md
Normal file
5
doc/FEATURES.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Collection of features that need documentation
|
||||||
|
|
||||||
|
- theme.minwidth
|
||||||
|
- scrolling decorator
|
||||||
|
- theme.exclude
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
# small stuff
|
# small stuff
|
||||||
- rethink documentation (wiki vs. in-code)
|
- rethink documentation (wiki vs. in-code)
|
||||||
- @parameter? (or was it @attribute?)
|
- @parameter? (or was it @attribute?) - remove getter/setters
|
||||||
- use __ for private?
|
- use __ for private?
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
@ -21,8 +21,9 @@
|
||||||
- tkinter / popups
|
- tkinter / popups
|
||||||
- scrolling decorator (incl. minwidth, alignment)
|
- scrolling decorator (incl. minwidth, alignment)
|
||||||
- theme.exclude??
|
- theme.exclude??
|
||||||
|
- bumblebee-ctrl
|
||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
|
- generalize the battery/hbar/vbar concept
|
||||||
- pango output (improve - maybe autodetect? see #531)
|
- pango output (improve - maybe autodetect? see #531)
|
||||||
- allow handlers to specify whether to update or not (e.g. scroll)
|
- allow handlers to specify whether to update or not (e.g. scroll)
|
||||||
- error handling: don't catch too many exceptions in a module (pulseaudio!), instead, propagate them as error widgets
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue