From e95965843d1d1ecc72dfc22c59d47bf5caa11756 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 21 Dec 2017 12:13:04 +0100 Subject: Added Search Box --- BUGS.md | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) (limited to 'BUGS.md') diff --git a/BUGS.md b/BUGS.md index 40857ee..21afdad 100644 --- a/BUGS.md +++ b/BUGS.md @@ -4,18 +4,46 @@ How to reproduce: enter an address into the address bar, load the page, crash on exit - crash is somewhere in Qt code? -### MainWindow doesn't save size on close - -### Close tab shortcut doesn't work - ### Search terms in address bar -QUrl always seems to return true when checking if valid url +QUrl always seems to return true when checking if valid url. Workaround is to prepend '#' +to the search. ### databases-incognito in home Folder is empty. ## To do list +List of things to do before 1.0 release ### Search function +- add QLineEdit to status bar and show/hide with F3 +- add shortcut to clear search box? +- on return --> currentView should highlight text +- get information on number of matches ### Instance check on startup + +### Auto-destruct cookies +- cookie whitelist and blacklist + +### Adblocker +- adblocker load list (.config/smolbote/filter.d/**.txt) + +### 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 +- show settings dialog on startup if config was auto-generated + +### Bookmarks +- review code + +### Downloads +- review code +- possibly split off into a dialog window +- properly show download item information -- cgit v1.2.1