[tor-commits] [nyx/master] Rewrite controller module

atagar at torproject.org atagar at torproject.org
Fri Sep 16 06:18:14 UTC 2016


commit 25458f3b15b598820ff9a90a85fd295449df7dc8
Merge: ca2a385 85e41b3
Author: Damian Johnson <atagar at 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(-)



More information about the tor-commits mailing list