[Interest] Strange font issue on iOS 9

2015-07-21 Thread Juhani Matilainen
Hello I have strange font problem on iOS 9. Messy fonts are displayed in some texts. Here is an example screenshot: https://www.dropbox.com/s/vl0vszob9fupn23/file%2020.7.2015%2015.49.24.png?dl=0 This is QML based app and no problem on iOS 8 or earlier. Any ideas how to fix? I know that iOS 9 i

Re: [Interest] Mac with Retina Display - Look is "Pixilated" with Qt-5.4.2

2015-07-21 Thread Robert Iakobashvili
On Wed, Jul 22, 2015 at 9:16 AM, Hamish Moffatt wrote: > On 22/07/15 15:52, Robert Iakobashvili wrote: >> >> Gentlemen, >> A user pointed to the issue on >> Mac Book Pro 15 inch mid 2015. AMD Radeon R9 graphic card, >> 15.4-inch, 2880 x 1800 screen, Mac OS 10.10.4. >> and mentioned that the look i

Re: [Interest] Need argumentative help..... giving qobject copy/assignment constructor and put it in qlist/qmap

2015-07-21 Thread André Somers
Op 22-7-2015 om 08:03 schreef Rainer Wiesenfarth: > Am 21.07.2015 um 21:18 schrieb Jason H: >> Once I was put in charge of a project where an "engineer" had >> replaced(inherited) all the Qt Q* classes used in the project >> to classes that did not have a 'Q' as a first letter. No >> other changes.

Re: [Interest] Mac with Retina Display - Look is "Pixilated" with Qt-5.4.2

2015-07-21 Thread Hamish Moffatt
On 22/07/15 15:52, Robert Iakobashvili wrote: > Gentlemen, > A user pointed to the issue on > Mac Book Pro 15 inch mid 2015. AMD Radeon R9 graphic card, > 15.4-inch, 2880 x 1800 screen, Mac OS 10.10.4. > and mentioned that the look is "pixelated as the application > does not support Retina". > > Un

Re: [Interest] Need argumentative help..... giving qobject copy/assignment constructor and put it in qlist/qmap

2015-07-21 Thread Rainer Wiesenfarth
Am 21.07.2015 um 21:18 schrieb Jason H: Once I was put in charge of a project where an "engineer" had replaced(inherited) all the Qt Q* classes used in the project to classes that did not have a 'Q' as a first letter. No other changes. And yes, that "engineer" was a contractor. Let me guess: Th

[Interest] Mac with Retina Display - Look is "Pixilated" with Qt-5.4.2

2015-07-21 Thread Robert Iakobashvili
Gentlemen, A user pointed to the issue on Mac Book Pro 15 inch mid 2015. AMD Radeon R9 graphic card, 15.4-inch, 2880 x 1800 screen, Mac OS 10.10.4. and mentioned that the look is "pixelated as the application does not support Retina". Unfortunately, I do not have such expensive HW to reproduce the

Re: [Interest] [ Android ] QtActivity connect startActivityForResult to onActivityResult to callback C++ code?

2015-07-21 Thread Ben Lau
For passing data from Java to C++, you may declare a native method in Java and register via JNI in C++ side. Example : Declare native method qtandroidexamplecode/QtRunner.java at master · benlau/qtandroidexamplecode

Re: [Interest] Need argumentative help..... giving qobject copy/assignment constructor and put it in qlist/qmap

2015-07-21 Thread Reinhardt Behm
On Tuesday 21 July 2015 21:18:35 Jason H wrote: > Once I was put in charge of a project where an "engineer" had replaced > (inherited) all the Qt Q* classes used in the project to classes that did > not have a 'Q' as a first letter. No other changes. And yes, that > "engineer" was a contractor. Di

Re: [Interest] Need argumentative help..... giving qobject copy/assignment constructor and put it in qlist/qmap

2015-07-21 Thread Thiago Macieira
On Tuesday 21 July 2015 21:18:35 Jason H wrote: > Once I was put in charge of a project where an "engineer" had replaced > (inherited) all the Qt Q* classes used in the project to classes that did > not have a 'Q' as a first letter. No other changes. And yes, that > "engineer" was a contractor. Is

Re: [Interest] QDialog class migrating down the screen

2015-07-21 Thread Murphy, Sean
I should have added, Qt 5.3.2 using MinGW on Windows 7.1, 64 bit ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QDialog class migrating down the screen

2015-07-21 Thread Murphy, Sean
I've got a confusing issue where a dialog's position keeps moving on subsequent showings of it. Here's what I think is relevant: In mainwindow.h: troubleshootingDialog* troubleshooter; Where troubleshootingDialog is class troubleshootingDialog : public QDialog In mainwindow.cpp, MainWindow::

Re: [Interest] Need argumentative help..... giving qobject copy/assignment constructor and put it in qlist/qmap

2015-07-21 Thread Jason H
Once I was put in charge of a project where an "engineer" had replaced (inherited) all the Qt Q* classes used in the project to classes that did not have a 'Q' as a first letter. No other changes. And yes, that "engineer" was a contractor. > Sent: Tuesday, July 21, 2015 at 1:03 PM > From: "Gun

Re: [Interest] How to add .s/.S assembly files to a project using qmake?

2015-07-21 Thread Thiago Macieira
On Tuesday 21 July 2015 17:36:00 Nuno Santos wrote: > Thiago, > > You’re right! I will try to remember this every time I write an email from > now on. > > Yes, the .S isn’t even included in the compilation output. No reference at > all. Is there even a Makefile? Or is this an XCode build? -- T

Re: [Interest] Text rendering problem.

