aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-07 00:48:27 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-07 00:48:27 +0100
commite0f64f9330fc30553dc9d8dcf308079f5d391526 (patch)
tree8c21a08f25208150ed4f0bcbf8496334c2e08bcc /BUGS.md
parentUpdated ReadMe and pkgbuild (diff)
downloadsmolbote-e0f64f9330fc30553dc9d8dcf308079f5d391526.tar.xz
Added BookmarksModel
TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md23
1 files changed, 5 insertions, 18 deletions
diff --git a/BUGS.md b/BUGS.md
index 5881350..03eee94 100644
--- a/BUGS.md
+++ b/BUGS.md
@@ -1,10 +1,6 @@
## Known bugs
List of known bugs that can't be fixed atm
-### Closing sometimes causes the program to crash
-How to reproduce: enter an address into the address bar, load the page, crash on exit
-- crash is somewhere in Qt code?
-
### Search terms in address bar
QUrl always seems to return true when checking if valid url. Workaround is to prepend '#'
to the search.
@@ -18,36 +14,27 @@ A field on a page is probably taking focus.
## To do list
List of things to do before 1.0 release
-### Auto-destruct cookies
+### Cookies
- cookie whitelist and blacklist
### Request filter
- How are multiple IPs per hostname to be treated?
- Multiple hostnames on a line get ignored after the first one
-### No Script
-- there's already a profile setting to disable scripts
-- check if it applies to OTR
-
-### Deny URI Leaks
-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
+- dialog buttons
### Bookmarks
-- review code
+- BUG: Completer doesn't search through folders
+- TODO: BookmarkItem icon url
+- TOOD: Saving BookmarksModel
### Downloads
- review code
- download speed
- Elapsed time, avg speed, remaining time
- In details: stop, pause/resume
-- script to run other downloader
### Rewrite documentation
- quickstart/manual that lists keyboard shortcuts