source: trunk/gli/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @8626   20 years mdewsnip Removed the now-redundant "-mirror" option.
(edit) @8625   20 years mdewsnip Changed the old exec_path variable and option to library_url.
(edit) @8624   20 years mdewsnip Fixed a few problems with the separated local library code.
(edit) @8622   20 years mdewsnip Tidied up some more local library stuff.
(edit) @8621   20 years mdewsnip Removed some dead code.
(edit) @8620   20 years mdewsnip Moved all the local library server code in a new LocalLibraryServer
(edit) @8618   20 years mdewsnip Changed the "-library" option to "-local_library" in preparation for …
(edit) @8613   20 years mdewsnip A couple of minor changes.
(edit) @8607   20 years mdewsnip First cut at suggesting plugins to use for files dragged into a …
(edit) @8606   20 years mdewsnip Made just one WarningDialog constructor.
(edit) @8605   20 years mdewsnip Removed some dead code.
(edit) @8601   20 years mdewsnip Renamed the two "PlugIn" classes to "Plugin", for our sanity.
(edit) @8600   20 years mdewsnip The first smidgeon of the "plugin suggestion" code.
(edit) @8599   20 years mdewsnip Extracted the last of the undo functionality.
(edit) @8598   20 years mdewsnip Minor tidy ups.
(edit) @8597   20 years mdewsnip Made Gatherer.configServer static.
(edit) @8596   20 years mdewsnip Minor tidy ups.
(edit) @8595   20 years mdewsnip Removed more dead code.
(edit) @8594   20 years mdewsnip Removed another unused class.
(edit) @8593   20 years mdewsnip Moved gui/ComboArea.java and gui/SmarterTextArea.java into gems, since …
(edit) @8592   20 years mdewsnip Only used by the GEMS, which has its own copy of these two files.
(edit) @8591   20 years mdewsnip Removed some dead code.
(edit) @8590   20 years mdewsnip Renamed checklist/Entry.java to checklist/CheckListEntry.java.
(edit) @8589   20 years mdewsnip Removed some more dead code.
(edit) @8588   20 years mdewsnip Removed some more dead code: the "meta audit" menu bar stuff.
(edit) @8586   20 years mdewsnip Made saving collections unthreaded -- this makes a lot of code, and at …
(edit) @8581   20 years mdewsnip Updated GEMS, by Attila Aros.
(edit) @8579   20 years mdewsnip Moved the HelpFrame class out of "help" into "gui.
(edit) @8578   20 years mdewsnip Some minor tidy ups.
(edit) @8577   20 years mdewsnip Removed an unused function.
(edit) @8576   20 years mdewsnip Removed some redundant files and made a few minor tidy ups.
(edit) @8554   20 years mdewsnip Ooops... added the "Filename" column back into the MetadataAuditTable :-)
(edit) @8550   20 years mdewsnip Removed an unused definition.
(edit) @8549   20 years mdewsnip New metadata code means this is no longer used.
(edit) @8548   20 years mdewsnip New metadata code means these are no longer used.
(edit) @8547   20 years mdewsnip No longer used (replaced by metadata/MetadataValueTableModel.java and …
(edit) @8506   20 years mdewsnip Re-enabled the Workflow Preferences tab, which was disabled for the …
(edit) @8505   20 years mdewsnip You now get a sensible error message when attempting to copy a file …
(edit) @8503   20 years mdewsnip Can now double-click on a leaf node in the value tree to assign it …
(edit) @8501   20 years mdewsnip Fixed a bug with the value tree where the first node would be …
(edit) @8496   20 years mdewsnip Started off fixing a bug where the loaded collection wasn't being …
(edit) @8480   20 years mdewsnip Fixed the ModalDialog so it works with Java 1.5.0.
(edit) @8478   20 years mdewsnip Replaced by the GEMS.
(edit) @8474   20 years mdewsnip Changed all show() to setVisible(true) and all hide() to …
(edit) @8473   20 years mdewsnip Converted to a Unix file.
(edit) @8471   20 years mdewsnip Changed the name of a variable from "enum" to "enumeration" to avoid …
(edit) @8433   20 years mdewsnip Now escapes '(', ')', ',', '{', '}' in file paths when converting …
(edit) @8432   20 years mdewsnip Fixed the problem where filtering empty values causes NPEs, and now …
(edit) @8431   20 years mdewsnip Some cosmetic improvements.
(edit) @8396   20 years mdewsnip Commented out an exception for the Windows local library.
(edit) @8394   20 years kjdon Added back in teh file open menu, and changed a few other things
(edit) @8393   20 years kjdon set the proper file path in the constructor for metadata sets based on …
(edit) @8392   20 years kjdon added a collection variable - this should be set if the metadata set …
(edit) @8391   20 years mdewsnip Added code to prevent people from deleting files from the "Downloaded …
(edit) @8388   20 years kjdon attila's fixes for some stuff, and kaths fixes for some stuff
(edit) @8386   20 years kjdon added a edit set button which just pops up a message teling the user …
(edit) @8382   20 years mdewsnip Updated program version for the 2.52 web release.
(edit) @8381   20 years kjdon major mods to the mg index controls. added a replace button, enabled …
Note: See TracRevisionLog for help on using the revision log.