source: trunk/gli/src/org/greenstone/gatherer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9058   19 years mdewsnip Removed splash screen. It is no longer needed because the GLI now …
(edit) @9055   19 years mdewsnip First stab at adding a -collectdir option to the GLI. This is designed …
(edit) @9054   19 years mdewsnip Removed the unused CTRLCHandler class.
(edit) @9052   19 years mdewsnip For some reason the lock file written when a collection is just …
(edit) @9051   19 years mdewsnip Added check that XML file exists before attempting to parse it.
(edit) @9049   19 years mdewsnip (Applet) Now only downloads build.cfg file rather than entire building …
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9039   19 years mdewsnip Added a progress bar for loading collections. This involved changing …
(edit) @9037   19 years mdewsnip Now preserves whitespace in XML files.
(edit) @9036   19 years mdewsnip Removed all XML functions from XMLTools, and changed occurrences to …
(edit) @9035   19 years mdewsnip Renamed CreationTask to be more accurate.
(edit) @9034   19 years mdewsnip Debug files are now written to the user GLI folder, rather than the …
(edit) @9026   19 years mdewsnip Minor variable rename.
(edit) @9024   19 years mdewsnip Added toString() function to MetadataSet so multiple renderers are not …
(edit) @9023   19 years mdewsnip Fixed a bug in my recent new code.
(edit) @9021   19 years mdewsnip Some applet bug fixes, by Matthew Whyte.
(edit) @9020   19 years mdewsnip Changed the plugin suggestion code to only look at the process_exp, …
(edit) @9019   19 years mdewsnip Fixed bug where CollectionContentsChangedListener isn't removed from …
(edit) @9018   19 years mdewsnip Moved DeleteCollectionPrompt and ExportCollectionPrompt out of …
(edit) @9017   19 years mdewsnip Moved some GUI stuff out of CollectionManager and into GUIManager.
(edit) @9016   19 years mdewsnip Removed a bit of unused stuff and some hard-wired arosmain paths.
(edit) @9015   19 years mdewsnip Updated my recent changes to getDisplayName() to be more robust with …
(edit) @9014   19 years kjdon adding a new element to plugins list not in the first collection …
(edit) @8997   19 years mdewsnip Uncommented some fairly vital code that I have no idea why I commented …
(edit) @8996   19 years mdewsnip Added code for dealing with hierarchical metadata sets. Merely reduces …
(edit) @8995   19 years mdewsnip Changed to use metadata_element.getDisplayName() rather than getting …
(edit) @8994   19 years mdewsnip Changed all "MetaEdit" to "Enrich".
(edit) @8992   19 years mdewsnip Changed "Mirror" pane to "Download".
(edit) @8990   19 years mdewsnip Now caches the metadata mapping so subsequent reads don't require …
(edit) @8978   19 years mdewsnip Replaced all "dependant" with "dependent" (mgw5).
(edit) @8974   19 years mdewsnip Updated GLI version for the intermediate UNESCO CD release.
(edit) @8971   19 years mdewsnip More GEMS fixes, by Matthew Whyte. Can now create subelements of …
(edit) @8932   19 years mdewsnip More improvements to GEMS, by Matthew Whyte. Subelements now work …
(edit) @8930   19 years mdewsnip More GEMS improvements, by Matthew Whyte. Now has subfield support.
(edit) @8898   19 years mdewsnip Another GEMS improvements, by Matthew Whyte.
(edit) @8896   19 years mdewsnip More GEMS improvements, by Matthew Whyte.
(edit) @8884   19 years mdewsnip Moved the two CheckList classes into the util package, and removed the …
(edit) @8881   19 years mdewsnip More GEMS improvements, by Matthew Whyte. Metadata elements can now be …
(edit) @8873   19 years kjdon added Matthews changes - fixed a bug regarding deleting elements, and …
(edit) @8864   19 years kjdon Matthew's changes - added a catch statement
(edit) @8863   19 years kjdon Matthew's changes - fixed up hashtable keys
(edit) @8857   19 years mdewsnip Cloning a metadata set no longer messes up any Unicode. By Matthew Whyte.
(edit) @8856   19 years mdewsnip Now only creates one FileNode for each child, rather than having one …
(edit) @8853   19 years mdewsnip Initial work on allowing metadata databases to be exploded from within …
(edit) @8851   19 years mdewsnip Fixed NPE when a file in a folder was selected and the folder was closed.
(edit) @8850   19 years mdewsnip Commented out the obsolete configuration dialog again.
(edit) @8849   19 years mdewsnip Ooops... forgot to update the CURRENT_CONFIGURATION_VERSION string …
(edit) @8848   19 years mdewsnip Moved some collection tree specific stuff out of here and into …
(edit) @8846   19 years mdewsnip Tidied up the workspace and collection trees a bit more, in …
(edit) @8845   19 years mdewsnip Oops... imported a needed class.
(edit) @8844   19 years mdewsnip Tidied up getElementAt() a little and added debugging statement.
(edit) @8842   19 years kjdon put dublin core at the top of the list - it is selected and should …
(edit) @8841   19 years kjdon fixed spelling mistake on one of the strings names
(edit) @8840   19 years kjdon added the buttons to the SuggestedPLuginsDialog
(edit) @8837   19 years mdewsnip Right-clicking on a table row now selects it correctly. By Matthew Whyte.
(edit) @8836   19 years mdewsnip Tidied up delete function to print error messages when it can't delete …
(edit) @8835   19 years mdewsnip Initial unfinished version of the PluginSuggestionPrompt.
(edit) @8834   19 years mdewsnip Removed some unnecessary code.
(edit) @8821   19 years mdewsnip Fix to deprecated function call and wrong option dialog type, by …
(edit) @8817   19 years mdewsnip Temporary fix for broken code.
(edit) @8813   19 years mdewsnip Fixed up a few more refreshing problems.
(edit) @8812   19 years mdewsnip Fixed a couple of null pointer exceptions thrown when attempting to …
(edit) @8811   19 years mdewsnip Minor tidy ups.
(edit) @8809   19 years mdewsnip Minor changes.
(edit) @8808   19 years mdewsnip Removed the full justification by adding spaces of plugin and …
(edit) @8807   19 years mdewsnip Now uses standard font for everything, including tooltips. The …
(edit) @8805   19 years mdewsnip Changed the font for collection details on the delete/export dialog to …
(edit) @8803   19 years mdewsnip Fixed a bug where clicking Cancel didn't.
(edit) @8802   19 years mdewsnip Fixed up some button sizes on the Search Indexes page and removed some …
(edit) @8793   19 years mdewsnip More improvements to the GEMS, by Attila Aros.
(edit) @8792   19 years mdewsnip Ooops... only give plugin suggestions for files, not folders!
(edit) @8791   19 years mdewsnip Ooops... left a debug statement in.
(edit) @8788   19 years mdewsnip Now only one downloaded files folder.
(edit) @8787   19 years mdewsnip Fixed up some of the new file tree code for Windows.
(edit) @8785   19 years mdewsnip Another couple of minor improvements.
(edit) @8784   19 years mdewsnip A few more changes to the improved file tree code.
(edit) @8783   19 years mdewsnip Big tidy up of the workspace and collection trees (Gather/Enrich
(edit) @8782   19 years mdewsnip Removed some unused imports.
(edit) @8768   19 years mdewsnip A bit of work in preparation for exploding metadata databases.
(edit) @8766   19 years mdewsnip Removed a couple of dead strings.
(edit) @8765   19 years mdewsnip Removed static definition of "Abstract" string.
(edit) @8760   19 years mdewsnip Commented out a dumb tooltip.
(edit) @8711   20 years mdewsnip Prevented assigning the same piece of metadata to metadata.xml files …
(edit) @8695   20 years mdewsnip Now remove invalid characters from metadata values when they are …
(edit) @8688   20 years mdewsnip Can't preview collections if the library URL string is cleared.
(edit) @8686   20 years mdewsnip No longer tries to load a config.xml file from the main GLI directory …
(edit) @8680   20 years kjdon do a check when the Gatherer starts up and warn the user if they are …
(edit) @8670   20 years mdewsnip Fixed my changes from yesterday to store plugins.dat, classifiers.dat, …
(edit) @8669   20 years mdewsnip Prevented a null pointer exception where extracted metadata contains a …
(edit) @8667   20 years mdewsnip Removed a null pointer exception when trying to get the metadata …
(edit) @8655   20 years mdewsnip Missed a couple of cases for escaping and unescaping square brackets …
(edit) @8654   20 years mdewsnip More minor tidy ups.
(edit) @8653   20 years mdewsnip Removed some more dead code.
(edit) @8652   20 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(edit) @8651   20 years mdewsnip Removed some dead constants and code.
(edit) @8650   20 years mdewsnip The plugins.dat and classifiers.dat files are now stored in the GLI …
(edit) @8635   20 years mdewsnip Removed some dead code.
(edit) @8634   20 years mdewsnip Changes to the library URL now affect the preview button immediately.
(edit) @8629   20 years mdewsnip More changes to the local library/web library configuration stuff.
(edit) @8627   20 years mdewsnip Replaced exec_address with library_url, which is much more descriptive …
Note: See TracRevisionLog for help on using the revision log.