Skip to content

A Kirigami based comics reader for KDE designed for touchscreens

Notifications You must be signed in to change notification settings

tubbadu/KomicsReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KomicsReader

TODOs:

  • save index of read files and reload it on startup
  • change the "remember file index" method from filepath to hash with this (I did it with just the filesize)
  • "open" action doesn't load the image if the current one was at position 0, fix (perhaps with a timer)
  • "open" action doesn't work with files with # in it, fix
  • touchscreen doesn't work anymore????? WTF??? (it doesn't work inside a Kirigami.Page) TODO REPORT BUG! (done)
  • display a busyindicator before unzipping
  • change color of leftbar (perhaps not transparent?)
  • hide leftbar on fullscreen and show on windowed
  • change every hardcoded color so that they follows the color scheme
  • add a help button
  • add also a "rotate clockwise" button
  • load the page before and after so that the switching will be faster
  • (important) instead of extracting the whole file, just take the images you need time by time with karchive