aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-05-27 17:50:22 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-05-27 17:50:22 +0200
commit8221037c77be1f7c256b2575d4a9a4a9d58a9c0d (patch)
treed2e70f9603207dbebeb0238bf15af56e24af18dd /docs
parentFilter code refactoring (diff)
downloadsmolbote-8221037c77be1f7c256b2575d4a9a4a9d58a9c0d.tar.xz
Profile improvements
* Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
Diffstat (limited to 'docs')
-rw-r--r--docs/Design Notes.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/Design Notes.md b/docs/Design Notes.md
index 73ee83e..abb5362 100644
--- a/docs/Design Notes.md
+++ b/docs/Design Notes.md
@@ -4,15 +4,18 @@ The aim of this project is to provide a small and fast web browser.
### General
* Use generic formats
-### Implemented features
-* <todo>
-
### To do
* Proper application-level profile manager
+* Reorganize Profile menu
+* System-level and user-level profile config, with per-profile overrides
+* Default system-level config and user-level overrides
+* Cookie filter list similar to the URL filter list
+* Moving tabs between windows
+* Tab context menu
## Dependencies
* Qt, over 5.7 (up-to-date Qt version recommended)
-+ qbs, over 1.6.0 (Qt 5.7)
+* qbs, over 1.6.0 (Qt 5.7)
## Notes
An optional system proxy should be picked up automatically. However, for proxies that require a username or password, you need to connect to QWebEnginePage::proxyAuthenticationRequired.