source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8655   19 years mdewsnip Missed a couple of cases for escaping and unescaping square brackets …
(edit) @8654   19 years mdewsnip More minor tidy ups.
(edit) @8653   19 years mdewsnip Removed some more dead code.
(edit) @8652   19 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(edit) @8651   19 years mdewsnip Removed some dead constants and code.
(edit) @8650   19 years mdewsnip The plugins.dat and classifiers.dat files are now stored in the GLI …
(edit) @8635   19 years mdewsnip Removed some dead code.
(edit) @8634   19 years mdewsnip Changes to the library URL now affect the preview button immediately.
(edit) @8629   19 years mdewsnip More changes to the local library/web library configuration stuff.
(edit) @8628   19 years mdewsnip Replaced exec_address with library_url, for my sanity.
(edit) @8627   19 years mdewsnip Replaced exec_address with library_url, which is much more descriptive …
(edit) @8626   19 years mdewsnip Removed the now-redundant "-mirror" option.
(edit) @8625   19 years mdewsnip Changed the old exec_path variable and option to library_url.
(edit) @8624   19 years mdewsnip Fixed a few problems with the separated local library code.
(edit) @8623   19 years mdewsnip Added some strings for the new plugin suggestion code.
(edit) @8622   19 years mdewsnip Tidied up some more local library stuff.
(edit) @8621   19 years mdewsnip Removed some dead code.
(edit) @8620   19 years mdewsnip Moved all the local library server code in a new LocalLibraryServer
(edit) @8618   19 years mdewsnip Changed the "-library" option to "-local_library" in preparation for …
(edit) @8613   19 years mdewsnip A couple of minor changes.
(edit) @8608   19 years mdewsnip Added another warning message, this one for the "no plugins are …
(edit) @8607   19 years mdewsnip First cut at suggesting plugins to use for files dragged into a …
(edit) @8606   19 years mdewsnip Made just one WarningDialog constructor.
(edit) @8605   19 years mdewsnip Removed some dead code.
(edit) @8601   19 years mdewsnip Renamed the two "PlugIn" classes to "Plugin", for our sanity.
(edit) @8600   19 years mdewsnip The first smidgeon of the "plugin suggestion" code.
(edit) @8599   19 years mdewsnip Extracted the last of the undo functionality.
(edit) @8598   19 years mdewsnip Minor tidy ups.
(edit) @8597   19 years mdewsnip Made Gatherer.configServer static.
(edit) @8596   19 years mdewsnip Minor tidy ups.
(edit) @8595   19 years mdewsnip Removed more dead code.
(edit) @8594   19 years mdewsnip Removed another unused class.
(edit) @8593   19 years mdewsnip Moved gui/ComboArea.java and gui/SmarterTextArea.java into gems, since …
(edit) @8592   19 years mdewsnip Only used by the GEMS, which has its own copy of these two files.
(edit) @8591   19 years mdewsnip Removed some dead code.
(edit) @8590   19 years mdewsnip Renamed checklist/Entry.java to checklist/CheckListEntry.java.
(edit) @8589   19 years mdewsnip Removed some more dead code.
(edit) @8588   19 years mdewsnip Removed some more dead code: the "meta audit" menu bar stuff.
(edit) @8586   19 years mdewsnip Made saving collections unthreaded -- this makes a lot of code, and at …
(edit) @8583   19 years mdewsnip Added the GEMS strings.
(edit) @8582   19 years mdewsnip Now contains a couple of GEMS preferences.
(edit) @8581   19 years mdewsnip Updated GEMS, by Attila Aros.
(edit) @8580   19 years mdewsnip The "help" directory no longer exists.
(edit) @8579   19 years mdewsnip Moved the HelpFrame class out of "help" into "gui.
(edit) @8578   19 years mdewsnip Some minor tidy ups.
(edit) @8577   19 years mdewsnip Removed an unused function.
(edit) @8576   19 years mdewsnip Removed some redundant files and made a few minor tidy ups.
(edit) @8554   19 years mdewsnip Ooops... added the "Filename" column back into the MetadataAuditTable :-)
(edit) @8552   19 years mdewsnip No longer used.
(edit) @8551   19 years mdewsnip No longer used (replaced by profile.xml).
(edit) @8550   19 years mdewsnip Removed an unused definition.
(edit) @8549   19 years mdewsnip New metadata code means this is no longer used.
(edit) @8548   19 years mdewsnip New metadata code means these are no longer used.
(edit) @8547   19 years mdewsnip No longer used (replaced by metadata/MetadataValueTableModel.java and …
(edit) @8545   19 years mdewsnip Removed one unnecessary sentence.
(edit) @8528   19 years mdewsnip Added a string for the new "no read permission" file copying error message.
(edit) @8527   19 years mdewsnip Reasonably substantially updated the GLI documentation, particularly …
(edit) @8506   19 years mdewsnip Re-enabled the Workflow Preferences tab, which was disabled for the …
(edit) @8505   19 years mdewsnip You now get a sensible error message when attempting to copy a file …
(edit) @8503   19 years mdewsnip Can now double-click on a leaf node in the value tree to assign it …
(edit) @8501   19 years mdewsnip Fixed a bug with the value tree where the first node would be …
(edit) @8496   19 years mdewsnip Started off fixing a bug where the loaded collection wasn't being …
(edit) @8480   19 years mdewsnip Fixed the ModalDialog so it works with Java 1.5.0.
(edit) @8478   19 years mdewsnip Replaced by the GEMS.
(edit) @8477   19 years mdewsnip Updated so it works with Java SDK 1.5.0.
(edit) @8474   19 years mdewsnip Changed all show() to setVisible(true) and all hide() to …
(edit) @8473   19 years mdewsnip Converted to a Unix file.
(edit) @8471   19 years mdewsnip Changed the name of a variable from "enum" to "enumeration" to avoid …
(edit) @8433   19 years mdewsnip Now escapes '(', ')', ',', '{', '}' in file paths when converting …
(edit) @8432   19 years mdewsnip Fixed the problem where filtering empty values causes NPEs, and now …
(edit) @8431   19 years mdewsnip Some cosmetic improvements.
(edit) @8397   20 years mdewsnip Added the perl argument, so creating the Configuration object doesn't …
(edit) @8396   20 years mdewsnip Commented out an exception for the Windows local library.
(edit) @8395   20 years kjdon changes to the GEMS strings
(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) @8385   20 years kjdon added some new CDM.MetadataSetManager strings for editing sets, and …
(edit) @8384   20 years mdewsnip Added GEMS strings, from Attila Aros.
(edit) @8383   20 years mdewsnip Updated the AboutDialog.Date string for the 2.52 web release.
(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 …
(edit) @8380   20 years kjdon I seemed to get into a situation where children was null. It only …
(edit) @8379   20 years kjdon added two methods: clearSelection and setSelectedObjects
(edit) @8375   20 years mdewsnip First set of changes to improve the GEMS, by Attila Aros.
(edit) @8374   20 years kjdon don't sort the list returned from getSources - it contains elements …
(edit) @8372   20 years mdewsnip Changed a warning statement to go to the DebugStream.
(edit) @8371   20 years mdewsnip Added some code for ignoring legacy "hidden" metadata.
(edit) @8368   20 years mdewsnip Specifically don't load the legacy hidden metadata set.
(edit) @8367   20 years mdewsnip More code for speeding up metadata editing: focus stays on metadata …
(edit) @8364   20 years mdewsnip Much improved algorithm for selecting the best row in the table after …
(edit) @8360   20 years kjdon changed the removelistener for classifier list - if remove a …
(edit) @8359   20 years mdewsnip Avoided an extra valueChanged(TreeSelectionEvent) call when the pane …
(edit) @8358   20 years mdewsnip Spaces are now removed from the start and end of classifier arguments.
(edit) @8356   20 years mdewsnip Removed some unused stuff.
(edit) @8355   20 years mdewsnip Commented out some unused code.
(edit) @8354   20 years mdewsnip The collection tree is no longer closed down annoyingly when the …
Note: See TracRevisionLog for help on using the revision log.