From b498f0bd16cb77a6082e2bb797d8f4daec07c345 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Fri, 20 Dec 2013 15:23:08 +0100 Subject: Rewritten java console --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd1ed47..613b3b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2013-12-20 Jiri Vanek + + 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 fixed CacheLRUWrapperTest -- cgit v1.2.3