Re: [Development] Towards a Qt 5 beta

2012-04-23 Thread techabc
1. Does the beta will coming in end of this month aka. April ? 2. Is there binary packages with this upcoming beta ? 2012/4/16 Rohan McGovern : > jason.mcdon...@nokia.com said: >> > Random question of the day: do you happen to have stats about how >> > often those insignificant tests actually fail

Re: [Development] Suggested improvements to JIRA

2012-04-23 Thread mark.keir
-Original Message- From: development-bounces+mark.keir=nokia@qt-project.org [mailto:development-bounces+mark.keir=nokia@qt-project.org] On Behalf Of ext Thiago Macieira Sent: Monday, April 23, 2012 6:26 PM To: development@qt-project.org Subject: Re: [Development] Suggested improve

Re: [Development] The place of QML

2012-04-23 Thread Girish Ramakrishnan
Hi Donald, On Mon, Apr 23, 2012 at 5:26 PM, Donald Carr wrote: > Hey Girish, > > On Mon, Apr 23, 2012 at 9:04 AM, Girish Ramakrishnan > wrote: >> On Mon, Apr 23, 2012 at 10:59 AM, Alan Alpert wrote: And as others already pointed out, we need to be careful as to what we expose in C++.

Re: [Development] The place of QML

2012-04-23 Thread Donald Carr
Hey Girish, On Mon, Apr 23, 2012 at 9:04 AM, Girish Ramakrishnan wrote: > On Mon, Apr 23, 2012 at 10:59 AM, Alan Alpert wrote: >>> And as others already pointed out, we need to be careful as to what we >>> expose in C++. Any API we add comes at a large cost (that you probably do >>> not see) in

Re: [Development] QLogger questions and proposal

2012-04-23 Thread Lincoln Ramsay
On 04/24/2012 04:47 AM, ext Mike Zraly wrote: > First, what happens if QLogger is used inside a shared library, that > library gets unloaded, and then settings are updated? > > From reading the code, it looks like once qCDebug is called inside the > shared library the address of the associated QLog

Re: [Development] Why we *have to* remove codecFor... ?

2012-04-23 Thread Thiago Macieira
On domingo, 22 de abril de 2012 12.49.59, Thiago Macieira wrote: > I'd like to point out that the change is not complete. Update: I'm trying to complete the change now: https://codereview.qt-project.org/#q,project:qt/qtbase+branch:qstring-utf8,n,z -- Thiago Macieira - thiago.macieira (AT) intel.c

Re: [Development] QtPrintSupport - Platform Support

2012-04-23 Thread John Layt
On Monday 23 Apr 2012 13:20:08 morten.sor...@nokia.com wrote: > On Apr 22, 2012, at 10:43 PM, ext John Layt wrote: > > OSX: > > > > src/plugins/platforms/cocoa- QMacPrintEngine > >- QCoreGraphicsPaintEngine > >- QCocoaPrinterSupp

[Development] Convenient script for contributors: git gpush

2012-04-23 Thread marius.storm-olsen
Hi, I've just pushed a convenience script to the qtrepotools repository, which makes it easier to push patch-sets with reviewers added. If you ensure that you have /qtrepotools/bin in your path, you can simply do git gpush + + = = This pushes HEAD to the remote 'gerrit' to the remote bran

[Development] QLogger questions and proposal

2012-04-23 Thread Mike Zraly
> > Hi guys, > QLogger is now available as a module: > git clone http://codereview.qt-project.org/p/playground/qlogger > At this moment %{category} syntax in MessagePattern can't be used because > we need to wait for a qtbase update. > Therefore we created a QLogger module that works with the curre

Re: [Development] Nominating Giuseppe D'Angelo (peppe) for approver status

2012-04-23 Thread Robin Burchell
Having been seconded, and no objections given, peppe is now an approver. Congrats! Can the appropriate wranglers please set his access up? :) On Fri, Mar 30, 2012 at 2:30 PM, Robin Burchell wrote: > Hi all, > > I'd like to nominate peppe for approver status. > > For those of you who haven't run

Re: [Development] Towards a Qt 5 beta: Documentation

2012-04-23 Thread Sivan Greenberg
On Thu, Apr 12, 2012 at 4:35 PM, André Somers wrote: > I think that loosing all the cross links and all the inherited-by links > that span modules is unaceptable. For instance, you would no longer be > able to see relations between some major classes, like QObject -> > QWidget. You'd only be able

Re: [Development] Towards a Qt 5 beta: Documentation

2012-04-23 Thread Sivan Greenberg
On Thu, Apr 12, 2012 at 4:12 PM, wrote: > TL;DR: We need to change the way Qt does documentation. A lot of things > will change and we need help from everybody. > This is granted, but as the whole Qt5 process looks, this will be for the good. > As mentioned by Lars: We should make sure the quali

Re: [Development] The place of QML

