Features/GTK3/Porting/GetBooks: Difference between revisions
No edit summary |
|||
| Line 202: | Line 202: | ||
* <tt>Gtk.ListStore</tt> doesn't have the method '''.reorder'''. There is a [https://bugzilla.gnome.org/show_bug.cgi?id=677941 ticket] reported upstream about this. | * <tt>Gtk.ListStore</tt> doesn't have the method '''.reorder'''. There is a [https://bugzilla.gnome.org/show_bug.cgi?id=677941 ticket] reported upstream about this. | ||
* Should I use the Sugar's Palette instead of Gtk.Menu? | * Should I use the Sugar's Palette instead of Gtk.Menu? | ||
= Missing / Problematic things (not ported yet) = | |||
* When a book is downloaded, the cover is not saved in the Journal Entry | |||
* Cancel search button. It shows a really big '''X''' when you start typing: http://bugs.sugarlabs.org/ticket/3385 | |||
* Clicking some things on the screen makes the ListView grows a bit and it doesn't fit on the screen (the right scroll-bar goes outside the window) | |||
* Switch the results to '''Internet Archive''' doesn't work | |||
* The first time that we click on the Search Entry all the toolbar is moved a bit | |||
* When the "generic book image" is shown (at the bottom left), the gray color used to fill it is not the same as the background | |||
* After searching and selecting a book, if we change the format to ''EPUB'' the ''Get Book'' button is moved a bit | |||
* When the book download starts, a ''Cancel'' is shown but it doesn't have the '''X''' icon | |||
* The background of the rows on the ListView do not cycle between ''white'' and ''gray'' | |||
* The ''Catalogs'' column title is bigger than the other column titles | |||
* The column width should be re-sized to fit with the text inside them with a max width pre-set | |||
= References / Useful links = | = References / Useful links = | ||