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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8688   20 years mdewsnip Can't preview collections if the library URL string is cleared.
(edit) @8652   20 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(edit) @8635   20 years mdewsnip Removed some dead code.
(edit) @8634   20 years mdewsnip Changes to the library URL now affect the preview button immediately.
(edit) @8629   20 years mdewsnip More changes to the local library/web library configuration stuff.
(edit) @8627   20 years mdewsnip Replaced exec_address with library_url, which is much more descriptive …
(edit) @8607   20 years mdewsnip First cut at suggesting plugins to use for files dragged into a …
(edit) @8606   20 years mdewsnip Made just one WarningDialog constructor.
(edit) @8605   20 years mdewsnip Removed some dead code.
(edit) @8601   20 years mdewsnip Renamed the two "PlugIn" classes to "Plugin", for our sanity.
(edit) @8600   20 years mdewsnip The first smidgeon of the "plugin suggestion" code.
(edit) @8595   20 years mdewsnip Removed more dead code.
(edit) @8594   20 years mdewsnip Removed another unused class.
(edit) @8593   20 years mdewsnip Moved gui/ComboArea.java and gui/SmarterTextArea.java into gems, since …
(edit) @8592   20 years mdewsnip Only used by the GEMS, which has its own copy of these two files.
(edit) @8590   20 years mdewsnip Renamed checklist/Entry.java to checklist/CheckListEntry.java.
(edit) @8588   20 years mdewsnip Removed some more dead code: the "meta audit" menu bar stuff.
(edit) @8586   20 years mdewsnip Made saving collections unthreaded -- this makes a lot of code, and at …
(edit) @8579   20 years mdewsnip Moved the HelpFrame class out of "help" into "gui.
(edit) @8549   20 years mdewsnip New metadata code means this is no longer used.
(edit) @8547   20 years mdewsnip No longer used (replaced by metadata/MetadataValueTableModel.java and …
(edit) @8506   20 years mdewsnip Re-enabled the Workflow Preferences tab, which was disabled for the …
(edit) @8503   20 years mdewsnip Can now double-click on a leaf node in the value tree to assign it …
(edit) @8501   20 years mdewsnip Fixed a bug with the value tree where the first node would be …
(edit) @8496   20 years mdewsnip Started off fixing a bug where the loaded collection wasn't being …
(edit) @8480   20 years mdewsnip Fixed the ModalDialog so it works with Java 1.5.0.
(edit) @8474   20 years mdewsnip Changed all show() to setVisible(true) and all hide() to …
(edit) @8471   20 years mdewsnip Changed the name of a variable from "enum" to "enumeration" to avoid …
(edit) @8432   20 years mdewsnip Fixed the problem where filtering empty values causes NPEs, and now …
(edit) @8431   20 years mdewsnip Some cosmetic improvements.
(edit) @8367   20 years mdewsnip More code for speeding up metadata editing: focus stays on metadata …
(edit) @8364   20 years mdewsnip Much improved algorithm for selecting the best row in the table after …
(edit) @8359   20 years mdewsnip Avoided an extra valueChanged(TreeSelectionEvent) call when the pane …
(edit) @8356   20 years mdewsnip Removed some unused stuff.
(edit) @8355   20 years mdewsnip Commented out some unused code.
(edit) @8354   20 years mdewsnip The collection tree is no longer closed down annoyingly when the …
(edit) @8353   20 years mdewsnip Changed the collectionChanged() functions to refresh(), and added an …
(edit) @8352   20 years mdewsnip Made some static variables final.
(edit) @8351   20 years kjdon removed some print statements
(edit) @8343   20 years mdewsnip Made some annoying debug statements go to DebugStream instead of …
(edit) @8332   20 years mdewsnip Removed a couple of items from the "About" dialog that are no longer …
(edit) @8313   20 years mdewsnip Finally committing the (many) changes to the GLI to use the new …
(edit) @8262   20 years mdewsnip Removed the FileNode functions from ArrayTools as this creates nasty …
(edit) @8258   20 years mdewsnip Made HelpFrame.setView static to remove another Gatherer class dependency.
(edit) @8257   20 years mdewsnip No longer dependent on the Gatherer class.
(edit) @8256   20 years mdewsnip Moved the current_modal static variable out of the Gatherer class into …
(edit) @8255   20 years mdewsnip No longer dependent on the Gatherer class (and rightfully so!).
(edit) @8254   20 years mdewsnip Removed the crazy jp.jar file. This contained one class: …
(edit) @8253   20 years mdewsnip Moved some stuff out of Configuration.updateUI into GUIManager because …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8240   20 years mdewsnip Removed unnecessary imports of org.greenstone.gatherer.Gatherer.
(edit) @8238   20 years mdewsnip Converted to proper Unix files.
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8216   20 years mdewsnip Fixed a bug with mapping already-namespaced metadata elements.
(edit) @8213   20 years kjdon added a check for no collect directory in CollectionListModel()
(edit) @8212   20 years kjdon added a comment
(edit) @8169   20 years mdewsnip Removed a ton of crap (hopefully this doesn't break anything). Also …
(edit) @8132   20 years mdewsnip More improvements to new metadata code, including language-specific …
(edit) @8130   20 years mdewsnip Used by the new metadata code.
(edit) @8041   20 years mdewsnip Moved undo/UndoManager.java to file/RecycleBin.java.
(edit) @8039   20 years mdewsnip Removed some dead code.
(edit) @8038   20 years mdewsnip Removed some dead code.
(edit) @8036   20 years mdewsnip Moved some code around in preparation for removing the msm package.
(edit) @8035   20 years mdewsnip Moving some code around in preparation for removing the entire msm package.
(edit) @8023   20 years mdewsnip More new metadata code: metadata elements now have definitions and …
(edit) @8019   20 years mdewsnip Removed some dead code.
(edit) @8018   20 years mdewsnip Fixed the METADATUM argument case so the import.pl "sortmeta" option …
(edit) @8015   20 years mdewsnip Moved clear() and setValue() functions from MSMUtils into XMLTools. …
(edit) @8004   20 years mdewsnip A small taste of what's to come…
(edit) @8003   20 years mdewsnip Tightened up some public functions to be private.
(edit) @7999   20 years mdewsnip Removed some dead code.
(edit) @7998   20 years mdewsnip Removed some dead code.
(edit) @7983   20 years mdewsnip Part of the new metadata code; used for rendering the cells in the …
(edit) @7982   20 years mdewsnip Removed some dead code.
(edit) @7981   20 years mdewsnip Removed some dead code.
(edit) @7794   20 years kjdon disable brwose to find collections for GS3
(edit) @7740   20 years davidb General changes made to support GLI as an applet.
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7691   20 years mdewsnip Fixed a bug where switching to a file with no metadata would cause an …
(edit) @7689   20 years kjdon stop the progress bar if we close a download while its still running
(edit) @7663   20 years kjdon removed a couple of commented-out bits
(edit) @7662   20 years kjdon lots of changes. url field is now just a plain textfield. does no …
(edit) @7661   20 years kjdon pass mode changed call to mirror pane
(edit) @7660   20 years kjdon removed the clear cache button from preferences
(edit) @7659   20 years kjdon renamed GProgressBar to DownloadProgressBar. Also changed the buttons …
(edit) @7639   20 years mdewsnip Added the ability to refresh the "Downloaded Files" folder when …
(edit) @7633   20 years mdewsnip Some function and variable name changes, and added the web …
(edit) @7558   20 years kjdon made the dialog wider
(edit) @7542   20 years mdewsnip Removed gory red colours set when the title or description aren't …
(edit) @7540   20 years mdewsnip Some minor tidy ups with removing dead code.
(edit) @7534   20 years mdewsnip The value trees are now refreshed correctly when the collection changes.
(edit) @7521   20 years kjdon clicking preview now saves the config file just in case
(edit) @7517   20 years mdewsnip Replaced ordering combobox with two radio buttons (ascending and …
(edit) @7515   20 years mdewsnip Added tooltip to column headers.
(edit) @7511   20 years kjdon now only show extracted metadata if there is a value there. needed to …
(edit) @7505   20 years mdewsnip Preferences are now saved to file as soon as the OK button is pressed …
(edit) @7500   20 years mdewsnip Removed stuff about the defunct Browse and Preview panes.
(edit) @7499   20 years mdewsnip Added "open file in external program" option to the right-click menu …
(edit) @7493   20 years mdewsnip Oops... can only create a new folder in the collection tree.
Note: See TracRevisionLog for help on using the revision log.