This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
roadmap [2014/02/27 23:33] arnaud [Roadmap for 0.72] Add restor Figure XX in app menu |
roadmap [2016/02/10 23:44] (current) arnaud Typo |
||
---|---|---|---|
Line 6: | Line 6: | ||
* Restore SIG_USR1 and SIG_USR2 to call update_readers and run_netnsim_activated respectively | * Restore SIG_USR1 and SIG_USR2 to call update_readers and run_netnsim_activated respectively | ||
* Restore DBus interface call to run_netnsim_activated and all other actions from AppMenu | * Restore DBus interface call to run_netnsim_activated and all other actions from AppMenu | ||
- | + | * <del>Restore Figure menu in order to unhide previously hidden figures</del> Done fe15a91d | |
- | ** In progress ** | + | * <del>Drag and drop support (see dd8a1a9)</del> Done 886ebad3 |
- | * **Move to ipython3 (> 1.10.0) and gtk3** | + | * <del>Support for other graph format: Smith charts, polar plots, eye diagram ([[http://www.tek.com/forum/viewtopic.php?f=5&t=4664|hint there]]) </del>1e5be52b, 92fba10b, 9aa4c559 |
+ | * <del>**Move to ipython3 (> 1.10.0) and gtk3**</del> | ||
* **Warning** Changed default behavior of ounit: the two arguments shall be explicit when setting yunit (see d06eb18f) | * **Warning** Changed default behavior of ounit: the two arguments shall be explicit when setting yunit (see d06eb18f) | ||
* **Warning** It seems that GTK3Agg backend is not (yet?) compatible with python3, in the meantime using GTK3Cairo | * **Warning** It seems that GTK3Agg backend is not (yet?) compatible with python3, in the meantime using GTK3Cairo | ||
Line 23: | Line 24: | ||
|**Windows Menu**||| | |**Windows Menu**||| | ||
|Figure XX | 27/02/2014 fe15a91d | PASSED | | |Figure XX | 27/02/2014 fe15a91d | PASSED | | ||
- | |Drop Signals | 09/02/2014 0ce3464c | FAILED | | ||
|**List of signals**||| | |**List of signals**||| | ||
|Double click on signal create new figure | 09/02/2014 0ce3464c | PASSED | | |Double click on signal create new figure | 09/02/2014 0ce3464c | PASSED | | ||
- | |Drag signals | 09/02/2014 0ce3464c | PASSED | | + | |Drag signals | 31/10/2014 886ebad3 | PASSED | |
|Drop file | 09/02/2014 0ce3464c | PASSED | | |Drop file | 09/02/2014 0ce3464c | PASSED | | ||
|Freeze / Unfreeze signals | 09/02/2014 0ce3464c | PASSED | | |Freeze / Unfreeze signals | 09/02/2014 0ce3464c | PASSED | | ||
+ | |Contextual Insert Signal menu | 31/10/2014 7f05b484 | PASSED | | ||
+ | |**Figure**||| | ||
+ | |Display graphs | 05/04/2014 8909c3cc | PASSED | | ||
+ | |Select x10 for all graphs | 05/04/2014 41c3e5c6f | PASSED | | ||
+ | |Select x10 for a single graph | 05/04/2014 41c3e5c6f | PASSED | | ||
+ | |Zoom/Unzoom x10 when button pressed | 05/04/2014 41c3e5c6f | PASSED | | ||
+ | |Select Master pan | 05/04/2014 41c3e5c6f | PASSED | | ||
+ | |Select Span for a all graphs | 05/04/2014 8909c3cc | PASSED | | ||
+ | |Select Span for a single graph | 05/04/2014 8909c3cc | PASSED | | ||
+ | |Span when button pressed and mouse in a selected graph | 21/11/2014 8a1e636d | PASSED | | ||
+ | |Keep button selection as choice of Graph combobox | 05/04/2014 8909c3cc | PASSED | | ||
+ | |Export figure when button pressed | 05/04/2014 8909c3cc | PASSED | | ||
+ | |Right-click menu | 10/11/2014 2cb6d9ec | PASSED | | ||
+ | |Display coordinates when in graph | 05/04/2014 8909c3cc | PASSED | | ||
+ | |Drop Signals | 17/06/2014 b4bbda7c | PASSED | | ||
+ | |Range dialog | 06/11/2014 c7d64ed6 | PASSED | | ||
+ | |Unit dialog | 10/11/2014 2cb6d9ec | PASSED | | ||
|**Communication with other programs**||| | |**Communication with other programs**||| | ||
|SIG_USR1 / SIG_USR2 | 14/02/2014 a70817ae | PASSED | | |SIG_USR1 / SIG_USR2 | 14/02/2014 a70817ae | PASSED | | ||
Line 38: | Line 55: | ||
|test/update.oscopy (Note 2) | 31/12/2013 | PASSED | | |test/update.oscopy (Note 2) | 31/12/2013 | PASSED | | ||
- | Note 1: Although there is still the default directory to set automatically) | + | Note 1: Although there is still the default directory to set automatically |
Note 2: After update to use changecapa | Note 2: After update to use changecapa | ||
Line 46: | Line 63: | ||
* Support for annotation at start and end of span plus difference when zooming with span tool | * Support for annotation at start and end of span plus difference when zooming with span tool | ||
* Support for panning with a mouse button hold (which one) | * Support for panning with a mouse button hold (which one) | ||
- | * Support for other graph format: Smith charts, polar plots, eye diagram ([[http://www.tek.com/forum/viewtopic.php?f=5&t=4664|hint there]]) | + | |
**oscopy-core / back-end** | **oscopy-core / back-end** | ||
* Optimize update process (goal: have a refresh rate > 25 FPS to allow interface with acquisition systems, oscilloscope). Hint: use parallelisation. | * Optimize update process (goal: have a refresh rate > 25 FPS to allow interface with acquisition systems, oscilloscope). Hint: use parallelisation. | ||
Line 55: | Line 72: | ||
* Help message on command line arguments (see dd8a1a9) | * Help message on command line arguments (see dd8a1a9) | ||
* Separator on right bar in figure (see dd8a1a9) | * Separator on right bar in figure (see dd8a1a9) | ||
- | * Drag and drop support (see dd8a1a9) | ||
* Default folder in File>>Run netlister and simulate (see 292d75b9) | * Default folder in File>>Run netlister and simulate (see 292d75b9) | ||
* Behavior when no folder is selected in File>>Run netlister and simulate (see 292d75b9) | * Behavior when no folder is selected in File>>Run netlister and simulate (see 292d75b9) | ||
- | * Restore Figure menu in order to unhide previously hidden figures | + | * Separators in Graph menu of Signal window contextual menu |
+ | * Verify the commands in "Getting Started" section of user manual ([[http://www.delorie.com/archives/browse.cgi?p=geda-help/2016/01/31/05:19:59|at least for issue reported here]]) | ||
+ | * Improve behavior in case two sessions of ioscopy are started in parallel (Timeout, g-io-error-quark 24 on ioscopy.py:ioscopy_app.register(None)) | ||
Need a feature not listed here ? Tell [[mailto:oscopy-dev@oscopy.org|there]] | Need a feature not listed here ? Tell [[mailto:oscopy-dev@oscopy.org|there]] |