-
The travis tests fail to pass due to failed installation of dependencies. The first issue is that the requirements.txt is used to install dependencies and it does not include the proper things, like …
-
Not sure if this make sense, but if one is working with multiple canvases, is there way to unset the surface or unregister the cursor? I see that these basically just set a bunch of callbacks, so ulti…
-
@pllim writes in issue #120:
- When a cut is Drawn, is it possible to set the left drop-down menu back to "None"? Currently, the menu remains on the latest cut, which defaults to the behavior of overw…
-
As reported in #197, while testing 909a647, I realized that "up" and "down" arrow keys do not cycle through images in a channel anymore. They used to work; in the sense that I could cycle them using "…
pllim updated
9 years ago
-
In my own plugin, the code below gives `IndexError` because `Contents` somehow stores channel name as "Image" (with capital "I") but other plugins gets channel name as "image" (with lowercase "i"), an…
pllim updated
9 years ago
-
```
When linking unrecognized files to a new series the 'New Series' selection
screen will not list certain titles.
Examples:
Girls und Panzer: Kore ga Hontou no Anzio-sen Desu!
http://anidb.net/…
-
I am unable to find much documentation on how to properly draw a polygon in the `Drawing.py` plugin. I use right click and managed to draw one side of the intended polygon. I released the click so I c…
pllim updated
9 years ago
-
-
I updated Ginga to latest dev version and now it crashes when I start it:
```
File ".../ginga-2.4.20150603003439-py2.7.egg/ginga/main.py", line 480, in reference_viewer
viewer.main(options, arg…
pllim updated
9 years ago
-
We need to maintain compatibility with Python 2.6 and 3.4 (and 3.3, but at lower priority). This means, first and foremost that the code should run in these environments. Second that both tox and tr…