Commit Log (Page 10 of 19)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Next »

Summary Period: 2004-10-29 to 2004-10-19 (Commits 420-469 of 919)

meek 2004-10-29 15:29

-- Fixed the JTreeCellRenderer on the main window to not be opaque.
-- Fixed the Actions and Groups dialogs to respond to a double click on and element
-- Fixed the configfile parser problem. Getting the wrong configfiles from the package header
and not from the LocationGroup
-- Fixed a problem in the JSectionPanel making the JCheckBoxes have the same opacity as their container
-- Fixed AddLocation Dialog to better support changing a location allowing a single
location's hostname to be edited and disables the hostname field for multiple

20 lines of code changed in:

larkin 2004-10-29 10:39

Now sends config files correctly.

50 lines of code changed in:

larkin 2004-10-29 10:38

Fixed bug that caused not all substitutions to be made. Moved creating Enumeration into loop.

3 lines of code changed in:

meek 2004-10-29 07:18

Fixed some layout problems in the panel.

8 lines of code changed in:

meek 2004-10-28 23:27

Removed some debug code and added code to handle an invalid image url

58 lines of code changed in:

meek 2004-10-28 23:19

finally fixed several outstanding GUI bugs and also updated the Installer GUI
to support Background Images. Fixed SetupCmdOpts to correctly add all the groups
containing configurable commands.

1187 lines of code changed in:

larkin 2004-10-28 14:16

Changed temp file handling in configfileparser
Fixed InstallerLocInfo to copy config files to proper place

**Config files aren't parsing completely.**

72 lines of code changed in:

larkin 2004-10-28 14:14

Added creating a gsaparch.sh file for setting up directory.

7 lines of code changed in:

meek 2004-10-28 08:52

Null Pointer Exception fix when under JavaVM 5.0 in LocCellRenderer

10 lines of code changed in:

meek 2004-10-27 17:36

Various GUI fixes and took out a printStackTrace()

52 lines of code changed in:

meek 2004-10-27 15:10

-- Added propertyChangedSupport to LocInfo removing needless hacks elsewhere
in the code.
-- Made LocListModel a propertyChangedListener of LocInfo
-- Changed PackageConfigFile to hold the Subs in a vector making the order correct
in SetupSubs and added a getSubHash to support the configfile parser
-- Fixed various minor bugs elsewhere

319 lines of code changed in:

meek 2004-10-27 12:17

-- Test fix for displaying the proper status of the names in the lists
-- Fixed improper adding of actions when cancel button pressed
-- Fixed removeing LogicalGroups exceptions when removing one in SetupLogicalGroups

236 lines of code changed in:

meek 2004-10-27 10:23

fixed tooltip text to render correctly as html

3 lines of code changed in:

meek 2004-10-27 10:16

-- Fixed the scrolling bug when adding many locations in SetupLocations
-- Fixed the remove groups functionality in SetupLogicalGroups
-- Added new feature notifying the user when a location cannot be resolved

200 lines of code changed in:

meek 2004-10-27 10:15

-- Fixed the scrolling bug when adding many locations in SetupLocations
-- Fixed the remove groups functionality in SetupLogicalGroups
-- Added new feature notifying the user when a location cannot be resolved

4 lines of code changed in:

larkin 2004-10-26 14:37

Added XSL for output report and php script to parse it and generate a web page.

43 lines of code changed in:

larkin 2004-10-26 14:30

Partial fix for config file bug.

26 lines of code changed in:

larkin 2004-10-26 13:39

Fixed debugging output bug.

2 lines of code changed in:

larkin 2004-10-26 13:34

Should continue past preparation now.

3 lines of code changed in:

meek 2004-10-26 12:45

Updated GUI to use PackageHeader.getTitle() and other trial fixes for the Installation stuff

50 lines of code changed in:

meek 2004-10-26 12:16

Fixed to call toSting on PackageSub

3 lines of code changed in:

larkin 2004-10-26 12:15

Changed setupSession to extended version.

14 lines of code changed in:

larkin 2004-10-26 12:15

Made the extended setupSession part of the comm interface.

6 lines of code changed in:

larkin 2004-10-26 11:54

Fixed unique command id bug.
Made runCommandArray return number of commands run on success.
Fixed actions running twice.

52 lines of code changed in:

larkin 2004-10-26 11:51

Expands output xml format.

9 lines of code changed in:

meek 2004-10-26 11:43

