Re: [Development] Remove OSX 10.6 Build?

2014-01-24 Thread Alexis Menard
On Thu, Jan 23, 2014 at 6:35 PM, Jan Farø wrote: > > On 24/01/2014, at 03.46, Alexis Menard wrote: > > > > > On Thu, Jan 23, 2014 at 5:16 PM, Jan Farø wrote: > >> >> I don’t think anybody has mentioned the lack of ability to upgrade >> hardware - mos

Re: [Development] Remove OSX 10.6 Build?

2014-01-23 Thread Alexis Menard
> Right but the difference is that Microsoft was not very good at making a decent successor of XP which made most of the people stick with XP. > > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-projec

Re: [Development] Qt WebEngine

2013-09-13 Thread Alexis Menard
On Fri, Sep 13, 2013 at 2:03 PM, Jiang Jiang wrote: > On Fri, Sep 13, 2013 at 1:39 PM, Alexis Menard wrote: > >> Qt integration will be on top of the Content Shell and this single >> process mode needs to work because Google needs it for their Android >> WebView. &g

Re: [Development] Qt WebEngine

2013-09-13 Thread Alexis Menard
Hi, On Fri, Sep 13, 2013 at 7:06 AM, Konstantin Tokarev wrote: > > > 12.09.2013, 16:04, "Knoll Lars" : > > Hi, > > > > As many of you know, we've been doing some research on a (chromium based) > > new web engine for Qt during spring and summer. I wanted to let you know > > that we've now come to

Re: [Development] Snowshoe doesn't actually run

2013-02-04 Thread Alexis Menard
Not sure if the wiki was transferred btw : https://github.com/snowshoe/snowshoe/wiki/Build-Instructions There are some other pages too. On Mon, Feb 4, 2013 at 5:42 PM, Alexis Menard wrote: > You need to set your QML_IMPORT_PATH to load the QML plugins of WebKit. > > If you didn&

Re: [Development] Snowshoe doesn't actually run

2013-02-04 Thread Alexis Menard
You need to set your QML_IMPORT_PATH to load the QML plugins of WebKit. If you didn't install QtWebKit then they will not be put on the default import path so you need to manually point to them. It's the imports/ directory somewhere in the build dir of QtWebKit. Hope that helps, I don't have a bu

Re: [Development] Importing Snowshoe QML browser to the Qt project

2013-01-11 Thread Alexis Menard
On Fri, Jan 11, 2013 at 12:59 PM, Alberto Mardegan wrote: > On 01/11/2013 04:47 PM, Simon Hausmann wrote: >> So I got in touch with them and they're willing to contribute the code to >> the Qt >> project. I'm therefore seeking approval from the Qt project to importing >> Snowshoe >> into Gerrit,

Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-09 Thread Alexis Menard
Le 7 déc. 2012 12:49, "Thiago Macieira" a écrit : > > On sexta-feira, 7 de dezembro de 2012 11.57.06, Ziller Eike wrote: > > > git://gitorious.org/qtwebkit/qt5-module.git > > > > > > > > > > > > which is old, unused and deprecated. > > > > Guys, wasn't there some consensus to announce changes that

Re: [Development] Proposal: Change Qt's Security Policy to Full Disclosure

2012-10-19 Thread Alexis Menard
On Fri, Oct 19, 2012 at 11:59 AM, d3fault wrote: > I proposed it, therefore if nobody disagrees, I get consensus and the > decision goes into effect. I'll quote myself in an earlier post to > actually give this thread some substance: Hi, First you should let more than a day for people to answer.

Re: [Development] Behaviour change of opacity property in QtQuick 2.0

2012-07-18 Thread Alexis Menard
t creating the node in the render tree). An opacity : 0 div will receive the mouse inputs whereas a display: none will not. Though later on I'm sure WebKit has optimization to filter away opacity:0 element to speed up rendering but that's not part of the discussion :). > >

Re: [Development] Code of conduct.

2012-06-22 Thread Alexis Menard
> Thiago Macieira - thiago.macieira (AT) intel.com >  Software Architect - Intel Open Source Technology Center >     Intel Sweden AB - Registration Number: 556189-6027 >     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden > ___________ > Develop

[Development] Code of conduct.

2012-06-21 Thread Alexis Menard
ay to make sure people will do it in a nice manner and if they don't they can just leave. Thanks. Links : http://www.kde.org/code-of-conduct/ https://live.gnome.org/CodeOfConduct -- Alexis Menard (darktears) Software Engineer openBossa @ INdT - Instituto

Re: [Development] Retina display

2012-06-11 Thread Alexis Menard
> Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development > -- Alexis Menard (darktears) Software Engineer openBossa @ INdT - Instituto Nokia de Tecnologia _

