Author: psmith
Date: Sun Oct 7 15:59:57 2007
New Revision: 582694
URL: http://svn.apache.org/viewvc?rev=582694&view=rev
Log:
Updated to require official 1.2.15 release.
Modified:
logging/sandbox/jul-to-log4j-bridge/pom.xml
Modified: logging/sandbox/jul-to-log4j-bridge/pom.xml
URL:
Author: psmith
Date: Mon Oct 29 19:25:53 2007
New Revision: 589939
URL: http://svn.apache.org/viewvc?rev=589939&view=rev
Log:
HTML escaped
Modified:
logging/sandbox/jul-to-log4j-bridge/src/site/site.xml
Modified: logging/sandbox/jul-to-log4j-bridge/src/site/site.xml
URL:
Author: psmith
Date: Mon Oct 29 19:28:20 2007
New Revision: 589940
URL: http://svn.apache.org/viewvc?rev=589940&view=rev
Log:
Fixed a bug found by Joshua ChaitinPollack where LoggingEvents were being
posted to the matching
log4j Logger without obeying the configured thresholds defined for
Author: psmith
Date: Fri Nov 2 22:16:19 2007
New Revision: 591552
URL: http://svn.apache.org/viewvc?rev=591552&view=rev
Log:
Bug 43736 applied patch provided by Curt with extraction to a constant to
indicate that
XMLDecoder only deals with UTF-8 encoded log files.
Previously the system def
Author: psmith
Date: Thu Mar 6 21:44:32 2008
New Revision: 634545
URL: http://svn.apache.org/viewvc?rev=634545&view=rev
Log:
Bug 44551 SocketHubAppender in the 1.2.16 does not support a scroll back buffer
or application property.
This returns a feature from the old 1.3 codebase (yay!)
App
Author: psmith
Date: Thu Mar 6 22:07:58 2008
New Revision: 634548
URL: http://svn.apache.org/viewvc?rev=634548&view=rev
Log:
Now that log4j 1.2.16 has the new createSocket method, we can trap this, store
the details
of the port/address, and use that in the broadcast of what
Author: psmith
Date: Thu Mar 13 19:04:13 2008
New Revision: 636954
URL: http://svn.apache.org/viewvc?rev=636954&view=rev
Log:
Bug 41156 Give log4j threads reasonable names.
Thread names are based on the class name that is the creator/related entity, and
where threads are based on So
Author: psmith
Date: Mon May 12 15:33:54 2008
New Revision: 655676
URL: http://svn.apache.org/viewvc?rev=655676&view=rev
Log:
Bug 43304 Applied patch by Dennis Lundberg to reform the pom.xml with nice
whitespace formatting and alignment.
Patch also marks plugins used by the build with spec
Author: psmith
Date: Thu Jun 26 15:27:04 2008
New Revision: 672042
URL: http://svn.apache.org/viewvc?rev=672042&view=rev
Log:
Replace Assert import with standard package. Really not sure why this is not
required
on the maven command line, but Eclipse refuses to find it for some re
Author: psmith
Date: Thu Jul 31 15:23:46 2008
New Revision: 681522
URL: http://svn.apache.org/viewvc?rev=681522&view=rev
Log:
Change the svn:eol-style property to 'native' to avoid evil whitespace diffs!
Why the SVN team deemed not to support this for XML files from Day 1 sti
Author: psmith
Date: Thu Jul 31 16:00:20 2008
New Revision: 681536
URL: http://svn.apache.org/viewvc?rev=681536&view=rev
Log:
Bug 45517
Provide tweaked patch provided by Thorbørn to remove a dependency on Sun's JMS
stuff.
Slightly tweaked in that I retained the modifier because we do
Author: psmith
Date: Thu Aug 14 20:31:30 2008
New Revision: 686131
URL: http://svn.apache.org/viewvc?rev=686131&view=rev
Log:
Bug 40246 Added cleaned up patch provided by wing tung Leung to allow the JMX
Beans created to properly deregister, allowing
Servlet Containers that shutdown/restar
Author: psmith
Date: Wed Sep 3 21:57:11 2008
New Revision: 691872
URL: http://svn.apache.org/viewvc?rev=691872&view=rev
Log:
Bug 42171 Applied patch supplied by ray@ that resolves a bug where by duplicate
events are received
after a SocketHubReceiver is shutdown and then restartedi such as
psmith 2003/12/22 12:41:04
Modified:src/java/org/apache/log4j/chainsaw
ApplicationPreferenceModelPanel.java
Log:
for some reason this fixes a NPE on linux...
Revision ChangesPath
1.9 +1 -1
jakarta-log4j/src/java/org/apache/log4j
psmith 2003/12/22 12:41:40
Added: src/xdocs chainsaw-1.jpg
Log:
An image for chainsaw
Revision ChangesPath
1.1 jakarta-log4j/src/xdocs/chainsaw-1.jpg
<>
--
psmith 2003/12/22 13:07:02
Modified:.build.xml
Log:
added missing known.receiver file to the required chainsaw
jar build process.
Revision ChangesPath
1.88 +2 -0 jakarta-log4j/build.xml
Index: build.xml
psmith 2003/12/22 13:41:44
Removed: src/xdocs chainsaw-1.jpg
Log:
moved this file into the images subdirectory.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
psmith 2003/12/22 13:42:24
Modified:src/xdocs chainsaw.xml
Log:
updated the screenshot pointer to the new image, and
commented out the other Screenshot references until we
actually have them.
Revision ChangesPath
1.4 +6 -5 jakarta-log4j/src/xdocs
psmith 2003/12/22 13:44:00
Modified:src/java/org/apache/log4j/chainsaw/receivers
PluginPropertyEditorPanel.java
Log:
Smartened up the logic for determing the correct editor
to display within the property editor sheet.
This was most notable when the
psmith 2003/12/22 14:02:22
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
fixed a bug where closing the frame by using the standard
window close widget (the 'x' in the top right hand corner
for example) caused the main frame to disappear but
not exit if
psmith 2003/12/22 17:50:13
Modified:src/java/org/apache/log4j/chainsaw/receivers known.receivers
Log:
added the MulticastReceiver to the list of the known
Receiver class, and reordered the list to be alphabetical.
Revision ChangesPath
1.2 +2 -1
jakarta
psmith 2003/12/22 17:51:31
Added: src/java/org/apache/log4j/net MulticastReceiverBeanInfo.java
Log:
added BeanInfo class for the MulticastReceiver.
Revision ChangesPath
1.1
jakarta-log4j/src/java/org/apache/log4j/net/MulticastReceiverBeanInfo.java
psmith 2003/12/22 17:51:48
Modified:src/java/org/apache/log4j/net SocketHubReceiverBeanInfo.java
Log:
added license and jalopied.
Revision ChangesPath
1.3 +46 -0
jakarta-log4j/src/java/org/apache/log4j/net/SocketHubReceiverBeanInfo.java
Index
psmith 2003/12/22 18:18:40
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
ApplicationPreferenceModel.java
ApplicationPreferenceModelPanel.java
src/java/org/apache/log4j/chainsaw/prefs default.properties
Log
psmith 2003/12/22 18:19:14
Modified:src/java/org/apache/log4j/chainsaw/receivers
ReceiversPanel.java
Log:
New Receiver property sheet is now model with respect
to whatever it's parent is.
Revision ChangesPath
1.8 +22 -20
jakarta-
psmith 2003/12/22 18:52:17
Modified:src/java/org/apache/log4j/chainsaw/help HelpLocator.java
Log:
added some debug messaging to assist in tracking down some
issues
Revision ChangesPath
1.2 +6 -2
jakarta-log4j/src/java/org/apache/log4j/chainsaw/help
psmith 2003/12/22 18:54:40
Modified:src/java/org/apache/log4j/chainsaw/help HelpManager.java
Log:
on initialization, looks for a system property that
identifies where the local Javadocs for log4j are
located.
A trailing / is REQUIRED, and the property would be in the form
psmith 2003/12/22 18:56:25
Modified:src/java/org/apache/log4j/chainsaw
ChainsawToolBarAndMenus.java
Log:
Added to the Help menu, links to all the known Receiver
JavaDocs. These items will only work at the moment
if you have the log4j.chainsaw.localDocs
psmith 2003/12/23 13:43:30
Modified:src/java/org/apache/log4j/chainsaw/help HelpManager.java
Log:
Jalopied, and refactored a new method to assist other
classes.
Revision ChangesPath
1.4 +155 -137
jakarta-log4j/src/java/org/apache/log4j/chainsaw/help
psmith 2003/12/23 13:44:17
Modified:src/java/org/apache/log4j/chainsaw ChainsawConstants.java
Log:
Added a new constant, the value of which will be changing
once the real resource itself has been created.
Revision ChangesPath
1.8 +3 -0
jakarta-log4j/src
psmith 2003/12/23 13:44:53
Modified:src/java/org/apache/log4j/chainsaw/receivers
ReceiversPanel.java
Log:
added a relevan title to the dialog.
Revision ChangesPath
1.9 +2 -2
jakarta-log4j/src/java/org/apache/log4j/chainsaw/receivers
psmith 2003/12/23 13:46:06
Modified:src/java/org/apache/log4j/chainsaw/receivers
NewReceiverDialogPanel.java
Log:
Jalopied, and added a JavaDoc viewer inside a JSplitPane for the Plugin
that is being edited.
Revision ChangesPath
1.2 +170
psmith 2003/12/23 14:22:53
Modified:src/java/org/apache/log4j/chainsaw/helper SwingHelper.java
Log:
added a helper method to create a standard Cancel
dialog action.
Revision ChangesPath
1.2 +34 -0
jakarta-log4j/src/java/org/apache/log4j/chainsaw/helper
psmith 2003/12/23 14:24:02
Modified:src/java/org/apache/log4j/chainsaw/receivers
ReceiversPanel.java
Log:
now uses the standard dialog cancel metaphor.
Revision ChangesPath
1.10 +10 -6
jakarta-log4j/src/java/org/apache/log4j/chainsaw
psmith 2003/12/23 20:06:17
Modified:src/java/org/apache/log4j/chainsaw/prefs
SaveSettingsEvent.java SettingsManager.java
Added: src/java/org/apache/log4j/chainsaw/prefs
AbstractSettingsEvent.java
Log:
Added an abstract class
psmith 2003/12/23 20:08:40
jakarta-log4j/src/java/org/apache/log4j/chainsaw/favourites - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
psmith 2003/12/23 20:08:45
Added: src/java/org/apache/log4j/chainsaw/favourites package.html
Favourite.java FavouritesRegistry.java
Log:
The beginnings of Favourites (save Plugin state).
Eventually the saved state of a prototype plugin will
re-use
psmith 2003/12/30 22:57:09
jakarta-log4j/src/java/org/apache/log4j/chainsaw/plugins - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
psmith 2003/12/30 22:57:14
Added: src/java/org/apache/log4j/chainsaw/plugins
GUIPluginSkeleton.java
Log:
Skeleton class of a Plugin that has a gui component.
Revision ChangesPath
1.1
jakarta-log4j/src/java/org/apache/log4j
psmith 2003/12/30 23:00:11
Added: src/java/org/apache/log4j/chainsaw/plugins
ChainsawCentral.java
Log:
Very rough check-in, but hopefully you can see where I am headed.
This plugin will have a graph window of the rate of events arriving in the
top
psmith 2003/12/30 23:03:34
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
moved some code within the acivation area into new methods.
added the ChainsawCentral as a hard coded plugin for now.
Revision ChangesPath
1.66 +170 -150 jakarta-log4j/src
psmith 2003/12/30 23:04:03
Modified:src/java/org/apache/log4j/chainsaw/messages
MessageCenter.java
src/java/org/apache/log4j/chainsaw ChainsawStatusBar.java
Log:
Removed the Message Center from being accessed via the status bar.
Revision
psmith 2003/12/30 23:05:33
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
mangled a merge, this fixes it.
Revision ChangesPath
1.67 +3 -3 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogUI.java
Index: LogUI.java
psmith 2004/01/07 17:38:38
Modified:src/java/org/apache/log4j/chainsaw/help HelpManager.java
Log:
a small, somewhat temporary change to find local javadocs
that have been generated with the 'ant javadoc' target.
Revision ChangesPath
1.5 +7 -0
jak
psmith 2004/01/07 18:08:14
Modified:src/java/org/apache/log4j/chainsaw/plugins
ChainsawCentral.java
Log:
fixes a JDK 1.3 compile problem.
Revision ChangesPath
1.3 +2 -2
jakarta-log4j/src/java/org/apache/log4j/chainsaw/plugins
psmith 2004/02/29 13:32:03
Modified:src/xdocs chainsaw.xml
Log:
changed the way some "
- It's a GUI-based Log viewer. A picture tells a
thousand words...
+ It's a GUI-based Log viewer. A picture tells a
psmith 2004/04/07 18:47:45
Modified:src/xdocs plan.xml
Log:
Removed "1.2 plan" section... We're in 1.2 maintenance mode.
Modified and added as much as I could think off in an attempt to reflect where we're
at, but I may not be 100% accurate here, please
psmith 2004/04/19 17:39:40
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
ApplicationPreferenceModelPanel.java
ApplicationPreferenceModel.java
src/java/org/apache/log4j/chainsaw/prefs default.properties
Log
psmith 2004/05/11 15:17:23
Modified:.build.xml
Log:
Applied patch from James Stauffer so that sub-directories of the db package are also
included in the jar output.
Revision ChangesPath
1.97 +1 -1 logging-log4j/build.xml
Index: build.xml
psmith 2004/05/13 19:41:26
Added: src/java/org/apache/log4j/chainsaw CommonActions.java
Log:
Added a CommonActions class to hold some Common actions. Haven't moved any here
yet, but hope to
to make some of the source a bit easier to read.
Revision ChangesPath
psmith 2004/05/13 19:42:32
Added: src/java/org/apache/log4j/chainsaw/help release-notes.html
Log:
First import of the Release Notes html page, of which there isn't much yet, but we
should keep
this page up2date with any new cool features we add, things that we break, or t
psmith 2004/05/13 19:43:08
Modified:src/java/org/apache/log4j/chainsaw ChainsawConstants.java
Log:
added the constant for the release notes url.
Revision ChangesPath
1.11 +4 -1
logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawConstants.java
Index
psmith 2004/05/13 19:43:36
Modified:src/java/org/apache/log4j/chainsaw
ChainsawToolBarAndMenus.java
Log:
added the release notes action into the Help menu.
Revision ChangesPath
1.42 +1 -0
logging-log4j/src/java/org/apache/log4j
psmith 2004/05/13 19:44:58
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
If the HelpManager's help URL changes, we are already setting the url into the
Welcome Panel,
but the panel might not be visible, as the user might be looking at a Log panel, so
if th
psmith 2004/05/13 20:19:52
logging-log4j/src/java/org/apache/log4j/chainsaw/version - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
psmith 2004/05/13 20:19:57
Added: src/java/org/apache/log4j/chainsaw/version
VersionManager.java
Log:
This class really just tracks a version string, which is hard coded, but might
eventually be Ant'fied to have
an incremental build version in
psmith 2004/05/13 20:21:13
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
ApplicationPreferenceModel.java
src/java/org/apache/log4j/chainsaw/prefs default.properties
Log:
If the last version the user ran is different from the version
psmith 2004/05/13 23:57:50
Modified:src/java/org/apache/log4j/chainsaw/help release-notes.html
Log:
updated release notes and version identifier.
Revision ChangesPath
1.2 +5 -2
logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html
psmith 2004/05/10 15:24:22
Modified:src/java/org/apache/log4j/pattern
ClassNamePatternConverter.java
LineLocationPatternConverter.java
FullLocationPatternConverter.java
psmith 2004/05/10 15:25:07
Modified:src/java/org/apache/log4j/rule RuleTest.java
Log:
getMDC* methods are gone All hail getProperty* methods.
Revision ChangesPath
1.4 +2 -2 logging-log4j/src/java/org/apache/log4j/rule/RuleTest.java
Index
psmith 2004/05/10 15:26:44
Modified:src/java/org/apache/log4j/chainsaw
ChainsawCyclicBufferTableModel.java
ColumnComparator.java
src/java/org/apache/log4j/chainsaw/filter FilterModel.java
psmith 2004/05/09 15:29:39
Modified:src/java/org/apache/log4j/net SocketAppender.java
Log:
Changed so that failure to connect to a remote Socket doesn't output ugly stack
trace, but
it is still an error, and you still get the underlying Exception message string,
without h
psmith 2004/05/09 15:33:59
Modified:src/java/org/apache/log4j/net SocketAppender.java
Log:
oops, should have used the getMessage rather than rely on exception's toString
method.
Revision ChangesPath
1.23 +1 -1 logging-log4j/src/java/org/apache/log4
psmith 2004/05/02 15:21:23
Modified:src/xdocs index.xml
Log:
removed duplicate 'microsecond' word spotted diligently by [EMAIL PROTECTED]
Revision ChangesPath
1.10 +1 -1 logging-log4j/src/xdocs/index.xml
Index:
psmith 2004/05/02 15:31:48
Modified:docs manual.html
Log:
(Bug 27580): Applied spelling and gramatical changes suggested by Maurice
Kienenberger ([EMAIL PROTECTED]).
Revision ChangesPath
1.39 +3 -3 logging-log4j/docs/manual.html
Index: manual.html
psmith 2004/05/04 15:45:04
Modified:src/java/org/apache/log4j/chainsaw/receivers
ReceiversPanel.java
src/java/org/apache/log4j/chainsaw LogUI.java
ChainsawAppenderHandler.java
src/java/org/apache/log4j
psmith 2004/05/14 23:29:31
Modified:src/java/org/apache/log4j/chainsaw/plugins
ChainsawCentral.java
Log:
Removed the Data Rate graph and label from this panel.
Would have looked prty if I'd finished it, and considering it doesn't give
psmith 2004/05/14 23:30:11
Modified:.build.xml
Log:
makes sure that the new vfs package that is coming doesn't intrude on the build
process.
Revision ChangesPath
1.98 +1 -1 logging-log4j/build.xml
Index: buil
psmith 2004/05/14 23:31:42
logging-log4j/src/java/org/apache/log4j/chainsaw/vfs - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
psmith 2004/05/14 23:31:48
Added: src/java/org/apache/log4j/chainsaw/vfs
FileSystemTreePanel.java VFSPlugin.java
Log:
Shell classes for the portion of the VFS GUI plugni that could be started.
To use it will require the Jakarta VFS package and
psmith 2004/05/14 23:32:44
Modified:src/java/org/apache/log4j/chainsaw LogUI.java
Log:
added tiny bit of code to start the VFS Plugin using reflection, if and only
if the class can be found on the classpath. This gets around conditions
where VFS and it's dependencies ar
psmith 2004/05/16 20:32:34
Added: docs/images chainsaw-fullscreen-small.jpg
chainsaw-fullscreen.jpg
Log:
added new screen shot done by Scott for use on the website.
Revision ChangesPath
1.1 logging-log4j/docs/images/chainsaw
psmith 2004/05/16 20:32:42
Modified:src/xdocs chainsaw.xml
Log:
updated image url to latest image.
Revision ChangesPath
1.7 +2 -1 logging-log4j/src/xdocs/chainsaw.xml
Index: chainsaw.xml
psmith 2004/05/17 15:26:09
Modified:src/java/org/apache/log4j/chainsaw/version
VersionManager.java
.build.xml
src/java/org/apache/log4j/chainsaw/help release-notes.html
Log:
made sure an appropriate set of JavaDoc is
psmith 2004/05/17 17:39:55
Modified:src/java/org/apache/log4j/chainsaw/version
VersionManager.java
src/java/org/apache/log4j/chainsaw LoggerNameTreePanel.java
src/java/org/apache/log4j/chainsaw/help release-notes.html
Log
psmith 2004/05/17 20:06:25
Modified:src/xdocs chainsaw.xml
Log:
updated with the Java Web Start link... Be nice to have a nice image button
but can't find anything that has an explicit licence grant to use it at will,
so defering to simple text link for now.
Rev
psmith 2004/05/18 17:08:51
Modified:src/java/org/apache/log4j/chainsaw/icons ChainsawIcons.java
Added: src/java/org/apache/log4j/chainsaw/icons Server16.gif
Server24.gif
Log:
added new "server" icon from the Java Icon repository.
psmith 2004/05/18 17:11:08
Modified:src/java/org/apache/log4j/chainsaw/vfs
FileSystemTreePanel.java VFSPlugin.java
Added: src/java/org/apache/log4j/chainsaw/vfs VFSNode.java
FileObjectTable.java DirectoryListTableModel.java
Log
psmith 2004/05/18 23:11:03
Modified:src/java/org/apache/log4j/chainsaw/vfs
FileSystemTreePanel.java
Log:
changed the way the tree is rendered, but it will change more over time.
addFileObject now returns the newly created node.
PR:
Obtained from
psmith 2004/05/18 23:11:37
Added: src/java/org/apache/log4j/chainsaw/vfs VFSUtils.java
Log:
added utils class with a useful method.
Hopefully more added here over time...
Revision ChangesPath
1.1
logging-log4j/src/java/org/apache/log4j
psmith 2004/05/18 23:12:46
Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java
Log:
shutdown now calls the FileSystemManager shutdown.
the rather hard coded loadLocalFileSystem method now initiates a back
task to check what children objects are out there.
PR
psmith 2004/05/19 20:57:23
Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java
Log:
Thanks to Mario of the VFS team, no longer have to manually work out
what VFS schemes are available on the class path. Much cleaner! Thanks Mario.
Added an inner action object
psmith 2004/05/19 20:58:08
Modified:src/java/org/apache/log4j/chainsaw/vfs
DirectoryListTableModel.java
Log:
This model can now be poplutated and cleared of FileObjects, and can
render the details of the correctly.
Revision ChangesPath
1.2
psmith 2004/05/19 20:59:12
Modified:src/java/org/apache/log4j/chainsaw/vfs
FileSystemTreePanel.java
Log:
refactored the tree gui initialisation into it's own method.
Added a custom tree cell renderer so the icons are rendered better.
Rev
psmith 2004/05/20 16:09:57
Modified:src/java/org/apache/log4j/chainsaw/messages
MessageCenter.java
Log:
Changed so that only DEBUG messages are shown in the MessageCenter
when the log4j.debug property has been set to true.
Revision ChangesPath
psmith 2004/05/20 16:11:14
Modified:src/java/org/apache/log4j/chainsaw/vfs VFSUtils.java
Log:
removed (moved) a method into a more appropriate class, it is not
really a utility method, as it is really specific to a particular function.
Revision ChangesPath
1.2
psmith 2004/05/20 16:13:50
Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java
Log:
child directories are now located 'lazily', that is, only when you explicitly select
the folder in the tree. This defers the cost of finding out the children until
y
psmith 2004/05/20 21:21:30
Added: src/java/org/apache/log4j/chainsaw/vfs
VFSPluginPreferenceModel.java
Log:
Initial version of this plugins preference. Of course at the moment
you can't change the values yet, and they wouldn't get sa
psmith 2004/05/20 21:22:10
Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java
Log:
If the user has elected to auto load all the local file systems, we should honour
that.
Revision ChangesPath
1.6 +31 -15
logging-log4j/src/java/org/apache/log4j
psmith 2004/05/20 21:22:46
Modified:src/java/org/apache/log4j/chainsaw/vfs
FileSystemTreePanel.java
Log:
subtle tree call to get it to display correctyl sometimes.
Revision ChangesPath
1.5 +1 -0
logging-log4j/src/java/org/apache/log4j
psmith 2004/05/20 21:23:23
Modified:src/java/org/apache/log4j/chainsaw/vfs
DirectoryListTableModel.java
Log:
Implemented SortTableModel for extra sort goodness. Hmmm... Sortable...
Revision ChangesPath
1.3 +81 -2
logging-log4j/src
psmith 2004/05/20 21:24:16
Modified:src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java
Log:
Table looks much nice with row striping and alignment.
Also added the sort feature. Remind me to buy Claude & Scott an extra beer. Nice
and easy.
Revision Cha
psmith 2004/05/20 21:53:01
Modified:src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java
Log:
fixed bug where if the row was selected, the alignment of some columns was incorrect.
Thanks to Scott for picking that one up.
Revision ChangesPath
1.3 +3
psmith 2004/05/21 03:13:30
Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java
Log:
Looks like there was a race condition between the child directory locator thread
that updates the Tree and the child file locator thread that populates the table.
Properly
psmith 2004/05/22 01:02:36
Modified:src/java/org/apache/log4j/chainsaw/vfs
VFSPluginPreferenceModel.java
Log:
Added previewSize property, plus some TODOs with ideas for other preview related
prefs.
Revision ChangesPath
1.2 +19 -0
psmith 2004/05/22 01:03:05
Added: src/java/org/apache/log4j/chainsaw/vfs PreviewPanel.java
Log:
A simple Panel designed to display some text of a log.
Revision ChangesPath
1.1
logging-log4j/src/java/org/apache/log4j/chainsaw/vfs/PreviewPanel.java
psmith 2004/05/22 01:03:33
Modified:src/java/org/apache/log4j/chainsaw/vfs
DirectoryListTableModel.java
Log:
added method to retrieve the FileObject for a given row, if any.
Revision ChangesPath
1.4 +11 -0
logging-log4j/src/java/org
psmith 2004/05/22 01:04:17
Modified:src/java/org/apache/log4j/chainsaw/vfs FileObjectTable.java
Log:
expose the table.
added delegate method to retrieve the FileObject for a given row.
Revision ChangesPath
1.4 +16 -0
logging-log4j/src/java/org/apache
psmith 2004/05/22 01:06:35
Modified:src/java/org/apache/log4j/chainsaw/vfs VFSPlugin.java
Log:
Note: Eclipse M9 did more formatting to this file than I would have liked...
Added an Action object to retrieve the contents of the file and generate a Prewiew
of it.
You can
psmith 2004/05/22 01:08:18
Modified:src/java/org/apache/log4j/chainsaw/vfs
VFSPluginPreferenceModel.java
Log:
might help if I made the preview size >0 ...
Revision ChangesPath
1.3 +1 -1
logging-log4j/src/java/org/apache/log4j/chain
1 - 100 of 270 matches
Mail list logo