Re: [Interest] (SOLVED) Printing to LX-300 II

2013-11-05 Thread Joseph W. Joshua
On 11/5/2013 3:09 PM, Joseph W. Joshua wrote: > Hi, I have an Epson LX-300 II dot matrix printer. The printer prints ok > on other software, but when I print from my Qt program, the character > spacing is totally condensed. I have tried printing from other Qt > software, e.g. QtCreator straight to

[Interest] unmet dependencies libqsvg.so Android

2013-11-05 Thread Guido Seifert
Hi, I am playing with the beta1 and Android. One little problem: Skipping /Qt5.2.0/5.2.0-beta1/android_armv7/plugins/imageformats/libqsvg.so. It has unmet dependencies. Something I can/must do to get libsvg,so to load? Guido ___ Interest mailing li

[Interest] Qt 5.2 scenegraph does not draw anything for our MIPS cpu/VIVANTE GPU platform

2013-11-05 Thread Narayanarao Rao
I am able to build qtbase and qtdeclarative from git with a few changes for our MIPS "74kf -mdspr2" platform. I use eglfs plugin. If I don't pass any qml file to qmlscene, eglfs does gltexsubimage2d of a qimage (file selection dialog). That works fine. I can see the file selection dialog, though w

Re: [Interest] QCamera and QCameraViewFinder

2013-11-05 Thread Joshua Grauman
Sorry, I'm using Qt5.2beta under Linux. Josh > Which platform are you on? > > Yoann Lopes > Senior Software Engineer - Digia, Qt > Visit us on: http://qt.digia.com > > On Nov 5, 2013, at 7:14 AM, Joshua Grauman wrote: > > Hello all, > > I setup a basic use of QCamera and QCameraViewFinder that wo

Re: [Interest] Qmap insert versus operator[]

2013-11-05 Thread Thiago Macieira
On terça-feira, 5 de novembro de 2013 13:45:07, Olivier BARTHELEMY wrote: > Hi, > > Given code that would look like : > > QMap theMap; > > { > theMap[someIndex] = someValue; > } > > Is it safe to assume that replacing the operator with the insert method > will improve the performance for

[Interest] Why can lupdate not create id-based messages for UI and lrelease not handle mixed .ts files

2013-11-05 Thread Philipp Kursawe
I wonder why lupdate does not allow to translate UI with "id" instead of message string. All other strings in the app can also be translated "id" based though. Now, when I have such mixed .ts file, lrelease on the other hand can only create qm files for either id-based or non-id-based sources. So

Re: [Interest] Qmap insert versus operator[]

2013-11-05 Thread Konstantin Tokarev
05.11.2013, 16:45, "Olivier BARTHELEMY" : > Hi, > Given code that would look like : > > QMap theMap; > > { >   theMap[someIndex] = someValue; > } > > Is it safe to assume that replacing the operator with the insert method will > improve the performance for new elements (copy constructor used

[Interest] Qmap insert versus operator[]

2013-11-05 Thread Olivier BARTHELEMY
Hi, Given code that would look like : QMap theMap; { theMap[someIndex] = someValue; } Is it safe to assume that replacing the operator with the insert method will improve the performance for new elements (copy constructor used directly instead of default constructor + assignment operator

[Interest] Printing to LX-300 II

2013-11-05 Thread Joseph W. Joshua
Hi, I have an Epson LX-300 II dot matrix printer. The printer prints ok on other software, but when I print from my Qt program, the character spacing is totally condensed. I have tried printing from other Qt software, e.g. QtCreator straight to the printer, with the same result. Other dot matri

Re: [Interest] QCamera and QCameraViewFinder

2013-11-05 Thread Lopes Yoann
Which platform are you on? Yoann Lopes Senior Software Engineer - Digia, Qt Visit us on: http://qt.digia.com On Nov 5, 2013, at 7:14 AM, Joshua Grauman wrote: Hello all, I setup a basic use of QCamera and QCameraViewFinder that work fine. I just used the basic example in the docs to capture an

[Interest] Selecting a font on Windows and Linux/Android using QtQuick

2013-11-05 Thread Cornelius Hald
Hi, in my QQuick 2.0 application I'm using some custom fonts that I load using QFontDatabase::addApplicationFont(). The thing is that the same font file gets different font family names on Windows and on Linux/Android. For example the font "Futura Cond Medium" gets the following names: Windows:

Re: [Interest] Visual Studio addin and lupdate

2013-11-05 Thread Graham Labdon
It seems that the option to update all ts files in the project does not work, I am able to update the files individually from within the addin -Original Message- From: Koehne Kai [mailto:kai.koe...@digia.com] Sent: 05 November 2013 08:59 To: Graham Labdon; Interest@qt-project.org Subject

Re: [Interest] Visual Studio addin and lupdate

2013-11-05 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf Of > Graham Labdon > Sent: Tuesday, November 05, 2013 9:40 AM > To: Interest@qt-project.org > Subject: [Interest] Visual Studio addin

[Interest] Visual Studio addin and lupdate

2013-11-05 Thread Graham Labdon
Hi I am using the Qt Visual Studio and for some reason when I run the lupdate tool from withing the addin my .ts files are not updated. There is no output from running lupdate and I was wondering if there are ant settings I can use to get the output from the tool so I can investigate why the .ts