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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4833   21 years jmt12 Added a legacy constructor which takes a reference to the Gatherer. …
(edit) @4832   21 years jmt12 Changed from DOS to Unix.
(edit) @4803   21 years jmt12 bug#2030157: Fixed editable, and added the idea of editable foreground …
(edit) @4802   21 years jmt12 bug#2030156: Pressing [Enter] will no longer cause NPE because the …
(edit) @4801   21 years jmt12 bug#2030155: When changing FileNode I noticed the tree-expansion …
(edit) @4798   21 years jmt12 bug#2030154: GComboBox now uses dataModel data member rather than its …
(edit) @4686   21 years jmt12 Replaced System.err.println with Gatherer.println
(edit) @4685   21 years kjdon cleared the message log when coll changed
(edit) @4684   21 years mdewsnip Changed collection description text area to be white (editable)... AGAIN!!
(edit) @4683   21 years mdewsnip Fixed a annoying bug where if the collection had just been saved, it …
(edit) @4681   21 years kjdon now goes back to the Gather pane if a new collection was loaded …
(edit) @4675   21 years jmt12 Sunday's work
(edit) @4673   21 years jmt12 * empty log message *
(edit) @4671   21 years jmt12 Reimplemented dialog with more useful messages.
(edit) @4668   21 years mdewsnip Changed isCommon() to be public, since it needs to be called by …
(edit) @4667   21 years mdewsnip Changed the background colour of the filter to be "color.editable".
(edit) @4666   21 years mdewsnip Changed the background colour of the filters to be "color.editable".
(edit) @4664   21 years mdewsnip Changed description text area to be white (editable).
(edit) @4663   21 years jmt12 Changed KeyAdapter to DocumentListener
(edit) @4662   21 years mdewsnip Now rebuilds model when elementChanged events are received (eg. when …
(edit) @4659   21 years kjdon added back in the delete collection functionality
(edit) @4655   21 years kjdon added back in the delete menu item
(edit) @4652   21 years mdewsnip Changed filter to be white (editable).
(edit) @4651   21 years mdewsnip Fairly substantial changes, including a totally new ModelBuilder. The …
(edit) @4650   21 years mdewsnip Many improvements to this pane, mostly to do with keeping selections …
(edit) @4646   21 years kjdon added a date string for teh about dialog - this is a bit of a hack to …
(edit) @4641   21 years kjdon fixed a bug
(edit) @4640   21 years kjdon indented some comments
(edit) @4630   21 years mdewsnip Removed a dead function with a whole lot of calls to a deprecated function.
(edit) @4627   21 years mdewsnip Changed new model builder so it ignored hidden metadata, and removed …
(edit) @4625   21 years mdewsnip Added a new ModelBuilder which is a bit cleaner than the old one, and …
(edit) @4617   21 years jmt12 2030120: Modified constructor to allow specification of whether the …
(edit) @4616   21 years jmt12 2030120: Changed to use the new DragTree with the ability to set …
(edit) @4609   21 years mdewsnip Changed the background of the combo boxes to be white.
(edit) @4607   21 years mdewsnip Cut/Copy/Paste now fails silently if a JTextComponent isn't selected …
(edit) @4606   21 years mdewsnip Changed "x files selected" message to have a light green background …
(edit) @4604   21 years mdewsnip Removed debug statement.
(edit) @4603   21 years mdewsnip Changed the order of the items in the edit menu to be standard: cut, …
(edit) @4602   21 years kjdon DragTree was setting the model to Immediate, then not setting it back, …
(edit) @4600   21 years kjdon on collectionChanged, the preview pane now reloads the home page of …
(edit) @4599   21 years kjdon now previes pane gets the collectionChanged messages too
(edit) @4596   21 years jmt12 2030125: Several string lengths were hardcoded which caused an attempt …
(edit) @4595   21 years kjdon tidied up gatherer.debug - > gatherer.println
(edit) @4587   21 years jmt12 Now the audit view does show the selected node from the currently …
(edit) @4585   21 years mdewsnip Fixed problem where sometimes the "view assigned metadata" menu item …
(edit) @4565   21 years jmt12 2030118, 2030119: MetaAudit view now has columns sorted by natural …
(edit) @4561   21 years jmt12 Was needlessly clearing the TreeSynchronizer listeners. It used to be …
(edit) @4560   21 years jmt12 2030123: Have now (successfully) told CalPane not to cache pages. …
(edit) @4551   21 years mdewsnip Fixed a bug where a new OptionsPane was being created whenever a …
(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) @4544   21 years mdewsnip Removed some redundant code and corrected some comments.
(edit) @4542   21 years mdewsnip Value tree now sets root to invisible itself.
(edit) @4539   21 years jmt12 2030113: Dialogs opened during dnd operations cause the JVM to stagger …
(edit) @4529   21 years jmt12 Removed a comment I accidently left in.
(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) @4522   21 years kjdon added another card to teh metadata card layout - now switch between …
(edit) @4519   21 years mdewsnip Moved the functionality of the "Append" button into a new thread, to …
(edit) @4517   21 years mdewsnip Moved some table selection update code into its own thread, to …
(edit) @4514   21 years jmt12 Hopefully the 'view assigned metadata for... now works properly.
(edit) @4513   21 years jmt12 * empty log message *
(edit) @4506   21 years kjdon if nothing in the tree is selected, need to make the selection label …
(edit) @4497   21 years jmt12 Umm. Realigned some comments I think.
(edit) @4471   21 years kjdon fixed up the key events for some items in the metadata set menu
(edit) @4461   21 years kjdon added some space between items on the menu bar so that they look more …
(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) @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) @4448   21 years jmt12 2030100: Since the LockFileDialog has no parent during GLI startup, …
(edit) @4444   21 years jmt12 Bug fix to prevent the model builder attempting to build a model …
(edit) @4431   21 years kjdon added a comment
(edit) @4428   21 years kjdon the modal dialog now is one of our special ModalDialogs which only …
(edit) @4427   21 years kjdon the modal dialog now is one of our special ModalDialogs which only …
(edit) @4426   21 years mdewsnip Removed debug statement.
(edit) @4425   21 years mdewsnip Some changes as a result of tidying up GValueTree. Now includes some …
(edit) @4421   21 years kjdon the modal dialog now is one of our special ModalDialogs which only …
(edit) @4414   21 years kjdon added in the other constructors
(edit) @4412   21 years jmt12 Adding file permanently.
(edit) @4410   21 years kjdon made the MEtaEditPane an MSMListener, so that it will update itself …
(edit) @4409   21 years kjdon fix to be able to add new text to a SmarterTextArea
(edit) @4400   21 years jmt12 2030084: Fixed problem where preview pane was incorrectly attempting …
(edit) @4394   21 years jmt12 Added the ability to show 'greyfolder.gif' for non-real and file …
(edit) @4393   21 years kjdon now test if path is null before seeing if the path is valid, when …
(edit) @4392   21 years jmt12 Now close collection actually closes collection (after yesterdays save …
(edit) @4381   21 years jmt12 Disabled all menu bar menus after File->Quit selected - John
(edit) @4378   21 years kjdon disabled dragging of dummy nodes (Greenstone Collections) and file …
(edit) @4375   21 years kjdon and now if a file is selected, it tries to create a folder as a child …
(edit) @4374   21 years kjdon if you try to create a new folder with no folder selected, or more …
(edit) @4371   21 years jmt12 Modified so that an open collection isn't closed if a user selects …
(edit) @4367   21 years mdewsnip Fixed tabbing.
(edit) @4366   21 years kjdon re-tabbed the code for java
(edit) @4356   21 years jmt12 Tidied up the configure server.exe methods into one handy method. How …
(edit) @4355   21 years jmt12 Fixed hardcoded change for dls - John
(edit) @4353   21 years jmt12 Now the append prompt does not have replace or replace all enabled - John
(edit) @4352   21 years jmt12 Now replace is correctly enabled - John
(edit) @4350   21 years mdewsnip Added check for null builder in setSelectedMetadata().
(edit) @4346   21 years kjdon added in a log history list for build messages
(edit) @4342   21 years jmt12 Added resetServer method to fire configure action off to local library …
Note: See TracRevisionLog for help on using the revision log.