diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /kscreensaver/ChangeLog | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kscreensaver/ChangeLog')
-rw-r--r-- | kscreensaver/ChangeLog | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/kscreensaver/ChangeLog b/kscreensaver/ChangeLog new file mode 100644 index 000000000..52a485af7 --- /dev/null +++ b/kscreensaver/ChangeLog @@ -0,0 +1,93 @@ +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 |