source: trunk/gli/src/org/greenstone/gatherer/Gatherer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9058   19 years mdewsnip Removed splash screen. It is no longer needed because the GLI now …
(edit) @9054   19 years mdewsnip Removed the unused CTRLCHandler class.
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9039   19 years mdewsnip Added a progress bar for loading collections. This involved changing …
(edit) @9034   19 years mdewsnip Debug files are now written to the user GLI folder, rather than the …
(edit) @8992   19 years mdewsnip Changed "Mirror" pane to "Download".
(edit) @8813   19 years mdewsnip Fixed up a few more refreshing problems.
(edit) @8811   19 years mdewsnip Minor tidy ups.
(edit) @8807   19 years mdewsnip Now uses standard font for everything, including tooltips. The …
(edit) @8680   19 years kjdon do a check when the Gatherer starts up and warn the user if they are …
(edit) @8629   19 years mdewsnip More changes to the local library/web library configuration stuff.
(edit) @8627   19 years mdewsnip Replaced exec_address with library_url, which is much more descriptive …
(edit) @8626   19 years mdewsnip Removed the now-redundant "-mirror" option.
(edit) @8625   19 years mdewsnip Changed the old exec_path variable and option to library_url.
(edit) @8624   19 years mdewsnip Fixed a few problems with the separated local library code.
(edit) @8622   19 years mdewsnip Tidied up some more local library stuff.
(edit) @8621   19 years mdewsnip Removed some dead code.
(edit) @8620   19 years mdewsnip Moved all the local library server code in a new LocalLibraryServer
(edit) @8613   19 years mdewsnip A couple of minor changes.
(edit) @8606   19 years mdewsnip Made just one WarningDialog constructor.
(edit) @8605   19 years mdewsnip Removed some dead code.
(edit) @8597   19 years mdewsnip Made Gatherer.configServer static.
(edit) @8480   19 years mdewsnip Fixed the ModalDialog so it works with Java 1.5.0.
(edit) @8474   20 years mdewsnip Changed all show() to setVisible(true) and all hide() to …
(edit) @8266   20 years mdewsnip Moved the init_images function from Gatherer into Utility (it is used …
(edit) @8264   20 years mdewsnip Tidied up debug file generation code.
(edit) @8261   20 years mdewsnip Moved another Gatherer dependency out of the Configuration class.
(edit) @8259   20 years mdewsnip Moved some non-applet code out of Configuration and into Gatherer. …
(edit) @8256   20 years mdewsnip Moved the current_modal static variable out of the Gatherer class into …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8235   20 years mdewsnip Removed debug static variable. All debugging output should go to the …
(edit) @8233   20 years mdewsnip All exceptions now go to the console, whether debugging is on or not.
(edit) @8232   20 years mdewsnip Removed the "config" variable, just to prevent anyone from trying to …
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8196   20 years mdewsnip Debug files are now written correctly when running as an applet.
(edit) @8062   20 years kjdon changed the library url warnign message for gs3
(edit) @7991   20 years mdewsnip Removed some dead code.
(edit) @7923   20 years davidb GLI applet now only quits once the web page with the launch button is …
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7679   20 years kjdon wget may be specified by the user in gli.sh, but otherwise we use teh …
(edit) @7657   20 years kjdon added in a check for WGet in run - only does this if the mirror pane …
(edit) @7602   20 years mdewsnip Ooops... fixed a typo.
(edit) @7601   20 years mdewsnip Have hopefully (and finally!) fixed the nasty race conditions with the …
(edit) @7454   20 years mdewsnip Changing format statements now saves the collection configuration file …
(edit) @7453   20 years mdewsnip Removed some unused variables and functions.
(edit) @7342   20 years kjdon was setting config.site_name to null on exit
(edit) @7326   20 years kjdon the intial stage of making gli work with gs3 - still uses gs2 …
(edit) @7314   20 years kjdon added veronikas changes for the feedback stuff
(edit) @6885   20 years mdewsnip Commented out exception handler -- it is very annoying to not see …
(edit) @6853   20 years mdewsnip No longer needs to destroy dictionary.
(edit) @6795   20 years kjdon made the getCommand method return String[] instead of String in case …
(edit) @6770   20 years kjdon fixed all the javadoc errors. (hope I didn't commit anything I wasn't …
(edit) @6634   20 years jmt12 Again I don't remember changing anything more drastic than making a …
(edit) @6622   20 years jmt12 More modifications to mirroring including testing for a valid version …
(edit) @6549   20 years jmt12 Extended the metadata set handling code to allow for a newer style of …
(edit) @6532   20 years jmt12 In a vain attempt to stop the 'modal warning dialog while exiting' …
(edit) @6392   20 years jmt12 Destructor for the GUIManager
(edit) @6251   20 years jmt12 I now explicitly set the look and feel to be the system default - this …
(edit) @6197   20 years jmt12 Disabled my lovely, lovely Greenstone LAF. My Precious.
(edit) @6178   20 years mdewsnip A quick and ugly hack to fix a problem where config values are not …
(edit) @6130   20 years jmt12 CalPane no longer needed to communicate with local library server - …
(edit) @5911   20 years kjdon added a print method
(edit) @5895   20 years kjdon made a new BrowserApplication class to launch teh browser, added the …
(edit) @5888   20 years jmt12 Had forgotten to reset 60 second counter after first 60 seconds
(edit) @5785   21 years mdewsnip Commented out about 60 unused functions.
(edit) @5593   21 years mdewsnip Changed calls to the Dictionary.
(edit) @5581   21 years mdewsnip Many formatting, structural and code improvements.
(edit) @5571   21 years mdewsnip More small updates and tooltips added.
(edit) @5564   21 years mdewsnip Many more small improvements and tooltips added. Still more to come!
(edit) @5316   21 years jmt12 Where the previous authentications are stored
(edit) @5296   21 years jmt12 Added keylist functionality
(edit) @5253   21 years jmt12 Fixed local library but when running network enabled computer (laptop) …
(edit) @5164   21 years jmt12 I can't remember what has changed, but I bet it was for the better
(edit) @5083   21 years jmt12 Several changes to allow GLI to run external processes under windows …
(edit) @5075   21 years jmt12 Fixed problems with supplying config argument to server.exe - changes …
(edit) @5071   21 years mdewsnip Fixed up John's mistake - trying to import a package he had removed.
(edit) @5056   21 years jmt12 Modified calls for warning dialogs to include dicitonary, and to allow …
(edit) @5053   21 years mdewsnip Fixed a small bug where command-line options with no values that are …
(edit) @5044   21 years mdewsnip Changed the WarningDialog to a NoSettingDialog for MissingEXEC.
(edit) @5031   21 years jmt12 Fixed some of the horrible tabbing, and tried to figure out, …
(edit) @5000   21 years jmt12 GLI will now accept arguments with spaces in them. Plus connecting to …
(edit) @4676   21 years jmt12 Now debug will only be available if you run -debug.
(edit) @4675   21 years jmt12 Sunday's work
(edit) @4669   21 years jmt12 Local library stuff
(edit) @4620   21 years jmt12 2030134: The code is now in place for GLI to create its own site …
(edit) @4594   21 years kjdon tidied up gatherer.debug - > gatherer.println, commented out the debug …
(edit) @4556   21 years jmt12 Directed several debug comments so I can later have them only written …
(edit) @4484   21 years mdewsnip Improved the window positioning code. With some window managers, …
(edit) @4482   21 years mdewsnip Now chooses a sensible default location and size if none can be found …
(edit) @4479   21 years mdewsnip Now remembers window location as well as size (storing in …
(edit) @4397   21 years jmt12 Forgot to increment attempt counter for server.exe close down so …
(edit) @4380   21 years jmt12 Implemented local library close command, and added some more message …
(edit) @4363   21 years kjdon re-tabbed the code for java
(edit) @4349   21 years jmt12 Bug fix to prevent GLI exit leaving GSDLSite.cfg in an inconsistant …
(edit) @4335   21 years jmt12 GLI now recognizes local library - John
(edit) @4303   21 years jmt12 local library plus bug fix
(add) @4293   21 years jmt12 Initial revision
Note: See TracRevisionLog for help on using the revision log.