source: trunk/gli/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5930   21 years jmt12 Metadata is now only written to collect.cfg if assigned. It used to …
(edit) @5929   21 years kjdon fixed the url generation stuff for preview - wasn't updating changes …
(edit) @5928   21 years kjdon added a method to get the search type string
(edit) @5926   21 years jmt12 When a plugin is unassigned the list of available plugins stays sorted
(edit) @5923   21 years mdewsnip (This is not me committing - it is John!!) Added a sleep within the …
(edit) @5922   21 years kjdon was adding the prompt as a GShell listener twice.
(edit) @5921   21 years kjdon removed a testing thing that shouldn't be there
(edit) @5916   21 years jmt12 The getImage method can now be called with a boolean to indicate if …
(edit) @5915   21 years jmt12 Renderer now uses different icons for files which already exist in the …
(edit) @5912   21 years kjdon now can export multiple collections to a single cdrom
(edit) @5911   21 years kjdon added a print method
(edit) @5910   21 years mdewsnip Removed quotes around collection meta items.
(edit) @5908   21 years jmt12 New collection processes, ie mkcol.pl calls, are no longer passed …
(edit) @5907   21 years jmt12 All non-special collection metadata values now are wrapped in quotes
(edit) @5904   21 years jmt12 Removed debug comments as it seems my latest change did the trick - …
(edit) @5903   21 years jmt12 Removing a partition which just happens to be the default one also now …
(edit) @5902   21 years jmt12 Removing a language which just happens to be the default one also now …
(edit) @5901   21 years jmt12 Completed the TranslationView manager so that it actually shows the …
(edit) @5900   21 years jmt12 Added a new method to provide a TreeSet of the current languages in …
(edit) @5899   21 years jmt12 Added a new constructor for 'dummy' collection metadata - ie that …
(edit) @5898   21 years mdewsnip A quick and ugly hack to assign a model to the root drives under …
(edit) @5897   21 years mdewsnip Hacked a fix in for highlighting the correct value in the value tree. …
(edit) @5895   21 years kjdon made a new BrowserApplication class to launch teh browser, added the …
(edit) @5894   21 years kjdon added in getBrowserCommand - uses the file association stuff for …
(edit) @5893   21 years kjdon instead of configuring the server via the preview pane, now we do it …
(edit) @5892   21 years kjdon added a preview button to the create pane
(edit) @5891   21 years kjdon commented out all the preview pane stuff
(edit) @5890   21 years kjdon added in isWindows9x() method
(edit) @5888   21 years jmt12 Had forgotten to reset 60 second counter after first 60 seconds
(edit) @5887   21 years jmt12 Changed the process stream readers to try and avoid the deadlock …
(edit) @5886   21 years jmt12 Provision, although no implementation, for different icons for the …
(edit) @5885   21 years jmt12 The DragTree prevents drags originating with files already in the …
(edit) @5884   21 years jmt12 FileNodes now know whether they are in the currently open collection
(edit) @5881   21 years jmt12 A new string for the MARC file extension
(edit) @5880   21 years jmt12 Added a test to prevent metadata values from being extracted for Marc …
(edit) @5877   21 years jmt12 Introduced two new codec transforms to correctly handle path information
(edit) @5876   21 years jmt12 The tooltip formatter should no longer crash and burn on null strings
(edit) @5875   21 years jmt12 My stupidity was quickly noticed when I complained that Hierarchies …
(edit) @5874   21 years jmt12 Forgot that HFile object added backslashes to legacy data, not pipes …
(edit) @5873   21 years jmt12 Restored import and build panes to use grid layout - but without the …
(edit) @5872   21 years jmt12 Just some debug comments to try to figure out why import & build …
(edit) @5871   21 years mdewsnip Deleted a line which shouldn't have been committed (yet).
(edit) @5869   21 years mdewsnip More improvements to workspace tree refreshing... still not perfect though.
(edit) @5867   21 years mdewsnip Fixed check for updating the Mirror tab.
(edit) @5865   21 years jmt12 I don't remember changing anything in this class, but according to CVS …
(edit) @5864   21 years jmt12 I believe I have now finished adding tests for missing arguments when …
(edit) @5863   21 years jmt12 The lists for selecting PlugIns and Classifiers now show the …
(edit) @5862   21 years jmt12 Changed the registerTooltip method a little so you can tell it whether …
(edit) @5860   21 years mdewsnip Tidied up what should be shown/hidden in the workspace tree. Katherine …
(edit) @5859   21 years mdewsnip Fixed subcollection output so that the regular expression end …
(edit) @5856   21 years mdewsnip Hacked a change into parseClassify so that it doesn't ignore "classify …
(edit) @5854   21 years mdewsnip More improvements to smart workspace tree refreshing. Library contents …
(edit) @5852   21 years kjdon fixed the annoying null pointer exception when there was an empty …
(edit) @5851   21 years kjdon added a separator in the File menu
(edit) @5847   21 years mdewsnip A much improved workspace tree that only refreshes when it really …
(edit) @5844   21 years kjdon removed a print statement
(edit) @5843   21 years kjdon a new dialog for exporting a collection to cdrom
(edit) @5842   21 years kjdon added handler for export in file menu
(edit) @5841   21 years kjdon added Export to CDROM to the menu
(edit) @5840   21 years kjdon added in options for exporting collections
(edit) @5836   21 years kjdon searchForMEtadata(file) now returns true if successful, not true if …
(edit) @5835   21 years kjdon changed a few of the Codec transforms, to do with allowing new lines …
(edit) @5834   21 years kjdon added a new line back in to description, and now use Codec instead of …
(edit) @5833   21 years mdewsnip Fixed file copying bug where only the first file was copied because …
(edit) @5832   21 years kjdon now have changed the format parsing so that it allows format over …
(edit) @5819   21 years kjdon added a comment
(edit) @5817   21 years kjdon changed the metadata parsing to look over multiple lines if starts …
(edit) @5816   21 years kjdon re-worked the bit where you get collection meta - it was not taking …
(edit) @5815   21 years kjdon added support for build types and search types in the Collection and …
(edit) @5814   21 years jmt12 Bugger. Accidently wrote true where I meant false - thus causing …
(edit) @5812   21 years kjdon hmmm, forgot how to call constructors properly last commit
(edit) @5811   21 years kjdon hmmm, forgot how to call constructors properly last commit
(edit) @5810   21 years jmt12 I don't remember changing anything in this, but according to …
(edit) @5809   21 years jmt12 Added some more Codec stuff in order to get hierarchies to work
(edit) @5808   21 years jmt12 Several changes needed to make pipe the hierarchy separator while …
(edit) @5807   21 years mdewsnip Changed PROGRAM_VERSION to reflect the upcoming release.
(edit) @5805   21 years jmt12 Several changes needed to make pipe the hierarchy separator while …
(edit) @5804   21 years jmt12 Added extra checks for when plugins can be added, removed and moved.
(edit) @5796   21 years kjdon major changes to loadCollection - now it can load in non-gatherer …
(edit) @5795   21 years kjdon two new prompts for opening a non-gatherer collection. …
(edit) @5794   21 years kjdon small changes for saving a non-gatherer collection
(edit) @5793   21 years kjdon changed this slightly to allow a dummy load of the metadata files - ie …
(edit) @5792   21 years kjdon changed this metadata set chooser prompt to display a different title …
(edit) @5791   21 years kjdon added new directory definition for import.bak - a backup dir to put …
(edit) @5789   21 years mdewsnip Put back in a needed function (oops! :-).
(edit) @5785   21 years mdewsnip Commented out about 60 unused functions.
(edit) @5783   21 years mdewsnip Now allows HTML tags in the problem solution.
(edit) @5782   21 years mdewsnip Fixed bug 171: clicking on the icon indicating folder-level metadata …
(edit) @5777   21 years mdewsnip Fixed bug 169: metadata element names and identifiers being confused …
(edit) @5774   21 years mdewsnip Removed unused constructor.
(edit) @5773   21 years mdewsnip Fixed bug 98: popup menu appears when right-clicking even when no file …
(edit) @5772   21 years mdewsnip Fixed bug 229: the same file tree filter can be added multiple times …
(edit) @5771   21 years mdewsnip Fix to bug 185: decimal places aren't necessary for file sizes …
(edit) @5761   21 years jmt12 Added a null-test to a debug string that was causing building to fail …
(edit) @5760   21 years jmt12 Streamlined the commonality test
(edit) @5759   21 years jmt12 Added a mundane comment
(edit) @5758   21 years jmt12 Started to fix the various ways to enter a null value for a plugin …
(edit) @5757   21 years jmt12 Made sure the assigned attribute was correct added to commands that …
(edit) @5756   21 years jmt12 Added a new method for appending children nodes to the proxy root
(edit) @5755   21 years jmt12 Repaired the thing I broke last week which caused flag formats to be …
Note: See TracRevisionLog for help on using the revision log.