Re: [Development] Debug Qt on Mac

2014-08-25 Thread Ziller Eike
On Aug 25, 2014, at 3:09 AM, Jake Petroules jake.petrou...@petroules.com wrote: `export DYLD_IMAGE_SUFFIX=_debug` before running your application. Simple as that. Note that this option will be ignored if DYLD_ROOT_PATH is set. See

Re: [Development] QtMultimedia and Musepack

2014-08-25 Thread Renaud
Thanks for your answer! I fixed my issue thank of this bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671794 It looks like something is broken about libgstmusepack.so. I have moved the file. It is now unreachable by gstreamer that force it to use another plugin to decode MPC. So

[Development] QStorageInfo

2014-08-25 Thread Matthias WALTER
Hello, I see the preview doc about QStorageInfo on this website : http://doc-snapshot.qt-project.org/qt5-5.4/qstorageinfo.html#fileSystemType But I don't see anything about the type of the drives : internal, external, remote, . Will it come in the near feature ? Best regards,

Re: [Development] QStorageInfo

2014-08-25 Thread Иван Комиссаров
No, not in the near future. Implementation of this functionality is flawed for Linux/Unix and i don't know (yet) how to implement it in the other way. Иван Комиссаров 25 авг. 2014 г., в 14:20, Matthias WALTER matthias.wal...@neuf.fr написал(а): Hello, I see the preview doc about «

Re: [Development] QStorageInfo

2014-08-25 Thread Иван Комиссаров
Can you provide an usecase why you need this feature? Иван Комиссаров 25 авг. 2014 г., в 14:46, Matthias WALTER matthias.wal...@neuf.fr написал(а): It's annoying, I need this feature for a project on windows… Best regards, ___ Development mailing

Re: [Development] QStorageInfo

2014-08-25 Thread Rutledge Shawn
25 авг. 2014 г., в 14:20, Matthias WALTER matthias.wal...@neuf.frmailto:matthias.wal...@neuf.fr написал(а): Hello, I see the preview doc about « QStorageInfo » on this website : http://doc-snapshot.qt-project.org/qt5-5.4/qstorageinfo.html#fileSystemType But I don’t see anything about the

Re: [Development] QStorageInfo

2014-08-25 Thread André Somers
?? schreef op 25-8-2014 13:24: Can you provide an usecase why you need this feature? Sure. In our product, we support having the user choose where to put his database. However, we only support doing that on a local file system, as experience has shown us that using our database

Re: [Development] QStorageInfo

2014-08-25 Thread Allan Sandfeld Jensen
Hello On Monday 25 August 2014, Matthias WALTER wrote: I see the preview doc about QStorageInfo on this website : http://doc-snapshot.qt-project.org/qt5-5.4/qstorageinfo.html#fileSystemType But I don't see anything about the type of the drives : internal, external, remote, . Will it

Re: [Development] QStorageInfo

2014-08-25 Thread Иван Комиссаров
I don't think libsolid works on Mac:) Correct me if i'm wrong. Иван Комиссаров 25 авг. 2014 г., в 15:55, Allan Sandfeld Jensen k...@carewolf.com написал(а): Hello On Monday 25 August 2014, Matthias WALTER wrote: I see the preview doc about QStorageInfo on this website :

Re: [Development] QStorageInfo

2014-08-25 Thread Иван Комиссаров
This is flawed implementation i mentioned. Иван Комиссаров 25 авг. 2014 г., в 17:36, Matthias WALTER matthias.wal...@neuf.fr написал(а): I check on the website of Qt Mobility, and drivetype function seemed also implemented on Linux too. Link :

Re: [Development] QStorageInfo

2014-08-25 Thread Samuel Gaist
Hi, Solid uses IOKit as backend on OS X Best Regards Samuel On 25 août 2014, at 15:26, Иван Комиссаров abba...@gmail.com wrote: I don't think libsolid works on Mac:) Correct me if i'm wrong. Иван Комиссаров 25 авг. 2014 г., в 15:55, Allan Sandfeld Jensen k...@carewolf.com написал(а):

Re: [Development] QStorageInfo

2014-08-25 Thread Thiago Macieira
On Monday 25 August 2014 13:46:12 André Somers wrote: ?? schreef op 25-8-2014 13:24: Can you provide an usecase why you need this feature? Sure. In our product, we support having the user choose where to put his database. However, we only support doing that on a local file

Re: [Development] QStorageInfo

2014-08-25 Thread André Somers
Thiago Macieira schreef op 25-8-2014 17:09: On Monday 25 August 2014 13:46:12 André Somers wrote: ?? schreef op 25-8-2014 13:24: Can you provide an usecase why you need this feature? Sure. In our product, we support having the user choose where to put his database. However, we

[Development] Linux release binaries too old

2014-08-25 Thread Blasche Alexander
Hi, It is my understanding that the current Linux release binary packages are built on Ubuntu 11.10 machines. This is very ancient. In fact for Bluetooth Low Energy (new feature in 5.4) this is too ancient. What's needed is a machine that has Bluez 4.101 or newer. This means even the fairly

[Development] Not-working shortcuts for QAction on osx

2014-08-25 Thread Jan Sundermeyer
Qt 5.x QAction apparently does not work with a number of shortcuts (though they are shown as valid shortcuts in the menu): alt+space, esc , possibly cmd+/ Is this known ? Is there a work-around ? Jan ___ Development mailing list

Re: [Development] Linux release binaries too old

2014-08-25 Thread Alejandro Exojo
El Monday 25 August 2014, Blasche Alexander escribió: Hi, It is my understanding that the current Linux release binary packages are built on Ubuntu 11.10 machines. This is very ancient. In fact for Bluetooth Low Energy (new feature in 5.4) this is too ancient. The reason to use an old

Re: [Development] QtMultimedia and Musepack

2014-08-25 Thread Allan Sandfeld Jensen
On Saturday 23 August 2014, Olivier Goffart wrote: On Saturday 23 August 2014 15:46:46 Roland Winklmeier wrote: Am 22.08.2014 14:04, schrieb Cornelius Hald: I recently ported application from Qt4 to Qt5 and I rewrote a bit the audioplayer in it. Now it is using QtMultimedia instead of

Re: [Development] QtMultimedia and Musepack

2014-08-25 Thread Thiago Macieira
On Monday 25 August 2014 22:44:38 Allan Sandfeld Jensen wrote: Using namespace or versioned symbols. I think something like -Wl,--default- symver on all Qt modules and -Wl,--default-imported-symver on anything using Qt modules could solve such crashes in many cases. It doesn't solve all

[Development] Does Qt support customed web browser with self-defined Internet protocols?

2014-08-25 Thread quinn . wj . xie
Hello, everyone at development@qt-project I have a question and want some suggestions. Right now I am learning Qt programming. And I was wondering if Qt supports a customed web browser. Because our lab is working on a new Internet protocol and the teacher asks me to test if a browser can

Re: [Development] Linux release binaries too old

2014-08-25 Thread Thiago Macieira
On Monday 25 August 2014 15:25:26 Blasche Alexander wrote: Hi, It is my understanding that the current Linux release binary packages are built on Ubuntu 11.10 machines. This is very ancient. In fact for Bluetooth Low Energy (new feature in 5.4) this is too ancient. What's needed is a

Re: [Development] Does Qt support customed web browser with self-defined Internet protocols?

2014-08-25 Thread Thiago Macieira
On Tuesday 26 August 2014 10:02:20 quinn. wj. xie wrote: Hello, everyone at development@qt-project I have a question and want some suggestions. Right now I am learning Qt programming. And I was wondering if Qt supports a customed web browser. Because our lab is working on a new Internet