From cf06dcb0650f603ae3d634634d81f9ec78d21937 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 21 Dec 2017 17:52:56 +0100 Subject: Edited documentation - Search highlighting is removed when you close the search box - Fixed PKGBUILD not working - PKGBUILD can now pick compiler and optimization --- BUGS.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'BUGS.md') diff --git a/BUGS.md b/BUGS.md index 21afdad..bcf702f 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1,4 +1,5 @@ ## 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 @@ -14,12 +15,6 @@ 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 @@ -39,6 +34,7 @@ Deny 'resource://' to prevent website fingerprinting ### Settings dialog - show settings dialog on startup if config was auto-generated +- add scrollbar and limit max height to about 600 ### Bookmarks - review code @@ -47,3 +43,19 @@ Deny 'resource://' to prevent website fingerprinting - review code - possibly split off into a dialog window - properly show download item information + +### 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 -- cgit v1.2.1