-- Corrected the Sub and Command toString functions
-- Continued working on vpItem display problems
-- Fixed a null pointer exception in SetupCmdOpts
-- Corrected the XML ouput from PackageHeader reversing the title and version tags

49 lines of code changed in:

meek 2004-10-25 17:56

Fixed GUI bug causing the items to disappear when resized

3 lines of code changed in:

larkin 2004-10-25 17:51

Implremented XML output.
This involved adding a runCommand function w/ an id parameter.
I have not yet fixed problem w/ id incrementing incorrectly in runCommandArray().

65 lines of code changed in:

meek 2004-10-25 16:47

Fixed a few GUI bugs.
Updated XML support for changes made and method of handleing of boolean Option types

87 lines of code changed in:

larkin 2004-10-25 14:00

Initial XSL check-in. This doesn't do much.

0 lines of code changed in:

larkin 2004-10-25 13:57

Moved Title above version.

0 lines of code changed in:

larkin 2004-10-25 13:54

Dropped use attribute of option for truevalue/falsevalue.

0 lines of code changed in:

meek 2004-10-25 12:53

-- Fixed the splash screen to correctly pulse the icons when first opening the window
-- Fixed GUI behaviour in Action, SetupCmdOpts, SetupLocations and SetupSubs.
-- Improved the behaviour of License so it displays the panel while loading the license
and displays and error if there is a problem displaying the license.
-- Added support for the new Sub type
-- Improved response time in many locations in the GUI however, SetupLocations is
semi-broken when adding many locations bc the main JList doesn't resize correctly.

548 lines of code changed in:

meek 2004-10-25 12:53

-- Fixed the splash screen to correctly pulse the icons when first opening the window
-- Fixed GUI behaviour in Action, SetupCmdOpts, SetupLocations and SetupSubs.
-- Improved the behaviour of License so it displays the panel while loading the license
and displays and error if there is a problem displaying the license.
-- Added support for the new Sub type
-- Improved response time in many locations in the GUI however, SetupLocations is
semi-broken when adding many locations bc the main JList doesn't resize correctly.

30 lines of code changed in:

meek 2004-10-25 12:53

-- Fixed the splash screen to correctly pulse the icons when first opening the window
-- Fixed GUI behaviour in Action, SetupCmdOpts, SetupLocations and SetupSubs.
-- Improved the behaviour of License so it displays the panel while loading the license
and displays and error if there is a problem displaying the license.
-- Added support for the new Sub type
-- Improved response time in many locations in the GUI however, SetupLocations is
semi-broken when adding many locations bc the main JList doesn't resize correctly.

27 lines of code changed in:

larkin 2004-10-25 11:13

Made text node in <sub> for default textarea values.
Added <any> to header
Added <anyAttribute> to package and header.

0 lines of code changed in:

meek 2004-10-23 11:28

Changed subs to be stored in a hashtable keyed on their name.

7 lines of code changed in:

larkin 2004-10-22 11:03

Redirect output to a log file.
Added '-f' to rm's.

16 lines of code changed in:

larkin 2004-10-22 10:42

fixed error in default build and file masters

3 lines of code changed in:

meek 2004-10-21 15:59

Improved response time when adding Locations to setup locations
Added cleancommon to build.xml

24 lines of code changed in:

meek 2004-10-21 15:06

Updated the build process to include the xml libraries in the jar
Changed the text shown while loading the package.

11 lines of code changed in:

meek 2004-10-21 14:30

Changed back to the default tester.gsp

6 lines of code changed in:

meek 2004-10-21 14:23

Finished splashscreen

34 lines of code changed in:

meek 2004-10-21 13:46

Fixed alignment, only runs out of netbeans right now, will fix before end of day.

7 lines of code changed in:

meek 2004-10-21 13:16

Created a gsap splash screen to minimize the time of startup (makes it seem much shorter).
Did a bunch of work on basic components.

2558 lines of code changed in:

meek 2004-10-20 11:40

Chicken Man

47 lines of code changed in:

larkin 2004-10-20 10:40

Changed GsapSSH to use a static string during setup rather than exhausting the file in
the jar.

46 lines of code changed in:

meek 2004-10-19 17:20

Randomized initial color choosing so each startup the first group created will not have the same color

3 lines of code changed in:

meek 2004-10-19 16:55

Updated file groups to correlate to colors. Much more work on GSAP Explorer components.

1199 lines of code changed in:

larkin 2004-10-19 11:37

Fixed javadoc typo.

2 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Next »

Generated by StatCVS 0.2.2