Re: [Development] Why QFontDatabase::hasFamily() is marked as internal?

2016-07-04 Thread Jiang Jiang
On Mon, Jul 4, 2016 at 11:47 PM, Konstantin Tokarev wrote: > Hello, > > Are there any reasons not to make QFontDatabase::hasFamily() a part of public > API? Looks like it was originally added for QtWebKit and stayed internal as is since then. https://github.com/qt/qtbase/commit/b2553443739f7875

Re: [Development] Qt WebEngine

2013-09-13 Thread Jiang Jiang
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. > Alexis, I think you meant "Content API" here, not Content Shell, right? I didn't work on

[Development] Mailing list should be more discoverable

2012-10-04 Thread Jiang Jiang
Hi, I have suggested this to the web team back in Nokia days, but it unfortunately never happen (never got any response). The problem is, after qt-project.org redesign, there is simply not link to lists.qt-project.org at all, not a single word about the existence of a mailing list. The wiki link

Re: [Development] resolution independence (was Re: Retina display support)

2012-10-03 Thread Jiang Jiang
Hi Shawn, On Wed, Oct 3, 2012 at 2:24 PM, Shawn Rutledge wrote: > I've been working on this patch to make QScreen properties more > complete and remove the hard-coded 72 DPI: > https://codereview.qt-project.org/#change,36121 > I was surprised to find that if I ask OS X for the logical DPI, it is

Re: [Development] Nominating Andy Shaw for Approver

2012-09-25 Thread Jiang Jiang
On Tue, Sep 25, 2012 at 11:58 AM, João Abecasis wrote: > Hi, > > I'd like to nominate Andy Shaw for Approver status. Andy's history > with Qt is longer than my own, having catered to commercial customers > in Trolltech, Nokia and Digia. Looking over the main repositories, I > count 150 commits in

Re: [Development] Text rendering in Qt5

2012-09-25 Thread Jiang Jiang
Hi, On Tue, Sep 25, 2012 at 7:09 AM, wrote: > Is there some wikis or blogs about how does the text rendering work in Qt5 ? If you happened to read Chinese (which I assumed you do), [1] provides an overview of most text rendering APIs and methods used in Qt. - Jiang [1] http://jjgod.org/docs/s

Re: [Development] [Releasing] Beta 2 release

2012-09-22 Thread Jiang Jiang
Hi, On Thu, Sep 20, 2012 at 9:05 PM, Stephen Chu wrote: > And also this one for consideration: > At least this issue is fixed by 75cd2dec71d81868e1c4d5df32eb602faeb165fc. Looks like "automatic mouse grabbing" is the culprit of many widget b

Re: [Development] text component seem too weight

2012-09-19 Thread Jiang Jiang
Hi Liang, On Wed, Sep 19, 2012 at 10:16 AM, liang wrote: > I read the source, every text component has a QTextDocument object, > and it support full-function document layout, It seem too weight for a > text component. > > for most time, I just use text component with one-line (or one-word), > lik