[Development] [QT5] System fonts are not loaded in ubuntu 12.04

2012-05-04 Thread liang jian
I have built Qt 5 in ubuntu 12.04, The simplified chinese character can't be displayed. I found that in QBaseFontDatabase::popluateFontDatabase() the font path returned by fontDir() is "/mnt/sda8/liang/qt5/qtbase/lib/fonts/" which is the path I built my Qt5, there are several fonts file in

Re: [Development] Examples: Move file/image list to bottom of file

2012-05-04 Thread Sivan Greenberg
On Fri, May 4, 2012 at 9:21 PM, wrote: > Hi, > > Example: http://doc-snapshot.qt-project.org/5.0/mainwindows-application.html > > Currently we render the list of examples at the top of the page, as visible > in the example. On that page you do not really get an idea about the example > before sco

[Development] Examples: Move file/image list to bottom of file

2012-05-04 Thread casper.vandonderen
Hi, Example: http://doc-snapshot.qt-project.org/5.0/mainwindows-application.html Currently we render the list of examples at the top of the page, as visible in the example. On that page you do not really get an idea about the example before scolling down (1280x800 resolution). Therefore I would

Re: [Development] Late API addition in QScreen for 5.0

2012-05-04 Thread Girish Ramakrishnan
On Fri, May 4, 2012 at 9:16 AM, Samuel Rødal wrote: > On 05/04/2012 05:55 PM, ext Girish Ramakrishnan wrote: >> Hi, >> >> On Fri, May 4, 2012 at 7:22 AM, Samuel Rødal wrote: >>> On 05/04/2012 04:03 PM, ext Christoph Feck wrote: On Friday 04 May 2012 13:37:04 Samuel Rødal wrote: > Hello,

Re: [Development] Late API addition in QScreen for 5.0

2012-05-04 Thread Samuel Rødal
On 05/04/2012 05:55 PM, ext Girish Ramakrishnan wrote: > Hi, > > On Fri, May 4, 2012 at 7:22 AM, Samuel Rødal wrote: >> On 05/04/2012 04:03 PM, ext Christoph Feck wrote: >>> On Friday 04 May 2012 13:37:04 Samuel Rødal wrote: Hello, to be able to achieve smooth animations in QML 2,

Re: [Development] things to do to make it easier to transit to a play ground project.

2012-05-04 Thread Laszlo Papp
Hi Sivan, >  For instance, I need to be able to extend QDeclerativeContext and > perhaps to add stuff at the top of the QObject hierarchy. Does this > require any special things repo wise, or just plain cloning and merge > requesting once it is accepted upstream? As far as I see, there are certai

Re: [Development] Late API addition in QScreen for 5.0

2012-05-04 Thread Girish Ramakrishnan
Hi, On Fri, May 4, 2012 at 7:22 AM, Samuel Rødal wrote: > On 05/04/2012 04:03 PM, ext Christoph Feck wrote: >> On Friday 04 May 2012 13:37:04 Samuel Rødal wrote: >>> Hello, >>> >>> to be able to achieve smooth animations in QML 2, the animations >>> should ideally use a fixed timestep, and not a

Re: [Development] Downloading file from QWebView object

2012-05-04 Thread Girish Ramakrishnan
On Fri, May 4, 2012 at 7:38 AM, Arun Kumar wrote: > Hi, > I created one web browser using Qt, Now I am  in troble to download files > from my browser , how I can call the default save file dialog and save to > the dwnloaded file to  disk when I click on the download link. Please help > me... > Th

Re: [Development] important: upcoming rename of _qpa.h to _p.h

2012-05-04 Thread Girish Ramakrishnan
On Fri, Apr 20, 2012 at 7:16 AM, Girish Ramakrishnan wrote: > 2012/4/20 Stephen Kelly : >> On Friday, April 20, 2012 07:35:39 lars.kn...@nokia.com wrote: >> >>> Proposal sounds ok to me as well. If someone still has concerns, please >> >>> speak up. >> >> >> I lost track of what the proposal curre

[Development] things to do to make it easier to transit to a play ground project.

2012-05-04 Thread Sivan Greenberg
Hi All, I have a project I've that I wish for someday to become part of Qt. I understand that such a project starts its life as a Playground project. Are there any consideration I take care of right now (I've created a repo I'm going to push to soon on gitorious) to make it easier later on the

[Development] Downloading file from QWebView object

