Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Sascha Cunz
Am Dienstag, 27. November 2012, 08:16:20 schrieb Lukas Geyer: > Am 27.11.2012 06:15, schrieb Sascha Cunz: > >> A daemon/service has two interfaces: (i) user/system-API oriented, and > >> (ii) > >> one internal. > >> > >> The first presents the interface to the outside world on how to control > >>

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Lukas Geyer
Am 27.11.2012 06:15, schrieb Sascha Cunz: >> A daemon/service has two interfaces: (i) user/system-API oriented, and (ii) >> one internal. >> >> The first presents the interface to the outside world on how to control the >> service. This interface needs to integrated into the system - e.g. Windows >

Re: [Development] Qt 4.8.4 Release candidate 4 available

2012-11-26 Thread Turunen Tuukka
> From: Yang Fan mailto:missd...@gmail.com>> > Date: tiistai 27. marraskuuta 2012 2.28 > Cc: "development@qt-project.org" > mailto:development@qt-project.org>> > Subject: Re: [Development] Qt 4.8.4 Release candidate 4 available > > So many RCs. True. We are hop

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Sascha Cunz
m Montag, 26. November 2012, 20:36:47 schrieben Sie: > - Original Message - > > > From: Sascha Cunz > > Subject: Re: [Development] Qt Playground - Updating Daemon/Service Support > > > >> All services/daemons must be able to interface with other processes: > > Here, I almost agree :-) >

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread BRM
- Original Message - > From: Sascha Cunz > Subject: Re: [Development] Qt Playground - Updating Daemon/Service Support > >> All services/daemons must be able to interface with other processes: > Here, I almost agree :-) > >>   (a)- a "client-process" can > "request-a-client-operation"

Re: [Development] Development Digest, Vol 14, Issue 81

2012-11-26 Thread chenyw3892
test chenyw3892 From: development-request Date: 2012-11-27 10:54 To: development Subject: Development Digest, Vol 14, Issue 81 Send Development mailing list submissions to development@qt-project.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.qt-project.org/mailman/

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Sascha Cunz
> All services/daemons must be able to interface with other processes: Here, I almost agree :-) > (a)- a "client-process" can "request-a-client-operation" to occur on that > service/daemon But this is totally orthogonal to the application being a daemon/service. To some daemons your applicatio

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread BRM
> From: Matt Broadstone >Subject: Re: [Development] Qt Playground - Updating Daemon/Service Support >On Mon, Nov 26, 2012 at 1:48 PM, BRM wrote: >> From: Charley Bay >Is there any word on whether you guys get a spot in playground? Since Thiago +1'd, I think I'm good...so I've posted the bug t

Re: [Development] QtWebkit from Qt5 couldn't display Chinese characters correctly on Windows

2012-11-26 Thread Yang Fan
Any update? On Fri, Nov 23, 2012 at 8:07 AM, Yang Fan wrote: > Yes, I checked this issue on Windows 7, Mac OSX 10.6.8 and Ubuntu 12.10, > only Windows version has this problem, so I indicated it on Windows in the > mail subject. > I didn't create a bug report, since I think there may be some se

Re: [Development] Qt 4.8.4 Release candidate 4 available

2012-11-26 Thread Yang Fan
So many RCs. On Mon, Nov 26, 2012 at 11:24 PM, Taipale Juhani wrote: > Hi, > > ** ** > > Qt 4.8.4 release candidate 4 is available at > http://releases.qt-project.org/digia/4.8.4_RC4/ > > It is based on SHA1: 96311def2466dd44de64d77a1c815b22fbf68f71 > > ** ** > > Juhani Taipale

Re: [Development] don't know how to make 'styles\qfusionstyle.h'

2012-11-26 Thread Yang Fan
Thanks a lot. It does work! On Mon, Nov 26, 2012 at 5:57 PM, Nurmi J-P wrote: > On Nov 26, 2012, at 3:19 AM, Yang Fan wrote: > > > Hi All, > > > > I'm trying to build Qt5 from Git with MSVC2010, but got the following > errors: > > D:\qt5\qtbase\bin\moc.exe -DUNICODE -DWIN32 > -DQT_NO_U

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Nurmi J-P
On Nov 26, 2012, at 7:08 PM, Andre Somers wrote: > Op 24-11-2012 12:09, Nurmi J-P schreef: >> Hi all, >> >> Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and >> customize any available style. This is not limited to the built-in styles in >> QtWidgets, but also works fi

Re: [Development] New mailing list: web_AT_qt-project.org created

