Re: [Interest] can qt.conf be put in a common location?

2013-01-28 Thread Yves Bailly
Le 29/01/2013 06:34, Thiago Macieira a écrit : > On segunda-feira, 28 de janeiro de 2013 19.44.18, VStevenP wrote: >> Is it possible to specify a shared location for qt.conf using an environment >> variable? >> >> It's being a bit of a pain to put a qt.conf file in the app dir for every Qt >> examp

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Heimrich Karsten
Hi, >> There is one more thing, I set option >> true in package.xml >Yes this should be preselected then and this should work and worked last time. > Maybe you can create a task on jira and add a very small package directory > where > I can follow it step by step to see the problem. I've seen t

Re: [Interest] can qt.conf be put in a common location?

2013-01-28 Thread Lincoln Ramsay
On 29/01/13 15:43, VStevenP wrote: > You gave me advice on this earlier, and I wasn't able to take your advice at > that time, because I needed a functional Qt5 SDK for cross-compiling for arm. > > However, I think I've found an acceptable workaround now, and I won't need to > use qt.conf anymore

[Interest] Qt5 on tegra3

2013-01-28 Thread Ramakanthreddy_Kesireddy
Hi, am trying to port Qt5 on Tegra3 seco. But I could see only Tegra2 being supported in Qt device makespecs. Could you please let me know the steps how to port Qt5 on tegra3 as am not sure about the flags specific to tegra3 in device make specs i.e. qmake.conf and configure line. Thank

Re: [Interest] can qt.conf be put in a common location?

2013-01-28 Thread VStevenP
Hi Link, You gave me advice on this earlier, and I wasn't able to take your advice at that time, because I needed a functional Qt5 SDK for cross-compiling for arm. However, I think I've found an acceptable workaround now, and I won't need to use qt.conf anymore. I will do the Qt 5 build twice:

Re: [Interest] can qt.conf be put in a common location?

2013-01-28 Thread Thiago Macieira
On segunda-feira, 28 de janeiro de 2013 19.44.18, VStevenP wrote: > Is it possible to specify a shared location for qt.conf using an environment > variable? > > It's being a bit of a pain to put a qt.conf file in the app dir for every Qt > example installed on my target system. > > If I could spe

Re: [Interest] can qt.conf be put in a common location?

2013-01-28 Thread Lincoln Ramsay
On 29/01/13 13:44, VStevenP wrote: Is it possible to specify a shared location for qt.conf using an environment variable? No. It's being a bit of a pain to put a qt.conf file in the app dir for every Qt example installed on my target system. Yes. That's why qt.conf is an optional thing, not

[Interest] can qt.conf be put in a common location?

2013-01-28 Thread VStevenP
Is it possible to specify a shared location for qt.conf using an environment variable? It's being a bit of a pain to put a qt.conf file in the app dir for every Qt example installed on my target system. If I could specify a location where the file could be found, I wouldn't have to create a qt

Re: [Interest] [Qt 4.8] Subclassing QAbstractSocket (for ICMP)

2013-01-28 Thread Jason Cipriani
I see. Thanks again! Jason On Mon, Jan 28, 2013 at 10:38 AM, Thiago Macieira wrote: > On segunda-feira, 28 de janeiro de 2013 08.55.33, Jason Cipriani wrote: > > Just out of curiosity, what is the purpose of UnknownSocketType? Is it > > meant only for stream and datagram (not raw) sockets that

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Dnia poniedziałek, 28 stycznia 2013 o 16:59:13 Jenssen Tim napisał(a): > > There is one more thing, I set option > > true in package.xml > > Yes this should be preselected then and this should work and worked last > time. Maybe you can create a task on jira and add a very small package > directory

Re: [Interest] [Solved] How to get/manipulate the scrollbars of QWebView

2013-01-28 Thread Wilhelm
Am 25.01.2013 16:49, schrieb Frank Hemer: > On Friday 25 January 2013 16:11:20 Wilhelm wrote: >> Am 25.01.2013 15:36, schrieb Frank Hemer: >>> On Friday 25 January 2013 15:05:38 Wilhelm wrote: Am 25.01.2013 14:04, schrieb Frank Hemer: > On Friday 25 January 2013 13:47:45 Wilhelm wrote: >>>

Re: [Interest] [Solved] QPlainTextEdit and zoom-in / zoom-out

