1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
2000-05-11 Richard Kinder <r_kinder@yahoo.com>
* Added 'attention timeout' which causes the little radar dish to flash
green and red if the process is in strife and running (ie wants to
upload some results etc but cannot due to lack of connection).
* More documentation on operation.
* Help menu item added to right click menu.
2000-04-08 Richard Kinder <r_kinder@yahoo.com>
* Integrated patch from Craig Orsinger into 0.2.0 release (I am a
slacker, two weeks to merge a single patch!)
2000-03-26 Craig Orsinger <cjorsinger@earthlink.net>
* Changed single callback to three; one each for reading state file,
user file, and display (message[] array info).
* Added prototypes for static functions (and removed them from
"seti_applet.h").
* Fixed bug in long term (years) printouts of CPU time.
* Remove embedded slashes from comment blocks to prevent annoying gcc
warnings (seti_control.c).
2000-03-20 Richard Kinder <r_kinder@yahoo.com>
* Added documentation in English (finally got the docbook tools to
work!)
* Bump version up to 0.2.0, first (proper) stable release!
2000-03-06 Richard Kinder <r_kinder@yahoo.com>
* Added 'Start seti client on panel start' checkbox which auto-starts
the seti@home client (if not already running) when the panel is first
started.
* Bug fix - icon first shown no longer defaults to red - now depends
upon the status of the seti process.
2000-03-04 Richard Kinder <r_kinder@yahoo.com>
* Changed properties dialog -> now has two tabs, basic and advanced. The
following new features can be accessed via the properties dialog:
* Can set priority (nice level) of the seti client when started.
Defaults to -nice 19.
* Can specify extra command line parameters for sending to
the seti client upon starting. By default empty.
* Can specify the seti executable directory separately from the
directory containing the seti processing status - for multi
processor machines which have one exe and different seti state
directories. By default turned off.
2000-02-29 Richard Kinder <r_kinder@yahoo.com>
* Bug fix - updating dish image reflecting the seti process, 0.1.1
caused rapid change of main display (ie percentage->units->...etc)
* Tighten up the control code - make sure any seti process which
is found using is_seti_process is actually running, not just a
zombie from a previous start/stop menu action.
2000-02-28 Richard Kinder <r_kinder@yahoo.com>
* Add a nicer icon to the applet monitor menu
* Add graphical monitor of seti client status (little red or green
radar dish)
2000-02-24 Richard Kinder <r_kinder@yahoo.com>
* Integrate patches from Matt Herbert, bump version to 0.1.0.
2000-02-20 Matt Herbert <mherbert@bit-net.com>
* Add menu option to start and stop seti applet, code to implement
setiathome process control.
2000-02-05 Richard Kinder <r_kinder@yahoo.com>
* Bug fix, when completed unit is transmitted, applet segfaults.
* Will re-read state.txt, user_info.txt if no state.sah, user_info.sah
exist.
2000-02-03 Richard Kinder <r_kinder@yahoo.com>
* More memory bug fixes, make sure callbacks are started AFTER we
have some data read in from the state files.
* Orientation of applet implemented, left, right panels don't look
like they are on steroids.
2000-01-25 Richard Kinder <r_kinder@yahoo.com>
* Check for 'state.sah, user_info.sah' before 'state.txt, user_info.txt'
to allow operation with seti2.0 client
2000-01-23 Richard Kinder <r_kinder@yahoo.com>
* Fixed another bug causing segfault on initial load - freeing null
pointer
* Clean up code
2000-01-21 Richard Kinder <r_kinder@yahoo.com>
* Bug fix: 0.0.1 assumes /usr/local/seti is the default dir, trys to
parse the state/user files even AFTER open failed - caused segfault.
|