Re: [Interest] Missing private header(s)

2016-02-08 Thread Thiago Macieira
On terça-feira, 9 de fevereiro de 2016 09:39:04 PST Nye wrote: > Hello, > I wish to implement my own event dispatcher, so I derived from > QAbstractEventDispatcher. As usual with PIMPL I'd derive my private object > from QAbstractEventDispatcherPrivate and pass it to the public class' > constructor

[Interest] Missing private header(s)

2016-02-08 Thread Nye
Hello, I wish to implement my own event dispatcher, so I derived from QAbstractEventDispatcher. As usual with PIMPL I'd derive my private object from QAbstractEventDispatcherPrivate and pass it to the public class' constructor. Unfortunately, even with QT += core-private I don't have the "qabstract

Re: [Interest] QtWebengine examples fail with 5.6 beta

2016-02-08 Thread Glenn Ramsey
On 09/02/16 01:09, Koehne Kai wrote: > >> -Original Message- >> From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Glenn >> Ramsey >> Sent: Sunday, February 07, 2016 3:55 AM >> To: interest@qt-project.org >> Subject: [Interest] QtWebengine examples fail with 5.6 beta >> >

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-08 Thread Thiago Macieira
Em segunda-feira, 8 de fevereiro de 2016, às 13:28:11 PST, Diego Iastrubni escreveu: > Lets assume I still want to build using (q|c)make, I still want some tool > to ask him "give me libfoo, libssh and whatever they need, and add them to > my project, then build it". qmake's philosophy is "assume

Re: [Interest] What happened to 5.5.1 branch?

2016-02-08 Thread Jason H
> Sent: Monday, February 08, 2016 at 3:56 PM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] What happened to 5.5.1 branch? > > Em segunda-feira, 8 de fevereiro de 2016, às 19:10:59 PST, Jason H escreveu: > > I still don't see why that one got deleted and the ot

[Interest] vsaddin changing include format

2016-02-08 Thread Duane
VSAddin 1.2.3 with Visual studio 2012 and Qt5.5. When I enter includes for Qt such as #include they get changed as I type to #include Is this intentional? Can it be configured? ___ Interest mailing list Interest@qt-project.org http://lists.qt-proj

Re: [Interest] OSX moc_file compile error

2016-02-08 Thread Jason H
> Em segunda-feira, 8 de fevereiro de 2016, às 16:14:53 PST, Jason H escreveu: > > I'm building a modified version of Qt, I'm not used new to Objective-C. I > > have to include AVFoundation.h, because it has NSString key IDs, but when I > > do, the moc_ version of the file bombs out. How do I fix

Re: [Interest] What happened to 5.5.1 branch?

2016-02-08 Thread Thiago Macieira
Em segunda-feira, 8 de fevereiro de 2016, às 19:10:59 PST, Jason H escreveu: > I still don't see why that one got deleted and the others were allowed to > stay. I'm still hosed. $ git ls-remote origin refs/heads/* 73a1e8c60d894701f34806cc4b847aa2814bf389refs/heads/5.3 209a75f2d071e0977b6c0

Re: [Interest] OSX moc_file compile error

2016-02-08 Thread Thiago Macieira
Em segunda-feira, 8 de fevereiro de 2016, às 16:14:53 PST, Jason H escreveu: > I'm building a modified version of Qt, I'm not used new to Objective-C. I > have to include AVFoundation.h, because it has NSString key IDs, but when I > do, the moc_ version of the file bombs out. How do I fix this? Op

Re: [Interest] What happened to 5.5.1 branch?

2016-02-08 Thread Jason H
> > Not sure why it got deleted. They are free. > > It's free to keep it in the repository, but it adds noise to, say, > `git branch -r` (command line). The number of Qt versions only grows > over time. > > Also, a branch is for making commits. Since no more commits are > accepted for Qt 5.5.1, i

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-08 Thread Alejandro Exojo
El Monday 08 February 2016, Diego Iastrubni escribió: > Which reminds me: > What can I use to manage (and build..?) dependencies for my Qt5 project? > Lets assume I still want to build using (q|c)make, I still want some tool > to ask him "give me libfoo, libssh and whatever they need, and add them

Re: [Interest] Gerrit questions

2016-02-08 Thread Jason H
Thanks, that would explain why that information doesn't exist. > Sent: Monday, February 08, 2016 at 9:59 AM > From: "Blasche Alexander" > To: "interest@qt-project.org" > Subject: Re: [Interest] Gerrit questions > > If the hook is already installed then you can trigger it by editing the > commi

[Interest] OSX moc_file compile error

2016-02-08 Thread Jason H
I'm building a modified version of Qt, I'm not used new to Objective-C. I have to include AVFoundation.h, because it has NSString key IDs, but when I do, the moc_ version of the file bombs out. How do I fix this? In file included from .moc/debug/moc_avfaudioencodersettingscontrol.cpp:9: In file

Re: [Interest] Gerrit questions

2016-02-08 Thread Blasche Alexander
If the hook is already installed then you can trigger it by editing the commit log message via for example "git commit --amend" or git rebase. The hook itself will generate the change-id. -- Alex From: Interest on behalf of Jason H Sent: Monday, Februa

[Interest] Gerrit questions

2016-02-08 Thread Jason H
I'm trying to push code to gerrit, but I'm having some issues. I've fought through many already, but I'm at ! [remote rejected] HEAD -> refs/for/dev/osx_recording_params (missing Change-Id in commit message footer) error: failed to push some refs to 'ssh://scorp...@codereview.qt-project.org:2

Re: [Interest] QtWebengine examples fail with 5.6 beta

2016-02-08 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Glenn > Ramsey > Sent: Sunday, February 07, 2016 3:55 AM > To: interest@qt-project.org > Subject: [Interest] QtWebengine examples fail with 5.6 beta > > Hi, > > When attemting to run any of the e

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-08 Thread Diego Iastrubni
This is interesting... as it solves a nigher level proeblem than "configure-make-install/cmake-make-install". It smells more like gradle a little bit... which is nice. But can it handle Qt code..? resources...? UI...? "moc"? Does it work on Windows? Which reminds me: What can I use to manage (and