aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-26 14:16:00 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-26 14:16:00 +0100
commit12e81eb57b0da49dbcd2f823dbf156ee24a802f2 (patch)
treebb15985f9d284a838adcdefd91a5861c78eed08d /BUGS.md
parentUpdated pre-commit hook (diff)
downloadsmolbote-12e81eb57b0da49dbcd2f823dbf156ee24a802f2.tar.xz
SettingsDialog patches
- Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/BUGS.md b/BUGS.md
index 41883dd..a14c19e 100644
--- a/BUGS.md
+++ b/BUGS.md
@@ -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