On 13 March 2015 at 21:08, Denis Shienkov wrote:
> So, nor SSH, nor HTTS does not work for me. What happens? :(
>
You're using the wrong port.
Rich.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/d
Now I can not push my changes even via HTTPS (on OSX):
"
bash-3.2$ git push
https://@codereview.qt-project.org/qt/qtserialport HEAD:refs/for/5.5
Password for 'https://@codereview.qt-project.org:443':
Counting objects: 39, done.
Delta compression using up to 2 threads.
Compressing objects: 100%
On Friday 13 March 2015 18:02:51 Olivier Goffart wrote:
> On Friday 13 March 2015 09:08:35 Thiago Macieira wrote:
> > It's a minor SIC and I still call it justified. Anyone who was using
> > #ifndef was making assumptions about Q_ASSERT's internals and how it is
> > declared. We should all agree th
On Fri, Mar 13, 2015 at 06:02:51PM +0100, Olivier Goffart wrote:
> On Friday 13 March 2015 09:08:35 Thiago Macieira wrote:
> > It's a minor SIC and I still call it justified. Anyone who was using #ifndef
> > was making assumptions about Q_ASSERT's internals and how it is declared.
> > We should all
On Friday 13 March 2015 09:08:35 Thiago Macieira wrote:
> It's a minor SIC and I still call it justified. Anyone who was using #ifndef
> was making assumptions about Q_ASSERT's internals and how it is declared.
> We should all agree that making assumptions is a bad idea.
It was documented:
http:/
On Friday 13 March 2015 12:23:00 Stephen Kelly wrote:
> Thiago Macieira wrote:
> >> What macro works for multiple versions of Qt?
> >> Why should everyone define such a macro themselves in their code? How
> >> about contributing it back to qglobal.h? What would it be called? And to
> >> bring this
Thiago Macieira wrote:
>> What macro works for multiple versions of Qt?
>> Why should everyone define such a macro themselves in their code? How
>> about contributing it back to qglobal.h? What would it be called? And to
>> bring this full circle, how about swapping the semantic of the old and
>>
Hi,
>When i try to run any of the compiled qt3d application's release
version.The application crashes, and this are the error details
collected by windows:
The problem was with OpenGl version. The OpenGL version (It was 1.0) was
not updated. With OPenGL version updated to 4.0, all examples are c