~ubuntu-branches/ubuntu/natty/file-browser-applet/natty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2008-08-29 13:50:51 UTC
  • mfrom: (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080829135051-bani7mwsfjdbs9fx
Tags: 0.5.9-1
* New upstream release. (Closes: #497078)
* debian/control:
 - Remove Build-Depend on libgnomevfs2-dev and add Build-Depend
   on libglib2.0-dev as upstream has moved to GIO. (Closes: #493878)
 - Remove depreciated Depends and Build Depends on libgnome-desktop{-dev}
* Fixes Lintian warning: timewarp-standards-version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
File Browser Applet 0.5.6
 
1
File Browser Applet 0.5.8
2
2
******************************
3
3
File Browser Applet is an applet for the GNOME Panel. It lets you browse
4
4
and open files in your home directory from the gnome panel, without having to
11
11
********
12
12
        * Browse and open files in your home directory from the panel.
13
13
        * Respects Gnome mime type options and includes mime icon in menu.
14
 
        * Middle clicking in a directory header will open a terminal in that
15
 
          directory.
16
 
        * Middle-clicking on file will open with the configured editor,
17
 
          right-clicking will execute the default action
 
14
        * Middle clicking (or F4) in a directory header will open a terminal in
 
15
          that directory.
 
16
        * Middle-clicking (or F4) on file will open with the configured editor,
 
17
          right-clicking will execute the default action including running binary
 
18
          files.
18
19
        * Configuration options: Select directories to show (and label), select
19
 
          icon, show/hide icon, show hidden, select terminal and editor. Uses
20
 
          GConf as back-end.
 
20
          icon, show/hide icon, show hidden, select terminal and editor.
 
21
        * Keyboard activation (a.k.a. hotkey) of root menu (via libgtkhotkey).
 
22
          Currently set as <Super>h.
21
23
 
22
24
Installation
23
25
************
25
27
 
26
28
To Do
27
29
*****
28
 
        * Make the menu bar ignore right-click so context menu pops-up, and remove handlebar.
29
30
        * Add context menu (open with, delete, etc.) to files and dirs (maybe
30
31
          hook into nautilus context menu if possible).
31
32
        * Drag-n-drop out of applet.
32
33
        * Drag-n-drop configuration.
33
 
        * Add append files to "Recent Documents."
34
 
        * Add key-binding to pop-up root menu.
35
 
        * More Documentation
 
34
        * Add opened files to "Recent Documents."
 
35
        * Documentation
36
36
        * A better icon.
37
37
        * Translation.
38
38
        * Generating distribution packages.
39
39
 
40
40
Bugs
41
41
****
42
 
        * Icon sometimes appears blurry (bug #10)
43
 
        * Some bugs associated with gnome_vfs (#12 - Can't make a menu that starts
44
 
          at /; Can't open files with # in name).
45
 
        * There are probably a few memory leaks here and there too...
46
 
Send bugs to bertoldia@gmail.com for now.
 
42
        * See http://code.google.com/p/gnome-menu-file-browser-applet/issues/list
 
43
        * Plus lots of memory leaks that will be plugged eventually...
47
44
 
48
45
Hacking
49
46
*******
50
47
Contributions are welcome, but it might take a while for them to make it into a
51
48
release as I (unfortunately) don't always have a lot of time to devote to this
52
 
project (and other lame excuses). Send ideas/code/patches to
53
 
bertoldia@gmail.com for now.
 
49
project (and other lame excuses). Send ideas/code/patches via the bug tracker
 
50
(http://code.google.com/p/gnome-menu-file-browser-applet/issues/list).
 
51