2012-04-23 Thread Girish Ramakrishnan
Hi Shawn, On Mon, Apr 23, 2012 at 3:13 PM, Shawn Rutledge wrote: > > But can non-constant bindings be evaluated without v8 being involved? e.g. > width: parent.width - 20 > Yes, no v8 involved. I believe it's done our own js evaluator "v4" (src/qml/qml/v4). See Chris Adams excellent new document

Re: [Development] The place of QML

2012-04-23 Thread Girish Ramakrishnan
Hi Alan and Lars, On Mon, Apr 23, 2012 at 10:59 AM, Alan Alpert wrote: >> And as others already pointed out, we need to be careful as to what we >> expose in C++. Any API we add comes at a large cost (that you probably do >> not see) in terms of maintenance and limitations to what we can change >

Re: [Development] How to create new Qt modules or tools

2012-04-23 Thread casper.vandonderen
H, > >Thanks Casper. You didn't mention examples, but the wiki says they go to >the examples directory. > I explicitly left out mentioning examples, because they are a mess. Most of the current examples/example documentation need to be re-written, since they all link to widgets, or their document

Re: [Development] How to create new Qt modules or tools

2012-04-23 Thread henry.haverinen
Hi all, Laszlo wrote: > >> I am missing the recommendation for certain folders in there, like >> 1) doc: probably most important since modules should be documented. >> 2) examples: this is probably also important because examples would be >> nice to have for the add-on modules as well. Casper wr

Re: [Development] QtPrintSupport - Platform Support

2012-04-23 Thread morten.sorvig
On Apr 22, 2012, at 10:43 PM, ext John Layt wrote: > Hi, > > While starting to review the current state of QtPrintSupport for Beta 1 and > one thing I've immediately noticed is an inconsistency in the platform > implementations as to which plugins have which classes where. > > OSX: > > src/p

Re: [Development] The place of QML

2012-04-23 Thread Shawn Rutledge
On Monday, April 23, 2012 06:59:26 PM ext Alan Alpert wrote: > On Mon, 23 Apr 2012 17:35:02 ext lars.kn...@nokia.com wrote: > > On 4/22/12 9:14 AM, "ext d3fault" wrote: > > >... > > > > ... > > > > >To quote Lars, > > > > > >We want to make the usage of Javascript supported as well as C++ is > >

[Development] [Announce] Qt Creator 2.5.0-rc released

2012-04-23 Thread List for announcements regarding Qt releases and development
We are happy to announce the Qt Creator 2.5.0 release candidate: Blog post: http://labs.qt.nokia.com/2012/04/23/qt-creator-2-5-rc-released/ Download page: http://qt-project.org/wiki/Qt_Creator_Releases Happy hacking, Eike -- Eike Ziller Principal Software Engineer Nokia, Qt Development Framewo

Re: [Development] Suggested improvements to JIRA

2012-04-23 Thread Thiago Macieira
Thanks for the reply Mark. On segunda-feira, 23 de abril de 2012 03.57.14, mark.k...@nokia.com wrote: > 1) Can't be done Then we should file a suggestion improvement on JIRA's JIRA. This is extremely useful for us and for our users. > 2) Possible, requires permission scheme modification. "Manag

Re: [Development] The place of QML

2012-04-23 Thread d3fault
Ivan Cukic ( http://qt-project.org/forums/viewthread/16465/P15 ): > (just pulled the last quote regarding C++ and UIs, not replying to that > post) > >> C++ is very capable of creating UIs in a declarative way, it is just that >> QWidgets are not implemented with that kind of API. One could create

Re: [Development] The place of QML

2012-04-23 Thread Alan Alpert
On Mon, 23 Apr 2012 17:35:02 ext lars.kn...@nokia.com wrote: > On 4/22/12 9:14 AM, "ext d3fault" wrote: > > >... > ... > >To quote Lars, > > > >We want to make the usage of Javascript supported as well as C++ is > >supported. We are not making it the superior way or even the only way. > > > > > >.

[Development] Blog aggregation ( was Re: The place of QML)

2012-04-23 Thread alexandra.leisse
On 19.4.2012 11:15 PM, "ext Richard Moore" wrote: >On 19 April 2012 16:17, wrote: >>> I think many of us know the 'problems' with planetqt, so I won't voice >>> it out here because I don't know what is public information. >>> >>> I think if we can just have a aggregator on the qt-project, it wo

[Development] QFontDatabase: Cannot find font directory

2012-04-23 Thread Loaden
Hi, All! I am just ship an Qt5 application under Windows 7 (32bit), when execute the binary, it's show me this information. > Starting target 'D:\qpSOFT\Projects\Test\build\qt5-debug\HelloWorld.exe'. > Hello世界World!你好!, strlen=6, sizeof=7 > QFontDatabase: Cannot find font directory > 'D:\qpSOFT\P

Re: [Development] The place of QML

2012-04-23 Thread lars.knoll
On 4/22/12 9:14 AM, "ext d3fault" wrote: >Yes, it is strongly biased due to the wording. Fix the wording and post >it anyways. The numbers will not change. > >I got bored and drew a pretty picture to summarize my feelings for QML: >http://bayimg.com/jaooAAaDC > >Hope you laugh. > >But back to bei