Re: [Development] Fixing file dialog performance on Windows

2013-03-20 Thread Shaw Andy
> The file dialog takes up to 30 seconds to be usable if we're listing > files on a USB or remote share with 10k files. > > > The bottlenecks are QFileIconProvider::icon(const QFileInfo &info) and > QFileInfo::isSymLink(). > > > I solved the icon problem by looking them up in the registry, by

Re: [Development] Spring-cleaning the Gerrit dashboards, again

2013-03-20 Thread Shaw Andy
> On Wed, Mar 20, 2013 at 11:31:17AM -0700, Thiago Macieira wrote: > > Can we please agree on cleaning the dashboards up? Or, if we've > > agreed, can we do it? > > > i think there was "consensus" to do it. > however, it depends on > https://bugreports.qt-project.org/browse/QTQAINFRA-598 to find >

Re: [Development] Updating third-parties

2013-03-20 Thread Thiago Macieira
On quarta-feira, 20 de março de 2013 18.52.40, Qi Liang wrote: > Then this "Updating" notice doesn't have much meaning in this very short > periode. I would suggest only important bug fix should go into stable > branch. All general updates should happen in dev branch after the frozen. > Better to h

Re: [Development] Spring-cleaning the Gerrit dashboards, again

2013-03-20 Thread Oswald Buddenhagen
On Wed, Mar 20, 2013 at 11:31:17AM -0700, Thiago Macieira wrote: > Can we please agree on cleaning the dashboards up? Or, if we've > agreed, can we do it? > i think there was "consensus" to do it. however, it depends on https://bugreports.qt-project.org/browse/QTQAINFRA-598 to find acceptance, and

Re: [Development] Updating third-parties

