cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw LogUI.java ChainsawToolBarAndMenus.java

2003-06-16 Thread psmith
psmith 2003/06/16 23:40:17 Modified:src/java/org/apache/log4j/chainsaw LogUI.java ChainsawToolBarAndMenus.java Log: when the look and feel is changed, there was a dialog box that wasn't updating because of it. Revision ChangesPath 1.99 +1 -

Receivers & Chainsaw

2003-06-16 Thread Paul Smith
Hi Mark & Ceki(& everyone else), I've started checking some mods to SocketReceiver into the sandbox. Would anyone mind taking a peek at what I've done, and provide any feedback? What I'm attempting to do is provide a dialog box for Chainsaw that shows all the Receivers in a little hierarchy, and

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java

2003-06-16 Thread psmith
psmith 2003/06/16 20:58:05 Modified:src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java Log: Modified the show Receivers action to show all the receivers in a Tree component, together with whether they are active or not. Currently only real

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/net SocketReceiver.java

2003-06-16 Thread psmith
psmith 2003/06/16 20:56:40 Modified:src/java/org/apache/log4j/net SocketReceiver.java Log: added getConnetedSocketDetails method which returns a Vector of Strings that represent the sockets that are being managed by this receiver. I think it's probably best if we eventually m

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/icons Play16.gif Play24.gif ChainsawIcons.java

2003-06-16 Thread psmith
psmith 2003/06/16 20:55:03 Modified:src/java/org/apache/log4j/chainsaw/icons ChainsawIcons.java Added: src/java/org/apache/log4j/chainsaw/icons Play16.gif Play24.gif Log: addition of the Play icon for use by the Receivers tree GUI component. Revi

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw LogUI.java

2003-06-16 Thread psmith
psmith 2003/06/16 17:19:11 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: refactored a very small bit of code (more of a save point really, was chasing down a bug, and now I've forgotten what I was doing prior). Revision ChangesPath 1.98 +23 -9

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw LogUI.java

2003-06-16 Thread sdeboy
sdeboy 2003/06/16 10:02:01 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: Corrected L&F setting not getting saved Revision ChangesPath 1.97 +3 -3 jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/LogUI.java Index: LogUI.java

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw ChainsawCyclicBufferTableModel.java LogUI.java ColorDisplaySelector.java ChainsawToolBarAndMenus.java

2003-06-16 Thread sdeboy
sdeboy 2003/06/16 00:24:40 Modified:src/java/org/apache/log4j/chainsaw ChainsawCyclicBufferTableModel.java LogUI.java ColorDisplaySelector.java ChainsawToolBarAndMenus.java Log: Updated detail text display to wo