Features/GTK3/Porting/InfoSlicer: Difference between revisions
| Line 107: | Line 107: | ||
* Issue related with "adding rows to the TreeView": https://bugzilla.gnome.org/show_bug.cgi?id=679415 | * Issue related with "adding rows to the TreeView": https://bugzilla.gnome.org/show_bug.cgi?id=679415 | ||
* Drag and Drop Images from the Edit View is not working. Line #52 (''infoslicer/widgets/Gallery_View.py'') | * Drag and Drop Images from the Edit View is not working. Line #52 (''infoslicer/widgets/Gallery_View.py'') | ||
** Example about how to use the drag-n-drop http://git.gnome.org/browse/pygobject/tree/demos/gtk-demo/demos/clipboard.py#n96 | |||
# FIXME | # FIXME | ||
# http://developer.gnome.org/gtk3/3.5/gtk3-Drag-and-Drop.html#gtk-drag-source-set | # http://developer.gnome.org/gtk3/3.5/gtk3-Drag-and-Drop.html#gtk-drag-source-set | ||
# self.imagebox.drag_source_set(Gdk.ModifierType.BUTTON1_MASK, ("text/plain", Gtk.TargetFlags.SAME_APP, 80), Gdk.DragAction.COPY) | # self.imagebox.drag_source_set(Gdk.ModifierType.BUTTON1_MASK, ("text/plain", Gtk.TargetFlags.SAME_APP, 80), Gdk.DragAction.COPY) | ||
* 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'') | |||
= Useful links = | = Useful links = | ||
* Ticket that removes hippo and sugar-port: http://bugs.sugarlabs.org/ticket/3743 | * Ticket that removes hippo and sugar-port: http://bugs.sugarlabs.org/ticket/3743 | ||