aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-12-20 15:23:08 +0100
committerJiri Vanek <[email protected]>2013-12-20 15:23:08 +0100
commitb498f0bd16cb77a6082e2bb797d8f4daec07c345 (patch)
tree466eb30b20e7a5a685bb535c95723ae8726e0eac /ChangeLog
parentb616acb51f3bb0217cd24f6018650504dbc40727 (diff)
Rewritten java console
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd1ed47..613b3b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2013-12-20 Jiri Vanek <[email protected]>
+ Rewritten java console
+ * netx/net/sourceforge/jnlp/Launcher.java: fatal error from lunch can reach console
+ * netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPane.java: new console,
+ controls
+ * netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPaneModel.java: data
+ manager of new console.
+ * netx/net/sourceforge/jnlp/util/logging/JavaConsole.java: removed old gui,
+ now using multiple 1-n instances of ConsoleOutputPane with theirs models.
+ (addMessage) now receive MessageWithHeader object instead body and header.
+ * netx/net/sourceforge/jnlp/util/logging/headers/Header.java: have not null
+ defaults
+ * netx/net/sourceforge/jnlp/util/logging/headers/ObservableMessagesProvider.java:
+ abstraction of datasource for new console
+ * tests/netx/unit/net/sourceforge/jnlp/util/logging/JavaConsoleTest.java:
+ adapted.
+
+2013-12-20 Jiri Vanek <[email protected]>
+
fixed CacheLRUWrapperTest
* netx/net/sourceforge/jnlp/cache/CacheLRUWrapper.java: (cacheDir) and
(cacheOrder) made package private for testing purposes.