summaryrefslogtreecommitdiff
path: root/todo/risc_os_frontend.mdwn
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:41:13 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:41:13 +0000
commite7366bf41f68cfe07e9ea03fc4a398baecbae651 (patch)
tree5bb9c3cbe7eab7e70ff1ebd65d9de59a694762df /todo/risc_os_frontend.mdwn
downloadnetsurf-wiki-e7366bf41f68cfe07e9ea03fc4a398baecbae651.tar.gz
netsurf-wiki-e7366bf41f68cfe07e9ea03fc4a398baecbae651.tar.bz2
Initial conversion from MediaWiki, 20170204
Diffstat (limited to 'todo/risc_os_frontend.mdwn')
-rw-r--r--todo/risc_os_frontend.mdwn61
1 files changed, 61 insertions, 0 deletions
diff --git a/todo/risc_os_frontend.mdwn b/todo/risc_os_frontend.mdwn
new file mode 100644
index 0000000..acb2ff2
--- /dev/null
+++ b/todo/risc_os_frontend.mdwn
@@ -0,0 +1,61 @@
+[[!meta title="Todo/RISC OS frontend"]]
+[[!meta author="Stevef"]]
+[[!meta date="2011-03-02T23:29:28Z"]]
+
+
+[[!toc]]
+
+Core Treeview
+-------------
+
+Updating the front-end to work with the Core Treeview changes. Largely
+complete, the following items are either low priority (?) or waiting for
+other changes such as the toolbar widget re-implementation.
+
+This work is (at present) in the trunk.
+
+### Outstanding work
+
+- Should the font used in treeviews be configurable?
+
+- Textarea code should call the front end to render the caret. (Like
+ the form code.)
+
+- Hotlist editing dialogues need to be reinstated, or all associated
+ templates and code need to be removed.
+
+- URL Suggest Menu module may require re-implementation as a
+ stand-alone entity which collects URLs entered directly into the
+ address bar and Open URL dialogue, instead of relying on URLdb. Low
+ priority?
+
+Toolbar Update
+--------------
+
+Updating the toolbar implementation to break the component parts into
+stand-alone widgets. This will serve two main purposes: allowing some
+outstanding Core Treeview issues to be closed off cleanly, and allowing
+additional features to be added to the GUI without the risk of breaking
+the existing components.
+
+This work is underway in /branches/stevef/toolbars.
+
+### Niggles
+
+- Toolbar menus shade unsupported widgets, instead of hiding them.
+
+- Check and confirm the correct content types for
+ ro\_gui\_url\_bar\_set\_site\_favicon() to accept from the core.
+
+- URL Completion needs to be migrated from the Window module towards
+ the Toolbar / URL Bar modules.
+
+### Further improvements
+
+- "Unlimited" length URL field in URL Bar Widget.
+
+- Tab Bar Widget.
+
+- URL Suggest module could identify menu availability more
+ efficiently.
+