Update POTFILES.in file
[nautilus-actions.git] / TODO
blob285825a329094f60f26493a8ccc43bff3c23b9be
2 - (Grumz) implement the Help button in nact (or hide it meanwhile)
4 - (Grumz) i18n doen't works in the command line tool and for some part
5   of NACT like the scheme list, it seems..?
7 - import and export assistants are seen as a distinct application in the
8   task bar (there is a second NA icon) - gtk_window_set_transient_for()
9   has no effect of this - open a bug ?
11 - Note about the schemas in Nautilus Actions:
12   a) actions are identified by uuid
13   b) so, all GConf keys have a path with the uuid of the action
14   c) I'm not willing to write a schema for each and every uuid
15   d) so, as of 1.11.2, the provided schema is general and should apply
16      to all actions
17   e) but there is not yet an API to set a GConfMetaInfo for a key
18      note that gconftool-2 --dump is able to export for each entry a
19      <schema_key> which includes the path to the general schema key
20      but we cannot set it programatically (bad !)
22 - allow users to upload/download actions directly from a web repository
23   (REST services ?)
25 - NAUTILUS_ACTIONS_CONFIG_GCONF_BASEDIR has nothing to do in configure.ac
26   (not a configuration variable)
28 - changing conditions in IConditionsTab should trigger an update of the
29   example label
31 - use GtkUIManager
33 - propose a patch for GOptions so that the help for an option could be
34   multiline (by defining an optional maximum width)
36 - Make Nautilus conscious of modifications of preferences
37   This suppose Nautilus receive a item-updated signal
38   NACT is not conscious of Nautilus
39   -> watching GConf preferences keys (in the same model than that used
40      for reloading updated actions)
41      But I don't want wath at the whole preferences/ dir, so we'd have
42      to watch to each and every single preference which may have an
43      impact on Nautilus behavior
44   -> send a DBus message would be the most elegant solution