Features/GTK3/Porting/InfoSlicer: Difference between revisions
m moved User:Humitos/PortingInfoSlicer to Features/GTK3/Porting/InfoSlicer: Moved to make it available / editable by anybody |
|||
| Line 106: | Line 106: | ||
* In the ''Edit View'' I cannot drag & drop images to my article (there is no error in the log) | * In the ''Edit View'' I cannot drag & drop images to my article (there is no error in the log) | ||
* 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'') | |||
# FIXME | |||
# 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) | |||
= 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 | ||