You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.8 KiB
94 lines
2.8 KiB
2001-03-10 Martin R. Jones <mjones@kde.org>
|
|
* added libkscreensaver and ported KDE savers to it.
|
|
* big cleanup.
|
|
|
|
2000-01-10 Alexander Neundorf <alexander.neundorf@rz.tu-ilmenau.de>
|
|
* 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 <Christophe.Prudhomme@ann.jussieu.fr>
|
|
|
|
* 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 <esken@kde.org>
|
|
|
|
* 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 <garbanzo@hooked.net>
|
|
|
|
* bsod.cpp (BSODSaver::BSODSaver): Use srandomdev where available.
|
|
|
|
1998-10-23 Alex Zepeda <garbanzo@hooked.net>
|
|
|
|
* 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 <mweilguni@kde.org>)
|
|
|
|
Version 0.3.6
|
|
|
|
added "blob" saver from Tiaan Wessels <tiaan@netsys.co.za>
|
|
|
|
Version 0.3.5
|
|
|
|
fixes from Emanuel Pirker for ported xlock savers.
|
|
|
|
Version 0.3.4
|
|
|
|
More xlock ports from Emanuel Pirker <epirker@edu.uni-klu.ac.at>
|
|
|
|
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 libkdeui 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
|
|
<dirk.staneker@student.uni-tuebingen.de>)
|
|
locking bug fix
|
|
|
|
Version 0.3
|
|
|
|
fixes to password stuff
|
|
|
|
Version 0.2
|
|
|
|
kscreensaver.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
|