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.
tdebase/kdepasswd/kcm
Darrell Anderson 31a01e2e73
Fix broken image selector in KControl Security & Privacy, Password & User Account.
12 years ago
..
pics [kdebase] initial cmake support 13 years ago
CMakeLists.txt [kdebase] initial cmake support 13 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
chfacedlg.cpp Enable compilation with TQt for Qt4 3.4.0 TP2 13 years ago
chfacedlg.h Trinity Qt initial conversion 14 years ago
chfnprocess.cpp rename the following methods: 13 years ago
chfnprocess.h Trinity Qt initial conversion 14 years ago
kcm_useraccount.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcm_useraccount.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcm_useraccount_pass.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
main.cpp Fix broken image selector in KControl Security & Privacy, Password & User Account. 12 years ago
main.h TQt conversion fixes 14 years ago
main_widget.ui Remove additional unneeded tq method conversions 12 years ago
pass.kcfgc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
settings.kcfgc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

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.