Merge remote-tracking branch 'FoldingAtHome/master'

This commit is contained in:
Kevin Bernhagen 2016-08-25 23:53:53 -07:00
commit deded91a1b
165 changed files with 26 additions and 2503 deletions

13
.gitignore vendored
View File

@ -6,9 +6,16 @@
.sconsign.dblite
# Build byproducts
build
config.log
package.txt
/build
/config.log
/package.txt
/fah/FAHControl_glade.py
/fah/Version.py
/FAHControl.egg-info
/deb_dist
/dist
/version.txt
/FAHControl*.tar.gz
# Temporary files
*~

View File

@ -1,3 +1,10 @@
## v7.4.15
- Removed crashing themes: Evil-Mac & Outcrop.
- Ignore invalid UTF-8 characters in log file.
## v7.4.13
- Attempt to fix install on Ubuntu 16.04.
## v7.4.1
- Removed trigger-save command, no longer necessary.

View File

@ -11,6 +11,10 @@ See: https://folding.stanford.edu
# Prerequisites
## Debian
## Debian / Ubuntu
sudo apt-get install -y python-stdeb python-gtk2 python-all debhelper
## RedHat / CentOS
sudo yum install -y pygtk2

View File

@ -506,6 +506,7 @@ class ClientConfig:
if len(filtered):
text = '\n'.join(filtered)
text = text.decode('utf-8', 'ignore')
app.log.insert(app.log.get_end_iter(), text + '\n')
self.scroll_log_to_end(app)

View File

@ -145,6 +145,7 @@ class Connection:
while True:
buffer = self.socket.recv(10 * 1024 * 1024)
if len(buffer):
#if debug: print 'BUFFER:', buffer
self.readBuf += buffer
bytesRead += len(buffer)
else:
@ -195,6 +196,7 @@ class Connection:
def parse_message(self, version, type, data):
try:
msg = eval(data, {}, {})
#if debug: print 'MSG:', type, msg
self.messages.append((version, type, msg))
self.last_message = time.time()
except Exception, e:

View File

@ -5,5 +5,5 @@ Recommends: fahclient, fahviewer
Section: science
Priority: optional
MIME-Desktop-Files: FAHControl.desktop
Depends: python-gnome2
Depends: python-gnome2, python-support | dh-python
XS-Python-Version: >= 2.4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 827 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

View File

@ -1,64 +0,0 @@
pixmap_path "/usr/share/themes/SmootS_Hacked/icons/stock"
style "glossy-icons"
{
stock["gtk-add"] = {{ "stock_add.png", *, *, * }}
stock["gtk-apply"] = {{ "stock_apply.png", *, *, *}}
stock["gtk-cancel"] = {{ "stock_cancel.png", *, *, *}}
stock["gtk-cdrom"] = {{ "stock_cdrom.png", *, *, *}}
stock["gtk-close"] = {{ "stock_cancel.png", *, *, * }}
stock["gtk-copy"] = {{ "stock_copy.png", *, *, * }}
stock["gtk-cut"] = {{ "stock_cut.png", *, *, * }}
stock["gtk-find"] = {{ "stock_find.png", *, *, * }}
stock["gtk-folder"] = {{ "stock_folder.png", *, *, * }}
stock["gtk-go-back"] = { { "stock_back.png", *, *, *} }
#stock["gtk-go-back"] = { { "nautilus_back.png", *, *, *} }
stock["gtk-go-down"] ={ { "stock_down.png", *, *, *}}
stock["gtk-go-forward"] ={{ "stock_forward.png", *, *, *}}
stock["gtk-go-up"] ={{ "stock_up.png", *, *, *}}
stock["gtk-goto-bottom"] = { { "stock_bottom.png", *, *, *} }
stock["gtk-goto-first"] = {{ "stock_goto_first.png", *, *, * }}
stock["gtk-goto-last"] = {{ "stock_goto_last.png", *, *, * }}
stock["gtk-goto-top"] = {{ "stock_top.png", *, *, *}}
stock["gtk-help"] = {{ "stock_help.png", *, *, * }}
stock["gtk-home"] = {{ "stock_home.png", *, *, * }}
stock["gtk-jump-to"] = {{ "stock_jump_to.png", *, *, * }}
stock["gtk-new"] = {{ "stock_new.png", *, *, *}}
stock["gtk-no"] = {{ "stock_cancel.png", *, *, *}}
stock["gtk-ok"] ={{ "stock_ok.png", *, *, *}}
stock["gtk-open"] ={{ "stock_open.png", *, *, *}}
stock["gtk-print"] ={{ "stock_print.png", *, *, *}}
stock["gtk-quit"] = {{ "stock_quit.png", *, *, * }}
stock["gtk-redo"] = {{ "stock_redo.png", *, *, * }}
stock["gtk-refresh"] = {{ "stock_refresh.png", *, *, *}}
stock["gtk-save"] = {{ "stock_save.png", *, *, * }}
stock["gtk-save-as"] = {{ "stock_save.png", *, *, * }}
stock["gtk-stop"] = {{ "stock_cancel.png", *, *, * }}
stock["gtk-undo"] = {{ "stock_undo.png", *, *, * }}
stock["gtk-yes"] = { { "stock_apply.png", *, *, *} }
stock["gtk-zoom-100"] = {{ "stock_zoom_one_to_one.png", *, *, * }}
stock["gtk-zoom-fit"] = {{ "stock_zoom_fit_width.png", *, *, * }}
stock["gtk-zoom-fit-width"] = {{ "stock_zoom_fit_width.png", *, *, * }}
stock["gtk-zoom-in"] = {{ "stock_zoom_in.png", *, *, * }}
stock["gtk-zoom-out"] = {{ "stock_zoom_out.png", *, *, * }}
stock ["panel-gnome-logo"] = {{"gnome-main-menu.png",*,*,*}}
}
class "GtkWidget" style "glossy-icons"
#style "rhythmbox"
#{
# stock["rhythmbox-play"] = {{ "rhythmbox-play.png", *, *, * }}
# stock["rhythmbox-stop"] = {{ "rhythmbox-stop.png", *, *, * }}
# stock["rhythmbox-previous"] = {{ "rhythmbox-previous.png", *, *, * }}
# stock["rhythmbox-next"] = {{ "rhythmbox-next.png", *, *, * }}
# stock["rhythmbox-pause"] = {{ "rhythmbox-pause.png", *, *, * }}
# stock["rhythmbox-volume-max"] = {{ "volume-max.png", *, *, * }}
# stock["rhythmbox-volume-medium"] = {{ "volume-med.png", *, *, * }}
# stock["rhythmbox-volume-min"] = {{ "volume-min.png", *, *, * }}
# stock["rhythmbox-volume-zero"] = {{ "volume-zero.png", *, *, * }}
# stock["rhythmbox-volume-mute"] = {{ "volume-mute.png", *, *, * }}
#}
#class "GtkWidget" style "rhythmbox"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 918 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 956 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 951 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

Some files were not shown because too many files have changed in this diff Show More