2012-11-26 Thread Andre Somers
Op 26-11-2012 12:12, Verma Gurudutt schreef: Hi I am really happy to inform you all that new mailing list web_AT_qt-project.org is created now. We will be discussing open governance model of web development related stuffs for qt-project.org here and proposal for this was made few days ago

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread BRM
> From: Charley Bay >Subject: Re: [Development] Qt Playground - Updating Daemon/Service Support > > >Hi, Matt-- > > >thoughts: >> >> >>a) I think the only reason the old QtService uses a template based approach >>is to support the different types of Q*Application. It would be quite useful >>to

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Charley Bay
Hi, Matt-- thoughts: > > a) I think the only reason the old QtService uses a template based > approach is to support the different types of Q*Application. It would be > quite useful to have someone who worked on the original solution discuss > why they went with this approach rather than subclassi

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Matt Broadstone
On Mon, Nov 26, 2012 at 1:48 PM, BRM wrote: > > From: Charley Bay > > >On Mon, Nov 26, 2012 at 10:40 AM, Matt Broadstone > wrote: > > > >On Mon, Nov 26, 2012 at 12:01 PM, Charley Bay > wrote: > >> > > " Component >, > >> I would like to open a new Qt Playground project to create a new

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread BRM
> From: Charley Bay >On Mon, Nov 26, 2012 at 10:40 AM, Matt Broadstone wrote: > >On Mon, Nov 26, 2012 at 12:01 PM, Charley Bay wrote: >> > " Component >,  >> I would like to open a new Qt Playground project to create a new >> equivalent >>> >>> >>>+1 >>>  >>>IMHO this would be a cr

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Olivier Goffart
(Top-posting because this thread was already top-posted) QStyle will stay for then entire Qt5 lifetime because that's how QWidgets are drawn, and this will not change. And as you know, QWidget is not being deprecated, it is just that new developments focus mainly on QML. The Desktop Components

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Charley Bay
On Mon, Nov 26, 2012 at 10:40 AM, Matt Broadstone wrote: > On Mon, Nov 26, 2012 at 12:01 PM, Charley Bay wrote: > >> >>> " Component >, >> >>> I would like to open a new Qt Playground project to create a new >> equivalent >> >> +1 >> >> IMHO this would be a cross-platform useful module that I'd vo

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread BRM
> From: Matt Broadstone >On Mon, Nov 26, 2012 at 12:01 PM, Charley Bay wrote: > " Component >,  > I would like to open a new Qt Playground project to create a new > equivalent >> >> >>+1 >>  >>IMHO this would be a cross-platform useful module that I'd vote to ultimately >>end-up w

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Andre Somers
Op 24-11-2012 12:09, Nurmi J-P schreef: Hi all, Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and customize any available style. This is not limited to the built-in styles in QtWidgets, but also works fine for any style plugin since it nicely avoids the build time dep

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread BogDan
Hi again, I understand what you are trying to do. What I'm trying to say it that if you are planning to use QStyle also to draw QML Components (on all platforms) then there is no problem, otherwise if you are planning in the future (e.g. 5.1, 5.2) to deprecate QStyle and come with another solu

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Bache-Wiig Jens
For the desktop components we will use QStyle by default so they look and behave as regular widgets. This means that applications with custom styles will also get QML component styling for free, avoiding the need to duplicate any styling code. I recently also made it possible to style the compon

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Matt Broadstone
On Mon, Nov 26, 2012 at 12:01 PM, Charley Bay wrote: > >>> " Component >, > >>> I would like to open a new Qt Playground project to create a new > equivalent > > +1 > > IMHO this would be a cross-platform useful module that I'd vote to > ultimately end-up within "Qt-proper". > > Disclosure: I tr

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread BogDan
Hi, Are you planning to use QStyle also to draw QML Components?  Or we still need to create two separate implementations for the same platform? If we still need to create two, then IMHO you should make private everything related to QStyle. BogDan. - Original Message - > From: Thomas Ha

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Charley Bay
>>> " Component >, >>> I would like to open a new Qt Playground project to create a new equivalent +1 IMHO this would be a cross-platform useful module that I'd vote to ultimately end-up within "Qt-proper". Disclosure: I traded emails with BRM off-list, and would like to help. --charley __

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread BRM
> From: Matt Broadstone >On Mon, Nov 26, 2012 at 10:13 AM, Thiago Macieira >wrote: > >On segunda-feira, 26 de novembro de 2012 06.59.23, BRM wrote: >>> I am following up to some e-mails I sent on the feedback/interests/dev >>> lists[1] and blogs[2] over a year ago for updating the QtService Com

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Matt Broadstone
On Mon, Nov 26, 2012 at 10:13 AM, Thiago Macieira wrote: > On segunda-feira, 26 de novembro de 2012 06.59.23, BRM wrote: > > I am following up to some e-mails I sent on the feedback/interests/dev > > lists[1] and blogs[2] over a year ago for updating the QtService > Component. > > > > > > I would

[Development] Qt 4.8.4 Release candidate 4 available

