[Development] Qt 5.2 Testing

2013-10-16 Thread Bruno Cabral
Hello, I used the snapshot from yesterday and today, and had problems with both. I have a Segmentation fault in all QML applications. My Env is Windows 8.1 , GCC 4.8.1, mingw-w64 r6302 The related bug is here, but I'm posting in the list because look like a very major bug.

Re: [Development] Qt 5.2 Testing

2013-10-16 Thread Hausmann Simon
Hi Bruno, Can you try with current qtdeclarative? The code the crash happened in was removed today, so I wonder what a current back trace looks like. Thanks, Simon Fra: Bruno Cabral Sendt: 19:13 onsdag 16. oktober 2013 Til: development@qt-project.org Emne: [Development] Qt 5.2 Testing Hello

Re: [Development] Qt 5.2 Testing

2013-10-16 Thread Bruno Cabral
Simon, With the latest git it is working. Thanks, Bruno From: Hausmann Simon [mailto:simon.hausm...@digia.com] Sent: Wednesday, October 16, 2013 2:22 PM To: Bruno Cabral; development@qt-project.org Subject: SV: [Development] Qt 5.2 Testing Hi Bruno, Can you try with current

Re: [Development] Qt 5.2 Testing

2013-10-15 Thread Stephen Kelly
On Monday, October 14, 2013 15:59:31 Raul Metsma wrote: On Oct 14, 2013, at 3:04 PM, Raul Metsma r...@innovaatik.ee wrote: On Oct 14, 2013, at 2:58 PM, Stephen Kelly stephen.ke...@kdab.com wrote: On Thursday, October 10, 2013 15:10:17 Raul Metsma wrote: On windows cmake cannot find dll-s

Re: [Development] Qt 5.2 Testing

