commit 25458f3b15b598820ff9a90a85fd295449df7dc8 Merge: ca2a385 85e41b3 Author: Damian Johnson atagar@torproject.org Date: Thu Sep 15 23:13:17 2016 -0700
Rewrite controller module
Finishing the overhaul fo the last bit of our legacy codebase! This replaces our controller module with a simpler Interface class.
nyx/__init__.py | 348 +++++++++++++++++++++++++++++++++++++- nyx/controller.py | 423 ----------------------------------------------- nyx/curses.py | 9 +- nyx/menu.py | 31 ++-- nyx/panel/__init__.py | 33 ++-- nyx/panel/config.py | 11 +- nyx/panel/connection.py | 14 +- nyx/panel/graph.py | 31 ++-- nyx/panel/header.py | 23 +-- nyx/panel/interpreter.py | 1 - nyx/panel/log.py | 24 ++- nyx/popups.py | 10 +- nyx/settings/strings.cfg | 4 + nyx/starter.py | 23 ++- nyxrc.sample | 5 - test/__init__.py | 2 +- test/panel/header.py | 18 +- test/popups.py | 6 +- 18 files changed, 475 insertions(+), 541 deletions(-)
tor-commits@lists.torproject.org