Features/GTK3/Porting/InfoSlicer: Difference between revisions
No edit summary |
|||
| Line 104: | Line 104: | ||
TypeError: could not convert type EventMotion to GdkEvent required for parameter 0 | TypeError: could not convert type EventMotion to GdkEvent required for parameter 0 | ||
* Issue related with "adding columns to the TreeView": https://bugzilla.gnome.org/show_bug.cgi?id=679415 | * Issue related with "adding columns 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'') | ||
| Line 115: | Line 114: | ||
* 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'') | ||
* 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 | |||
* Check boxes on "Home View" ''Custom'' TreeView don't show the tick after clicking (Is this related with the theme?) | |||
** After clicking on all the articles under this TreeView I see the ''Custom'' check box is checked automatically | |||
* ''Wiki'' and ''Custom'' TreeView under "Home View" has a different background color (lighter) | |||
= Notes = | = Notes = | ||