|
4 | 4 |
|
5 | 5 | Next Release
|
6 | 6 |
|
7 |
| -- doc: sample code for filtering plugins |
| 7 | +x doc: sample code for filtering plugins |
8 | 8 | x code: [feature req.] Allow to locate and describe plugins without a separated file (use strategies to change the way plugins are "descried" cf contrib. mhavel)
|
9 | 9 | x code: [contrib. mathieu Clabaut] multiple categories per plugin (cf https://bitbucket.org/matclab/yapsy-mcl)
|
10 |
| -- doc: highlight the existence of tutorial and link to these ones: |
| 10 | +x doc: highlight the existence of tutorial and link to these ones: |
11 | 11 | * http://www.micahcarrick.com/python-gtk-plugins-with-yapsy.html
|
12 | 12 | * http://stackoverflow.com/questions/5333128/yapsy-minimal-example
|
13 | 13 | x code: [feature req.] Gather detailed information on plugin load error via a callback
|
14 | 14 | x code: [feature req.] Extra info to plug-in (eg add extra section or embed the ConfigParser output to the plugin_info), see also https://github.com/tintinweb/yapsy
|
15 |
| -- code: [feature req.] "locatePlugins() toggle between os.walk() and absolute path" |
| 15 | +x code: [feature req.] "locatePlugins() toggle between os.walk() and absolute path" |
16 | 16 | x code: [bug] Enforce a same tab convention everywhere
|
17 | 17 | x code: [contrib. Mark Fickett] improve logging
|
18 |
| -- doc: [feature req.] Plugin installation/management with python packages |
| 18 | +x doc: [feature req.] Plugin installation/management with python packages |
19 | 19 | x code: [bug] No traceback hen plugin throws an exception
|
20 |
| -- doc: quote more projects using yapsy: |
| 20 | +x doc: quote more projects using yapsy: |
21 | 21 | * http://gbin.github.com/err/
|
22 | 22 | * http://nikola.ralsina.com.ar/
|
23 |
| -- doc: show the logging snippet on front page + mention the indentation convention |
24 |
| -- doc: explain tricks about categorization with inheritance (if several categories: make sublcasses of IPlugin instead of using it directly) |
25 |
| -- doc: documentation tab convention in a developer's section |
26 |
| - |
| 23 | +x doc: show the logging snippet on front page |
| 24 | +x doc: explain tricks about categorization with inheritance (if several categories: make sublcasses of IPlugin instead of using it directly) |
| 25 | +x doc: documentation tab convention in a developer's section |
| 26 | +- doc: add a CHANGELOG.txt file |
| 27 | + |
27 | 28 | Later
|
28 | 29 |
|
29 | 30 |
|
|
0 commit comments