2012-05-04 Thread Arun Kumar
Hi, I created one web browser using Qt, Now I am in troble to download files from my browser , how I can call the default save file dialog and save to the dwnloaded file to disk when I click on the download link. Please help me... ___ Development mailin

Re: [Development] Late API addition in QScreen for 5.0

2012-05-04 Thread Samuel Rødal
On 05/04/2012 04:03 PM, ext Christoph Feck wrote: > On Friday 04 May 2012 13:37:04 Samuel Rødal wrote: >> Hello, >> >> to be able to achieve smooth animations in QML 2, the animations >> should ideally use a fixed timestep, and not a timer which might >> have inaccuracies depending on the platform

Re: [Development] Late API addition in QScreen for 5.0

2012-05-04 Thread Christoph Feck
On Friday 04 May 2012 13:37:04 Samuel Rødal wrote: > Hello, > > to be able to achieve smooth animations in QML 2, the animations > should ideally use a fixed timestep, and not a timer which might > have inaccuracies depending on the platform and won't give fully > smooth results. Does OpenGL 2 ha

[Development] Print Dialog to print web page

2012-05-04 Thread Arun Kumar
Hi, I am in a work to create a web browser,I modified the fancy browser source code, My problem is how to pop up print dialog to print my web page it s very urgent please help me... ___ Development mailing list Development@qt-project.org http://lists.qt

[Development] Late API addition in QScreen for 5.0

2012-05-04 Thread Samuel Rødal
Hello, to be able to achieve smooth animations in QML 2, the animations should ideally use a fixed timestep, and not a timer which might have inaccuracies depending on the platform and won't give fully smooth results. In the context of this, and to avoid having values of 60 hard-coded (we have a

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-04 Thread kb
Hi Donald, Thanks for the kind words. Yes, I do intend to upstream everything in due time, but since these patches are potentially build-breaking I prefer to let them simmer for a while on the mailinglist. Questions I would really like the answers to: * Does lowercasing the include-libraries i

[Development] Darwin (OSX and iOS) cross compilers for Linux and Windows (and Darwin).

2012-05-04 Thread Ray Donnelly
Hi, First of all, I hope this isn't too off topic for this list; I'll be looking to use qbs with these compilers to build Necessitas Qt Creator fwiw. If cross posting to both the qbs and qt developers mailing lists is frowned upon then accept my apologies.. Having said that, I would've posted this

[Development] Quick note on the deprecations to be fixed

2012-05-04 Thread Thiago Macieira
In the process of porting away from fromAscii / toAscii (all modules have changes, please review), I fixed a lot of other deprecation issues. This is a summary of what I've found: 1) every now and then, you run into a random deprecated function. They're often replaced by another function with a si

Re: [Development] QtPrintSupport - Platform Support

2012-05-04 Thread Sean Harmer
On 04/05/2012 08:11, Christoph Schleifenbaum wrote: > 3 maj 2012 kl. 21:41 skrev John Layt: >> On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote: >>> 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum: 3 maj 2012 kl. 11:47 skrev Sean Harmer: > On Tuesday 01 May 2012 23:21:50 J

Re: [Development] QtPrintSupport - Platform Support

2012-05-04 Thread Katajisto Teemu
On 4.5.2012 10.11, "Christoph Schleifenbaum" wrote: >3 maj 2012 kl. 21:41 skrev John Layt: >> On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote: >>> 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum: 3 maj 2012 kl. 11:47 skrev Sean Harmer: > On Tuesday 01 May 2012 23:21:5

Re: [Development] [QTBUG-23273] Change to Q_DECLARE_INTERFACE interfaces

2012-05-04 Thread lars.knoll
On 5/2/12 5:22 PM, "ext simon.hausm...@nokia.com" wrote: >I believe changing the string in Q_DECLARE_INTERFACE is binary >incompatible but fully source compatible. And actually we do want them to be binary incompatible to 4.x. Currently I do see warnings about some qt 4.x image format or style p

Re: [Development] QtPrintSupport - Platform Support

2012-05-04 Thread Christoph Schleifenbaum
3 maj 2012 kl. 21:41 skrev John Layt: > On Thursday 03 May 2012 20:50:44 Christoph Schleifenbaum wrote: >> 3 maj 2012 kl. 12:30 skrev Christoph Schleifenbaum: >>> 3 maj 2012 kl. 11:47 skrev Sean Harmer: On Tuesday 01 May 2012 23:21:50 John Layt wrote: > I've been testing the Ma