diff options
Diffstat (limited to 'BUGS.md')
-rw-r--r-- | BUGS.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -12,6 +12,9 @@ to the search. ### databases-incognito in home https://bugreports.qt.io/browse/QTBUG-62957 +### Shortcuts don't work at times +A field on a page is probably taking focus. + ## To do list List of things to do before 1.0 release @@ -20,6 +23,7 @@ List of things to do before 1.0 release ### Request filter - How are multiple IPs per hostname to be treated? +- match host names against QHash - review code ### No Script @@ -32,8 +36,9 @@ Deny 'resource://' to prevent website fingerprinting ### Deny mouse information ### Settings dialog +- reset button +- Settings dialog only displays values (Save button does nothing) - show settings dialog on startup if config was auto-generated -- add scrollbar and limit max height to about 600 ### Bookmarks - review code @@ -42,6 +47,13 @@ Deny 'resource://' to prevent website fingerprinting - review code - possibly split off into a dialog window - properly show download item information +- size in details is -1, but is shown correctly on item +- download speed +- In DownloadItem widget: no offsets +- Elapsed time, avg speed, remaining time +- In details: stop, pause/resume +- flip download widget to landscape +- script to run other downloader ### Rewrite documentation - quickstart/manual that lists keyboard shortcuts |