﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
8,Password fields should show asterisks instead of plain text,petertennekes,,"Password fields should show asterisks in Nokia style if possible.
(was #180)
development discussion
01/14/10 13:39:22 changed by apoi 

priority changed from minor to major.
01/20/10 14:31:15 changed by jkal 

Using QLineEdit::PasswordEchoOnEdit? does not seem to work very well with explanatory line edit. So I guess that in order to fix this, we must extend or subclass ExplanatoryTextEdit? to add the functionality of showing asterisks.

01/21/10 08:50:24 changed by apoi 

owner set to pten.
Implemented so that field shows asterisks when there's no focus, and plain text if it has focus. Needs testing (e.g. to ensure that the real value is used when creating XML requests, not the asterisks).

01/22/10 15:44:06 changed by pten 

owner changed from pten to apoi.
I think we should not show the plain text when the field is in focus. This would mean that you could actually know somebodies pw when you have short physical access to the device

01/22/10 16:29:07 changed by apoi 

Implementation model for this needs some more discussion.",enhancement,closed,major,Future Release,All platforms,,worksforme,,
