Re: [Development] Qt 5.5.0 build issues on OS X : rpath

2015-09-28 Thread Massimo Callegari
>- Messaggio originale - >Da: Thiago Macieira >A: development@qt-project.org; Jake Petroules >Cc: >Inviato: Lunedì 28 Settembre 2015 23:40 >Oggetto: Re: [Development] Qt 5.5.0 build issues on OS X : rpath >>On Monday 28 September 2015 21:30:33 Massimo Callegari wrote: >> > Can you exp

Re: [Development] Qt 5.5.0 build issues on OS X : rpath

2015-09-28 Thread Thiago Macieira
On Monday 28 September 2015 21:30:33 Massimo Callegari wrote: > > Can you explain what broke for you? > > Since Qt 4.8 and up to Qt 5.4.2 I was using the install_name_tool procedure > as described here: http://doc.qt.io/qt-5/osx-deployment.html > With prebuilt Qt 5.5.x clang64, QtFrameworks don't

[Development] Qt 5.5.0 build issues on OS X : rpath

2015-09-28 Thread Massimo Callegari
On Monday 28 September 2015 19:09:11 Massimo Callegari wrote: >> But please guys, when introducing such an important change, you are warmthly >> invited to mention it in a visible place. > It's in the changelog. > But I confess the line you're referring to does not indicate that anything > shoul

Re: [Development] Qt 5.5.0 build issues on OS X : rpath

2015-09-28 Thread Thiago Macieira
On Monday 28 September 2015 19:09:11 Massimo Callegari wrote: > But please guys, when introducing such an important change, you are warmthly > invited to mention it in a visible place. It's in the changelog. But I confess the line you're referring to does not indicate that anything should break.

Re: [Development] A call for more Qt content at next year's CppCon

2015-09-28 Thread Thiago Macieira
On Monday 28 September 2015 21:01:11 Frederik Gladhorn wrote: > Hi Milian, > > thanks a lot for representing us! It is very much appreciated and makes me > happy to hear that the C++ world is less split then we sometimes like to > think > :-) Hello Milian Thanks too for being there. I metioned

Re: [Development] Qt 5.5.0 build issues on OS X : rpath

2015-09-28 Thread Massimo Callegari
Oh, and by "visible place" I mean this: http://doc.qt.io/qt-5/osx-deployment.html which is Qt5 docs and it still refers to Qt4 deployment with (now) wrong install_name_tool -change calls. - Messaggio originale - Da: Massimo Callegari A: "development@qt-project.org" Cc: "jake.petrou..

Re: [Development] Qt5.5 accessibility of QLineEdit and QTextEdit

2015-09-28 Thread Robert Iakobashvili
FYI, QTBUG-43046 - iOS: Accessibility for QTextEdit, QComboBox, Etc. with VoiceOver Isn't Working QTBUG-45980 QTextEdit and QLineEdit - Windows Speech Recognition (WSR) Words-Related Commands Not Working Regards, Robert On Mon, Sep 28, 2015 at 10:16 PM, Frederik Gladhorn wrote: > Hello German

Re: [Development] Qt5.5 accessibility of QLineEdit and QTextEdit

2015-09-28 Thread Frederik Gladhorn
Hello Germano, which platform are you on and how do you get Qt (packages/build yourself)? In general QWidgets like QLineEdit and QTextEdit should work on all platforms. It would be great if you could try C++ examples, if they work, it might be something with the bindings. Cheers, Frederik On F

[Development] Qt 5.5.0 build issues on OS X : rpath

2015-09-28 Thread Massimo Callegari
...if I may add my 2 cents on this... It took me 3 days to figure out what the heck was going on with a Qt 5.5.1 snapshot. Then I googled and found the heck. If one doesn't find this specific line: http://code.qt.io/cgit/qt/qtbase.git/tree/dist/changes-5.5.0#n578 Or this specific QTBUG: http

Re: [Development] A call for more Qt content at next year's CppCon

2015-09-28 Thread Frederik Gladhorn
Hi Milian, thanks a lot for representing us! It is very much appreciated and makes me happy to hear that the C++ world is less split then we sometimes like to think :-) Cheers, Frederik On Sunday, September 27, 2015 08:21:53 PM Milian Wolff wrote: > Hey all, > > I want to relay the ton of goo

Re: [Development] QTBUG-46552 : QUdpsocket bug always present on 5.5.1 RC on Mac

2015-09-28 Thread qt next
Hi, Yes I have just reproduce the issue with your samples on Osx : Compile BroadcastReceiver and BroadcastSender samples with the following change to broadcastSender: Replacer timer->start(1000) by timer->start(100): 1)- If you start first broadcastreceiver then after start sending Udp it seems to

Re: [Development] Using Howard Hinnant's date.h and tz.h for QDateTime and QTimeZone internals

2015-09-28 Thread Milian Wolff
On Sunday, September 27, 2015 2:09:22 PM CEST Thiago Macieira wrote: > On Sunday 27 September 2015 19:59:55 Milian Wolff wrote: > > Hey John, Qt people. > > > > At CppCon Howard Hinnant had a talk on his date.h and tz.h library, which > > looks excellent: > > > > http://howardhinnant.github.io/da

[Development] Contribution proposal, mainly server-side and QtWidgets-based

2015-09-28 Thread Grégoire Barbier
Hi, As a base for a software of mine[1], I developed a few pieces of code based on Qt that may be of interest for others. This is not as mature as the Qt framework itself, dramaticaly lacks documentation, but it is currently working. If somebody is interested in seeing some part of this softwa