Features/GTK3/Porting/InfoSlicer: Difference between revisions
| (2 intermediate revisions by the same user not shown) | |||
| Line 183: | Line 183: | ||
** Example about how to use the drag-n-drop http://git.gnome.org/browse/pygobject/tree/demos/gtk-demo/demos/clipboard.py#n96 | ** Example about how to use the drag-n-drop http://git.gnome.org/browse/pygobject/tree/demos/gtk-demo/demos/clipboard.py#n96 | ||
** Walter Bender helped me to solve this issue. Thanks! | ** Walter Bender helped me to solve this issue. Thanks! | ||
** [<span style="color: orange;">ALTERNATIVE</span>] Drag and drop is working but the image is being added twice | ** [<span style="color: orange;">ALTERNATIVE</span>] Drag and drop is working but the image is being added twice. This is because the SIGNAL is being emitted twice. The same happens with the text, but there is an error related with the index of the selection on the second time that the signal is called, so it fails and add just once the text [http://bugs.sugarlabs.org/ticket/3766 ticket] | ||
* After drag-n-drop an arrow is added inside the article (right side) that is being edited. This is not working due: https://bugzilla.gnome.org/show_bug.cgi?id=651962 | * After drag-n-drop an arrow is added inside the article (right side) that is being edited. This is not working due: https://bugzilla.gnome.org/show_bug.cgi?id=651962 | ||
** Line #641 (''infoslicer/processing/Article.py'') | ** Line #641 (''infoslicer/processing/Article.py'') | ||
** http://bugs.sugarlabs.org/ticket/3767 | |||
* On "Home View" under the ''Custom'' TreeView if I add some articles there I cannot move them up or down | * On "Home View" under the ''Custom'' TreeView if I add some articles there I cannot move them up or down | ||
** The same happens on the ''Wiki'' TreeView | ** The same happens on the ''Wiki'' TreeView | ||
** http://bugs.sugarlabs.org/ticket/3768 | |||
** ''TODO: This is not working because of the port to Gtk3. TreePath object does not support indexing'' | ** ''TODO: This is not working because of the port to Gtk3. TreePath object does not support indexing'' | ||
* Check boxes on "Home View" ''Custom'' TreeView don't show the tick after clicking (Is this related with the theme?) | * Check boxes on "Home View" ''Custom'' TreeView don't show the tick after clicking (Is this related with the theme?) | ||