Re: [Interest] zipping with Qt

2015-12-11 Thread Mike Chinander
On Dec 11, 2015 2:44 PM, "Michael Vetter" wrote: > > Hello list, > > I am developing an application which should have a custom file format > which in reality will just be a .tar.gz file. In is will be some xml > files and images. I will need to install such a file and have in in my > applications

Re: [Interest] zipping with Qt

2015-12-11 Thread Elvis Stansvik
Hi Michael, 2015-12-11 21:44 GMT+01:00 Michael Vetter : > Hello list, > > I am developing an application which should have a custom file format > which in reality will just be a .tar.gz file. In is will be some xml > files and images. I will need to install such a file and have in in my > applicat

[Interest] [OS X/KF5] menus become menu items and cause repetitive warnings

2015-12-11 Thread René J . V . Bertin
Hi, After building kate I'm seeing repeating messages like the ones below on the calling terminal, using either Kate or KWrite. (I've patched my Qt build to give more informative warnings). void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item "Clipboard &History" is alre

[Interest] zipping with Qt

2015-12-11 Thread Michael Vetter
Hello list, I am developing an application which should have a custom file format which in reality will just be a .tar.gz file. In is will be some xml files and images. I will need to install such a file and have in in my applications data folder. When looking for how to uncompress and compress f

[Interest] QML: enums and overloads

2015-12-11 Thread Jason H
I have an object with the following member function: QString hashData(QCryptographicHash::Algorithm alg, QString filename, bool useSalt=false); First, 1 get: Error: Unable to determine callable overload. Candidates are: hashData(QCryptographicHash::Algorithm,QString) hashData(QCryptograp

Re: [Interest] ideas how to debug this crash?

2015-12-11 Thread René J . V . Bertin
Thiago Macieira wrote: > On Tuesday 08 December 2015 00:12:27 René J.V. Bertin wrote: >> Any ideas how to figure out the culprit? > > The culprit is plugin unloading coupled with QStringLiteral. I'm fixing Qt so > that it doesn't unload plugins. > > See https://codereview.qt-project.org/140750.

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-11 Thread rpzrpz...@gmail.com
Tony: Thank you for this information. It is exactly what I asked for when I originally posted to the interest list. As the CI lead, maybe the goal is to share notes among the community so that more Qt devs can increase their value by having strong CI capability added to their tool kits. md

[Interest] Fail to fetch Windows MachineGuid using QSettings

2015-12-11 Thread Nuno Santos
Hi, I'm trying to fetch MachineGuid from Windows registry using QSettings but the output is always an empty string. QSettings settings("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography", QSettings::NativeFormat); qDebug() << settings.value("MachineGuid").toString(); Is there any kind

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-11 Thread Sarajärvi Tony
> I added your reply to my personal Wiki. Is there a public Qt CI Wiki? This overview might be nice to add to it for others to find. Yes there is, but they have been neglected for some time. I should perhaps go through them and update them with some useful information.