2015-07-21 Thread william.croc...@analog.com
On 07/18/2015 08:02 PM, william.croc...@analog.com wrote: > I am having a text rendering problem. >>> From some googling, I think it's because the hinting values are >>> obtained when unscaled, and then used even when scaled. >>> >>> What you can do in your example is >>> >>>

Re: [Interest] Need argumentative help..... giving qobject copy/assignment constructor and put it in qlist/qmap

2015-07-21 Thread Gunnar Roth
Well here people who write that kind of code become project lead or product managers , so they can no longer harm the code ;-) > Am 21.07.2015 um 18:34 schrieb Guido Seifert : > > > >> > >> hi, >> >> i wonder why you just don't store QObject* in the lists? >> moving from objects to pointers

Re: [Interest] How to add .s/.S assembly files to a project using qmake?

2015-07-21 Thread Nuno Santos
Thiago, You’re right! I will try to remember this every time I write an email from now on. Yes, the .S isn’t even included in the compilation output. No reference at all. Nuno > On 21 Jul 2015, at 16:57, Thiago Macieira wrote: > > On Tuesday 21 July 2015 11:43:45 Nuno Santos wrote: >> Hi, >

[Interest] [ Android ] QtActivity connect startActivityForResult to onActivityResult to callback C++ code?

2015-07-21 Thread Edward Sutton
I have an activity working that I use to send a firmware update file from Android to a Bluetooth device using Android’s support for Object Push File “com.android.bluetooth.opp.BluetoothOppLauncherActivity" Can QtActivity receive a onActivityResult and connect it back to the C++ code somehow? I

Re: [Interest] Need argumentative help..... giving qobject copy/assignment constructor and put it in qlist/qmap

2015-07-21 Thread Guido Seifert
> > hi, > > i wonder why you just don't store QObject* in the lists? > moving from objects to pointers should be "just" fleißarbeit ;) I 'inherited' the code. And yes, this is exactly what I do now... though it is not 'just' fleißarbeit. To reintroduce proper memory management proved to be

Re: [Interest] "Failed to process makespec for platform 'macx-clang'"

2015-07-21 Thread Bob Hood
Found it: The "-sdk" argument format has changed for Qt5. I needed to specify it as "macosx10.9" instead of the path. On 7/21/2015 10:02 AM, Bob Hood wrote: I'm trying to build Qt 5.4.2 under OS X Yosemite using Xcode 6.1.1. I've run both "xcrun -f llvm-g++" and "xcrun -f clang", and only the

[Interest] "Failed to process makespec for platform 'macx-clang'"

2015-07-21 Thread Bob Hood
I'm trying to build Qt 5.4.2 under OS X Yosemite using Xcode 6.1.1. I've run both "xcrun -f llvm-g++" and "xcrun -f clang", and only the latter is successfully located. So after setting "QMAKESPEC=macx-clang" into the environment, I run: ./configure -opensource -confirm-license -sdk /

Re: [Interest] How to add .s/.S assembly files to a project using qmake?

2015-07-21 Thread Thiago Macieira
On Tuesday 21 July 2015 11:43:45 Nuno Santos wrote: > Hi, > > It in fact works for Desktop targets. But I was actually trying for iOS. It > doesn’t seem to work for iOS. Is there any workaround available? I hate when people write "doesn't work". "Doesn't work" doesn't work. Please explain what

[Interest] Qml Flow and centering

2015-07-21 Thread Jérôme Godbout
Hi, anybody have a good way to center items inside a Flow component in Qml? example: |--- a ---| |-- b --||-- c --| I would like to have I--- a ---| |-- b --||-- c --| I haven't find any way to get this behaviors to center and make auto multi-lines on window resize. I think it's impossible si

[Interest] ARMV7l and Intel i5

2015-07-21 Thread Jason Kretzer
I am unclear on this as I have not had to compile for multiple architectures like this. I have a device that is running Ubuntu 12.04 on ARMV7l. The machine that I am using for development is running Ubuntu 12.04 32 bit on an Intel i5 64bit processor. Generally, I have only created a DEB file

Re: [Interest] QCamera flash modes

2015-07-21 Thread Lopes Yoann
> On 20 Jul 2015, at 21:34, Jason H wrote: > > However all I ever get is false. This is being run on an iPhone 5S, which > does have a backface flash, and I do use the flash successfully in QML. I'm > attempting to also support iPads which do not have a flash at all, but I need > to know that

Re: [Interest] Is there a well-defined relationship between QScreen and QDesktopWidget?

2015-07-21 Thread Richard Moore
On 21 July 2015 at 13:28, Sze Howe Koh wrote: > Hello, > > Is it safe to assume that, for a given value of 'i', > QGuiApplication::screens()[i] and QDesktopWidget::screen(i) refer to the > same physical screen? > > ​It's certainly the case at the moment: http://code.woboq.org/qt5/qtbase/src/widge

[Interest] Is there a well-defined relationship between QScreen and QDesktopWidget?

2015-07-21 Thread Sze Howe Koh
Hello, Is it safe to assume that, for a given value of 'i', QGuiApplication::screens()[i] and QDesktopWidget::screen(i) refer to the same physical screen? Regards, Sze-Howe ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/m

Re: [Interest] How to add .s/.S assembly files to a project using qmake?

2015-07-21 Thread Nuno Santos
Hi, It in fact works for Desktop targets. But I was actually trying for iOS. It doesn’t seem to work for iOS. Is there any workaround available? By the way. Does anyone knows excellent resources (online or books) about ARM assembly programming? Regards, Nuno > On 20/07/2015, at 19:16, Thiago