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
89
90
91
92
93
|
2001-03-10 Martin R. Jones <[email protected]>
* added libtdescreensaver and ported KDE savers to it.
* big cleanup.
2000-01-10 Alexander Neundorf <[email protected]>
* banner.h, banner.cpp:
-added cycling color option
-added "show current time" option
-replaced the readEntry()'s with the appropriate read*Entry()'s
* replaced the glocale->translate with i18n in
attraction.cpp, banner.cpp, bat.cpp, blankscrn.cpp, blob.cpp,
bouboule.cpp, flame.cpp, forest.cpp, hop.cpp, laser.cpp, lines.cpp,
lissie.cpp, main.cpp, morph3d.cpp, pipes.cpp, polygon.cpp, pyro.cpp, rock.cpp,
slidescreen.cpp, slideshow.cpp, slip.cpp, space.cpp, swarm.cpp
1999-04-28 Christophe Prud'homme <[email protected]>
* bouboule.cpp: the global variable initialized in bouboule is
used also in qt2. I just renamed the variable to
bouboule_initialized. However it is just a hack, and I think that
such global variables are C pratice and not C++
1998-12-13 Christian Esken <[email protected]>
* Calling kcheckpass (only on Shadow systems). This checks if the password
database can be acessed. This uses the new return code (#2) by kcheckpass.
1998-10-24 Alex Zepeda <[email protected]>
* bsod.cpp (BSODSaver::BSODSaver): Use srandomdev where available.
1998-10-23 Alex Zepeda <[email protected]>
* bsod.cpp (BSODSaver::BSODSaver): initialize the random seed correctly.
* amiga.xpm, atari.xbm, bsod.cpp, bsod.h, mac.xbm, AUTHORS, Makefile.am:
New screensaver: BSOD. Yay! Still needs some final polishing however (such as a
configuration dialog box).
* saver.h: Add correct C style prototypes for startScreenSaver and friends.
* main.cpp: Make startScreenSaver and friends use C style name mangling.
Version 0.3.7
added geometry management to all screensaver setups except kmorph3d (Mario
Weilguni <[email protected]>)
Version 0.3.6
added "blob" saver from Tiaan Wessels <[email protected]>
Version 0.3.5
fixes from Emanuel Pirker for ported xlock savers.
Version 0.3.4
More xlock ports from Emanuel Pirker <[email protected]>
Version 0.3.3
Fix small window problem under kwm (hopefully)
Fixes for Qt-1.2
Version 0.3.2
Updated lines
added About dialogs for all savers
Shadow password support added by Martin Hartig
Use libtdeui for colour dialog
Version 0.3.1
Ported some xlock savers. Basic interface code done, but will need more work
for some savers yet to be ported.
Included "lines" (contributed by Dirk Staneker
<[email protected]>)
locking bug fix
Version 0.3
fixes to password stuff
Version 0.2
tdescreensaver.h/cpp external control files
SIGUSR1 causes the screen saver to lock immediately
hopefully StaysOnTop and windows opening after ss invoked will not display
over saver window anymore
minor bug fixes
|