source: trunk/gli/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11327   18 years mdewsnip Fixed up some formatting.
(edit) @11318   18 years kjdon changed a print statement to DebugStream
(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) @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) @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) @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) @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) @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) @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) @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.
(edit) @11033   18 years kjdon changed the split to be horizontal, and made the contents a bit bigger
(edit) @11032   18 years kjdon new class that generates a header panel for design pane sections - …
(edit) @11031   18 years kjdon removed instructions, changed title to be the same string as in the …
(edit) @11028   18 years kjdon new argument parsing means we can't have new args, so commented out …
(edit) @11027   18 years kjdon check for null metadata_element_element before doing get attribute, line 54
(edit) @11007   18 years mdewsnip Added check for unparseable XML files when attempting to update the …
(edit) @11006   18 years mdewsnip Removed an unused function.
(edit) @10976   18 years kjdon now change the instructions for mg/mgpp mode
(edit) @10975   18 years kjdon some tidying up and bug fixes for new combined mg/mgpp index panel
(edit) @10971   18 years kjdon metadata elements can now have predefined values, defined in the …
(edit) @10970   18 years kjdon lined up a couple of strings, deleted a couple of unused ones, added …
(edit) @10966   18 years kjdon huge shake up. removed the MGPPControls class, as it was almost a copy …
(edit) @10965   18 years kjdon moved the index_manager.setMGPPEnabled call into IndexManager
(edit) @10964   18 years kjdon default index doesn't need a level now, fixed a couple of bugs. index …
(edit) @10963   18 years kjdon check for empty level attribute before outputting level info in …
(edit) @10962   18 years kjdon added a getAll() method, and also made the mouse listener check for …
(edit) @10922   18 years kjdon mgpp args, if build type is lucene, use ct=2 otherwise use ct=1 …
(edit) @10877   18 years kjdon tidied up the if/elses in AddSetListener:actionPerformed()
(edit) @10728   19 years mdewsnip Replace Zipup.java with remote/ZipFiles.java.
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10691   19 years kjdon fixed up the folder selection highlighting (cue lines) - the lines now …
(edit) @10690   19 years mdewsnip Replaced a silly and slow (especially with Java 1.5) way of finding …
(edit) @10689   19 years kjdon with java 1.5 the tudor collection was taking ages to copy. here we …
(edit) @10682   19 years chi Problems solving of long-delay to drag a tree structure in Gather …
(edit) @10668   19 years mdewsnip Added code to remove comments from the text strings -- this is needed …
(edit) @10659   19 years mdewsnip Write CD/DVD image prompt now gives an estimate of the size of the …
(edit) @10647   19 years mdewsnip A lot of tidy ups and bug fixes. The help now works again in an applet …
(edit) @10644   19 years kjdon LocalLIbraryServer.isRunning now checks if its actually running or …
(edit) @10643   19 years kjdon changed this so isRunning() does check to see if it is actually …
(edit) @10642   19 years kjdon added a new method to LocalLIbraryServer to check that the server.exe …
(edit) @10639   19 years chi Change version number.
(edit) @10634   19 years kjdon changed the error messages for install to come from the Dictionary, …
(edit) @10632   19 years kjdon removed the check for floppy drives in the list roots bit. used to …
(edit) @10626   19 years kjdon show a message if a file can't be deleted
(edit) @10618   19 years kjdon made these look for BadArgument, BadArgumentValue, BadClassifier, …
(edit) @10612   19 years kjdon if the 'you are about to assign folder level metadata' dialog has been …
(edit) @10611   19 years kjdon don't write out collectionmeta if the value is empty
(edit) @10610   19 years kjdon removed a comment
(edit) @10604   19 years mdewsnip Fixed a nasty bug discovered at the 2005 Fiji workshop: if you enter a …
(edit) @10602   19 years mdewsnip Broke the help while messing around with paths for the remote building …
(edit) @10593   19 years mdewsnip The text field when editing metadata values on Windows had a border …
(edit) @10587   19 years mdewsnip Merged showNewCollectionPrompt into NewCollectionTask, to make things …
(edit) @10586   19 years mdewsnip Now handles mkcol.pl cancels a lot better -- no longer get multiple …
(edit) @10581   19 years mdewsnip Moved the call to getRequestingPrompt out to a new function, so it can …
(edit) @10577   19 years mdewsnip Rearranged things a little for the West Yorkshire stuff.
(edit) @10576   19 years mdewsnip Rearranged a few things when using classinfo.pl and pluginfo.pl, to …
(edit) @10575   19 years mdewsnip Made URLField far simpler and more accurate. Removed the crazy regular …
Note: See TracRevisionLog for help on using the revision log.