[ksysguard] [Bug 403090] info:tooltip shown not neat

2020-06-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=403090

gr...@kde.org changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #11 from gr...@kde.org ---
senang bol'eh Wantoyo tolong

(Sorry, my Bahasa goes no further than page 12 of a colonial guide first
published in 1949 -- it's probably not a good guide to modern communication)

I'll close this issue as "fixed by the next translations or frameworks
release".

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2020-06-29 Thread Wantoyo
https://bugs.kde.org/show_bug.cgi?id=403090

--- Comment #10 from Wantoyo  ---
Created attachment 129769
  --> https://bugs.kde.org/attachment.cgi?id=129769=edit
tolltips are perfect.

Okay, I fixed the typo and now the tolltips are perfect. Thank you all for your
help.

https://websvn.kde.org/trunk/l10n-kf5/id/messages/ki18n/ki18n5.po?view=log

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2020-06-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=403090

--- Comment #9 from gr...@kde.org ---
I should have been more clear:

- the bug is not in ksysguard
- the bug is not in the translations of ksysguard
- the bug is in the translations inside the k18n framework

svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/id/messages/ki18n/ki18n5.po has
the bad translation. 

This is wrong:
```
#. i18n: KUIT pattern, see the comment to the first of these entries above.
#: kuitmarkup.cpp:764
#, kde-format
msgctxt "tag-format-pattern  rich"
msgid "%1"
msgstr "%1"
```

It should be:
```
#. i18n: KUIT pattern, see the comment to the first of these entries above.
#: kuitmarkup.cpp:764
#, kde-format
msgctxt "tag-format-pattern  rich"
msgid "%1"
msgstr "%1"
```

That is, do not change  to  in the translation.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2020-06-28 Thread Wantoyo
https://bugs.kde.org/show_bug.cgi?id=403090

--- Comment #8 from Wantoyo  ---
> --- Comment #6 from gr...@kde.org ---
> Wantoyo, I see the problem still exists in the current release. I have
> looked at the translation files of KSysGuard, and they are correct.
> 
> **But** in the running application, I added some debugging output so I could
> see the strings before they are set in the tooltips. I see this in English:
> 
> ```
> "QtWebEngineProcess\n\nProcess ID:
> 71,268\n\nParent: falkon\n\nParents ID:
> 70,451"
> ```
> 
> and this in Indonesian:
> 
> ```
> "QtWebEngineProcess\n\nID Proses:
> 71.268\n\nInduk: falkon\n\nID Induk:
> 70.451"
> ```
> 
> These are the strings returned from the `xi18nc()` calls in the code.
> Systematically, the `` element tags have been replaced by `` element
> tags, which messes up the layout and the font-display. So I went looking in
> the ki18n translations, and found this:
> 
> ```
> #. i18n: KUIT pattern, see the comment to the first of these entries above.
> #: kuitmarkup.cpp:764
> #, kde-format
> msgctxt "tag-format-pattern  rich"
> msgid "%1"
> msgstr "%1"
> ```
> 
> This translates `` to `` in Indonesian, which is not right. I
> corrected the translation in my local packaging of ki18n, and then the
> Indonesian tooltips are displayed with the right layout.
> 
> I do not know how to submit corrections to the translations, though, so you
> will need to fix this for me. Thank you.

I have tried to change 

%1
ID Proses: %2
Induk: %3
ID Induk: %4

to

%1
ID Proses: %2\n
Induk: %3
ID Induk: %4

produce a display like the screenshot I attached

I see a change in what is shown in the title, but in the bottom row there is 
still no change

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2020-06-27 Thread Wantoyo
https://bugs.kde.org/show_bug.cgi?id=403090

--- Comment #7 from Wantoyo  ---
Created attachment 129730
  --> https://bugs.kde.org/attachment.cgi?id=129730=edit
tooltips not tidy

I have tried to change 

%1
ID Proses: %2
Induk: %3
ID Induk: %4

to

%1
ID Proses: %2\n
Induk: %3
ID Induk: %4

produce a display like the screenshot I attached

I see a change in what is shown in the title, but in the bottom row there is 
still no change

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2020-06-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=403090

gr...@kde.org changed:

   What|Removed |Added

 CC||gr...@kde.org

--- Comment #6 from gr...@kde.org ---
Wantoyo, I see the problem still exists in the current release. I have looked
at the translation files of KSysGuard, and they are correct.

**But** in the running application, I added some debugging output so I could
see the strings before they are set in the tooltips. I see this in English:

```
"QtWebEngineProcess\n\nProcess ID:
71,268\n\nParent: falkon\n\nParents ID:
70,451"
```

and this in Indonesian:

```
"QtWebEngineProcess\n\nID Proses:
71.268\n\nInduk: falkon\n\nID Induk:
70.451"
```

These are the strings returned from the `xi18nc()` calls in the code.
Systematically, the `` element tags have been replaced by `` element
tags, which messes up the layout and the font-display. So I went looking in the
ki18n translations, and found this:

```
#. i18n: KUIT pattern, see the comment to the first of these entries above.
#: kuitmarkup.cpp:764
#, kde-format
msgctxt "tag-format-pattern  rich"
msgid "%1"
msgstr "%1"
```

This translates `` to `` in Indonesian, which is not right. I
corrected the translation in my local packaging of ki18n, and then the
Indonesian tooltips are displayed with the right layout.

I do not know how to submit corrections to the translations, though, so you
will need to fix this for me. Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2019-04-14 Thread Richard Llom
https://bugs.kde.org/show_bug.cgi?id=403090

Richard Llom  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REPORTED

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2019-04-11 Thread Wantoyo
https://bugs.kde.org/show_bug.cgi?id=403090

--- Comment #4 from Wantoyo  ---
In English, the tooltip looks good. But in Indonesian there are letters
that blend together without return.

Pada tanggal Kam, 11 Apr 2019 pukul 11.33 Bug Janitor Service <
bugzilla_nore...@kde.org> menulis:

> https://bugs.kde.org/show_bug.cgi?id=403090
>
> Bug Janitor Service  changed:
>
>What|Removed |Added
>
> 
>  Resolution|WAITINGFORINFO  |WORKSFORME
>  Status|NEEDSINFO   |RESOLVED
>
> --- Comment #3 from Bug Janitor Service  ---
> This bug has been in NEEDSINFO status with no change for at least
> 30 days. The bug is now closed as RESOLVED > WORKSFORME
> due to lack of needed information.
>
> For more information about our bug triaging procedures please read the
> wiki located here:
> https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging
>
> Thank you for helping us make KDE software even better for everyone!
>
> --
> You are receiving this mail because:
> You reported the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2019-04-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403090

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2019-03-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403090

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[ksysguard] [Bug 403090] info:tooltip shown not neat

2019-03-12 Thread Richard Llom
https://bugs.kde.org/show_bug.cgi?id=403090

Richard Llom  changed:

   What|Removed |Added

 CC||richard.l...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Richard Llom  ---
Can you upload a screenshot which displays the problem?

-- 
You are receiving this mail because:
You are watching all bug changes.