eve/TODO

51 lines
2.0 KiB
Plaintext

UI
--
* fix UI/Edje scale (enlarge the window to see problems)
* fix padding around tab items title (edc, simple)
* bookmarks: fixed "<Back" label intead of "<$PREVIOUS_NAME"?
* better error reporting page (for 404 and similar)
* show visual zoom indication (zoom level? some icon?)
* show page icon (listen to signal, create object, feed theme, remember to del it when done)
* change icon of Bookmarks (or name) to reflect History is there as well
* tabs/bookmarks: hide back/forward/reload? maybe hide url bar as well?
* tabs: don't reload all grid on delete (faster close of multiple tabs)
* move reload to URL bar?
* url bar: clear button?
* bookmarks: save page icon once it is known?
* history: save icon
Preferences / State
-------------------
* save state: opened pages, etc. restore on restart
* preferences (runtime, save at eet):
- toggle: disable mouse cursor
- toggle: disable touch interface
- toggle: disable plugins
- toggle: disable javascript
- toggle: use start page (otherwise home page)
- string: user agent (custom or from list pre-defined of options)
- string: home page
- string: proxy
* privacy (maybe under preferences, maybe add management of each):
- clear cache
- clear history
- clear database
* start page (like chromium, but mobile):
- click to home URL (with icon and title -- if known)
- easy access to bookmarks (click and expand the list? root entries?)
- most visited/recent links?
- recently closed?
* getopt: disable touch-interface (immediately forward events to webkit)
View
----
* fix zoom out (seems < 1.0 is not allowed)
* implement viewport tag support (good for mobile pages)
Misc
----
* documentation: HTML, provided as a fixed bookmark item
* download manager?
* single instance? export dbus, try to acquire name, if not possible (already exists) send request to open url in the existing window and give it x11-focus
* history + bookmark: remember if rss exist, and request it silently to display feedback when new content is available