[Interest] when using QtDBus

2012-08-02 Thread Duan,Lin
When I broadcast a group of data to more than 10 receivers(all on a same bus), then how DBus perform it? It send the data one by one or there have a mechanism for delivering? Thank you for whatever. Duanlin@China ___ Interest mailing list Interest@qt-

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Jason H
Well that's some good news amongst the bad. :-) From: Lorn Potter To: Jason H Cc: Thiago Macieira ; "interest@qt-project.org" Sent: Thursday, August 2, 2012 3:08 PM Subject: Re: [Interest] Well there goes Nokia On 03/08/2012, at 2:44 AM, Jason H wrote:

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Atlant Schmidt
Lorn: > Nokia does not leave its employees that it makes redundant > 'high and dry'. I would say their redundancy package is > quite generous. At least in our case. That all depends on the country in which one resides. Here in the USA, the Nokians who were very recently made redundant were

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Lorn Potter
On 03/08/2012, at 2:44 AM, Jason H wrote: > Budgetary constraints on part of the business are unavoidable but should not > result in workers being left high and dry. Nokia does not leave it's employees that it makes redundant 'high and dry'. I would say their redundancy package is quite gener

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Jason H
Microsoft's $10 billion must have bought out the Qt's "next billion". You can never trust a company doing layoffs. They will lie for business continuity. I find the whole process of layoffs rather appalling. If the companies really cared, they'd pick out your next employment or at least set you

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Thiago Macieira
On quinta-feira, 2 de agosto de 2012 16.37.24, Till Oliver Knoll wrote: > "Headline: “Nokia sells Qt / offloads Qt / sells majority of Qt” - > False. [...] Nokia will continue to invest in the development of Qt, > continues to hold the copyright and will continue to publish Qt under > an open sourc

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Jason H
No. Trivial example: (using samegame from http://doc.qt.nokia.com/4.7-snapshot/qml-advtutorial.html) #samegame -qpa html5 samegame started on http://127.0.0.1:4050 #firefox http://127.0.0.1:4050 For Wt, you'd have to completely redevelop samegame. The idea is any Qt app can run an a browse

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Till Oliver Knoll
2012/8/1 Jason H : > Slashdot is reporting that on the Qt Devel list that Nokia is shutting down > Aussie operations. Meanwhile on the Internet: "Headline: “Nokia sells Qt / offloads Qt / sells majority of Qt” - False. [...] Nokia will continue to invest in the development of Qt, continues to hol

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Graeme Gill
Jason H wrote: > What if Qt got a HTML5 renderer? Isn't that Wt ? Graeme Gill. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Well there goes Nokia

2012-08-02 Thread BRM
> From: Bo Thorsen > Subject: Re: [Interest] Well there goes Nokia > > Den 01-08-2012 20:32, Jason H skrev: >> Would I? >> >> I'm no expert at making money, however I think that if there was an >> organization staffed with people who could modify Qt and interested >> companies that companie

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Jason H
What if Jambi made a comeback? (Ambi - Ambidextrous development environment) What if Qt got a HTML5 renderer? I am slated to perform the HTML5 for my company work this autumn, albeit for Qt 4.8. This way, any Qt app can render to a HTML5 canvas using QPA. Since Google has not extended android

Re: [Interest] How to use unit testing with Qt framework properly

2012-08-02 Thread Bo Thorsen
Hi Gilles, This mail was sent quite a lot of months ago, but I hope you'll allow me to get back to it. Den 10-04-2012 16:19, Gilles Habran skrev: > thanks again for all the informations. I think I will create another > test project to experiment a lot with the Qt Test Lib and see what I can > do

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Thiago Macieira
On quinta-feira, 2 de agosto de 2012 12.35.31, Sivan Greenberg wrote: > I think Google could be interested in that. > > Opinions ? I seriously doubt it, Sivan. What would Google do with Qt? They have two interests nowadays: Android and Chrome. One is a Java API, the other is HTML5. Qt running on A

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Sivan Greenberg
I think Google could be interested in that. Opinions ? -Sivan On Thu, Aug 2, 2012 at 11:50 AM, Linos wrote: > On 02/08/12 09:46, Bo Thorsen wrote: >> Den 01-08-2012 20:32, Jason H skrev: >>> Would I? >>> >>> I'm no expert at making money, however I think that if there was an >>> organization st

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Linos
On 02/08/12 09:46, Bo Thorsen wrote: > Den 01-08-2012 20:32, Jason H skrev: >> Would I? >> >> I'm no expert at making money, however I think that if there was an >> organization staffed with people who could modify Qt and interested >> companies that companies could contract for the desired modific

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
Le 02/08/2012 09:31, Thiago Macieira a écrit : > On quinta-feira, 2 de agosto de 2012 09.09.18, arnaud but wrote: >> thanks but have you an idea why Qt framework do an "#undef interface" in >> qnetworkconfiguration.h ? > > It's qnetworksession.h. > > It's because there's a QNetworkSession::interfac

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Bo Thorsen
Den 01-08-2012 20:32, Jason H skrev: > Would I? > > I'm no expert at making money, however I think that if there was an > organization staffed with people who could modify Qt and interested > companies that companies could contract for the desired modifications. > The problem is playing nice with t

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread Thiago Macieira
On quinta-feira, 2 de agosto de 2012 09.09.18, arnaud but wrote: > thanks but have you an idea why Qt framework do an "#undef interface" in > qnetworkconfiguration.h ? It's qnetworksession.h. It's because there's a QNetworkSession::interface() const. -- Thiago Macieira - thiago.macieira (AT) inte

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
thanks but have you an idea why Qt framework do an "#undef interface" in qnetworkconfiguration.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered a little problem to compile my proj

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
thanks but have you an idea why Qt framework do an "#undef interface" in qnetworkconfiguration.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered a little problem to compile my proj