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
|
20.12.2002 0.3.2 had a bug :-( Fixed the "unknown failure" thing when
switsching to a non-running client
11.12.2002 FINALLY fixed the GCC3 compatibility.
There also quite much internal changes to prepare
KSetiSaver for manual WU transfer, which I didn't
mention here, however this featur is not implemented
24.08.2002 changed verson info in about box ... *ups*
22.08.2002 Fixed minor bug in KSetiwatch configfile parser
added corrected version of the french translation
01.08.2002 I have added the new french translation from Cyril
I will now release 0.3
18.07.2002 NOW KsetiSaver should be able to kill the setiathome
client. KsetiSaver no longer tries to catch any signals,
since it seems that screensaver s get killed via SIGKILL,
which can't be intercepted.
KSetiSaver now uses a shell script, which kills setiathome
when KSetiSaver ceased to exist.
10.04.2002 It seems that KSetiSaver is now able to detect
Transmissions with Berkeley.
09.04.2002 FINALLY got i18n running. That was hard!
07.04.2002 added "using namespace std;" to setiparse.h. Otherwise
GCC 3.0 doesn't compile.
04.04.2002 fixed 2 small bugs in tripletscreen and pulsescreen
(fix by Gordon Machel)
31.03.2002 Finished the KSetiwatch import functionality
30.03.2002 fixed a drawing bug in taskinfoscreen.
Added "Transfermode" display to taskinfoscreen (can
only be automatic for the moment)
29.03.2002 rewrote the config stuff: All configuration data is
now encapsulated in the "configuration" class
Fixed a minor drawing bug in pulsescreen.cpp
Added the "Data is stored in location" line to the
task info screen
28.03.2002 Fixed a painting bug in positionscreen.cpp
(bugfix by Klemens Meyer)
23.03.2002 Fixed a bug that causes KSetiSaver not to stop the
setiathome client. (It seems that KDE exits the
screensaver via SIGINT, so this signal is catched now)
Replaced the "signal artificial" with "signal quality
for "scientific correctness" ;-)
22.03.2002 Spend more work on the taskinfo screen
updated to KDevelop 2.1
21.03.2002 More accuracy in positions screen's frequency display
Added taskinfo screen
09.03.2002 added sound support
cleaned up the code here and there
08.03.2002 KSetiSaver now runs centered on resolutions other than
1024x768
The skymap picture is loaded only once
The KSetiSaver.desktop file is now installed into
$(kde_appsdir)/System/ScreenSavers/
I hope this fits more distrubutions out there
07.03.2002 Fixed a bug in Gaussian- Pulse- and TripletScreen which
causes a crash (fix by Gordon Machel)
Fixed a bug in TripletScreen and PulseScreen, so the graphs
are no longer truncated.
03.03.2002 KSetiSaver can start the SetiClient by itself
02.03.2002 replaced #include <kapplication.h> with <kapp.h>. Hope this
compiles on more systems
01.03.2002 fixed Bug with text position in Gaussianscreen display
23.02.2002 Version 0.2b initial public release
|