source: trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5992   20 years jmt12 MSMEvents are now created including an integer to specify what user …
(edit) @5990   20 years jmt12 Added a new attribute to these events, an integer describing the user …
(edit) @5989   20 years jmt12 Added some debugging to track down why inherited metadata icons …
(edit) @5988   20 years jmt12 A raft of new strings and characters
(edit) @5987   20 years jmt12 It does cause serious problems, so I'm changing it back
(edit) @5986   20 years jmt12 Arguments in the dictionary can now be annotated with more meaningful …
(edit) @5985   20 years jmt12 Corrected some code so that certain visual components, such as the …
(edit) @5984   20 years jmt12 Added methodto determine if Phind classifier has been assigned
(edit) @5983   20 years jmt12 Fixed a bit of code where it was possible to assign configuration …
(edit) @5982   20 years jmt12 Rather than butchering the code for PreviewPane, I'll just disable …
(edit) @5942   20 years kjdon some fixed, some added
(edit) @5941   20 years jmt12 A new textfield class which transforms any input in regard to a list …
(edit) @5940   20 years jmt12 Added two new static chars, pipe and forward slash
(edit) @5939   20 years jmt12 Double clicking now opens collections
(edit) @5938   20 years jmt12 The value tree field now uses a TransformCharacterTextField which …
(edit) @5937   20 years jmt12 Test for null sources (such as a non-set default index) when changing …
(edit) @5936   20 years jmt12 Metadata arguments can now successfully take, and display, custom …
(edit) @5934   21 years kjdon a few little things to remember to do
(edit) @5933   21 years jmt12 New and fixed bugs
(edit) @5931   21 years jmt12 I had forgotten to test for default index being null when changing …
(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) @5927   21 years mdewsnip Sigh... I've given in to the constant moaning and removed the "press …
(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) @5918   21 years mdewsnip Updated AboutDialog.Date string to more accurately reflect the 2.41 …
(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) @5914   21 years jmt12 New icons which give visual indication of a file from the workspace …
(edit) @5913   21 years kjdon modified the exported coll messages to use mulitple collections
(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) @5909   21 years mdewsnip Put back to old image.
(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) @5905   21 years kjdon export coll stuff
(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) @5896   21 years kjdon added preview button text to createPane
(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) @5879   21 years mdewsnip Added another bug to the list.
(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) @5870   21 years mdewsnip Removed a blank line (where did bug 153 go?) that was causing problems.
(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) @5861   21 years mdewsnip Updated a tooltip to be far more accurate.
(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) @5857   21 years mdewsnip Added another bug to the list.
(edit) @5856   21 years mdewsnip Hacked a change into parseClassify so that it doesn't ignore "classify …
(edit) @5855   21 years mdewsnip Reduced size to be the same as the built-in Java folder icon.
(edit) @5854   21 years mdewsnip More improvements to smart workspace tree refreshing. Library contents …
(edit) @5853   21 years kjdon added a comment
(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) @5839   21 years kjdon and here are Ian's changes
(edit) @5838   21 years kjdon added text for the export to CDROM functionality
(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 …
Note: See TracRevisionLog for help on using the revision log.