From 1e57c2b3f6bd2a4f1756150e669eedffc29cf13d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 3 Jan 2018 22:29:17 +0100 Subject: Fixed crash with Settings dialog - User Configuration gets completely written, instead of being just overrides --- docs/DESIGN.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 docs/DESIGN.md (limited to 'docs') diff --git a/docs/DESIGN.md b/docs/DESIGN.md deleted file mode 100644 index 58aa149..0000000 --- a/docs/DESIGN.md +++ /dev/null @@ -1,41 +0,0 @@ -# smolbote - -The aim of smolbote is to be a lightweight and fast, to the point web browser. - -## Principles - -### Simple is good. -'without unnecessary additions'. Do one thing and do it well. - -### User-centric is user-friendly. -Software is there to serve the user, not the other way around. - -### Code correctness is truth. -Use up-to-date standards and compilers. - -## Version 1.0 - -### Browser -* Profiles - - Application-level profile manager -* Configuration - - Default configuration and user overrides - - Auto-generating settings dialog - -### Main Window -* Tabs - - Moving tabs between windows [todo] - - Tab context menu [todo] -* Page actions - - Search [todo] - - Zoom [todo] - - Print [todo] -* Navigation bar - - Back and Forward history [todo] -* Address bar - -### WebEngine -* UrlRequestInterceptor - - Support for AdBlock-style lists -* Cookie Filter - -- cgit v1.2.1