Hi Thiago,
Thiago Macieira wrote:
> It's a missing #include, it has to be.
In fact a missing #define as it turned out... :-)
To make the long story short: the problem was that the win32-msvc2013
mkspec has -DWIN32 in it whereas win32-icc doesn't.
I'll write up the details under QTBUG-43778. May
Hi Thiago,
Thiago Macieira wrote:
> It's a missing #include, it has to be.
In fact a missing #define as it turned out... :-)
To make the long story short: the problem was that the win32-msvc2013
mkspec has -DWIN32 in it whereas win32-icc doesn't.
I'll write up the detail
Hi.
How to completely shutdown Qt app on Adnroid when "Home" button pressed?
I want to say when user presses "Home" button app will continue to work in
background, i.e. the app shown in the list of apps when long touch "Home"
button.
How to prevent it and completely shutdown Qt app?
Is it p
Hi.
How can I determine all storage's path in Android with Qt 5.4
For example, if I have SD card installed, I want to retrieve "/mnt/sdcard"
for the SD card and "/mnt/sdcard2" for the phone storage.
Thank you.
--
Best Regards,
Igor Mironchik.
___
I
Hi.
I ran into a problem with replacing in UI all "fi" text to "u" text.
What is the problem?
How can I fix it?
--
Best Regards,
Igor Mironchik.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On Monday 26 January 2015 01:06:20 René J.V. Bertin wrote:
> On Sunday January 25 2015 21:29:47 Thiago Macieira wrote:
> > libxcb was designed to bind to the X11 protocol more directly and avoid
> > functions that had to wait for results before returning. Once it was
> > complete, libX11 was rewrit
On Sunday January 25 2015 21:29:47 Thiago Macieira wrote:
> libxcb was designed to bind to the X11 protocol more directly and avoid
> functions that had to wait for results before returning. Once it was
> complete,
> libX11 was rewritten on top of the new API.
Interesting.
I just reported a b
Hi,
I've been trying to build the freetype fontengine and the xcb platform plugin
on OS X in an incremental build, i.e. without cleaning my out-of-tree build
directory first. That worked fine for the freetype fontengine (which isn't even
an additional component), but forcing the xcb plugin to b
On Monday 26 January 2015 00:23:28 René J.V. Bertin wrote:
> On Sunday January 25 2015 20:54:29 Thiago Macieira wrote:
> > No, it's the other way around. libX11 is implemented using libxcb.
>
> Indeed. Heh, did I mention technological progress? I've been using X11 since
> 1990 or so, and never ran
On Sunday January 25 2015 20:54:29 Thiago Macieira wrote:
> No, it's the other way around. libX11 is implemented using libxcb.
Indeed. Heh, did I mention technological progress? I've been using X11 since
1990 or so, and never ran into xcb until recently, so it didn't even occur to
me that xcb c
On Sunday 25 January 2015 23:36:05 René J.V. Bertin wrote:
> On Sunday January 25 2015 20:05:43 Thiago Macieira wrote:
> > > - mkspecs/common/macx.conf has no definition for QMAKE_LIBS_X11
> >
> > It shouldn't need that. We want libxcb, not libX11.
>
> Doesn't libxcb need libX11, ultimately?
No,
On Sunday January 25 2015 20:05:43 Thiago Macieira wrote:
> > - mkspecs/common/macx.conf has no definition for QMAKE_LIBS_X11
>
> It shouldn't need that. We want libxcb, not libX11.
Doesn't libxcb need libX11, ultimately?
> -qt-xcb allows you to have X11 (xcb) support even without system libs.
See https://bugreports.qt.io/browse/QTBUG-42839
R.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On Sunday 25 January 2015 22:21:31 René J.V. Bertin wrote:
> On Sunday January 25 2015 18:59:32 Thiago Macieira wrote:
> > It requires that the dependent libs be installed. Please consult your
> > system's documentation on how to install libxcb and stuff.
>
> I'm that guy doing a MacPorts port of
On Sunday January 25 2015 18:59:32 Thiago Macieira wrote:
> It requires that the dependent libs be installed. Please consult your
> system's
> documentation on how to install libxcb and stuff.
I'm that guy doing a MacPorts port of Qt 5.4, remember? :)
So yeah, I have the dependent stuff install
On Sunday 25 January 2015 18:49:47 René J.V. Bertin wrote:
> On Sunday January 25 2015 13:32:12 Thiago Macieira wrote:
> > Yes, this was one of the design goals for Qt 5: all of the displaying is
> > done via a plugin, which is selected at runtime.
>
> Interesting! But having having that as a desi
On Sunday January 25 2015 12:20:31 René J.V. Bertin wrote:
> > unix:!mac {
> > CONFIG += qpa/genericunixfontdatabase
> > include($$PWD/genericunix/genericunix.pri)
> > contains(QT_CONFIG,fontconfig) {
> > include($$PWD/fontconfig/fontconfig.pri)
> > }
> > }
> >
> > mac {
>
On Sunday January 25 2015 13:32:12 Thiago Macieira wrote:
> Yes, this was one of the design goals for Qt 5: all of the displaying is done
> via a plugin, which is selected at runtime.
Interesting! But having having that as a design goal doesn't mean the X11/xcb
plugin is available or supportd o
> On 22 Jan 2015, at 15:37, Ola Røer Thorsen wrote:
>
> Hi all,
>
> I would like to create a custom Animator class, or something similar that can
> manipulate a QQuickItem's x and y position from the render thread.
You cannot manipulate an item’s x and y from the render thread. You can only
On Sunday 25 January 2015 12:26:14 René J.V. Bertin wrote:
> Hello,
>
> If I understand correctly (I'm far from acquainted with Qt let alone version
> 5 yet) Qt 5 uses a plugin approach for the displaying/rendering backend.
> Does this mean it should (theoretically) be possible to build and use an
Hello,
If I understand correctly (I'm far from acquainted with Qt let alone version 5
yet) Qt 5 uses a plugin approach for the displaying/rendering backend. Does
this mean it should (theoretically) be possible to build and use an X11 backend
on OS X, so that Qt applications can be used remotely
On Saturday January 24 2015 17:50:38 Thiago Macieira wrote:
> I think you'll have to edit
> src/platformsupport/fontdatabases/fontdatabases.pri
Thanks, yes, that indeed seems to be the case, for Qt 5 at least:
> unix:!mac {
> CONFIG += qpa/genericunixfontdatabase
> include($$PWD/generic
After much searching and "time wasted"^*, I rebooted my machine and the
problem is gone.
So I assume it was some stale socket, file handle or other such issue.
Harri
* in a larger scheme of things even this time wasted was not entirely
wasted, as I did learn some things while looking for the
Suddenly I can't build anything for iOS device any more from QC, while
it was still working yesterday.
I get the following type of messages:
CoreTelephony: malformed mach-o image: load command #19 length (262240)
would exceed sizeofcmds (3816) in
/Applications/Xcode.app/Contents/Developer/Plat
24 matches
Mail list logo