These changes don't completely fix the gui for Gtk-3.0 but they get us
a lot closer, patches that improve this are very welcome, so get
hacking!
I also fixed up the spacing and formatting to match python standards
as of python3
John Kacur (33):
tuna_gui.py: Reformat the file, style fix-ups
tuna_gui.glade: Initial changes to upgrade glade file for gtk3
tuna_gui.py: gtk2 to gtk3 changes
tuna: gui changes for gtk2 to gtk3
tuna: More changes to header files in tuna/gui for gtk3
tuna: add to gitignore and create gitattributes
tuna: modernize the spacing in irqview
tuna: Remove old glade imports from tuna_gui.py
tuna_gui.py: Fix inconsistent spacing from in tuna_gui.py
tuna: cpuview.py - Modernize the spacing
tuna: cpuview.py: A few more style improvements
irqview: fix bad spacing
tuna: procview.py: Update the spacing and style
tuna: commonview.py: Update the spacing and style
tuna: procview.py: Update spacing and style
tuna: util.py: Update the spacing and fix some style problems
tuna-cmd: Update the spacing and style for tuna-cmd
tuna: tuna-cmd:py: Convert type comparison to isinstance
tuna: config.py: Update spacing to 4 spaces
tuna/gui/__init__.py: Fix some whitespace problems
tuna: commonview.py: Fix comparisons with None
tuna: cpuview.py: box.pack_start needs extra parameter
tuna: tuna-cmd.py Fix style problems recommened by PEP8
tuna: Fix spacing of oscilloscope.py
tuna: config.py: Port file to Gtk-3.0
tuna:irqview.py: Port to Gtk-3.0
tuna: procview.py: Port to Gtk-3.0
tuna: profileview.py: Port to Gtk-3.0
tuna: util.py: Fix some style problems
tuna: oscilloscope.py: Changes to port to Gtk-3.0
tuna: sysfs.py: Update spacing / tabs to modern python style
tuna: tuna.py: Update spacing / tabs to modern python style
tuna: tuna_gui.py: Chanages to port to Gtk-3.0
.gitattributes | 2 +
.gitignore | 2 +
oscilloscope-cmd.py | 141 ++--
tuna-cmd.py | 1267 ++++++++++++++++++------------------
tuna/config.py | 760 +++++++++++-----------
tuna/gui/__init__.py | 6 +-
tuna/gui/commonview.py | 521 +++++++--------
tuna/gui/cpuview.py | 694 ++++++++++----------
tuna/gui/irqview.py | 640 ++++++++++---------
tuna/gui/procview.py | 1347 +++++++++++++++++++--------------------
tuna/gui/profileview.py | 668 ++++++++++---------
tuna/gui/util.py | 226 +++----
tuna/oscilloscope.py | 861 ++++++++++++-------------
tuna/sysfs.py | 199 +++---
tuna/tuna.py | 1207 ++++++++++++++++++-----------------
tuna/tuna_gui.glade | 1037 ++++++++++++++++--------------
tuna/tuna_gui.py | 294 +++++----
17 files changed, 5030 insertions(+), 4842 deletions(-)
create mode 100644 .gitattributes
mode change 100755 => 100644 tuna/gui/util.py
--
2.26.2