source: trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @12123   18 years kjdon Changed text handling to use Dictionary.get rather than …
(edit) @12072   18 years kjdon all these managers now implement modeChanged()
(edit) @11905   18 years mdewsnip Changed all JButtons to GLIButtons, so they don't have a horrible blue …
(edit) @11666   18 years kjdon superclass PlugInfo or ClassInfo has been moved outsidde the Arguments …
(edit) @11630   18 years mdewsnip Moved another function out of Utility and into XMLTools.
(edit) @11130   18 years mdewsnip Removed some dead code.
(edit) @11047   18 years mdewsnip Small fix to previous change.
(edit) @11046   18 years mdewsnip Tidied up plugin and classifier parsing and error output.
(edit) @11039   18 years mdewsnip Removed a bit of dead code.
(edit) @11038   18 years mdewsnip Tidied up the look of the Design pane. Each Design pane screen now has …
(edit) @11031   18 years kjdon removed instructions, changed title to be the same string as in the …
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10576   19 years mdewsnip Rearranged a few things when using classinfo.pl and pluginfo.pl, to …
(edit) @10556   19 years kjdon fixes to make the config file save only if it has changed
(edit) @10370   19 years mdewsnip Added a new LocalGreenstone class which contains functions that only …
(edit) @10343   19 years kjdon move up and down buttons become disabled when selection at top/bottom
(edit) @10342   19 years mdewsnip Tidied up a lot of path variables. These were all over the place, and …
(edit) @10341   19 years kjdon when change the order of the classifiers, now it calls refresh in the …
(edit) @10237   19 years mdewsnip New code for "incremental" building, by Matthew Whyte. I've only had …
(edit) @10011   19 years mdewsnip Moved Utility.getImage into JarTools, as part of tidying up the …
(edit) @9126   19 years kjdon moved the argument details xml parsing code to Argument.parseXML - the …
(edit) @8782   19 years mdewsnip Removed some unused imports.
(edit) @8765   19 years mdewsnip Removed static definition of "Abstract" string.
(edit) @8670   19 years mdewsnip Fixed my changes from yesterday to store plugins.dat, classifiers.dat, …
(edit) @8650   19 years mdewsnip The plugins.dat and classifiers.dat files are now stored in the GLI …
(edit) @8360   20 years kjdon changed the removelistener for classifier list - if remove a …
(edit) @8249   20 years mdewsnip Moved the XMLStringToDOM() function from Utility into …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8015   20 years mdewsnip Moved clear() and setValue() functions from MSMUtils into XMLTools. …
(edit) @8002   20 years mdewsnip Tightened up many public functions to private.
(edit) @7996   20 years mdewsnip Removed more references to the msm package, which is being removed.
(edit) @7995   20 years mdewsnip Removed a whole lot of references to the msm package, which is on its …
(edit) @7959   20 years davidb Extended to allow pluginfo.pl and classinfo.pl to retrieve their …
(edit) @7151   20 years kjdon fixed some more static label sizes and deleted a lot of commented out stuff
(edit) @6999   20 years kjdon made the clearCache methods static so they can be called when there is …
(edit) @6995   20 years kjdon added a new method clear[Plugin|Classifier]Cache which deletes the …
(edit) @6992   20 years kjdon now load up plugins and classifiers in the right language
(edit) @6861   20 years kjdon more fixing up of label size and layout
(edit) @6844   20 years kjdon removed the fixed sizing from the move up and down buttons so they …
(edit) @6830   20 years mdewsnip No longer uses DoubleImageButtons - a simple JButton will do, is much …
(edit) @6822   20 years mdewsnip Changed plugin and classifiers tooltips to use the new …
(edit) @6389   20 years jmt12 Introduced the idea of detail modes - these have an effect on several …
(edit) @6318   20 years jmt12 Changed JButtons for GLIButtons, which know whether they should paint …
(edit) @6087   20 years jmt12 Extended arguments so they could be given a minimum and maximum range. …
(edit) @6032   20 years jmt12 Added a method to retrieve the hierarchy classifiers of a collection
(edit) @5984   20 years jmt12 Added methodto determine if Phind classifier has been assigned
(edit) @5863   21 years jmt12 The lists for selecting PlugIns and Classifiers now show the …
(edit) @5593   21 years mdewsnip Changed calls to the Dictionary.
(edit) @5590   21 years mdewsnip Could it be I've finished adding tooltips?? Why yes, very nearly... …
(edit) @5342   21 years mdewsnip Changed dictionary get()s to have the whole key.
(edit) @5218   21 years mdewsnip Changed "move to top/up/down/bottom" buttons to be DoubleImageButtons.
(edit) @5209   21 years jmt12 Fix 203B120 and 147
(edit) @5090   21 years jmt12 Tried to standardize instruction text area to 6 lines tall
(edit) @5037   21 years jmt12 CDM now recognizes G2-1.4 collect.cfg commands
(edit) @4960   21 years jmt12 Removed custom package from cdm (I'll put it back one day)
(edit) @4932   21 years jmt12 Major CDM rewrite so it uses DOM.
(edit) @4838   21 years jmt12 2030159: Had confused element name and identifier. Also added ability …
(edit) @4675   21 years jmt12 Sunday's work
(edit) @4645   21 years kjdon changed some colouring stuff
(edit) @4638   21 years kjdon the remove and configure plugin/classifier buttons are now disabled if …
(edit) @4626   21 years kjdon indented some comments, changed it so that custom classifiers are …
(edit) @4597   21 years jmt12 2030127: ClassifierManager was incorrectly adding an extra 'Perl.exe' …
(edit) @4595   21 years kjdon tidied up gatherer.debug - > gatherer.println
(edit) @4580   21 years jmt12 2030124: Argument parsing now doesn't begin until the '<?xml' is …
(edit) @4578   21 years kjdon made the classifier selection box non-editable
(edit) @4567   21 years kjdon for parsing and writing classifier args: use toStringCOnfig for …
(edit) @4527   21 years jmt12 2030115: Importing Metadata didn't work under windows because I had …
(edit) @4465   21 years jmt12 2030093: Now a custom classifier is called on its own thread, so the …
(edit) @4366   21 years kjdon re-tabbed the code for java
(add) @4293   21 years jmt12 Initial revision
Note: See TracRevisionLog for help on using the revision log.