source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11432   18 years mdewsnip Made explode dialog slightly bigger again, so hopefully it looks nice …
(edit) @11431   18 years mdewsnip Removed debug statement.
(edit) @11427   18 years kjdon added ... to add classifier and configure classifier
(edit) @11425   18 years kjdon added child and sibling items to the format variables list
(edit) @11424   18 years kjdon added spaces between value and - and description in the OptionList
(edit) @11423   18 years kjdon changed teh title so it matches the menu item
(edit) @11415   18 years kjdon srclink, srcicon etc should be displayed in Format variables. but they …
(edit) @11412   18 years kjdon added ... to add/edit metadata, add/configure plugins, changed export …
(edit) @11411   18 years kjdon added ... to add/edit plugins, add/edit metadata
(edit) @11410   18 years kjdon changed mb to Mb
(edit) @11404   18 years mdewsnip Fixed a bug in the new "not one file only" metadata stuff.
(edit) @11398   18 years mdewsnip Updated help HTML files for the UNESCO 2.70 release.
(edit) @11397   18 years mdewsnip Added the new French translations in for the UNESCO 2.70 release, many …
(edit) @11396   18 years mdewsnip Added a missed string.
(edit) @11393   18 years nzdl French translations for the UNESCO 2.70 release, many thanks to …
(edit) @11391   18 years mdewsnip Internal collection names are now made up from ASCII characters only.
(edit) @11388   18 years mdewsnip Minor improvement to previous change.
(edit) @11387   18 years mdewsnip Fixed a minor bug where an extra file icon was added to the tree if …
(edit) @11386   18 years mdewsnip Added a comment about the memory usage when uploading large files.
(edit) @11385   18 years mdewsnip Converted an order n-squared bit of code to order n, thus greatly …
(edit) @11378   18 years mdewsnip Now looks at a plugin's block_exp as well as its process_exp to …
(edit) @11367   18 years kjdon added a space between number of files and 'files'
(edit) @11365   18 years mdewsnip A few minor bug fixes and improvements for the new "exploded metadata set".
(edit) @11364   18 years kjdon changed version number to 2.70
(edit) @11345   18 years mdewsnip Ooops... fixed up the description of the new exploded metadata set.
(edit) @11344   18 years mdewsnip Added an empty metadata set for putting exploded metadata into, and …
(edit) @11331   18 years mdewsnip Set the maximum memory usage to 128MB (default is 64MB) -- helps to …
(edit) @11327   18 years mdewsnip Fixed up some formatting.
(edit) @11318   18 years kjdon changed a print statement to DebugStream
(edit) @11317   18 years kjdon added CollectionPopupMenu.Replace and ReplacePrompt.Title (en only)
(edit) @11316   18 years kjdon made gather_pane public - want to get access to the workspace tree so …
(edit) @11315   18 years kjdon added in replace option to collection tree menu
(edit) @11314   18 years kjdon added in COPY_FILE_ONLY and REPLACE jobs. the first copies a file in …
(edit) @11313   18 years kjdon added two new job types - COPY_FILE_ONLY, which copies without trying …
(edit) @11312   18 years kjdon removed most System.err.printlns - some deleted, some changed to …
(edit) @11308   18 years kjdon commented out Michael's print statements. Also, in runLocal(), …
(edit) @11304   18 years kjdon when switching advanced searching on/off. now we call setMGPPEnabled …
(edit) @11301   18 years mdewsnip Now detects and prevents you from editing metadata in metadata.xml …
(edit) @11284   18 years kjdon check for hiddenGLI before adding an argument to the arg display
(edit) @11283   18 years kjdon changed setHiddenGLI() to setHiddenGLI(bool)
(edit) @11282   18 years kjdon when setting up the fields of an exsiting argument, we need to copy …
(edit) @11250   18 years kjdon added in the missing text strings for Spanish and Russian. Also …
(edit) @11246   18 years mdewsnip User interface for the new ability to rename files in the collection …
(edit) @11242   18 years mdewsnip Added the back-end code for supporting file/folder renames in the …
(edit) @11241   18 years mdewsnip Removed the unused folder_level variable from FileJob.
(edit) @11240   18 years mdewsnip Huge speed improvement when namespacing metadata.xml files -- why is …
(edit) @11219   18 years nzdl Updated Russian GLI dictionary, many thanks to Olena Medelyan.
(edit) @11208   18 years mdewsnip Updated Russian GLI dictionary, many thanks to Olena Medelyan.
(edit) @11207   18 years mdewsnip Updated Spanish GLI dictionary, many thanks to Jesus Tramullas.
(edit) @11182   18 years kjdon if we have changed versions of greenstone, we don't want to caryr over …
(edit) @11181   18 years kjdon a few changes to do with netscape compatibililty and size estimation
(edit) @11180   18 years kjdon added WriteCDImagePrompt.Netscape_Compatibility
(edit) @11174   18 years kjdon changed the replacelistener to handle replacing with an allfields index
(edit) @11130   18 years mdewsnip Removed some dead code.
(edit) @11129   18 years mdewsnip Changed an error message to a note, since it wasn't actually an error.
(edit) @11125   18 years kjdon removed some unnecessary functions
(edit) @11109   18 years kjdon changed version number to 2.63
(edit) @11108   18 years kjdon changed the date for the 2.62 release - Feb 2006
(edit) @11093   18 years kjdon redid the html files after the last changes to the xml - a few …
(edit) @11092   18 years kjdon removed references to Anchor, Contents, ObviousSentence, which are no …
(edit) @11091   18 years kjdon removed Contents and ObviousSentences and Anchors
(edit) @11087   18 years mdewsnip A few new strings for the rewritten FileQueue code.
(edit) @11086   18 years mdewsnip Added cyclic loop checking and made the Stop button work.
(edit) @11085   18 years mdewsnip Slaughtered the behemoth FileQueue.run() function. This was 500 lines …
(edit) @11084   18 years mdewsnip Was inserting nodes in the wrong place: files were being inserted …
(edit) @11083   18 years mdewsnip Some tidy ups so that the file nodes are always refreshed correctly …
(edit) @11082   18 years mdewsnip Fixed bug where exceptions would be thrown when trying to delete a …
(edit) @11081   18 years mdewsnip Added new DELETE_EMPTY_DIRECTORY job type, as part of the FileQueue
(edit) @11080   18 years mdewsnip Removed the "progress" parameter from copyFile, as part of the …
(edit) @11079   18 years mdewsnip Added an "overwrite" parameter to copyFile to cause it to overwrite …
(edit) @11078   18 years mdewsnip Tidied up debug output for delete jobs.
(edit) @11076   18 years mdewsnip Used GProgressBars instead of JProgressBars, because they're safer …
(edit) @11075   18 years mdewsnip Ooops... forgot function for setting maximum size.
(edit) @11074   18 years mdewsnip Removed the dead GBasicProgressMonitor class.
(edit) @11073   18 years mdewsnip Renamed LongProgressBar to GProgressBar, and tidied up a great deal. …
(edit) @11068   18 years mdewsnip Hacked in a compensation for metadata_read now outputting <File> tags …
(edit) @11067   18 years mdewsnip New HTML help pages from the updated XML document (new text, no contents).
(edit) @11066   18 years mdewsnip Missing a new string, and a "teh".
(edit) @11065   18 years mdewsnip Removed a lot of stuff that is unnecessary now that we're no longer …
(edit) @11064   18 years mdewsnip Added some extra Break tags in preparation for removing the Anchor tags.
(edit) @11063   18 years mdewsnip Catch an exception to at least allow the GLI to start up with Java …
(edit) @11062   18 years mdewsnip Bugger... put the previous fix in the wrong place.
(edit) @11061   18 years mdewsnip Patched over a Java 1.4.2 + GTK bug.
(edit) @11060   18 years mdewsnip Fixed a problem with the CreatePane being blank with Java 1.5.0 and …
(edit) @11059   18 years mdewsnip Made sure the import progress bar never goes beyond the maximum.
(edit) @11053   18 years mdewsnip Bugger... fix to last change.
(edit) @11052   18 years mdewsnip A couple of very minor changes.
(edit) @11051   18 years mdewsnip Removed some unused strings from StaticStrings.
(edit) @11050   18 years mdewsnip Removed a couple more dead strings.
(edit) @11049   18 years mdewsnip A few minor tidy-ups of dead code.
(edit) @11048   18 years mdewsnip Replaced some "PlugIn" with "Plugin".
(edit) @11047   18 years mdewsnip Small fix to previous change.
(edit) @11046   18 years mdewsnip Tidied up plugin and classifier parsing and error output.
(edit) @11045   18 years mdewsnip Removed some strings that are no longer used.
(edit) @11042   18 years mdewsnip New index files from recent changes.
(edit) @11041   18 years mdewsnip Changed some section names to be the same as the screen in the GLI.
(edit) @11040   18 years mdewsnip Finished the updates to the help text that Katherine did most of on …
(edit) @11039   18 years mdewsnip Removed a bit of dead code.
(edit) @11038   18 years mdewsnip Tidied up the look of the Design pane. Each Design pane screen now has …
(edit) @11037   18 years mdewsnip Added an underline below the pane title, to make it look a little nicer.
Note: See TracRevisionLog for help on using the revision log.