From 765f33e796dbc1e8c5fefd77c9cf4cdf58a99a83 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 11 Jun 2017 16:00:31 +0200 Subject: Fixed crash when closing last tab --- docs/Design Notes.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'docs') 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) -- cgit v1.2.1