psmith 2003/12/18 13:37:38
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
This class no longer needed to extend Thread.
Revision ChangesPath
1.42 +1 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogPanel.java
Index: LogPanel.java
==
psmith 2003/12/16 01:28:13
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
LogPanelPreferenceModel now saves via the Profileable interface
using the LogPanel's identifier as it's namespace.
Still need to move the Column and Colour rules over. These still
use
psmith 2003/12/13 18:40:18
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Modified the way the LogPanel updates the filter when the user types
something in the Refine focus text box.
By using a background thread to delay the filtering until the user has
stop
psmith 2003/11/20 14:09:40
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
added a null check.
Revision ChangesPath
1.25 +1 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogPanel.java
Index: LogPanel.java
psmith 2003/10/09 15:08:02
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Changes because LogTreePanel is now a rule itself. This makes this
clases role a lot simpler.
Revision ChangesPath
1.21 +24 -62jakarta-log4j/src/java/org/apache/log4j/ch
sdeboy 2003/10/02 21:08:26
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Tooltip layout now references the detailpaneLayout.
Revision ChangesPath
1.19 +1 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogPanel.java
Index: LogPanel.jav
psmith 2003/10/02 20:58:55
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
LogPanel now listens for Column changes from the preference model
and updates the visible table accordingly.
Revision ChangesPath
1.18 +41 -12jakarta-log4j/src/java/org/a
psmith 2003/10/02 01:30:42
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
LogPanel listens for the levelIcon preference property change
and informs the renderer of the new choice, and updates
the view.
Revision ChangesPath
1.17 +14 -7 jakarta
psmith 2003/09/30 16:26:10
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Beginnings of use of the LogPanelPreferenceModel.
Timestamp column format can now be customized
by right clickings on the Timestamp column header
and choosing a different format. Right
psmith 2003/09/26 01:16:27
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Still trying to track down a bug in JDK 1.4.2 (I think it's only this version).
While the logger tree panel is visible, if you hold down the
ctrl key and mouse over a one of the filterab
psmith 2003/09/18 21:00:09
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
More refactoring of the Refine focus stuff.
Now you can hold the CTRL key down, and move your mouse
and those columns that support the Refine focus concept
will change the mouse cursor
psmith 2003/09/17 00:32:30
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Fixed a bug where the popup menu's refinement option
were not in sync with the currently selected line.
Also don't bother updating if the panel is not visible
or the value is still adj
psmith 2003/09/16 18:31:36
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
[Possibly controversial]
Consolidated the "Events X of Y" into the Status bar. IMHO
it just doesn't sit right there. Open for discussion about
where else it might go, but where it was
psmith 2003/09/11 03:23:56
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
When the Event Detail panel is hidden, also hide the OneTouchExpandable feature
as it's not relevant while the detail panel is hidden. This is consistent
with the Log tree panel.
Revi
psmith 2003/09/11 02:45:46
Modified:src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Changed the Detial panel layout selector popup menu to use Radio buttons.
Also added a couple of PropertyChange events so that the Event
detail pane Updating class can be immediately not
sdeboy 2003/09/09 00:00:39
Modified:src/java/org/apache/log4j/chainsaw
ChainsawToolBarAndMenus.java LogUI.java
Added: src/java/org/apache/log4j/chainsaw LogPanel.java
Log:
Refactored LogPanel into a standalone class instead of an inner class of LogUI.
16 matches
Mail list logo