-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathneeded_fixes.txt
More file actions
23 lines (22 loc) · 1.66 KB
/
Copy pathneeded_fixes.txt
File metadata and controls
23 lines (22 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- chapter selector not reverting back, when chapter is invalid # Fixed
-> Don't save all changes to db, only those that worked (let chapter methods handle it)
-> Maybe do same for title (better not, titles are unlikely to have same problem as chapters)
- fix overlaying of images on to side menu, when reloading (next chapter, etc.) # Fixed
-> Repaint
- popups for events (like failed to load [next] chapter) # Fixed
- better handeling of chapter loading times # Fixed
- title and chapter shown as name next to manhwaviewer # Fixed shown next to MV to make shorter and more readable
- Make CustomProgressDialog look better and more customizable # Fixed
- scrollbar doesnt work with touch screen
- touch screen input way to sensitive
- progress dialog doesn't show over the stay on top flagged qmainapplication
- touch screen input with more than one finger needed (maybe gestures like zooming, but lower priority right now)
- flickering of image edges, when scrolling or in right vertical position # fixed
- better compilation results with pyinstaller and nuitka # fixed
- add indirect and direct mode (indirect, what direct is at the moment, direct use the href from website
to go to next chapter, etc. --> direct would require a start manga url [could potentially also extract it from chapter url])
- better speed for loading chapters # not planned for mv, but another project
-> preloading of the previous and the next chapter
- better exporting of chapters # not planned for mv, but another project
- adding support for text only and video (plugins) # not planned for mv, but another project
- add support for anime and comic compilation videos # not planned for mv, but another project