diff options
Diffstat (limited to 'kgamma/ChangeLog')
-rw-r--r-- | kgamma/ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/kgamma/ChangeLog b/kgamma/ChangeLog new file mode 100644 index 00000000..6ffc823e --- /dev/null +++ b/kgamma/ChangeLog @@ -0,0 +1,54 @@ +KGamma 0.9.9: + +* Add multi-head support (fix bug #321) +* Add screen selector +* Add screen synchronisation +* Change kgammarc format (old user settings are lost) +* Fix a localisation bug in class GammaCtrl +* Add class XF86ConfigPath +* Add Dutch translation (by Rinse de Vries) +* Add Czech translation (by Daniel Prynych) + +KGamma 0.9.2: + +* Fix compile errors with configure option --enable-final (again) +* Cancel the split into two parts (admin and user mode), add a + checkbox to choose where to store the settings (user config file + or XF86Config) + +KGamma 0.9.1: + +* Fix compile errors with configure option --enable-final +* French and spanish translation update +* Install script update + +KGamma 0.9: + +* Add admin mode (in this mode, gamma settings are stored to XF86Config) +* Add spec file for RPM based distributions (Dominik Seichter) +* Remove class RGBCtrl, handle the widgets in main widget +* Add check for XFree86-VidModeExtension to configure.in.in +* Add wrapper class XVidExtWrap to access XFree86-VidModeExtension directly, + KGamma no longer needs xgamma as a backend + +KGamma 0.2.3: + +* Minor install script changes, should compile with KDE2 and KDE3 now + +KGamma 0.2.2: + +* Ported to KDE3 + +KGamma 0.2.1: + +* Code clean up +* Converted all strings to QString to avoid copying between QString and char* +* Add french localisation (Pierre Jarillon) +* Add italian localization (Daniele Medri) + +KGamma 0.2: + +* Add spanish translation (Miguel Novas) +* Change behavior of "Use Defaults" button to be compliant with kcontrol standard +* Partial rewrite to make it a KDE control center plugin +* Create new logo |