Re: [Development] -no-stl no longer supported

2012-03-08 Thread Alexis Menard
2012/3/8 Diego Iastrubni : > On Thu, Mar 8, 2012 at 2:14 PM, Alexis Menard > >> >> > Actually, I tested about 2 years ago the Digital Mars C++ compiler. This >> > failed nicely and was not able to compile the container classe, and you >> > were >>

Re: [Development] -no-stl no longer supported

2012-03-08 Thread Alexis Menard
_ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development > -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] List of qt 5 widgets

2012-03-07 Thread Alexis Menard
http://lists.qt-project.org/mailman/listinfo/development > -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Memory Leak in QtWebKit

2012-02-29 Thread Alexis Menard
--- > > > > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development > > > > ___

Re: [Development] QML engine C++ class renaming

2012-02-16 Thread Alexis Menard
2012/2/16 Stephen Kelly : > On Thursday, February 16, 2012 08:43:37 Alexis Menard wrote: > >> The porting effort from Qt4 to Qt5 is minimal and I believe (based on > >> my own experience) that porting from QtQuick1 to QtQuick2 is quite > >> easy (expect if yo

Re: [Development] QML engine C++ class renaming

2012-02-16 Thread Alexis Menard
g.morpheuz.cc > PGP: 0xDBEEAAC3 @ wwwkeys.pgp.net > ------- > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development -- Alexi

Re: [Development] JIRA bug management: users can't close their 'assigned' bugs.

2012-02-14 Thread Alexis Menard
; https://bugreports.qt-project.org/browse/QTBUG-22338 (change to >> CLOSED/REJECTED). >> >> >> >> ___ >> Development mailing list >> Development@qt-project.org >> http://lists.qt-project.org/mai

Re: [Development] Feature freeze date?

2011-12-14 Thread Alexis Menard
Intel Sweden AB - Registration Number: 556189-6027 >     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development -- Alexis Menard (darktears)

Re: [Development] Removing QtWebkit from gerrit (& qt5.git)

2011-12-13 Thread Alexis Menard
On Dec 13, 2011, at 2:26 AM, Rohan McGovern wrote: > Robin Burchell said: >> On Thu, Dec 8, 2011 at 12:20 AM, Rohan McGovern >> wrote: >>> Unfortunately the qtwebkit pointed at by qt5.git is outdated and known >>> not to work. True, which we plan to improve very soon. >> >> Given that webkit

Re: [Development] QtNetwork changes from QtDD SF 2011

2011-12-06 Thread Alexis Menard
On Dec 5, 2011, at 4:50 PM, Jeff Mitchell wrote: > Hello, Hi, > > I was asked to put this information on the wiki, but wasn't actually > sure where the correct place was to do it. I'll put the info here and it > can be moved into the wiki later. > > At the Contributor Day in San Francisco, a

Re: [Development] QtNetwork changes from QtDD SF 2011

2011-12-06 Thread Alexis Menard
On Dec 6, 2011, at 12:40 PM, Thiago Macieira wrote: > On Tuesday, 6 de December de 2011 12.24.11, Peter Hartmann wrote: >> Another interesting thing to note is that AFAIU with WebKit 2 there can >> be multiple web processes per application, all using the same cache (and >> cookie jar), so we wo

[Development] Renaming QMovie or dropping it?

2011-11-24 Thread Alexis Menard
decide to do with it. I can finally do something on the class I was advertised since I did my first Qt code line : "QMovie is not the class you are looking for". Thanks. -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil ___ D

Re: [Development] proposal: security mailing list

2011-11-16 Thread Alexis Menard
That's what he meant. > > Best Regards, > Laszlo Papp > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development > --

Re: [Development] proposing Richard Moore as approver

2011-11-02 Thread Alexis Menard
; Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development > I support too. -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] 4.8 Build failing on Mac OS 10.7 / XCode 4.2

2011-10-31 Thread Alexis Menard
On Mon, Oct 31, 2011 at 12:08 PM, wrote: > > On 30 Oct 2011, at 11:08, ext Alexis Menard wrote: > >> 2011/10/30 Thiago Macieira : >>> On Saturday, 29 de October de 2011 09:22:07 Chris Meyer wrote: >>>> I would like to call attention to the following problem

Re: [Development] 4.8 Build failing on Mac OS 10.7 / XCode 4.2

2011-10-30 Thread Alexis Menard
ry to have two builds and make a mixture of the library in one of the framework if that's possible. > > -- > Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org >   Software Architect - Intel Open Source Technology Center >      PGP/GPG: 0x6EF45358; fingerprint: >