dolphin/kdepasswd/kcm
Tobias Koenig 0617400ef0 Set default ordering of KCMs in systemsettings by specifing
an appropriated X-KDE-Weight value

svn path=/trunk/KDE/kdebase/apps/; revision=822096
2008-06-19 06:50:35 +00:00
..
pics Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4". 2008-06-12 21:07:49 +00:00
chfacedlg.cpp * port K3URLDrag 2007-12-23 22:58:09 +00:00
chfacedlg.h * port K3URLDrag 2007-12-23 22:58:09 +00:00
chfnprocess.cpp If /etc/login.defs contains the line 2008-01-01 21:22:41 +00:00
chfnprocess.h Addapt to the KDESu namespace 2007-10-02 12:12:47 +00:00
CMakeLists.txt Remove not necessary kde4_install_icons 2008-03-11 08:33:38 +00:00
faceDlg.ui * port K3URLDrag 2007-12-23 22:58:09 +00:00
kcm_useraccount.desktop Set default ordering of KCMs in systemsettings by specifing 2008-06-19 06:50:35 +00:00
kcm_useraccount.kcfg adapt to new kdelibs api (k*iconview* -> k3*iconview*) 2006-03-13 09:56:18 +00:00
kcm_useraccount_pass.kcfg Configuration for three stars per char password mode as in KDE 3. (mostly just merged back old rev and ported to Qt 3 free code) 2008-03-01 23:20:53 +00:00
main.cpp enable Help button, doc will be added 2008-05-30 08:05:43 +00:00
main.h * port K3URLDrag 2007-12-23 22:58:09 +00:00
main_widget.ui Configuration for three stars per char password mode as in KDE 3. (mostly just merged back old rev and ported to Qt 3 free code) 2008-03-01 23:20:53 +00:00
Messages.sh revert, see commit log 763144. 2008-01-18 18:22:12 +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.