oguzhaninan / Buka

Buka is a modern software that helps you manage your ebook at ease.
GNU General Public License v3.0
1.09k stars 119 forks source link

Implemented page continuing (#29) #39

Closed Vassalware closed 5 years ago

Vassalware commented 5 years ago

Added page remembering so books are continued where they're left off. This solves this issue: #29

It feels kind of hacky (checking for a new page every 100 ms) but I couldn't find any events in the pdf library that would make it easier, and messing with the page variable's setters didn't seem to work (they're not called when scrolling, only using the next/previous page buttons.

narodnik commented 5 years ago

Why isn't this branch merged?