source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9193   19 years mdewsnip Unnecessary import of Gatherer class.
(edit) @9192   19 years mdewsnip Was using a Troolean unnecessarily.
(edit) @9191   19 years mdewsnip Removed some dead code.
(edit) @9187   19 years mdewsnip No longer used.
(edit) @9185   19 years mdewsnip Fix to the bug with Java 1.5.0 where the checkbox would not repaint if …
(edit) @9184   19 years mdewsnip Fixes for Java 1.5.0.
(edit) @9183   19 years mdewsnip No longer used (bugs? there aren't any bugs!)
(edit) @9182   19 years mdewsnip Removed this from the main source since it is only used by us to …
(edit) @9181   19 years mdewsnip Code for zipping up stuff on the server to send back to the applet.
(edit) @9172   19 years mdewsnip Changed missing string to use an existing string that is better anyway.
(edit) @9170   19 years mdewsnip Removed a whole lot of dead code.
(edit) @9166   19 years mdewsnip More improvements to the GLI applet, by Matthew Whyte. Now only …
(edit) @9161   19 years mdewsnip Made the "assign partitions" tab in the "Partition Indexes" section …
(edit) @9160   19 years mdewsnip Removed use of a deprecated class.
(edit) @9159   19 years kjdon now sort the options in a drop down box
(edit) @9158   19 years mdewsnip Changed some "proceeding"s to "preceeding"s... John, John, John.
(edit) @9155   19 years kjdon renamed ExportCollectionPrompt.Output to General.Review_Output
(edit) @9154   19 years kjdon removed some unnecessary Explode strings, and added some new ones. …
(edit) @9153   19 years kjdon now uses ScriptOPtions to get the options from teh script, and runs …
(edit) @9152   19 years kjdon some of the functionality in the MyArgumentControl class is now in the …
(edit) @9151   19 years kjdon added some more methods to get name, enabled and value, and changed …
(edit) @9150   19 years kjdon moved internal class ResultDialog out form ExportCOllectionPrompt into …
(edit) @9149   19 years kjdon one line not tabbed correctly
(edit) @9148   19 years kjdon added static string GSHELL_OTHER
(edit) @9139   19 years kjdon moved the ArgumentControl class out of OptionsPane. OptionsPane now …
(edit) @9137   19 years kjdon a colleciton now has build_options and import_options instead of just one
(edit) @9136   19 years kjdon changed to use SCriptOptions instead of BuildOptions
(edit) @9135   19 years kjdon BuildOptions renamed to ScriptOptions. now theres no build/import …
(edit) @9134   19 years mdewsnip Made some debug statements go to DebugStream now.
(edit) @9131   19 years mdewsnip Removed all hfile writing from the GLI -- users should now be using …
(edit) @9127   19 years kjdon PluginManager.getExploderPlugin now returns a Plugin rather than the …
(edit) @9126   19 years kjdon moved the argument details xml parsing code to Argument.parseXML - the …
(edit) @9124   19 years mdewsnip Set the preserveSpace option back to false, because it makes a mess of …
(edit) @9116   19 years mdewsnip Now a bit happier if it is run before the GLI is run (ie. no …
(edit) @9114   19 years kjdon added new dummy doc creation functionality
(edit) @9113   19 years kjdon added right click option to create a new dummy doc in colleciton tree
(edit) @9112   19 years kjdon renamed NewFolderPrompt to NewFolderOrFilePrompt, now handles file …
(edit) @9111   19 years kjdon NewFolderPrompt renamed to NewFileOrFolderPrompt and some file …
(edit) @9109   19 years kjdon added the right click handling from GatherPane into the tree in this pane
(edit) @9108   19 years kjdon fixed up the right click selection on the colleciton tree
(edit) @9105   19 years kjdon added getExploderPlugin method - hacked for isis files, need to …
(edit) @9104   19 years kjdon first stab at exploding metadata
(edit) @9103   19 years kjdon changed names of lots of Dictionary strings
(edit) @9102   19 years kjdon changed one of the MetadataImportMappingPrompt strings
(edit) @9101   19 years kjdon made the strings come from the dictionary, changed replace to merge
(edit) @9100   19 years mdewsnip Updated AboutDialog.Date for the upcoming Greenstone v2.53 release.
(edit) @9099   19 years mdewsnip Added two strings for the "Loading collection" progress popup.
(edit) @9098   19 years kjdon deleted MetaEditPrompt and MSMPrompt strings, added MIMP strings, and …
(edit) @9097   19 years mdewsnip Added title to progress popup.
(edit) @9096   19 years mdewsnip Updated dialog to look nice on Windows and be more similar to …
(edit) @9095   19 years mdewsnip GLI applet: collection building is now much happier about being …
(edit) @9094   19 years mdewsnip Removed classes/metadata.zip file and now recreate it in the …
(edit) @9093   19 years mdewsnip Now deletes the plugins.dat and classifiers.dat files when a new …
(edit) @9092   19 years mdewsnip Now ensures that the GLI user directory exists for both main program …
(edit) @9085   19 years mdewsnip Replaced all hard-wired Unix-style path separators with …
(edit) @9081   19 years mdewsnip Updated scripts as a consequence of removing the gui/border directory.
(edit) @9080   19 years mdewsnip Removed unused TitledBorder class.
(edit) @9079   19 years mdewsnip Moved TransformCharacterTextField out of gui and into gems, since it …
(edit) @9078   19 years mdewsnip Removed unused BorderFactory class.
(edit) @9077   19 years mdewsnip Removed unused Coloring class.
(edit) @9076   19 years mdewsnip Changed "you need to restart GLI" message since it is now necessary …
(edit) @9075   19 years mdewsnip Added font selection field (for users that need a non-standard font …
(edit) @9073   19 years mdewsnip Added a couple of strings for the new font selection option in Preferences.
(edit) @9072   19 years mdewsnip Removed a couple of debug statements.
(edit) @9062   19 years mdewsnip Fixed up one place where a non-standard collect directory wasn't being …
(edit) @9061   19 years mdewsnip Now ensures that a non-standard collect directory specification ends …
(edit) @9058   19 years mdewsnip Removed splash screen. It is no longer needed because the GLI now …
(edit) @9055   19 years mdewsnip First stab at adding a -collectdir option to the GLI. This is designed …
(edit) @9054   19 years mdewsnip Removed the unused CTRLCHandler class.
(edit) @9052   19 years mdewsnip For some reason the lock file written when a collection is just …
(edit) @9051   19 years mdewsnip Added check that XML file exists before attempting to parse it.
(edit) @9049   19 years mdewsnip (Applet) Now only downloads build.cfg file rather than entire building …
(edit) @9048   19 years kjdon added explode metadata strings, CDM.PluginManager.Ignore* and changed …
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9040   19 years mdewsnip New string for loading collection prompt.
(edit) @9039   19 years mdewsnip Added a progress bar for loading collections. This involved changing …
(edit) @9037   19 years mdewsnip Now preserves whitespace in XML files.
(edit) @9036   19 years mdewsnip Removed all XML functions from XMLTools, and changed occurrences to …
(edit) @9035   19 years mdewsnip Renamed CreationTask to be more accurate.
(edit) @9034   19 years mdewsnip Debug files are now written to the user GLI folder, rather than the …
(edit) @9026   19 years mdewsnip Minor variable rename.
(edit) @9024   19 years mdewsnip Added toString() function to MetadataSet so multiple renderers are not …
(edit) @9023   19 years mdewsnip Fixed a bug in my recent new code.
(edit) @9021   19 years mdewsnip Some applet bug fixes, by Matthew Whyte.
(edit) @9020   19 years mdewsnip Changed the plugin suggestion code to only look at the process_exp, …
(edit) @9019   19 years mdewsnip Fixed bug where CollectionContentsChangedListener isn't removed from …
(edit) @9018   19 years mdewsnip Moved DeleteCollectionPrompt and ExportCollectionPrompt out of …
(edit) @9017   19 years mdewsnip Moved some GUI stuff out of CollectionManager and into GUIManager.
(edit) @9016   19 years mdewsnip Removed a bit of unused stuff and some hard-wired arosmain paths.
(edit) @9015   19 years mdewsnip Updated my recent changes to getDisplayName() to be more robust with …
(edit) @9014   19 years kjdon adding a new element to plugins list not in the first collection …
(edit) @9004   19 years mdewsnip Changed all "Mirror" to "Download".
(edit) @8997   19 years mdewsnip Uncommented some fairly vital code that I have no idea why I commented …
(edit) @8996   19 years mdewsnip Added code for dealing with hierarchical metadata sets. Merely reduces …
(edit) @8995   19 years mdewsnip Changed to use metadata_element.getDisplayName() rather than getting …
(edit) @8994   19 years mdewsnip Changed all "MetaEdit" to "Enrich".
(edit) @8993   19 years mdewsnip Changed all "Mirror" to "Download".
(edit) @8992   19 years mdewsnip Changed "Mirror" pane to "Download".
(edit) @8991   19 years mdewsnip Removed a lot of unused stuff out of the config files and changed all …
(edit) @8990   19 years mdewsnip Now caches the metadata mapping so subsequent reads don't require …
Note: See TracRevisionLog for help on using the revision log.