2013-03-20 Thread Giuseppe D'Angelo
On 20 March 2013 17:50, Thiago Macieira wrote: > PCRE (*) PCRE 8.31 and 8.32 do indeed introduce new features as well as fix various bugs, so I'm a bit undecided whether it's worth including them in stable at this point, although slightly inclined for the inclusion (we won't use the new f

Re: [Development] Spring-cleaning the Gerrit dashboards, again

2013-03-20 Thread Thomas McGuire
Hi, On Wednesday 20 March 2013 19:31:17 Thiago Macieira wrote: > Can we please agree on cleaning the dashboards up? Or, if we've agreed, > can we do it? > > My dashboard is unusable. For a few months now, I have stopped my daily > look at the "Review Requests" section. As a result, I have mis

Re: [Development] Updating third-parties

2013-03-20 Thread Qi Liang
> Actually, the merges are already happening, so 5.1 *is* feature frozen. > > Please target your updates to stable if you're updating within minor (non- > feature) releases of your third-party or if you're fixing important bugs. > > Updates for the sake of update should be in dev and will wait for

Re: [Development] [IMPORTANT] staging in qt dev branches temporarily disabled

2013-03-20 Thread Thiago Macieira
On quarta-feira, 20 de março de 2013 15.53.38, Oswald Buddenhagen wrote: > the "lock" can be removed on friday evening, i think. at least i hope > all integrations are done and everyone got that by this time. Thanks for the update, Ossi. I think you forgot to say the most important thing. So I wi

Re: [Development] Updating third-parties

2013-03-20 Thread Thiago Macieira
On quarta-feira, 20 de março de 2013 09.50.22, Thiago Macieira wrote: > We're feature-freezing 5.1. It's time to verify if any of the third-party > libraries we include in Qt need updating to newer versions. I recommend > updating all of them to their latest versions. Actually, the merges are alre

[Development] Spring-cleaning the Gerrit dashboards, again

2013-03-20 Thread Thiago Macieira
Can we please agree on cleaning the dashboards up? Or, if we've agreed, can we do it? My dashboard is unusable. For a few months now, I have stopped my daily look at the "Review Requests" section. As a result, I have missed important reviews of new features that should maybe be in 5.1, but will

Re: [Development] Updating third-parties

2013-03-20 Thread Qi Liang
>qtimageformats: >        libmng >        libtiff libmng is some kind of obsolete, last release is 20030305. I had two patches for libtiff, just not merged in before the BIG merge. Resubmitted to stable branches already. Regards, Liang ___ Development m

[Development] Fixing file dialog performance on Windows

2013-03-20 Thread Sérgio Martins
Hi, The file dialog takes up to 30 seconds to be usable if we're listing files on a USB or remote share with 10k files. The bottlenecks are QFileIconProvider::icon(const QFileInfo &info) and QFileInfo::isSymLink(). I solved the icon problem by looking them up in the registry, by extension, an

Re: [Development] Updating third-parties

2013-03-20 Thread Konstantin Ritt
> qtbase: > Harfbuzz Done. Konstantin 2013/3/20 Thiago Macieira : > Hello > > We're feature-freezing 5.1. It's time to verify if any of the third-party > libraries we include in Qt need updating to newer versions. I recommend > updating all of them to their latest versions. > > Do we have

Re: [Development] [IMPORTANT] staging in qt dev branches temporarily disabled

2013-03-20 Thread Thiago Macieira
On quarta-feira, 20 de março de 2013 15.53.38, Oswald Buddenhagen wrote: > empirical evidence shows that People™ don't read announcments, and > consequently are still staging changes meant for 5.1 (i.e., bugfixes to > new functionality) to dev. these changes would miss 5.1, or need to be > cherry-p

[Development] Updating third-parties

2013-03-20 Thread Thiago Macieira
Hello We're feature-freezing 5.1. It's time to verify if any of the third-party libraries we include in Qt need updating to newer versions. I recommend updating all of them to their latest versions. Do we have volunteers? Listing of third-party libraries (high-priority items marked with *): q

[Development] [IMPORTANT] staging in qt dev branches temporarily disabled

2013-03-20 Thread Oswald Buddenhagen
moin, empirical evidence shows that People™ don't read announcments, and consequently are still staging changes meant for 5.1 (i.e., bugfixes to new functionality) to dev. these changes would miss 5.1, or need to be cherry-picked, both of which are bad. consequently i have temporarily "locked dow

Re: [Development] Stepping down as maintainer, putting new people on board.

2013-03-20 Thread Marcelo Lira
+1 to everything Hugo said. On Tue, Mar 19, 2013 at 3:49 PM, Hugo Parente Lima wrote: > > Hi, > > Following what's described on Qt Governance Model I'm sending this e-mail > to > step down as maintainer of PySide and to propose/nominate new approvers > and a > new maintaner. > > Me and Marcelo Li

[Development] WindowSystemEvent accepted status

2013-03-20 Thread Sorvig Morten
There are cases where the platform plugin needs to block and check if Qt accepts an event or not: - ShortcutOverride: tryHandleShortcutEvent is synchronous (uses QGuiApplicationPrivate:: shortcutMap directly) and returns a bool. - CloseEvent: The platform needs to know if Qt cancels the close

Re: [Development] [QA] Suggestion -- Bug Report Description Template

2013-03-20 Thread Mitch Curtis
On 02/28/2013 08:50 AM, Mitch Curtis wrote: > On 02/19/2013 03:33 PM, Motyka Rafal wrote: >> [...] > > I would love for this to get some traction. It gets really repetitive > asking for examples from the same people all the time. > ___ > Development maili

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-20 Thread Mitch Curtis
On 03/20/2013 12:53 PM, Jocelyn Turcotte wrote:> On Wed, Mar 20, 2013 at 12:05:31PM +0100, Mitch Curtis wrote: >> The idea of allowing everyone to set priorities for bugs originally >> sounded risky to me, but the more I think about and discuss the >> alternatives, the better it sounds. I'm going

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-20 Thread Jocelyn Turcotte
On Wed, Mar 20, 2013 at 12:05:31PM +0100, Mitch Curtis wrote: > The idea of allowing everyone to set priorities for bugs originally > sounded risky to me, but the more I think about and discuss the > alternatives, the better it sounds. I'm going to propose something: I see your proposition, but

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-20 Thread Mitch Curtis
On 03/18/2013 12:45 PM, Knoll Lars wrote: > On 3/14/13 1:00 PM, "Jason McDonald" wrote: > >> On Wed, Mar 13, 2013 at 11:48 PM, Anttila Janne >> wrote: >>> Jason McDonald wrote: On Wed, Mar 13, 2013 at 2:42 AM, Thiago Macieira wrote: > On terça-feira, 12 de março de 2013 13.28.37, M

[Development] consistentTiming vs. wayland animation speed

2013-03-20 Thread Thomas Senyk
Hi, when using qtwayland as client && server, then currently the animation speed is way too high (~6x what it should be on my machine) (got reported by at least one other person in #qt-lighthouse) I've dug a little bit and found that: BufferQueueingOpenGL (QPlatformIntegration::Capability) i

Re: [Development] A bug of Item position in Qt Quick2?

2013-03-20 Thread Sletta Gunnar
It is not a bug. Try using "transformOrigin: Item.TopLeft" For questions about usage of Qt, please post to qt-interest (http://lists.qt-project.org/mailman/listinfo/interest) cheers, Gunnar On Mar 20, 2013, at 10:24 AM, hailong geng wrote: > I think this is a bug , hope someone could tell me

[Development] A bug of Item position in Qt Quick2?

2013-03-20 Thread hailong geng
I think this is a bug , hope someone could tell me how to solve this. http://qt-project.org/forums/viewthread/25873/ ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Status on Qt 5.1 merges from dev -> stable

2013-03-20 Thread Ahumada Sergio
Hi, Some merges have gone through already: - QtActiveQt - QtDoc - QtGraphicalEffects - QtImageFormats but some others are failing, this is the case of QtMultimedia. Who feels responsible or can take a look at the failing autotest? Is it a genuine failure or just yet another flaky test ? Can it

Re: [Development] [Announce] Qt 5.0

2013-03-20 Thread Tomasz Siekierda
> We should include instructions (or a link) to how to clone > from Git and contribute. The link is: http://qt-project.org/wiki/Building_Qt_5_from_Git although it is not used on qt-project.org/downloads. ___ Development mailing list Development@qt-projec