Review Request 115047: Fix substitution order for some KUIT elements with attributes

Commit Hook null at kde.org
Thu Jan 16 23:39:48 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115047/#review47547
-----------------------------------------------------------


This review has been submitted with commit da83418b559f9a3f8d9ae031897c172e029fcc3a by Friedrich W. H. Kossebau to branch master.

- Commit Hook


On Jan. 16, 2014, 11:26 p.m., Friedrich W. H. Kossebau wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/115047/
> -----------------------------------------------------------
> 
> (Updated Jan. 16, 2014, 11:26 p.m.)
> 
> 
> Review request for KDE Frameworks and Chusslove Illich.
> 
> 
> Repository: ki18n
> 
> 
> Description
> -------
> 
> After fixing the DrKonqi dialog texts to use xi18n calls where needed I found that for <link> elements the url and the description text are used in swapped order when the <link> element is substituted. Looking into kuitmarkup.cpp I found that...
> a) indeed for some elements the value of the attribute was expected to be the first argument (%1) on substitution, while for others it was expected to be the second (%2) (<note>, <warning>, <link>)
> b) for some elements also the attribute name used in the comment was not matching the actual attribute name (<link>, <email>
> 
> Comparing to the old kuitsemantics.cpp that seems a 1:1 porting. Strange that it worked with kdelibs4. Did the translations possibly have the order fixed where needed? Or had the old SET_PATTERN macro a different handling (did not investigate that, only the new)?
> 
> In any case, the attached patch fixes the order of attributes where it seemed needed (to fix a)) and aligned the comments with the actual attribute names where needed (to fix b)).
> 
> The result should then match the current tutorial at http://techbase.kde.org/Development/Tutorials/Localization/i18n_Semantics
> 
> 
> Diffs
> -----
> 
>   autotests/klocalizedstringtest.h 9b663f5 
>   autotests/klocalizedstringtest.cpp 30f5bc1 
>   src/kuitmarkup.cpp fa76e5f 
> 
> Diff: https://git.reviewboard.kde.org/r/115047/diff/
> 
> 
> Testing
> -------
> 
> DrKonqi dialogs get proper links with the patch used.
> And all existing and new autotests pass as expected.
> 
> 
> Thanks,
> 
> Friedrich W. H. Kossebau
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140116/b9260a1c/attachment.html>


More information about the Kde-frameworks-devel mailing list