diff options
author | Jiri Vanek <[email protected]> | 2013-12-20 15:23:08 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-12-20 15:23:08 +0100 |
commit | b498f0bd16cb77a6082e2bb797d8f4daec07c345 (patch) | |
tree | 466eb30b20e7a5a685bb535c95723ae8726e0eac /ChangeLog | |
parent | b616acb51f3bb0217cd24f6018650504dbc40727 (diff) |
Rewritten java console
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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. |