Features/GTK3/Porting/TamTam: Difference between revisions
Created page with "This page is a temporary place to coordinate the work pending to port TamTam activities to Gtk3 NOTE: This is work in progress. To get a stable version of TamTam activities u..." |
No edit summary |
||
| Line 19: | Line 19: | ||
* Medium: simplify code / remove unused code. | * Medium: simplify code / remove unused code. | ||
* Easy: replace the use of Gtk.Tooltips (no longer available) by set the tooltip in every widget using widget.set_tooltip_text() | * Easy: replace the use of Gtk.Tooltips (no longer available) by set the tooltip in every widget using widget.set_tooltip_text() | ||
* Easy: I don't know why, but in the code is very common the use of dictionaries to put and manipulate all the elements in the UI, this do the code over complicated and can be simplified a lot without loosing functionality. | |||
* Medium: add comments in the code | |||
* Medium: research commented features. Do you know TamTamMini have a record/play palette? I don't know if works, but there are code commented for that, and should be a good feature to have. | |||
= LONG TERM TASKS = | |||
* We need review functionalities, and check with the state of the art in modern tools. Later check how improve in low floor - high ceiling, and other Sugar Principies. | |||