On Fri, Nov 29, 2013 at 12:50 PM, André Pönitz
wrote:
> On Fri, Nov 29, 2013 at 05:16:31PM +, Gladhorn Frederik wrote:
>> Hello all,
>>[...]
>>
>> Since we lose the test runs for all modules at the same time I'd like to
>> have a second and new job in Jenkins that runs nightly and builds and
>
On Fri, Nov 29, 2013 at 3:03 PM, Tony Van Eerd wrote:
>>
>> On Fri, 29 Nov 2013, Tony Van Eerd wrote:
>>
>> > in the cases I am looking at, if isValid() == false, then all the
>> other
>> > properties are invalid, and return "", -1, etc. It really does mean
>> the
>> > whole object is invalid.
>>
>
> On Fri, 29 Nov 2013, Tony Van Eerd wrote:
>
> > in the cases I am looking at, if isValid() == false, then all the
> other
> > properties are invalid, and return "", -1, etc. It really does mean
> the
> > whole object is invalid.
> >
> > (except maybe an 'id', in the case of, say, a Battery o
On Fri, Nov 29, 2013 at 09:19:33PM +, Hausmann Simon wrote:
> Once scenario I'm worried about is when a less active module (say qtscript)
> has
> a regression test failure due to a change in an active module (qtbase) and
> it's
> only visible in the qt5.git integration (because nobody submits
On Fri, 29 Nov 2013, Tony Van Eerd wrote:
in the cases I am looking at, if isValid() == false, then all the other
properties are invalid, and return "", -1, etc. It really does mean the
whole object is invalid.
(except maybe an 'id', in the case of, say, a Battery object - the id
telling yo
Once scenario I'm worried about is when a less active module (say qtscript) has
a regression test failure due to a change in an active module (qtbase) and it's
only visible in the qt5.git integration (because nobody submits a change to
qtscript).
We will see the failure still, but we will also
On Fri, Nov 29, 2013 at 05:16:31PM +, Gladhorn Frederik wrote:
> Hello all,
>
> I would like to get feedback about a change in the qt5.git integration
> that I have discussed with several people in Digia's Oslo office.
>
> For those that don't know what I'm talking about: we have the meta
> r
Oh, the other thing I wanted to mention:
in the cases I am looking at, if isValid() == false, then all the other
properties are invalid, and return "", -1, etc. It really does mean the whole
object is invalid.
(except maybe an 'id', in the case of, say, a Battery object - the id telling
you wh
Imho isValid is fine, but generally I would suggest a more context specific
name, i.e. locationKnown for example.
Think about how much sense "valid" makes in the context of the caller code and
see of you can find a better name perhaps.
Simon
Fra: Tony Van Eerd
Sendt: 20:16 fredag 29. november
Is it common/uncommon/unheard-of to have a 'valid' property:
Q_PROPERTY( bool valid READ isValid NOTIFY validChanged )
I'm thinking about classes like 'DeviceLocation' which would update with GPS
changes, but at some point might just become invalid (or start invalid, until
GPS turns on, etc).
On sexta-feira, 29 de novembro de 2013 17:16:31, Gladhorn Frederik wrote:
> I'd like to propose the following:
> Automate qt5.git integration completely (the bot updates the modules and
> instantly stages the update), this could happen around 3 times per day.
> This integration would not run any te
On sexta-feira, 29 de novembro de 2013 12:27:44, Sletta Gunnar wrote:
> So, I'm asking that if you encounter issues with flickering, crashes, bad
> rendering and similar, help us track which things are problematic by filing
> a bugreport on bugreports.qt-project.org and use the label "driverissue"
On sexta-feira, 29 de novembro de 2013 14:48:23, Joseph Heenan wrote:
> (I'm not a member of the QT project so I'm not sure if this is something
> that should be added to the wiki page, nor if it would be correct
> protocol for me to add it.)
You're a member of the Qt Project if you want to be a
Hello all,
I would like to get feedback about a change in the qt5.git integration that I
have discussed with several people in Digia's Oslo office.
For those that don't know what I'm talking about: we have the meta repository
qt5.git that has all other modules as git submodule. When you clone q
On Friday 29 November 2013 14:20:48 Robert Knight wrote:
> > As many of you might already have noticed, OpenGL drivers are not always
> > working as well as would like.
> To what extent does this apply to different platforms and vendors? Is
> Qt doing anything different from other GL apps on the sa
Hi Jani,
On Thu, Nov 28, 2013 at 6:18 PM, Heikkinen Jani
mailto:jani.heikki...@digia.com>> wrote:
Qt 5.2 RC1 is coming really soon (hoping tomorrow) so please make
sure all important known issues is listed in known issues wiki:
http://qt-project.org/wiki/Qt520-RC1-KnownIssues
I'm ha
> As many of you might already have noticed, OpenGL drivers are not always
> working as well as would like.
To what extent does this apply to different platforms and vendors? Is
Qt doing anything different from other GL apps on the same platform or
are they facing the same issues?
On 29 November
Simon Lees [simon.l...@codanradio.com]
> The version of QtCreator shipped with the package crashes my x everytime
> i attempt to launch it. It was the Android Linux x86_64 package running
> on openSUSE 12.3 with Enlightenment as the window manager and the
> proprietary NVIDIA Driver
Could you try
On 11/29/2013 12:06 AM, development-requ...@qt-project.org wrote:
> Message: 5
> Date: Thu, 28 Nov 2013 13:36:56 +
> From: Heikkinen Jani
> Subject: [Development] Qt 5.2 RC1 candidate packages available
> To:"development@qt-project.org"
> Cc:"releas...@qt-project.org"
> Message-ID:
>
Hi,
As many of you might already have noticed, OpenGL drivers are not always
working as well as would like. This has always been a problem, but since Qt
Creator 3.0 is using Qt Quick 2.0 and Qt Quick 2.0 is also being used in more
and more places, the problem is becoming more mainstream. We are
In my case I have another strange issue that I still havent been able to
identify the reason.
My child qglwidget can have animation, fired by a timer, if the user presses a
button.
Everything works ok if I only have one instance of the parent widget.
However, creating 2 instances of the paren
Hi all,
Qt 5.2 RC1 and Qt Creator 3.0 RC1 is now released.
For more details, check the blog posts:
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available
http://blog.qt.digia.com/blog/2013/11/29/qt-creator-3-0-rc1-released
You can download released packages from here:
htt
Thanks your tip. I thought about it, but the problem is that many other
object created that are depending on shaders and also all the
configuration, data uploading, etc. are handled before the first showEvent
occurring.
It is possible to make a workaround, but really it would be a hell of a
work. T
Hi
I had the same similar issue, I was using a parent widget, with buttons and a
frame with a child qglwidget derived class.
What I did was to create a method in the child qglwidget derived class to
initialize the shaders, and I only calls this method inside the showEvent() of
the parent widge
24 matches
Mail list logo