Re: [Interest] Bug (?) in qtbase/configure for Mac

2014-05-12 Thread Eric Feigenson
ac OS 10.8? Or has everyone upgraded to Mac OS 10.9, and so wouldn't notice? Thanks for everyone's patience! -Eric On May 12, 2014, at 9:28 PM, Thiago Macieira wrote: > Em seg 12 maio 2014, às 18:26:53, Eric Feigenson escreveu: >> If the line is: >> >> QMAKE_MAC_SDK =

Re: [Interest] Bug (?) in qtbase/configure for Mac

2014-05-12 Thread Eric Feigenson
e indicated in configure. Regards, Eric On May 9, 2014, at 1:18 AM, Thiago Macieira wrote: > Em sex 09 maio 2014, às 00:42:46, Eric Feigenson escreveu: >> !host_build:QMAKE_MAC_SDK = macox10.8 >> >> The correct line should be: >> >> QMAKE_MAC_SDK = macox10.8

[Interest] Bug (?) in qtbase/configure for Mac

2014-05-08 Thread Eric Feigenson
I think (pretty sure, actually), I found a bug in qtbase/configure for the Mac for Qt 5.3.0 RC1 The issue is the code that handles the -sdk command-line option. at line 1216 it sez: DeviceVar set !host_build:QMAKE_MAC_SDK "$VAL" I'm not an expert on bash shell syntax, but I know that qtbase

[Interest] Accessing a QML object, via constructed id in JavaScript

2014-04-14 Thread Eric Feigenson
Hello all... I'm writing some JavaScript code inside QML. What I'd like to do is be able to access an object via id where the id is in a JavaScript string. For example, given the QML: CheckBox { id: english_weight1 text: qsTr("2.5 lb") } and the JavaScr

[Interest] Problems Building Qt 5.2.1 on Mac

2014-03-20 Thread Eric Feigenson
Hello all... I've posted this to the forums (https://qt-project.org/forums/viewthread/39674/) but to no avail. I have Qt 5.3.0, though my git is very weak... if I do "git describe" I get "v5.3.0-alpha1-12-ge045c53" which is probably more accurate. Subquestion: How do I tell git to give me the

Re: [Interest] Does http://qt-project.org/search?search=QWidget work?

2014-03-12 Thread Eric Feigenson
I have a hunch about what the problem is. Do you have any ad or tracker blocking addons installed in your web browser? I had a problem on qt-project.org and lots of other web sites with search engines, because Ghostery was blocking Google AJAX Search API, which all of those sites used. I had

[Interest] Problem Using Directory Import for QML Files

2014-03-06 Thread Eric Feigenson
Greetings list... I've also posted this question here: http://qt-project.org/forums/viewthread/39195/ I’m using Qt Creator 3.1.81 based on Qt 5.2.2 (Mac) with QtQuick 2.1 I’m trying to use a user-defined object type: import “../WeightPlateQtQ” (aside: the qml file I’m attempting to import is

Re: [Interest] [Qt-creator] Raise awareness: Qt Quick Designer's need for love

2014-02-21 Thread Eric Feigenson
I've found, also on a Mac, that I can't even resize a widget. The resize-arrow thing may appear, but clicking and dragging just moves the widget around One other thing I found intermittently, is that sometimes a change I make in the Designer doesn't show up when I go to edit the .qml file, but

Re: [Interest] Running Qt in a shared library on a Mac

2014-01-23 Thread Eric Feigenson
Wow, Till, thanks for doing all that legwork! On Jan 23, 2014, at 3:47 PM, Till Oliver Knoll wrote: > Am 23.01.14 18:23, schrieb Till Oliver Knoll: >> ... >> However, I did not find any evidence in the Apple documents so far which >> would indicate that it is technically forbidden to instantia

Re: [Interest] Running Qt in a shared library on a Mac

2014-01-23 Thread Eric Feigenson
Thanks Sze-Howe! That's what I thought, and that stackoverflow posting gave me some other things to try. Thanks! -Eric On Jan 23, 2014, at 4:49 AM, Sze Howe Koh wrote: > On 23 January 2014 17:11, Till Oliver Knoll > wrote: >> However "GUI thread" is a more correct term, since - AFAIK - the

[Interest] Running Qt in a shared library on a Mac

2014-01-22 Thread Eric Feigenson
Hello list... I'm new here, so be gentle ;) I have a question that was posted to the Qt forums here: http://qt-project.org/forums/viewthread/37413/ I learned some things there, but was also directed here for more wisdom. Here's as brief a summary as I can muster... see the posting for details: