Re: [Incubation Request] Translator App

2024-06-13 Thread Hennadii Chernyshchyk
Would you like to be my incubation sponsor?

ср, 12 июн. 2024 г. в 02:13, Aleix Pol :

> Hi!
> It sure looks like an interesting app, looking forward to seeing what
> you come up with!
>
> Aleix
>
> On Sun, Jun 9, 2024 at 10:02 PM Гена Черныщук  wrote:
> >
> > Hi KDE Development Team!
> >
> > We would like to request an incubation for Crow Translate (
> https://github.com/crow-translate/crow-translate). It's a translation app
> written in Qt.
> >
> > Some of its features:
> >
> > Supports multiple translation backends (Google, Yandex, Bing,
> LibreTranslate and Lingva).
> > Built-in OCR support via Tesseract
> > Text to speech for both source and translation text.
> > Adaptive interface, can be used on Plasma Mobile.
> >
> >
> > We discussed it in https://invent.kde.org/carlschwan/apps/-/issues/2
> and think that both projects will benefit from it.
> >
> > We moved the repository to KDE Invent and created an issue with the
> incubation checklist:
> https://invent.kde.org/shatur/crow-translate/-/issues/692
>


Re: KDE Gear projects with failing CI (release/24.05) (11 June 2024)

2024-06-13 Thread Albert Astals Cid
El dijous, 13 de juny del 2024, a les 22:37:04 (CEST), Ingo Klöcker va 
escriure:
> On Mittwoch, 12. Juni 2024 00:22:35 CEST Albert Astals Cid wrote:
> > kwalletmanager - 3rd week
> > 
> >  * https://invent.kde.org/utilities/kwalletmanager/-/pipelines/711185
> >  
> >   * appstream test fails because  https://apps.kde.org/kwalletmanager5
> > 
> > doesn't exist
> 
> This will be fixed by
> https://invent.kde.org/websites/apps-kde-org/-/merge_requests/94
> Proof:
> https://invent.kde.org/kloecker/apps-kde-org/-/jobs/1897729/artifacts/
> external_file/public/kwalletmanager5/index.html

Can we have someone that knows about that code review it or should i just 
press the bottom and YOLO it? [ the html_test on CI fails, is that expected 
when run on a repo fork? ]

Cheers,
  Albert

> 
> Regards,
> Ingo






Re: KDE Gear projects with failing CI (master) (4 June 2024)

2024-06-13 Thread Elvis Angelaccio



On 09/06/24 17:16, Thiago Macieira wrote:
> On Sunday 9 June 2024 02:40:36 GMT-7 Elvis Angelaccio wrote:
>>> Yep. However, it's apparently considered an intentional behavior change by
>>> Qt. This also affected tests in other places (which meanwhile have been
>>> adjusted accordingly).
>>
>> That is surprising, isn't this kind of change forbidden in minor releases?
> 
> The path is correct at the point it is issued, referring to the same 
> directory. The fact that it is in a different form was not expected to be a 
> breaking change.
> 

I had a look at the 6.7 release notes and I've found the commit 935562a77b 
which seems to be
what changed this behavior.

Indeed, if I apply the same fix done in that commit to the test-case I attached 
before, 
i.e. if I replace

auto tempDir = new QTemporaryDir(".test-qtempdir-");

with
auto tempDir = new QTemporaryDir(QDir::currentPath() + 
"/.test-qtempdir-");

then the returned QTemporaryDir::path() goes back to being absolute.

I'd expect at least the QTemporaryDir documentation to get updated with a 
warning about this new behavior.
Currently it still claims that "Auto-remove mode will automatically delete the 
directory from disk upon destruction.", but this is no longer true
if you happened to create the QTemporaryDir with a relative template and then 
change the current directory in the process before deleting the QTemporaryDir 
instance.

Cheers,
Elvis


Re: KDE Gear projects with failing CI (release/24.05) (11 June 2024)

2024-06-13 Thread Ingo Klöcker
On Mittwoch, 12. Juni 2024 00:22:35 CEST Albert Astals Cid wrote:
> kwalletmanager - 3rd week
>  * https://invent.kde.org/utilities/kwalletmanager/-/pipelines/711185
>   * appstream test fails because  https://apps.kde.org/kwalletmanager5
> doesn't exist

This will be fixed by
https://invent.kde.org/websites/apps-kde-org/-/merge_requests/94
Proof:
https://invent.kde.org/kloecker/apps-kde-org/-/jobs/1897729/artifacts/
external_file/public/kwalletmanager5/index.html

Regards,
Ingo

signature.asc
Description: This is a digitally signed message part.