~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: 2009-04-11 17:15:39 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090411171539-jk4kgkvm4i39nv3c
Tags: 0.6.2-1
* New upstream release. (Closes: #504525)
 - Added context menu with a few actions (open-with, new folder here, 
   delete file/folder, create/extract archive, create CD/DVD from 
   file/folder, compile a tex file).
 - Added configuration option to make text vertical/horizontal when 
   the panel is vertical.
 - Added tooltips to configuration dialog.
 - Fixes upstream bugs #21, #30, #34, #37, #39, #43, #44, #45, #49, 
   #51, #56, #59, #60, and #62.
 - Added mnemonic keyboard shortcut to menus for 
   faster keyboard navigation.
 - Added recent documents' support.
 - Improved menu browser focus after context menu close.
 - Added preliminary DnD dragging out of applet. MOVE is the default 
   behaviour.
 - Some code cleanups and plugged memory leaks.
 - Slightly improved "New Folder" dialog.
 - Migrated to gtk+ builder from libglade.
* debian/control:
 - Add suggests on file-roller, brasero, and rubber 
   for new features.
 - Add Vcs-Bzr field.
 - Drop depricated libglade2-dev Build-Depend
 - Drop unneeded libpanel-applet2-0 Depend. Already picked up by 
   shlibs:Depends.
 - Add versionized Build-Depend on libgtk2.0-dev (>= 2.14)
 - Bump Standards-Version to 3.8.1
* debian/copyright:
 - Use /usr/share/common-licenses/GPL-2 rather than just GLP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
File Browser Applet 0.6.1
 
1
File Browser Applet 0.6.2
2
2
******************************
3
3
File Browser Applet is an applet for the GNOME Panel. It lets you browse and
4
4
open files in your home directory from the gnome panel, without having to open
9
9
 
10
10
Features
11
11
********
12
 
        * Browse and open files in your home directory from the panel.
13
 
        * Respects Gnome mime type options and includes mime icon in menu.
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.
19
 
        * Configuration options: Select directories to show (and label), select
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.
23
 
        * Context menu with some useful actions such as open-with, new folder here,
24
 
          delete file/folder, create/extract archive, etc.
 
12
    * Browse and open files in your home directory from the panel.
 
13
    * Respects Gnome mime type options and includes mime icon in menu.
 
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.
 
19
    * Configuration options: Select directories to show (and label), select
 
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.
 
23
    * Context menu with some useful actions such as open-with, new folder here,
 
24
      delete file/folder, create/extract archive, etc.
25
25
    * Fast keyboard navigation with mnemonics.
 
26
    * Drag 'n Drop from applet to Nautilus or Desktop to MOVE files.
 
27
    * Opened files added to "Recent Documents" list.
26
28
 
27
29
Installation
28
30
************
30
32
 
31
33
To Do
32
34
*****
33
 
        * Translation.
34
 
        * Drag-n-drop out of applet.
35
 
        * Drag-n-drop configuration.
36
 
        * Add opened files to "Recent Documents."
37
 
        * Documentation
38
 
        * A better icon.
39
 
        * Generating distribution packages.
 
35
    * Translation.
 
36
    * Drag-n-drop configuration.
 
37
    * Documentation
 
38
    * A better icon.
 
39
    * Generating distribution packages.
40
40
 
41
41
Bugs
42
42
****
43
 
        * See http://code.google.com/p/gnome-menu-file-browser-applet/issues/list
44
 
        * Plus lots of memory leaks.
 
43
    * See http://code.google.com/p/gnome-menu-file-browser-applet/issues/list
 
44
    * Plus some memory leaks.
45
45
 
46
46
Hacking
47
47
*******