blob: 59348d33c977326aa970fd3fe3e2a780cf189cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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]
## Components
Components should, when possible, be split off into self-contained static
libraries. This is to reduce recompile times.
### Navigation
Includes the Address bar (URLLineEdit).
### Bookmarks
- [TODO] Bookmark location should be read from profile, with a default in the config
- [TODO] Split off xbel implementation into a library
- [TODO] BookmarksLibrary API
### Downloads
|