aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-13 20:13:10 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-13 20:13:10 +0100
commit3efd427d2a6c456f1cfbdd73013d8e20cac909ab (patch)
tree0bb2d362fd49fe2365330e2bbe5e6abf8be5c5b0 /BUGS.md
parentMultithreaded saving during shutdown (diff)
downloadsmolbote-3efd427d2a6c456f1cfbdd73013d8e20cac909ab.tar.xz
CookieInterceptor, making all cookies session cookies
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md45
1 files changed, 2 insertions, 43 deletions
diff --git a/BUGS.md b/BUGS.md
index 03eee94..df2d942 100644
--- a/BUGS.md
+++ b/BUGS.md
@@ -2,52 +2,11 @@
List of known bugs that can't be fixed atm
### Search terms in address bar
-QUrl always seems to return true when checking if valid url. Workaround is to prepend '#'
-to the search.
+QUrl always seems to return true when checking if valid url. Workaround is to
+prepend '#' 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
-
-### 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
-
-### Settings dialog
-- show settings dialog on startup if config was auto-generated
-- dialog buttons
-
-### Bookmarks
-- 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
-
-### Rewrite documentation
-- quickstart/manual that lists keyboard shortcuts
-
-### SSL popup
-- give it a proper size (perhaps instead of a QMenu, make it a QWidget)
-
-### Windows build
-- adjust paths to make sense on Windows
-- make sure smolbote can run independent of its location
-
-Appveyor offers free builds for OSS; the build image offers Qt 5.9.2 with msvc2017
-- compile libconfig
-- compile smolbote, and link to libconfig
-- windeployqt into a package
-- write blog post about the process