Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Tony Rietwyk
Hi Jason, If your files are already compressed - eg, jpeg images, then trying to compress them again can result in being slightly larger, due to extra prefixes, etc. In your files, it seems to be about 550 bytes, which does seem a bit large. Regards, Tony > -Original Message- >

Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Konstantin Tokarev
20.07.2016, 22:10, "Jason H" : > $ lupdate -compress app.pro lrelease > $ ls -l -S *.qm > -rw-r--r-- 1 jhihn staff 11570 Jul 20 15:02 app_mr.qm > -rw-r--r-- 1 jhihn staff 11102 Jul 20 15:02 app_es.qm > -rw-r--r-- 1 jhihn staff 10975 Jul 20 15:02 app_tl.qm > -rw-r--r-- 1 jhihn

Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Jeff Tranter
What Qt version is this? The lupdate in my versions of Qt 4 and 5 don't have any such option and report an error. The lrelease command does have this option. On 16-07-20 03:10 PM, Jason H wrote: $ lupdate -compress app.pro $ ls -l -S *.qm -rw-r--r-- 1 jhihn staff 11570 Jul 20 15:02

[Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Jason H
$ lupdate -compress app.pro $ ls -l -S *.qm -rw-r--r-- 1 jhihn staff 11570 Jul 20 15:02 app_mr.qm -rw-r--r-- 1 jhihn staff 11102 Jul 20 15:02 app_es.qm -rw-r--r-- 1 jhihn staff 10975 Jul 20 15:02 app_tl.qm -rw-r--r-- 1 jhihn staff 10556 Jul 20 15:02 app_ta.qm -rw-r--r-- 1 jhihn staff

[Interest] Weird behavior with QMediaPlayer and A2DP

2016-07-20 Thread Marco Trapanese
Hello, with Qt5.7.0 on RPi3 and Rasbian Jessie (kernel 4.4.11-v7+) if I have a running A2DP connection and I play something with QMediaPlayer the A2DP streaming appears to stop when the media ends. In fact it's just muted... playing something else, leads to resume A2DP audio when it ends.