diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-06-11 16:00:31 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-06-11 16:00:31 +0200 |
commit | 765f33e796dbc1e8c5fefd77c9cf4cdf58a99a83 (patch) | |
tree | 48dfd56b366d96d4bb06b8cda4ba2776622815cc /docs | |
parent | Added new profile button (diff) | |
download | smolbote-765f33e796dbc1e8c5fefd77c9cf4cdf58a99a83.tar.xz |
Fixed crash when closing last tab
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Design Notes.md | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/docs/Design Notes.md b/docs/Design Notes.md index abb5362..62bb44f 100644 --- a/docs/Design Notes.md +++ b/docs/Design Notes.md @@ -4,14 +4,23 @@ The aim of this project is to provide a small and fast web browser. ### General * Use generic formats -### 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 +### Version 1.0 +* Profiles + - Application-level profile manager + - System-level and user-level profile config, with per-profile overrides [todo] +* Configuration + - Default system-level config and user-level overrides [todo] +* Cookies + - Filter list similar to the URL filter list [todo] +* Tabs + - Moving tabs between windows [todo] + - Tab context menu [todo] +* Page actions + - Search [todo] + - Zoom [todo] + - Print [todo] +* Navigation toolbar + - Back and Forward history [todo] ## Dependencies * Qt, over 5.7 (up-to-date Qt version recommended) |