2013-10-14 Thread Stephen Kelly
On Thursday, October 10, 2013 15:10:17 Raul Metsma wrote: On windows cmake cannot find dll-s again Had to change QtCoreConfig.cmake and other modules line 31 set(imported_location ${_qt5Core_install_prefix}/lib/${LIB_LOCATION}) to set(imported_location

[Development] Qt 5.2 Testing

2013-10-14 Thread Jiergir Ogoerg
Hi, Is system tray supposed to work under Ubuntu Unity? cause it's been broken ever since Qt 5.0 I guesss, including the recent Qt 5.2 beta release, the problem is: the tray icon doesn't show up - but it does show up (i.e. works) in Kubuntu (same computer, logging out of Unity, logging in into

Re: [Development] Qt 5.2 Testing

2013-10-14 Thread Richard Moore
That's a bug in the design of Unity. See http://www.howtogeek.com/68119/how-to-bring-app-icons-back-into-unitys-system-tray/ Regards Rich. On 14 October 2013 13:34, Jiergir Ogoerg f35f22...@gmail.com wrote: Hi, Is system tray supposed to work under Ubuntu Unity? cause it's been broken ever

[Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Jiergir Ogoerg
But the Qt4's systray works properly in this same version of Unity (I just tested myself). The issue you linked to is a different one, and the post is old and doesn't work - you can't white-list anything any longer in Unity (desktop unity panel doesn't exist in dconf), so it's certainly a Qt5+

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Thiago Macieira
On segunda-feira, 14 de outubro de 2013 18:10:34, Jiergir Ogoerg wrote: But the Qt4's systray works properly in this same version of Unity (I just tested myself). The issue you linked to is a different one, and the post is old and doesn't work - you can't white-list anything any longer in

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Jiergir Ogoerg
To test qt4 I did sudo apt-get install libqt4-dev, that is, the libs that come with Ubuntu. I'm not a Qt developer so I hope you guys figure out why (Ubuntu's) Qt4 works and (the offline version of) Qt5.2 beta doesn't. Since Ubuntu is the most popular distro I would guess it's worth spending some

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Jiergir Ogoerg
I see, you guys don't have time (motivation or whatever) to look closer into this issue. At least I tried. As to Ubuntu's popularity - I don't like Canonical nor Ubuntu - but I have to use it cause it sucks less than other distros I tried out and regardless of the platitudes about popularity we

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Keith Gardner
It looks like they are trying to create their own QPA plugin for Qt5. For the appmenu changes, they reference the changes they made to the Qt4 source code and are porting to a Qt5 QPA plugin. I would assume that changes for the system tray icon would also be included in the plugin.

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Jiergir Ogoerg
Thanks, if so, case closed, the Ubuntu users will have to wait for Canonical's patches and the users testing the versions of Qt from Qt's website are likely to file false bugs in the future, so I'd vouch for including Canonical's patches into upstream Qt to avoid this issue and possible future

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Weng Xuetian
On Mon, Oct 14, 2013 at 12:05 PM, Thiago Macieira thiago.macie...@intel.com wrote: On segunda-feira, 14 de outubro de 2013 18:55:56, Jiergir Ogoerg wrote: To test qt4 I did sudo apt-get install libqt4-dev, that is, the libs that come with Ubuntu. I'm not a Qt developer so I hope you guys

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Dmitry Ashkadov
Qt4 systray works in Gnome shell and KDE, Qt5 systray doesn't work in Gnome shell and KDE. About 1 month ago I tested Qt5 systray (from dev branch) and it didn't work. Maybe it is general problem of Qt5 systray implementation? 14.10.2013 19:10, Jiergir Ogoerg ?: But the Qt4's systray

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Thiago Macieira
On segunda-feira, 14 de outubro de 2013 19:40:15, Jiergir Ogoerg wrote: Thanks, if so, case closed, the Ubuntu users will have to wait for Canonical's patches and the users testing the versions of Qt from Qt's website are likely to file false bugs in the future, so I'd vouch for including

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Hausmann Simon
places. Simon Fra: Thiago Macieira Sendt: 21:30 mandag 14. oktober 2013 Til: development@qt-project.org Emne: Re: [Development] Qt 5.2 Testing (System tray) On segunda-feira, 14 de outubro de 2013 19:40:15, Jiergir Ogoerg wrote: Thanks, if so, case closed, the Ubuntu users will have to wait

Re: [Development] Qt 5.2 Testing (System tray)

2013-10-14 Thread Knoll Lars
Sendt: 21:30 mandag 14. oktober 2013 Til: development@qt-project.org Emne: Re: [Development] Qt 5.2 Testing (System tray) On segunda-feira, 14 de outubro de 2013 19:40:15, Jiergir Ogoerg wrote: Thanks, if so, case closed, the Ubuntu users will have to wait for Canonical's patches and the users

[Development] Qt 5.2 Testing

2013-10-10 Thread Motyka Rafal
Hello, It's time to test Beta 1 candidate packages to make sure that they are as good as possible. Could you help by testing them? 1. Beta 1 packages are available here (please take the latest ones; Linux and Mac available):

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread p10
On Thu, 2013-10-10 at 10:11 +, Motyka Rafal wrote: Hello, It's time to test Beta 1 candidate packages to make sure that they are as good as possible. Could you help by testing them? 1. Beta 1 packages are available here (please take the latest ones; Linux and Mac

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread p10
First thing to mention - I could not deselect QtCreator (or Tools ) from the installation (Manjaro/GNOME environment , I don't know if that matters) . Secondly : Could not load the following plugins : Help Details: /home/p10/Qt5.2.0/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libHelp.so:

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread p10
Oh , sorry ,I'll use the form for reporting, I didn't see it on first glimpse. On Thu, 2013-10-10 at 10:11 +, Motyka Rafal wrote: Hello, It's time to test Beta 1 candidate packages to make sure that they are as good as possible. Could you help by testing them? 1. Beta 1 packages

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread Koehne Kai
-Original Message- From: development-bounces+kai.koehne=digia@qt-project.org [mailto:development-bounces+kai.koehne=digia@qt-project.org] On Behalf Of p10 Sent: Thursday, October 10, 2013 1:18 PM Cc: development@qt-project.org Subject: Re: [Development] Qt 5.2 Testing

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread Raul Metsma
Sent: Thursday, October 10, 2013 1:18 PM Cc: development@qt-project.org Subject: Re: [Development] Qt 5.2 Testing First thing to mention - I could not deselect QtCreator (or Tools ) from the installation (Manjaro/GNOME environment , I don't know if that matters) . That's by design. The Qt