Ignore:
Timestamp:
2010-08-11T21:28:34+12:00 (14 years ago)
Author:
ak19
Message:

Ticket #152: Allowing different paths to collect dir so that GLI can work with collect dirs on pen drives. NONE OF THESE CHANGES ARE FOR Client-GLI AS YET. 1. Preferences (Connection tab), Open and New Collection dialogs allow one to change the current collect directory containing the collections to select from. 2. New Collection dialog allows one to base a new collection on an existing collection in a collect dir other than the current collect dir. 3. Collections in the Documents in Greenstone Collections Workspace Tree Node now have two additional rightclick options: to move and copy these collections to another location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java

    r12115 r22605  
    162162     * @return A path <strong>String</strong> no longer than width.
    163163     */
    164     private String formatPath(String key, String raw, int width)
     164    String formatPath(String key, String raw, int width) // package access
    165165    {
    166166    JLabel label = new JLabel(Dictionary.get(key, raw));
Note: See TracChangeset for help on using the changeset viewer.