blob: 9fa596d29691e4985f1510d4dba130b5f293947a (
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
33
34
35
|
Infrastructure
--------------
. Scheme translation and handling
. File manager
- Virtual directories/files/actions
. Actions/file operations in general
. Figure out how to provide clean and separate abstractions for data
transfer and presentation (views handle both right now).
. Sometimes a navigation request needs extra data besides a URI to be
a complete specification of a document. For instance, an http URI also
requires a method (GET or POST) to be specified, and in the case of
POST an arbitrary number of additional key-value pairs. Figure out a
way to support this right.
. Cache scaled pixbufs in nautilus-icon-factory
Components
----------
. Image viewer (EOG?)
. Text, postscript, PDF
. File manager
. Help index, contents, search
. Bookmark meta view (in addition to the bookmarks menu).
. Mozilla component(?)
. Tree view(?)
Misc
----
Search for "XXX" or "TODO" in the source. Or "FIXME" which is the
standard convention.
Documentation
---
. Documentation on how to write a Natilus view.
|