• Joined on 2023年02月11日
realthk closed issue LazyT/ubpm#50 2023年09月29日 23:46:08 +02:00
Veroval Duo Control communication problem under Windows 11
realthk commented on issue LazyT/ubpm#50 2023年09月29日 23:46:06 +02:00
Veroval Duo Control communication problem under Windows 11

I haven't check updates in a long time as I was using my modified/compiled plugin, but now tried 1.9.0, and happy to report that the Qt6 Windows version finally works fine with Veroval Duo! No...

realthk commented on issue LazyT/ubpm#49 2023年03月28日 21:51:49 +02:00
Translation of regional date format

Perfect now, thanks! I usually prefer settings in an app, as the OS not always has the correct settings, but in this case probably does not really matter

![image](/attachments/63cf3d4e-c416-41e...

realthk commented on issue LazyT/ubpm#49 2023年03月27日 19:55:39 +02:00
Translation of regional date format

Thanks, I've tried on Linux, noticed two things, both can be seen on this grid print preview below: when the date string has a second date that also has to be with locale, and the day names are...

realthk commented on issue LazyT/ubpm#49 2023年03月05日 14:34:42 +01:00
Translation of regional date format

OK, so it seems localisation must have changed in QT6, because it affects all languages, not just Hungarian, and both on Windows or Linux: the day names are always in the language of the operating...

realthk commented on issue LazyT/ubpm#49 2023年03月05日 00:04:23 +01:00
Translation of regional date format

The only thing is a bit strange on Linux QT6 version, that after I've set up the ubpm.ini DateFormat settings, the order of these fields is fine (yyyy. MMMM dd.), and the days names are correct -...

realthk commented on issue LazyT/ubpm#50 2023年03月04日 23:18:01 +01:00
Veroval Duo Control communication problem under Windows 11

OK, I've tried compiling with QT6 on Linux as well, and while of course it was working without modification (just as QT5 did) the good news is that it works just as fine as on Windows version when...

realthk commented on issue LazyT/ubpm#50 2023年03月04日 16:07:29 +01:00
Veroval Duo Control communication problem under Windows 11

No, I was wrong: if I replace rec = sp.readAll(); with

QByteArray rec;
rec = sp.readAll();
logRawData(false, rec.length(), rec);
payload += rec;

then the log is full with...

realthk commented on issue LazyT/ubpm#50 2023年03月04日 11:59:09 +01:00
Veroval Duo Control communication problem under Windows 11

What is also weird though, that progress bar is just an animation of QT!

As it can be seen on the video, it moves smoothly, but when debugged step-by-step, the process is this: the...

realthk commented on issue LazyT/ubpm#50 2023年03月04日 10:33:52 +01:00
Veroval Duo Control communication problem under Windows 11

Yes, crashes at the same place, called from waitForReadyRead() in line 112: image

And you know what's even better? I haven't mention it...

realthk commented on issue LazyT/ubpm#50 2023年03月02日 22:38:41 +01:00
Veroval Duo Control communication problem under Windows 11

I've installed QT6, compiled and debugged Veroval plugin with it.

The place where it crashes is at waitForReadyRead() in the data reading loop header (line 112) at the second iteration as I...

realthk commented on issue LazyT/ubpm#50 2023年02月21日 19:22:27 +01:00
Veroval Duo Control communication problem under Windows 11

I'm afraid, it certainly is. I've tried on my company's laptop which has Windows 10 (the log above is from my own desktop PC with Windows 11), and it crashes at the exact same place.

Sorry for...

realthk commented on issue LazyT/ubpm#49 2023年02月20日 17:54:35 +01:00
Translation of regional date format

Yes, completed just a few hours ago.

realthk commented on issue LazyT/ubpm#50 2023年02月19日 14:34:02 +01:00
Veroval Duo Control communication problem under Windows 11

Importing starts fine, progress bar starts to work (with QT 5 it did not reach this point) but unfortunately the app crashes soon in QT6SerialPort:

Faulting application name: ubpm.exe,...
realthk commented on issue LazyT/ubpm#49 2023年02月18日 10:21:43 +01:00
Translation of regional date format

Yes, that is an example where the same expression is correct. In Hungarian if you specifically say how many, "%d whatever", then the "whatever" noun always should be in singular.

realthk commented on issue LazyT/ubpm#49 2023年02月18日 09:41:10 +01:00
Translation of regional date format

Also take a look at the missing plurals and if possible translate the plugins/guide too.

OK, I did where plural was required. At a few places it is the same as the singular expression, but...

realthk commented on issue LazyT/ubpm#49 2023年02月17日 09:38:01 +01:00
Translation of regional date format

(sorry, mostly have time only at the weekends) Thanks, now the long format is also fine! And even better: my translation made for the unpatched master branch still works, even though line...

realthk pushed to feature/date_translate at realthk/ubpm 2023年02月12日 22:36:13 +01:00
realthk created branch feature/date_translate in realthk/ubpm 2023年02月12日 22:36:13 +01:00
realthk pushed to feature/HU_translation at realthk/ubpm 2023年02月12日 22:11:14 +01:00
0b299e39aa Update mainapp_hu.ts