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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @7485   20 years mdewsnip Much improved right-click context menus for this pane.
(edit) @7484   20 years mdewsnip Many more improvements to the workspace and collection trees and their …
(edit) @7483   20 years mdewsnip Ooops... the dangers of copy and paste.
(edit) @7482   20 years mdewsnip Some tidy ups in preparation for finalising the workspace and …
(edit) @7361   20 years mdewsnip A further fix to the progress bar so it shows "0%" as soon as it is …
(edit) @7360   20 years mdewsnip Fixed the progress bar so a) It says "Calculating total size of …
(edit) @7341   20 years kjdon in gs3 can now base a coll on one in another site
(edit) @7339   20 years kjdon when changing the site setting, need to close the collection - now …
(edit) @7335   20 years kjdon fixed a NPE for gs2 preferences
(edit) @7326   20 years kjdon the intial stage of making gli work with gs3 - still uses gs2 …
(edit) @7314   20 years kjdon added veronikas changes for the feedback stuff
(edit) @7281   20 years kjdon tidied up some stuff to do with creating BasicCollectionConfigurations
(edit) @7280   20 years kjdon removed a heap of unnecessary crap - filename, email etc fields that …
(edit) @7275   20 years kjdon renamed Utility.CONFIG_DIR to Utility.CONFIG_FILE cos it refers to the …
(edit) @7246   20 years kjdon changed the title and tooltip for the non-editable case of viewing …
(edit) @7238   20 years kjdon there seems to be two BuildOptions classes - this one and …
(edit) @7233   20 years mdewsnip Also allows .tiff extension for image filter.
(edit) @7224   20 years kjdon tidied up the getXXXDir methods in Utility. Utility.getCollectionDir …
(edit) @7205   20 years mdewsnip Commented out the workflow updating code because it was causing the …
(edit) @7183   20 years mdewsnip Disabled the Workflows panel for two reasons - the strings haven't …
(edit) @7164   20 years kjdon fixed the assigned metadata menu item not workign bug, realigned some …
(edit) @7163   20 years kjdon changed some shortcut keys for the right mouse click menu
Note: See TracRevisionLog for help on using the revision log.