source: trunk/gli/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12828   18 years kjdon add search types format into default format map
(edit) @12827   18 years kjdon changed the layout slightly - now uses a splitpane, so user can resize …
(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) @12823   18 years kjdon added a sort_options flag - if set to false, won't sort the options in …
(edit) @12822   18 years kjdon changed from a BoxLayout to a GridLayout for build and import options …
(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) @12804   18 years mdewsnip Removed an unused function.
(edit) @12803   18 years mdewsnip Moved dealing with the Local Library out of CollectionDesignManager
(edit) @12802   18 years mdewsnip Removed an unused variable.
(edit) @12801   18 years mdewsnip Removed more unnecessary stuff.
(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) @12797   18 years mdewsnip Removed a lot of unused code.
(edit) @12763   18 years mdewsnip Now updates the metadata sets and metadata table when GEMS is closed …
(edit) @12762   18 years mdewsnip Fixed up some formatting.
(edit) @12758   18 years kjdon when run from GLI, we disable most of the menu so hat we have control …
(edit) @12756   18 years kjdon made File->Exit work when run from GLI
(edit) @12751   18 years mdewsnip Changed "Incremental Build" to "Minimal Build", which still isn't …
(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) @12746   18 years mdewsnip A bug fix to the dodgy "incremental rebuild" code -- it would only …
(edit) @12745   18 years kjdon commented out the workflow stuff. it doesn't work properly, and its a …
(edit) @12739   18 years mdewsnip Changed the "creating collection" progress dialog to be consistent …
(edit) @12735   18 years mdewsnip The GLI now correctly loads metadata from exploded metadata databases …
(edit) @12734   18 years kjdon changed the add element popup to say subelement if appropriate
(edit) @12732   18 years kjdon MetadataSetTree now knows what its parent frame is, so the new element …
(edit) @12730   18 years kjdon added menu bar of changed where help text is opened at
(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) @12727   18 years kjdon need to update cardlayout when called from GLI
(edit) @12726   18 years kjdon removed a couple of strings that weren't being used
(edit) @12725   18 years kjdon removed commented out strings
(edit) @12721   18 years kjdon changed the right click popup menu to say subelement instead of …
(edit) @12713   18 years mdewsnip Fix for null pointer exception in some cases when editing metadata …
(edit) @12710   18 years kjdon removed existing associations label
(edit) @12708   18 years kjdon changed the variable list slightly - moved the label to be the first …
(edit) @12702   18 years mdewsnip Fixed null-pointer exceptions when creating a new collection.
(edit) @12701   18 years kjdon when creating a new set based on an old one, we want to delete all …
(edit) @12700   18 years kjdon setLangDependAttributes changed to setLanguageDependentAttributes
(edit) @12699   18 years kjdon when setting name, namespace, description, add a new attribute if one …
(edit) @12698   18 years kjdon clear the old attributes arrayList before setting the new one
(edit) @12681   18 years kjdon added in a no_set_loaded pane, and a card layout to switch between it …
(edit) @12680   18 years kjdon added in a cancelled variable, and a method isCancelled, so we know if …
(edit) @12679   18 years kjdon removed some double spaces
(edit) @12675   18 years kjdon fixed up indentation, changed the way the confirmation check box is …
(edit) @12674   18 years kjdon removed some unused strings
(edit) @12673   18 years kjdon commented out the bit that displays the comment - we only want the …
(edit) @12672   18 years kjdon the default attribute with an elements display name is now label, used …
(edit) @12670   18 years kjdon for metadata arguments, need to make sure we set the lang independent …
(edit) @12669   18 years kjdon now inherit from AttributeContainer. for now, no add/delete attribute. …
(edit) @12668   18 years kjdon indented the file properly
(edit) @12667   18 years kjdon prompt for name when creating new element. don't prompt for …
(edit) @12666   18 years kjdon changed confirm save dialog, added a default file name to save file …
(edit) @12665   18 years kjdon right hand side now in a split pane. attribute tables now both use …
(edit) @12664   18 years kjdon added some new constants, commented out others
(edit) @12663   18 years kjdon some coding style changes; languagedependent stuff no longer used
(edit) @12662   18 years kjdon close button changed to cancel button; names of some components …
(edit) @12661   18 years kjdon changed the close button to a cancel button
(edit) @12660   18 years kjdon new prompt for getting an element name when adding a new element
(edit) @12659   18 years kjdon a new base class for MetadataSetInfo and MetadataElementModel as they …
(edit) @12658   18 years kjdon LangDependElementTable and MetadataElementTable have been merged into …
(edit) @12657   18 years kjdon pressing Enter in the text field now closes the prompt
(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) @12650   18 years mdewsnip Now resets the progress bar when the queue is empty, rather than after …
(edit) @12649   18 years mdewsnip Now includes the macros/extra.dm file.
(edit) @12647   18 years mdewsnip The last of the new plugins and classifiers code: collection-specific …
(edit) @12646   18 years mdewsnip Support for collection-specific plugins and classifiers with the new code.
(edit) @12645   18 years mdewsnip Minor variable name change.
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.