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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13594   17 years mdewsnip Moved the LocalGreenstone class into the "greenstone" package.
(edit) @13592   17 years mdewsnip Moved the LocalLibraryServer class into the "greenstone" package.
(edit) @13591   17 years mdewsnip Tidied up all the CollectionManager functions for getting loaded …
(edit) @13586   17 years mdewsnip Added a static getLoadedCollectionName() function into …
(edit) @13582   17 years mdewsnip Removed some unnecessary package imports.
(edit) @13468   17 years mdewsnip A couple of minor changes to use dictionary strings.
(edit) @13453   17 years shaoqun fixed bugs that the collection icons didn't get updated after changes …
(edit) @13421   17 years kjdon only one tab for index options to string
(edit) @13398   17 years kjdon new warningdialog now takes a string for the title rather than a …
(edit) @13384   17 years kjdon when adding a new plugin to a collection, only remove it from …
(edit) @13368   17 years shaoqun add DocumentSearchResultLinks to control the display of search result …
(edit) @13339   17 years mdewsnip Stopped this from continually writing "#defaultlevel" lines out to the …
(edit) @13326   17 years mdewsnip Removed some unnecessary importing of the util.ZipTools class.
(edit) @13294   17 years shaoqun make adding mutiple plugins available in system-specilist mode
(edit) @13277   17 years mdewsnip Fixed a thread bug where the same plugin might be offered more than …
(edit) @13244   17 years shaoqun updates the plugin list when mode changes
(edit) @13195   17 years kjdon quan's changes to remove blue borders around buttons and comboboxes on macs
(edit) @13194   17 years kjdon modified default DateList and VList format statements - removed dls, …
(edit) @13185   17 years kjdon plugin manager place separator is now done in the constructor, not …
(edit) @13184   17 years kjdon removed a commented out line
(edit) @13182   17 years kjdon placeSeparator() is now private and called from the constructor. also …
(edit) @13181   17 years kjdon RecPlug option -use_metadata_files has been deprecated. When parsing …
(edit) @13177   17 years mdewsnip No longer tries to load the options for a plugin/classifier if it has …
(edit) @13158   18 years mdewsnip Made the explode metadata prompt have the exploded metadata set …
(edit) @13074   18 years kjdon we need to add buildcol_change_listener to the levels and stem check …
(edit) @13073   18 years kjdon we need to add buildcol_change_listener to the change indexer prompt …
(edit) @13059   18 years kjdon Level and LevelManager replaced by IndexOption, IndexOptionList and …
(edit) @13058   18 years kjdon uses the new IndexOptionManager instead of LevelManager, and buildtype …
(edit) @13057   18 years kjdon level object is now an IndexOption, not a Level
(edit) @13056   18 years kjdon levels and leveldefault parsing now done using more general …
(edit) @13052   18 years shaoqun make the redo button enabled properly
(edit) @13049   18 years shaoqun added a default selected feature
(edit) @13047   18 years mdewsnip GUI side of the new "indexing options" controls.
(edit) @12842   18 years kjdon Ian hated having a blank format list, so have added back in the …
(edit) @12841   18 years kjdon added a method to see if we have a datelist assigned. used by format …
(edit) @12829   18 years kjdon if trying to preselect a value in a metadata list, then we need to use …
(edit) @12828   18 years kjdon add search types format into default format map
(edit) @12826   18 years kjdon removed an unnecessary comment
(edit) @12825   18 years kjdon ListOption changed to Argument.ArgumentOption, options now comes from …
(edit) @12824   18 years kjdon changed option list form HashMap to ArrayList so they stay in order, …
(edit) @12818   18 years mdewsnip Removed all the default format statements, since they aren't actually …
(edit) @12816   18 years mdewsnip Changed format_map to default_format_map to be a bit more obvious, and …
(edit) @12815   18 years mdewsnip No idea why the static DEFAULT strings weren't being used.
(edit) @12814   18 years mdewsnip CollectionConfiguration no longer inherits from StaticStrings.
(edit) @12813   18 years mdewsnip Fixed a problem where the GLI would add extra spaces at the end of …
(edit) @12811   18 years mdewsnip No longer writes out empty languagemetadata lines.
(edit) @12810   18 years mdewsnip Removed the "UPDATE_COLLECT_CFG" rebuild type, as it is no longer required.
(edit) @12809   18 years mdewsnip Removed all usage of collect_cfg_change_listener, as this is no longer …
(edit) @12808   18 years mdewsnip Removed CollectionManager.configurationChanged() and all 50 calls to …
(edit) @12807   18 years mdewsnip The CollectionConfiguration class now determines whether the …
(edit) @12806   18 years mdewsnip Changed a couple of function names.
(edit) @12805   18 years mdewsnip All instances of saving the collection now go through …
(edit) @12803   18 years mdewsnip Moved dealing with the Local Library out of CollectionDesignManager
(edit) @12800   18 years mdewsnip Tidied up CollectionConfiguration more.
(edit) @12799   18 years mdewsnip Removed an unused array.
(edit) @12798   18 years mdewsnip Started tidying up the CollectionConfiguration class so we can …
(edit) @12750   18 years mdewsnip Now sets rebuild type required correctly.
(edit) @12749   18 years mdewsnip Fixed some bugs in noticing what type of rebuild is required. This is …
(edit) @12748   18 years mdewsnip These panels are on the Format pane, so no rebuild is required when …
(edit) @12729   18 years kjdon added a menu bar for New index prompt
(edit) @12728   18 years kjdon changed the language_metadata object from a Language (which it wasn't) …
(edit) @12708   18 years kjdon changed the variable list slightly - moved the label to be the first …
(edit) @12670   18 years kjdon for metadata arguments, need to make sure we set the lang independent …
(edit) @12652   18 years mdewsnip Added support for editing the collection macros/extra.dm file using …
(edit) @12651   18 years mdewsnip Minor formatting and code changes.
(edit) @12644   18 years mdewsnip Moved the new classifiers stuff out into a new static class …
(edit) @12642   18 years mdewsnip Moved the new plugins stuff out into a new static class …
(edit) @12641   18 years mdewsnip Changed all access to the static strings through …
(edit) @12638   18 years mdewsnip Changed debug statements in new code to go to DebugStream.
(edit) @12637   18 years mdewsnip The remainder of the code needed for the new plugins/classifiers stuff …
(edit) @12636   18 years mdewsnip More static changes, this time to prevent the list of plugins and …
(edit) @12635   18 years mdewsnip Made some of the new plugins/classifiers code static in preparation …
(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) @12620   18 years mdewsnip Removed the unnecessary CollectionDesignManager.XMLStringToDOM() function.
(edit) @12607   18 years kjdon added some dictionary string keys into a comment so that checking for …
(edit) @12529   18 years mdewsnip Moved the cdm/download directory to download (it's got nothing to do …
(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) @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) @12449   18 years kjdon Classifier.toString no longer has classify in front, so don't need to …
(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) @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) @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) @12346   18 years kjdon moved text outside the source list. select all button is now on mgpp …
(edit) @12312   18 years kjdon fixed a bug that produced a NPE
(edit) @12307   18 years kjdon removed some unused code
Note: See TracRevisionLog for help on using the revision log.