2013-01-28 Thread Wilhelm
Am 28.01.2013 14:42, schrieb Koehne Kai: > > >> -Original Message- >> Subject: [Interest] QPlainTextEdit and zoom-in / zoom-out >> >> Hi all, >> >> is there a way to implement a text zoom-in/-out for a QPlainTextEdit (like >> QTextEdit e.g.). >> >> The only way I managed to change the QPlai

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Jenssen Tim
> There is one more thing, I set option > true in package.xml Yes this should be preselected then and this should work and worked last time. Maybe you can create a task on jira and add a very small package directory where I can follow it step by step to see the problem. _

Re: [Interest] [Qt 4.8] Subclassing QAbstractSocket (for ICMP)

2013-01-28 Thread Thiago Macieira
On segunda-feira, 28 de janeiro de 2013 08.55.33, Jason Cipriani wrote: > Just out of curiosity, what is the purpose of UnknownSocketType? Is it > meant only for stream and datagram (not raw) sockets that use other > protocols besides TCP or UDP? It's meant to be used to report that QAbstractSocke

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Dnia poniedziałek, 28 stycznia 2013 o 15:23:31 Jenssen Tim napisał(a): > > Von: interest-bounces+tim.jenssen=digia@qt-project.org > There is something happening ... it saves the value on the installer > (object) and later if you are creating an real shortcut you can use that > saved variable. >

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Jenssen Tim
> Von: interest-bounces+tim.jenssen=digia@qt-project.org > [interest-bounces+tim.jenssen=digia@qt-project.org]" im Auftrag von > "franki [fra...@franki.eu.org] > Gesendet: Montag, 28. Januar 2013 15:01 > An: interest@qt-project.org > Betreff: Re: [Interest] Qt Installer Framework > Probl

Re: [Interest] Qt Installer Framework

2013-01-28 Thread franki
Hello Can I join discussion? I'm creating offline installer, I compiled framework with static Qt 4.8.4 on Windows XP, with MSVC according to: http://doc-snapshot.qt-project.org/qtifw-1.2/ifw-tutorial.html I have cloned installer framework on Friday last week. I'm aware of syntax change with bi

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Jenssen Tim
> Von: interest-bounces+tim.jenssen=digia@qt-project.org > [interest-bounces+tim.jenssen=digia@qt-project.org]" im Auftrag von "Иван > Комиссаров [abba...@gmail.com] > Gesendet: Montag, 28. Januar 2013 13:36 > An: Heimrich Karsten > Cc: interest@qt-project.org > Betreff: Re: [Interest] Qt

Re: [Interest] [Qt 4.8] Subclassing QAbstractSocket (for ICMP)

2013-01-28 Thread Jason Cipriani
Excellent, thanks for the quick response and solid information. I will abandon the QAbstractSocket approach and start from scratch. Just out of curiosity, what is the purpose of UnknownSocketType? Is it meant only for stream and datagram (not raw) sockets that use other protocols besides TCP or UD

Re: [Interest] QPlainTextEdit and zoom-in / zoom-out

2013-01-28 Thread Koehne Kai
> -Original Message- > Subject: [Interest] QPlainTextEdit and zoom-in / zoom-out > > Hi all, > > is there a way to implement a text zoom-in/-out for a QPlainTextEdit (like > QTextEdit e.g.). > > The only way I managed to change the QPlainTextEdit font was to set the > default font for

Re: [Interest] About QDeclarativeImageProvider slow

2013-01-28 Thread evazquez
Thank for your help Oliver, > How do you generate the thumbnails? By reading the entire (full > resolution) >image and scaling that to the desired thumbnail size? yes I do that Now I am going to try: > If so, try using the "meta data" (EXIF) thumbnail which is already > stored in >the image

Re: [Interest] Qt Installer Framework

2013-01-28 Thread Иван Комиссаров
Hello! Yes, documentation really misses that... I didn't get one thing - as long as repogen creates .7z for each folder within package data dir, why should i manually add that list of 7z files? Repogen can create a file that lists which files should be downloaded instead of that manual scripti

Re: [Interest] About QDeclarativeImageProvider slow

2013-01-28 Thread Till Oliver Knoll
How do you generate the thumbnails? By reading the entire (full resolution) image and scaling that to the desired thumbnail size? If so, try using the "meta data" (EXIF) thumbnail which is already stored in the image! Most JPEG format images already contain such a "precalculated" thumbnail (es