> On Aug. 27, 2011, 4:41 p.m., Raphael Kubo da Costa wrote:
> > As someone who's never done anything related to a11y, I have no idea what 
> > this is supposed to do or how it is going to work. Could you elaborate a 
> > bit? And what would happen if someone is using Qt < 4.8?
> > 
> > (There is some trailing whitespace which should be fixed too)

This patch creates an accessible interface for ChatMessagePart. It means that 
it provides a way for accessible tools to interact (in this case it only 
provides the text content) with the widget (in this case with KHTMLView).
For example, it would allow screen readers to obtain the text which should be 
read.
If someone is using Qt < 4.8, methods which allow obtaining text by boundaries 
(word, line, etc.) are not be implemented. However, Qt accessibility itself 
does not work well in Qt < 4.8, so most users which requires accessible tools 
would use Qt >= 4.8.


- José


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/6790/#review10385
-----------------------------------------------------------


On Sept. 26, 2011, 8:46 p.m., José Millán Soto wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://svn.reviewboard.kde.org/r/6790/
> -----------------------------------------------------------
> 
> (Updated Sept. 26, 2011, 8:46 p.m.)
> 
> 
> Review request for Kopete.
> 
> 
> Description
> -------
> 
> This patch implements a basic accessible interface for KHTML intended for 
> being used in Kopete (as it only provides few information).
> It only provides basic text functions, as it's intended to be used while 
> there's no better option.
> 
> 
> Diffs
> -----
> 
>   /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/CMakeLists.txt 1255708 
>   /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/a11y/CMakeLists.txt 
> PRE-CREATION 
>   
> /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/a11y/accessiblechatmessagepart.h
>  PRE-CREATION 
>   
> /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/a11y/accessiblechatmessagepart.cpp
>  PRE-CREATION 
>   
> /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/a11y/chatwindowaccessiblewidgetfactory.h
>  PRE-CREATION 
>   
> /trunk/KDE/kdenetwork/kopete/kopete/chatwindow/a11y/chatwindowaccessiblewidgetfactory.cpp
>  PRE-CREATION 
> 
> Diff: http://svn.reviewboard.kde.org/r/6790/diff/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> José Millán Soto
> 
>

_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to