source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4548   21 years mdewsnip Changed all instances of "directory"/"directories" to "folder"/"folders".
(edit) @4547   21 years mdewsnip Changed the MagicMenuItem to be a bit more magical (ie. work :-). When …
(edit) @4546   21 years mdewsnip Added gainFocus() method so the pane could update the "view assigned …
(edit) @4545   21 years mdewsnip Removed caching of the "x files and y directories selected" details. …
(edit) @4544   21 years mdewsnip Removed some redundant code and corrected some comments.
(edit) @4543   21 years mdewsnip Changed to use a JTextArea instead of a SmarterTextArea.
(edit) @4542   21 years mdewsnip Value tree now sets root to invisible itself.
(edit) @4541   21 years mdewsnip Some more improvements and optimizations. Had to add a special case …
(edit) @4540   21 years kjdon have changed teh way indexes are written to and read from the config …
(edit) @4539   21 years jmt12 2030113: Dialogs opened during dnd operations cause the JVM to stagger …
(edit) @4538   21 years jmt12 2030116: Metadata was not being imported from metadata.xml with …
(edit) @4537   21 years mdewsnip Added a new addElement which takes a language as well as a name. This …
(edit) @4536   21 years mdewsnip Three fixes to the metadata editor manager. 1) The identifier …
(edit) @4535   21 years mdewsnip Modified add method so it returns the row index of the attribute just …
(edit) @4534   21 years mdewsnip Changed "To" label on MetadataEditorManager dialog to "Element".
(edit) @4533   21 years kjdon made the default subcoll field non-editable, and added a …
(edit) @4532   21 years kjdon made the default subcoll field non-editable
(edit) @4531   21 years kjdon changed some of the subcollectioon filter stuff to subcollection partition
(edit) @4530   21 years jmt12 2030111: X11R6 crash was caused by MetadataEditorManager not collectly …
(edit) @4529   21 years jmt12 Removed a comment I accidently left in.
(edit) @4528   21 years jmt12 My installation is complete message is better than yours.
(edit) @4527   21 years jmt12 2030115: Importing Metadata didn't work under windows because I had …
(edit) @4526   21 years mdewsnip Moved the functionality of the "replace" and "remove" buttons into …
(edit) @4525   21 years kjdon drop now checks that the model is appropriate - ie that htere is a …
(edit) @4524   21 years mdewsnip Fixed problem under Windows where file paths were not escaped …
(edit) @4523   21 years mdewsnip Added an "Installation successful" message.
(edit) @4522   21 years kjdon added another card to teh metadata card layout - now switch between …
(edit) @4521   21 years mdewsnip Changed away from using SynchronizedTreeModelTools, for the moment.
(edit) @4520   21 years kjdon some 'no metadata sets' messages
(edit) @4519   21 years mdewsnip Moved the functionality of the "Append" button into a new thread, to …
(edit) @4518   21 years kjdon added the no metadata set warning dialog thing to the config file
(edit) @4517   21 years mdewsnip Moved some table selection update code into its own thread, to …
(edit) @4516   21 years kjdon at teh start of addMetadata, we display a warning dialog if there are …
(edit) @4515   21 years kjdon now doesn't try to add metadata if there are no metadata sets
(edit) @4514   21 years jmt12 Hopefully the 'view assigned metadata for... now works properly.
(edit) @4513   21 years jmt12 * empty log message *
(edit) @4512   21 years jmt12 2030108: Fixed collectionmeta disappearing.
(edit) @4511   21 years jmt12 2030109: FormatManager will now try to parse more lines from the …
(edit) @4510   21 years jmt12 2030109: If can now read in some crazily (but not poorly) formed …
(edit) @4509   21 years kjdon fixed another bug where John had set somethign to null and then tried …
(edit) @4508   21 years kjdon fixed up the 'select element to merge with' dialog - used when adding …
(edit) @4507   21 years sjboddie Put back in BBC specific code that was mistakenly removed.
(edit) @4506   21 years kjdon if nothing in the tree is selected, need to make the selection label …
(edit) @4505   21 years kjdon when adding a new element to a metadata set, we now need to pass in …
(edit) @4504   21 years kjdon fixed up adding and removing elements from teh set - need to …
(edit) @4503   21 years kjdon getFullName and getFullIdentifier now take a namespace string as a …
(edit) @4502   21 years kjdon ElementWrapper now stores the namespace that its element had when it …
(edit) @4501   21 years kjdon indented some comments
(edit) @4500   21 years jmt12 2030105: I'm sure I've fixed this before, but lets try again.
(edit) @4499   21 years mdewsnip Updated version with correct image sizes.
(edit) @4498   21 years jmt12 2030098: Modified some phrases for Translation and Subcollection …
(edit) @4497   21 years jmt12 Umm. Realigned some comments I think.
(edit) @4496   21 years jmt12 2030104: Modified to support SuperCollections needs.
(edit) @4495   21 years jmt12 2030104: Bug fix for when viewing the SuperCollection pane for the …
(edit) @4494   21 years jmt12 2030098: Fixed translation manager and separated the Languages from …
(edit) @4493   21 years jmt12 Tried to change button colours
(edit) @4492   21 years jmt12 Tried to change button colours.
(edit) @4491   21 years jmt12 Changed the GLI's title bar name.
(edit) @4490   21 years kjdon fixed a bug - you cant set something to null and then expect to be …
(edit) @4489   21 years kjdon changed a lot of stuff to do with importing metadata sets and merging …
(edit) @4488   21 years kjdon properly indented some comments
(edit) @4487   21 years kjdon now passes the metadata set as well to getStructuralDetails, so we can …
(edit) @4486   21 years kjdon some new keys for metadata element merging
(edit) @4485   21 years mdewsnip "Metadata Sets" is like, SO, much more descriptive.
(edit) @4484   21 years mdewsnip Improved the window positioning code. With some window managers, …
(edit) @4483   21 years mdewsnip getBounds() now returns null instead of a arbitrary default value - …
(edit) @4482   21 years mdewsnip Now chooses a sensible default location and size if none can be found …
(edit) @4481   21 years mdewsnip Saving collections no longer causes the metadata tables to be rebuilt …
(edit) @4480   21 years mdewsnip Added facilities for reading and writing Rectangles (for storing the …
(edit) @4479   21 years mdewsnip Now remembers window location as well as size (storing in …
(edit) @4478   21 years mdewsnip Removed general.size and replaced it with general.bounds - now stores …
(edit) @4477   21 years jmt12 2030105: Once again I was blodging the AWTEvent Dispatch Thread so …
(edit) @4476   21 years kjdon enabled removal of multiple plugins at once from the users plugin list
(edit) @4475   21 years kjdon added new entry
(edit) @4474   21 years kjdon put the new entries from teh bottom into their correct places in the file
(edit) @4473   21 years kjdon changed a text string
(edit) @4472   21 years jmt12 Changed several dictionary phrases while fixing Language problems.
(edit) @4471   21 years kjdon fixed up the key events for some items in the metadata set menu
(edit) @4470   21 years jmt12 2030104: A new class for handling the SuperCollection configuration …
(edit) @4469   21 years kjdon commented out job_status stuff - not used by anything, changed …
(edit) @4468   21 years mdewsnip Can now add/edit/remove element attributes properly.
(edit) @4467   21 years mdewsnip Changed removeAttribute method so it takes the language of the …
(edit) @4466   21 years jmt12 2030093: CustomAZList now has valueIsAdjusting() to stop inifinite …
(edit) @4465   21 years jmt12 2030093: Now a custom classifier is called on its own thread, so the …
(edit) @4464   21 years jmt12 2030093: Added a method getCount() which returns the count of both …
(edit) @4463   21 years jmt12 2030093: Adding a method valueIsAdjusting() to prevent a CustomAZList …
(edit) @4462   21 years sjboddie html error
(edit) @4461   21 years kjdon added some space between items on the menu bar so that they look more …
(edit) @4460   21 years jmt12 2030102: The reason metadata importing was dying was that the …
(edit) @4459   21 years jmt12 2030100: With the bug in ModalDialog fixed I can revert this back.
(edit) @4458   21 years jmt12 2030102: If the modal dialog was opened by any thread other than the …
(edit) @4457   21 years mdewsnip Removed call to deprecated function URLDecoder::decode(String).
(edit) @4456   21 years mdewsnip Changed the "edit text..." button to just "...".
(edit) @4455   21 years mdewsnip Rearranged components in pane: "append"/"replace"/"remove" buttons are …
(edit) @4454   21 years mdewsnip Changed buttons from portrait to landscape, to match rearranged …
(edit) @4453   21 years mdewsnip Reduced size of expand button, as part of MetaEditPane rearrange.
(edit) @4452   21 years kjdon changed this so it matches what was previously in MSMProfiler.java
(edit) @4451   21 years kjdon now uses DOM model to read and write profile.xml files, the DTD now …
(edit) @4450   21 years kjdon added static string for profile template (protemp.xml) and fixed some …
(edit) @4449   21 years jmt12 Moved the 'does the file we are processing match the fileset in the …
Note: See TracRevisionLog for help on using the revision log.