source: trunk/gli/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12634   18 years mdewsnip Added a couple of bits for the new plugins/classifiers stuff when …
(edit) @12633   18 years mdewsnip Kissed the horrible old plugins.dat and classifiers.dat files goodbye…
(edit) @12631   18 years mdewsnip Most of the functionality for obtaining plugin and classifier argument …
(edit) @12623   18 years kjdon what was this .java.java file??
(edit) @12621   18 years uid53644 Removed an unnecessary copy of a function.
(edit) @12620   18 years mdewsnip Removed the unnecessary CollectionDesignManager.XMLStringToDOM() function.
(edit) @12609   18 years kjdon exit now takes an int exit_status argument, which is passed to …
(edit) @12608   18 years kjdon in okbuttonlistener, when restart is required, call …
(edit) @12607   18 years kjdon added some dictionary string keys into a comment so that checking for …
(edit) @12592   18 years shaoqun added mapping file option for MARCXML
(edit) @12590   18 years kjdon changed all the internal variable declarations so there is not random …
(edit) @12589   18 years kjdon need to call collection.destroy in closeCollection, otherwise old …
(edit) @12588   18 years kjdon use getGLIUserCacheDirectoryPath to get cache_dir instead of working …
(edit) @12572   18 years shaoqun fixed bugs of the last commit
(edit) @12564   18 years shaoqun add new gems
(edit) @12563   18 years shaoqun remove old gems and prepare adding new gems
(edit) @12561   18 years shaoqun added code to use gems
(edit) @12552   18 years shaoqun added new argument for GEMS
(edit) @12551   18 years shaoqun add new strings for GetOpt
(edit) @12529   18 years mdewsnip Moved the cdm/download directory to download (it's got nothing to do …
(edit) @12499   18 years kjdon forgot to import DebugStream
(edit) @12498   18 years kjdon tidied up a bit: style, command list generation, indentation
(edit) @12497   18 years kjdon tidied up a bit: style, command list generation
(edit) @12490   18 years kjdon updated version number for 2.71 release
(edit) @12473   18 years shaoqun added methods used by the download pane
(edit) @12472   18 years shaoqun added strings for downloadpane
(edit) @12471   18 years shaoqun formatpane listening to the events of the collection's building process
(edit) @12470   18 years shaoqun new download pane gui
(edit) @12469   18 years shaoqun make the set default button work properly
(edit) @12468   18 years shaoqun added classes for download pane
(edit) @12467   18 years shaoqun added code for download pane not to check some fileds
(edit) @12466   18 years shaoqun added code for download pane
(edit) @12462   18 years mdewsnip Added the GLI version number into the title bar, to make it easy to …
(edit) @12452   18 years mdewsnip Added a check to make sure we're not setting the GUIManager width and …
(edit) @12451   18 years mdewsnip Now displays the GLI version number first thing, to make error reports …
(edit) @12449   18 years kjdon Classifier.toString no longer has classify in front, so don't need to …
(edit) @12423   18 years shaoqun enable the preview buton when there is a previouly built collecton and …
(edit) @12417   18 years shaoqun added methods for printing out xml nodes
(edit) @12416   18 years shaoqun fixed bugs that causes DefaultIndex not to be parsed properly for mgpp
(edit) @12414   18 years shaoqun force the model to refresh when set root, e.g. call setRoot method
(edit) @12413   18 years shaoqun added code to use customized radio icons to make them noticable on windows
(edit) @12402   18 years mdewsnip Fixed a new bug where metadata element names weren't being converted …
(edit) @12379   18 years kjdon added ... to New Index and Edit index buttons
(edit) @12378   18 years kjdon added FURTHER_DIALOG_INDICATOR (...)
(edit) @12368   18 years kjdon grab the focus into textarea when we gain focus
(edit) @12367   18 years kjdon this now saves on losefocus, and has undo and redo buttons rather than …
(edit) @12366   18 years kjdon preview button click now calls loseFocus on current view
(edit) @12365   18 years kjdon undo and redo string keys are now General not CDM.FormatManager
(edit) @12352   18 years kjdon changed setting of initial value for metadata type to look at preset …
(edit) @12350   18 years kjdon change parseClassify to use a StringBuffer in an inner loop, and added …
(edit) @12349   18 years kjdon added support for setting languagemetadata to be used with language …
(edit) @12348   18 years kjdon made selectValue a static method
(edit) @12347   18 years kjdon added language_metadata strings
(edit) @12346   18 years kjdon moved text outside the source list. select all button is now on mgpp …
(edit) @12345   18 years kjdon added a tooltip for the inherited metadata icon
(edit) @12343   18 years shaoqun a classes that can be used to stop a process
(edit) @12336   18 years shaoqun added more export versions and xslt transformation
(edit) @12312   18 years kjdon fixed a bug that produced a NPE
(edit) @12310   18 years davidb Minor mods to Gatherer exit code to allow -- for the Windows case -- …
(edit) @12307   18 years kjdon removed some unused code
(edit) @12306   18 years kjdon changed a debug statement so that its not printing out a null value
(edit) @12305   18 years kjdon removed gui.ArgumentControl class and ArgumentConfiguration inner …
(edit) @12304   18 years kjdon made the LEVEL string [] protected
(edit) @12303   18 years kjdon made BasicSeparator a static class, removed some custom plugin code
(edit) @12302   18 years kjdon removed an unused variable and unused method, blank feature and part …
(edit) @12301   18 years kjdon changed the default features back to have "" as the first one - will …
(edit) @12300   18 years kjdon removed some unused variables
(edit) @12299   18 years kjdon made SearchMetadataTableCellRenderer a static class
(edit) @12298   18 years kjdon close the bufferedreader
(edit) @12297   18 years kjdon changed = to ==
(edit) @12295   18 years kjdon changed string concatenation to use a StringBuffer
(edit) @12294   18 years kjdon changed an & to &&, changed != "" to \!.equals("")
(edit) @12293   18 years kjdon getExploderPlugin changed to getExploderPlugins, and returns an …
(edit) @12292   18 years kjdon there may be multiple plugins that can explode a particular file …
(edit) @12284   18 years kjdon added language partitions to the list of metadata
(edit) @12283   18 years kjdon made this more like LanguageManager. A bit more simple.
(edit) @12282   18 years kjdon changed the toString method to not output 'subcollection'
(edit) @12281   18 years kjdon renamed ListListener to AssignedListListener
(edit) @12280   18 years kjdon no longer display 'format' in the list of assigned formats
(edit) @12279   18 years kjdon no longer display 'plugin', or 'classify' in the list of assigned …
(edit) @12278   18 years kjdon tidied this up. now can have a list of languages per partition.
(edit) @12277   18 years kjdon Language can now have more than one lang code associated with it. …
(edit) @12273   18 years shaoqun added all features
(edit) @12271   18 years kjdon setTitle (line 71) should be using the dictionary
(edit) @12263   18 years kjdon moved the setCaretPostion statement to after the setText statement, so …
(edit) @12253   18 years kjdon removed the custom attribute setting
(edit) @12252   18 years kjdon ArgumentConfiguration getArguments no longer takes any arguments - …
(edit) @12251   18 years kjdon added a getElement method, and removed the Custom methods - can no …
(edit) @12250   18 years kjdon changed the way the pluginfo.pl command is built up - uses an …
(edit) @12249   18 years kjdon minor style change
(edit) @12248   18 years kjdon changed the way the classinfo.pl command is built up - uses an …
(edit) @12247   18 years kjdon made ArgumentContainer a base class instead of an interface and moved …
(edit) @12245   18 years kjdon added getCollection[Plugins|Classifiers]DirectoryPath methods
(edit) @12244   18 years kjdon changed the formatting so there is not the horrible big space anymore
(edit) @12243   18 years kjdon removed the custom attribute
(edit) @12241   18 years kjdon changed the menu bar key
(edit) @12238   18 years kjdon need to remove the set from the model before removing it from the …
(edit) @12237   18 years kjdon format pane has a reduced set of options for GS3 collections - no …
(edit) @12225   18 years davidb Instead of GLI saying it needs to restart when the language interface …
(edit) @12167   18 years kjdon add and replace buttons now one button called add_or_replace_button; …
Note: See TracRevisionLog for help on using the revision log.