dolphin/kdepasswd/kcm
Script Kiddy 6d1ed942a4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=699159
2007-08-12 05:41:50 +00:00
..
pics Remove last Makefile.am 2006-12-06 10:31:08 +00:00
chfacedlg.cpp krazy const & checks fix by Kristho, with a couple modifications so it works, thanks Kris! 2007-06-23 18:53:52 +00:00
chfacedlg.h krazy const & checks fix by Kristho, with a couple modifications so it works, thanks Kris! 2007-06-23 18:53:52 +00:00
chfnprocess.cpp kill kdesu_pty; port rest of kdesu to kpty. untested. 2007-06-18 21:19:19 +00:00
chfnprocess.h include cleanup 2007-05-09 22:23:52 +00:00
CMakeLists.txt remove kde4_automoc() 2007-07-10 09:14:12 +00:00
cr16-app-personal.png Losslessly optimize file size of *.png files in /trunk/KDE/kdebase with optipng -i0 -o5 and advdef -z -4. 2006-03-13 17:07:19 +00:00
cr22-app-personal.png Losslessly optimize file size of *.png files in /trunk/KDE/kdebase with optipng -i0 -o5 and advdef -z -4. 2006-03-13 17:07:19 +00:00
cr32-app-personal.png Losslessly optimize file size of *.png files in /trunk/KDE/kdebase with optipng -i0 -o5 and advdef -z -4. 2006-03-13 17:07:19 +00:00
cr48-app-personal.png Losslessly optimize file size of *.png files in /trunk/KDE/kdebase with optipng -i0 -o5 and advdef -z -4. 2006-03-13 17:07:19 +00:00
cr64-app-personal.png Losslessly optimize file size of *.png files in /trunk/KDE/kdebase with optipng -i0 -o5 and advdef -z -4. 2006-03-13 17:07:19 +00:00
cr128-app-personal.png Losslessly optimize file size of *.png files in /trunk/KDE/kdebase with optipng -i0 -o5 and advdef -z -4. 2006-03-13 17:07:19 +00:00
kcm_useraccount.desktop SVN_SILENT made messages (.desktop file) 2007-08-12 05:41:50 +00:00
kcm_useraccount.kcfg adapt to new kdelibs api (k*iconview* -> k3*iconview*) 2006-03-13 09:56:18 +00:00
main.cpp Adapt to new KWarning/kFatal/kDebug api 2007-08-03 06:40:12 +00:00
main.h Remove not necessary "class classname;" 2007-06-04 08:24:29 +00:00
main_widget.ui remove the gui for setting the password echo mode. 2007-06-23 18:22:53 +00:00
Messages.sh revert Laurent's commit 2007-05-14 10:10:40 +00:00
pass.kcfgc The new useraccount KCM. Work in progress. 2004-03-01 14:38:03 +00:00
README Small fixes 2004-07-13 16:12:38 +00:00
settings.kcfgc The new useraccount KCM. Work in progress. 2004-03-01 14:38:03 +00:00

Thu Jan 29 00:34:49 CET 2004
Frans Englich <frans.englich@telia.com>

KCM useraccount is a merge of the former kdebase/kcontrol/email 
and kdeutils/kdepasswd/userinfo/. They existed in KDE 3.1, at least.

As a bonus, on top of saving the stuff with KEMailSettings it tries 
also to save the realname to /etc/passwd. This is done via chfn, wrapped 
in ChfnProcess, chfnprocess.h - which is the place to ifdef/modify so 
other systems/ychfn/whatever works.
/etc/passwd is not the primary goal, the focus is on KDE's settings. The KCM 
tries to hide the implementation differences and play nice with the 
user - keep that in mind.

The "face" term is rather scary.. For example I don't think the user immediately 
associate to the login image when a phrase such as this is thrown in the face:
"Your administrator has disallowed changing your face". Keep it in mind..

Some information which was available in userinfo is left out - the home 
folder and shell info. A typical user is not interested in the info nor 
knows what it means. And the advanced users already knows it.

If further information is added, think twice if it should not be 
added in a "Details..." dialog - is it useful for the majority or not? 
The SMTP setting as well as UID should be moved to that dialog too, IMO.