2012-11-26 Thread Taipale Juhani
Hi, Qt 4.8.4 release candidate 4 is available at http://releases.qt-project.org/digia/4.8.4_RC4/ It is based on SHA1: 96311def2466dd44de64d77a1c815b22fbf68f71 Juhani Taipale Software Specialist, Qt Commercial R&D Digia Plc Piippukatu 11, FI-40100 JYVÄSKYLÄ FINLAND Tel: +358 50 384 3755 Visit u

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Thiago Macieira
On segunda-feira, 26 de novembro de 2012 06.59.23, BRM wrote: > I am following up to some e-mails I sent on the feedback/interests/dev > lists[1] and blogs[2] over a year ago for updating the QtService Component. > > > I would like to open a new Qt Playground project to create a new equivalent >

Re: [Development] New mailing list: web_AT_qt-project.org created

2012-11-26 Thread Thiago Macieira
On segunda-feira, 26 de novembro de 2012 11.12.42, Verma Gurudutt wrote: > Subscription to this mailing list have to be approved by list > admin/moderator (Yurvin knuth is only moderator for now) and archive to > this list is set to private. Is this list supposed to be the default destination from

[Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread BRM
I am following up to some e-mails I sent on the feedback/interests/dev lists[1] and blogs[2] over a year ago for updating the QtService Component. I would like to open a new Qt Playground project to create a new equivalent for Qt5 that is more natively integrated. Synopsis: QtService Componen

Re: [Development] Request: QML Presentation System on qt-project.org

2012-11-26 Thread Knoll Lars
On Nov 26, 2012, at 1:55 PM, Thomas Senyk wrote: > On Mon, November 26, 2012 12:29:24 Sletta Gunnar wrote: >> Hi, >> >> I've gotten a few requests to include the QML Presentation System into the >> Qt Project. It would simplify code reviews and future contributions. What >> do you think? >> >>

Re: [Development] Request: QML Presentation System on qt-project.org

2012-11-26 Thread Thomas Senyk
On Mon, November 26, 2012 12:29:24 Sletta Gunnar wrote: > Hi, > > I've gotten a few requests to include the QML Presentation System into the > Qt Project. It would simplify code reviews and future contributions. What > do you think? > > Current location: https://qt.gitorious.org/qt-labs/qml-prese

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Thomas Hartmann
Hi, we are using QWindows style as a baseline for style sheets in the Qt Quick Designer. I tried using QCommonStyle instead and it works, BUT QToolButton::arrowType does not work with QCommonStyle. It would be nice if this could be fixed, otherwise we have to subclass QCommonStyle and fix this

[Development] Request: QML Presentation System on qt-project.org

2012-11-26 Thread Sletta Gunnar
Hi, I've gotten a few requests to include the QML Presentation System into the Qt Project. It would simplify code reviews and future contributions. What do you think? Current location: https://qt.gitorious.org/qt-labs/qml-presentation-system. As new location I would suggest qt-labs/qml-present

Re: [Development] New mailing list: web_AT_qt-project.org created

2012-11-26 Thread Vasily Sorokin
Hi, Gurudutt, Thanks for this, but +1 from me to question: Why is it private? -- Best Regards, Vasiliy Sorokin ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] New mailing list: web_AT_qt-project.org created

2012-11-26 Thread André Somers
Hi, Op 26-11-2012 12:12, Verma Gurudutt schreef: Hi I am really happy to inform you all that new mailing list web_AT_qt-project.org is created now. We will be discussing open governance model of web development related stuffs for qt-project.org here and proposal for this was made few days

[Development] New mailing list: web_AT_qt-project.org created

2012-11-26 Thread Verma Gurudutt
Hi I am really happy to inform you all that new mailing list web_AT_qt-project.org is created now. We will be discussing open governance model of web development related stuffs for qt-project.org here and proposal for this was made few days ago on this mailing list. Subscription to this mail

Re: [Development] Frameworks on Mac?

2012-11-26 Thread Ziller Eike
On 22 Nov 2012, at 16:53, Thiago Macieira wrote: > On quinta-feira, 22 de novembro de 2012 07.44.24, Koehne Kai wrote: >>> When I was doing the lib renaming, I thought we had concluded that >>> frameworks on Mac were not going to be supported anymore. >> >> Can't find it anything on qt-developm

Re: [Development] don't know how to make 'styles\qfusionstyle.h'

2012-11-26 Thread Nurmi J-P
On Nov 26, 2012, at 3:19 AM, Yang Fan wrote: > Hi All, > > I'm trying to build Qt5 from Git with MSVC2010, but got the following errors: > D:\qt5\qtbase\bin\moc.exe -DUNICODE -DWIN32 -DQT_NO_USING_NAMESPACE > -DQT > _BUILD_WIDGETS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII > -DQT_ASCII

Re: [Development] HEADS UP: Changes in QStyle subclasses

2012-11-26 Thread Simon Hausmann
On Saturday, November 24, 2012 11:09:26 AM Nurmi J-P wrote: > Hi all, > > Thanks to QStyleFactory and QProxyStyle, it is possible to instantiate and > customize any available style. This is not limited to the built-in styles > in QtWidgets, but also works fine for any style plugin since it nicely