Bug 201997 - KAboutData does not provide support for web addresses for translators
Summary: KAboutData does not provide support for web addresses for translators
Status: CONFIRMED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdecore (show other bugs)
Version: 4.2
Platform: unspecified Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
: 58830 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-30 14:40 UTC by urwald
Modified: 2011-08-03 13:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description urwald 2009-07-30 14:40:17 UTC
Version:            (using KDE 4.2.98)

In KAboutData, there is no way to set and display the web addresses for translators. (A translator has requested me to show its web address instead of its email address in the dialog, but I can't) The function setTranslator() accepts only "name" and "emailAddress".

possible solution: overload setTranslator() with a version that accepts also web addresses and adapt translators().
Comment 1 Christoph Feck 2009-07-30 15:08:53 UTC
What you pass to "setTranslator" is (as documented), only a dummy text. The translation of this text can contain anything, even web addresses.
Comment 2 Christoph Feck 2009-07-30 15:18:31 UTC
Sorry, ignore my comment. The code actually parses the translated texts, and splits them into a list of name/email pairs. I will see what I can do.
Comment 3 Christoph Feck 2011-08-03 13:47:48 UTC
*** Bug 58830 has been marked as a duplicate of this bug. ***