[ANNOUNCE] tuna-0.16
by John Kacur
I'm pleased to announce tuna-0.16
Thanks to Federico for coming in and completing the work to fix the gui
after the port from gtk2 to gtk3. We now have a working tuna gui as well
as oscilloscope!
I have renamed the master branch as the main branch and made the main
branch the default as part of the community's conscious language effort.
Bug reports, testing, patches are always appreaciated.
Enjoy!
Clone
git://git.kernel.org/pub/scm/utils/tuna/tuna.git
https://git.kernel.org/pub/scm/utils/tuna/tuna.git
https://kernel.googlesource.com/pub/scm/utils/tuna/tuna.git
Branch: main
Tag: v0.16
Tarballs are also available here:
https://kernel.org/pub/software/utils/tuna/
Older version tarballs are available here:
https://kernel.org/pub/software/utils/tuna/older
Federico Pellegrin (21):
tuna: multiple fixes for Gtk-3.0 UI interface
config: make configuration files consistently text only
profileview: disable cursor_changed handler when manipulating list
cpuview: a few more improvements for Gtk 3.0
tuna_gui: handle destroy handler to prevent error messages on startup
tuna: fix mnemonic accelerators for Gtk 3.0
profileview: fix text entry retrieval
cpuview: improve display of CPUs/Sockets for every CPU/socket number
sysfs: correct and improve sorting
oscilloscope: complete porting to Gtk 3.0
cpuview and util: add missing os import
irqview, procview: spins in Gtk 3.0 need to have range defined
procview: fix logic of refresh and attributes dialog display
tuna_gui: remove unused signal to prevent errors
procview: fix another identation error
procview: fix perf watch and add handler for errors
tuna-cmd: fix command line when inet_diag is present
tuna_gui: add command line option to customize GUI refresh time
procview: fix thread refresh when using polling mode
procview: limit refresh rate in perf mode to refresh_time
tuna_gui: add command line option to explicitly disable perf usage
John Kacur (4):
tuna: Fix tuna --include option breakage
tuna: tuna add gui refresh option to the manpage
tuna: Correct allowable ranges in irqview and in procview
tuna: release 0.16
docs/tuna.8 | 12 +++++--
oscilloscope-cmd.py | 2 +-
setup.py | 2 +-
tuna-cmd.py | 26 +++++++++++---
tuna/config.py | 4 +--
tuna/gui/commonview.py | 13 +++----
tuna/gui/cpuview.py | 34 +++++++++---------
tuna/gui/irqview.py | 12 ++++---
tuna/gui/procview.py | 79 ++++++++++++++++++++++++-----------------
tuna/gui/profileview.py | 19 ++++++----
tuna/gui/util.py | 1 +
tuna/oscilloscope.py | 41 +++++++++++----------
tuna/sysfs.py | 10 +++---
tuna/tuna.py | 10 +++---
tuna/tuna_gui.glade | 10 +++---
tuna/tuna_gui.py | 14 ++++----
16 files changed, 170 insertions(+), 119 deletions(-)
2 years, 5 months