Merge lp://staging/~xapantu/strip/arrows into lp://staging/strip
Proposed by
xapantu
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~xapantu/strip/arrows |
Merge into: | lp://staging/strip |
Diff against target: |
480 lines (+206/-133) 5 files modified
src/ComicBook.vala (+4/-3) src/ComicLayout.vala (+198/-117) src/ImageManipulator.vala (+3/-3) src/StripWindow.vala (+1/-8) src/TopDisplay.vala (+0/-2) |
To merge this branch: | bzr merge lp://staging/~xapantu/strip/arrows |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Strip Developers | Pending | ||
Review via email: mp+64302@code.staging.launchpad.net |
Description of the change
Add arrows, and fix a bug in the image loading, the ready() signal was called in the wring thread (it froze at the startup on my computer). The images are now drawn entirely via cairo.
To post a comment you must log in.