source: main/trunk/gli/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33403   5 years ak19 Mistake to do with launchdir in SafeProcess: if the environment for …
(edit) @33015   5 years ak19 Bugfix. Client-GLI didn't have the preview button enabled if opening a …
(edit) @32926   5 years ak19 Only the older Java versions we use to build nightlies seemed to trip …
(edit) @32925   5 years ak19 All methods creating and displaying WarningDialogs in Gatherer are now …
(edit) @32924   5 years ak19 What seemed like the key change in the previous commit was …
(edit) @32923   5 years ak19 Changes to reinstate SwingUtilities.invokeLater() calls added for GUI …
(edit) @32920   5 years ak19 EDT related changes for setting up GUI testing worked okay with GLI …
(edit) @32914   5 years ak19 Accomodating https urls in running of GLI Web Start code, WebGatherer.java
(edit) @32725   5 years ak19 Older Java on LSB 32 bit choked on args not being declared final …
(edit) @32712   5 years ak19 1. Some dialogs do not exist when GLI starts up and becomes visible. …
(edit) @32706   5 years ak19 Committing the non-EDT related changes to GLI. More changes to …
(edit) @32704   5 years ak19 GLI GUI testing with AssertJ Swing discovered a NullPointerException
(edit) @32700   5 years ak19 1. I'm hoping that setNamesRecursively now properly deals with …
(edit) @32699   5 years ak19 This fixes another EDT (Event Dispatch Thread) access violation …
(edit) @32695   5 years ak19 Simplifying setNamesRecursively and its usage. And printComponentNames …
(edit) @32691   5 years ak19 Forgot to remove import of package no longer relevant to this class
(edit) @32689   5 years ak19 If not testing, don't need GLI's GUI components to be assigned names. …
(edit) @32686   5 years ak19 For GUI testing, it's far and away easier if only GUI components had …
(edit) @32673   5 years ak19 Experimental. Attempt to fix the Event Dispatch Thread GUI exceptions …
(edit) @32628   5 years kjdon making default templates in the interface xsl files, the format …
(edit) @32510   6 years ak19 Bugfix when exporting from GLI: calling substring resulted in …
(edit) @32331   6 years ak19 Forgot to commit a minor change earlier
(edit) @32322   6 years ak19 Furter updates to SafeProcess Readme, even though Dr Bainbridge has …
(edit) @32321   6 years ak19 Describing new problem when the openoffice extension breaks …
(edit) @32276   6 years ak19 Fixed a bug discovered when trying to get screenshots for Dr Nichols. …
(edit) @32271   6 years ak19 Some more handy functions to print calling methods and tidied up the …
(edit) @32270   6 years ak19 Adding in a handy utility function to see the call stack by printing …
(edit) @32153   6 years ak19 2 Bugfixes and tidying up errorhandling in JarTools. 1. Dr Bainbridge …
(edit) @32150   6 years ak19 I changed gli4gs3.xsl to rewrite the applet page produced by …
(edit) @32139   6 years ak19 Rewrote WebGatherer as a Java Web Start application, rather than an …
(edit) @32138   6 years ak19 New class WebGatherer.java to replace GathererApplet.java in JNLP use …
(edit) @32135   6 years ak19 GathererApplet4gs3.java was merged with GathererApplet.java, so that …
(edit) @32093   6 years ak19 Ctr (or equiv on Mac) +F on GS3 GLI's ConfigFileEditor now focuses on …
(edit) @32092   6 years ak19 Previous commit also puts the caret/cursor at the start when using GS3 …
(edit) @32091   6 years ak19 Find functionality for GS3 GLI's Config file editor.
(edit) @32050   6 years ak19 Related to previous commit, revision 32049. Now tested successfully on …
(edit) @32049   6 years ak19 User on mailing list found it frustrating that GLI stops the GS3 …
(edit) @31988   7 years ak19 Bugfix for remote GS server: there's no building/build.cfg only …
(edit) @31970   7 years ak19 Unused, but possibly useful, commented out code
(edit) @31897   7 years ak19 Related to commit 31880 for supporting multiple proxy hosts/ports (one …
(edit) @31884   7 years ak19 Much simpler. If proxy env vars were already set upon GLI launch, they …
(edit) @31883   7 years ak19 Previous commit was incomplete.
(edit) @31882   7 years ak19 GLI now does storing, overriding and restoring of original proxy …
(edit) @31881   7 years ak19 Text copied from the web into comments turned into strange characters …
(edit) @31880   7 years ak19 All the changes that were required to set up multiple proxy servers, …
(edit) @31878   7 years ak19 1. Previous commit message was incorrect: it wasn't that perl wasn't …
(edit) @31877   7 years ak19 Getting Windows wget to use proxy settings in environment. They didn't …
(edit) @31865   7 years ak19 1. Helpful messages appended to the Download log directing the user to …
(edit) @31864   7 years ak19 1. Modified GLI and perl to set proxy_on, proxy_host and proxy_port …
(edit) @31861   7 years ak19 Correcting Https to https.
(edit) @31860   7 years ak19 The changes necessary for getting the new no_check_certificate …
(edit) @31852   7 years ak19 Java code no longer works out what the ultimate URL to download from …
(edit) @31851   7 years ak19 1. Fixes to get proxying to work on Windows. 2. Fixes to timeout if a …
(edit) @31843   7 years ak19 1. Adding new Java class URLConnectionManager to get an …
(edit) @31839   7 years ak19 Fixing a bug in my previous commit: redirectURL() should stop its …
(edit) @31831   7 years ak19 Part of previous commit. GLI needs to pass WGETRC env var down to perl …
(edit) @31823   7 years ak19 Another bugfix to GLI's downloadjob display: on Linux, the number of …
(edit) @31822   7 years ak19 Bugfix to GLI's download pane: when having multiple download jobs …
(edit) @31821   7 years ak19 Removing the (commented) out debug statements introduced during the …
(edit) @31820   7 years ak19 The changes necessary for GLI's Java code to work properly with a wget …
(edit) @31817   7 years ak19 Accidentally committed the debugging set to on with my previous bugfix …
(edit) @31816   7 years ak19 Fix to getRedirectURL() being stuck forever if the proxy details are …
(edit) @31815   7 years ak19 Minor modification to previous 2 commits
(edit) @31814   7 years ak19 Combining the shutdown hooks for GS2 and GS3
(edit) @31813   7 years ak19 Adding shutdownhook for GS2 to ensure the GS2 server is stopped on …
(edit) @31777   7 years ak19 Related to bugfix of previous commit. Removing commented out working …
(edit) @31776   7 years ak19 Kathy described a problem on the mailing list about the …
(edit) @31733   7 years ak19 Bugfix to nullpointer exception caused when converting a GS2 …
(edit) @31722   7 years ak19 Cosmetic changes
(edit) @31721   7 years ak19 Removed unnecessary comments. Emacs tabbing.
(edit) @31720   7 years ak19 1. GLI's DownloadJobs don't allow pausing and resuming (the button …
(edit) @31719   7 years ak19 Update to README describing the most recent commits.
(edit) @31718   7 years ak19 Two more instances in GLI's Gatherer.java were using Java's Process …
(edit) @31717   7 years ak19 Finally finished first draft of SafeProcess.java Readme. Added more …
(edit) @31716   7 years ak19 Comments adjusted
(edit) @31713   7 years ak19 Further filling in the sections of the Readme doc on SafeProcess
(edit) @31712   7 years ak19 Logging on exception should happen regardless of whether the DEBUG …
(edit) @31711   7 years ak19 Prelinary stages of a README for developers wanting to use SafeProcess.java
(edit) @31707   7 years ak19 Adding an option to cancelProcess() that allows you to force the …
(edit) @31706   7 years ak19 On Mac too, not just linux, the exit value of a kill pid cmd can be 1. …
(edit) @31704   7 years ak19 Cosmetic changes before bringing the GS3's src code version of …
(edit) @31703   7 years ak19 When an instance of SafeProcess calls its static destroyProcess …
(edit) @31702   7 years ak19 1. Correction to previous commit where I'd accidentally attempted a …
(edit) @31701   7 years ak19 Cleaning up yesterday's commit
(edit) @31699   7 years ak19 Mac testing of SafeProcess: everything else worked (User comments, …
(edit) @31697   7 years ak19 More changes to bring SafeProcess GLI src version and GS3 src version …
(edit) @31692   7 years ak19 Major changes to SafeProcess and classes of the download package, by …
(edit) @31670   7 years ak19 Changing the EventListeners list in GShell over to be …
(edit) @31666   7 years ak19 Uses synchronized methods vs synchronizing on objects in the right way …
(edit) @31664   7 years ak19 Tabbing for emacs.
(edit) @31651   7 years ak19 Emacs tabbing and 2 extra lines of comments.
(edit) @31650   7 years ak19 0. Debugging in SafeProcess is turned off. 1. Tidying up recent commit …
(edit) @31646   7 years ak19 1. Moved isAvailable(program) into SafeProcess.java from …
(edit) @31644   7 years ak19 Learnt about shutdown hooks in Java. Adding one to GLI (Gatherer) to …
(edit) @31643   7 years ak19 Taskkill does not seem to be a route, but adding in code that works, …
(edit) @31642   7 years ak19 For Windows, process.destroy() doesn't get called on interruption …
(edit) @31641   7 years ak19 Bugfix after changing over to SafeProcess: XML parsing failed because …
(edit) @31639   7 years ak19 1. Correcting switch statement in SafeProcess and tidying up some …
(edit) @31638   7 years ak19 Rewriting GShell.runLocal() to use SafeProcess instead of Process. …
(edit) @31637   7 years ak19 FileAssociationManager no longer uses ExternalProgram to run the which …
Note: See TracRevisionLog for help on using the revision log.