Re: [Interest] QtWebkit replacement status...

2015-03-23 Thread Ian Monroe
nsapi has no future. For PDF just use a JavaScript viewer instead if the PDFs need to be embedded into a web page, like what Firefox does. If they aren't embedded it wouldn't take much to have your code detect that the user click on a PDF url and do something smart. Ian On Mon, Mar 23, 2015 at 12

Re: [Interest] WebEngine vs Webkit

2015-03-23 Thread Ian Monroe
The sample qtwebengine browser works for you? On Mon, Mar 23, 2015, 06:15 Jason Kretzer wrote: > Good day everyone! > > I am looking at converting an application that uses webkit to using the > new webengine stuff. I have run into a few things that I was not > expecting, including issues with w

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-22 Thread Ian Monroe
You are forgetting about QtWebEngine. It needs opengl of some sort regardless of whether you use Qml or QWidgets. On Sun, Mar 22, 2015, 09:30 Agocs Laszlo wrote: > As long as the application is pure widgets, without ever using QOpenGL/QGL > classes or QQuickWidget, it will not attempt to initial

Re: [Interest] Qt 5.5 and Red Hat 5

2015-03-18 Thread Ian Monroe
On Wed, Mar 18, 2015 at 3:02 PM, william.croc...@analog.com < william.croc...@analog.com> wrote: > > > > > Bill said: > >> My sight has over 500 Linux machines. Only a handful > >> are running RedHat 6, but we will finally be migrating > >> over the next 6 months to a year. > > > > And when will y

Re: [Interest] Kicking out QtScript completely

2015-03-17 Thread Ian Monroe
Chris, You've had *years* of QtScript being declared "finished" and seeing virtually no work done. I suspect there will now be a year or two of QtScript being deprecated. Qt works at your pace IMO. Re: graphic script debugger, the QML debugger in QtCreator works great. Ian ​

Re: [Interest] Bounties?

2015-03-12 Thread Ian Monroe
On Wed, Mar 11, 2015 at 11:22 AM, Alejandro Exojo wrote: > El Wednesday 11 March 2015, Bernhard escribió: >> However currently both sites seem unusable. gitbounty says nothing more >> than "Coming Soon..." and bountysource display an effectively empty page >> when clicking on some Qt issue (on bot

Re: [Interest] What is Qt.red for in QML?

2015-02-05 Thread Ian Monroe
On Thu, Feb 5, 2015 at 3:33 PM, Jérôme Godbout wrote: > you can use the string version > color: 'red' > or rgba value > color: Qt.rgba(1,0,0,1) > Doesn't answer Jason's question, I assume it is some historical oddity. ___ Interest mailing list Interest

Re: [Interest] SDKMaintenanceTool on headless systems?

2015-01-30 Thread Ian Monroe
On Fri, Jan 30, 2015 at 8:53 AM, Jason H wrote: > I need to install Qt (with commercial Charts) to a headless server > (CentOs). The online installer is GUI. This is an issue. How can I get the > SDK installed? > (Server qt apps use "-platform minimal" (for generating Charts in Pdfs), > or no GU

Re: [Interest] Qt Quick Compiler 2.0

2015-01-19 Thread Ian Monroe
On Sun, Jan 18, 2015 at 5:37 AM, Nuno Santos wrote: > I have tried again and the crash is gone… > > I would still love to understand if this qt quick compiler will improve > performance on iOS and Android. Couldn’t notice a perceptible difference > after running it with. > > Thanks, > > Regards,

Re: [Interest] Best practices for making a Qt facade for a C library

2015-01-13 Thread Ian Monroe
On Tue, Jan 13, 2015 at 10:57 AM, Dmitriy Purgin wrote: > Hello all, > > I'm developing a small Qt project for SailfishOS (a Linux distribution, > Meego descendant, Qt 5 based) and had to use some of PulseAudio (a sound > server for POSIX OSes) API functions which are pure C. I've wrapped them in

Re: [Interest] QML draw strings with emojis

2014-12-18 Thread Ian Monroe
On Thu, Dec 18, 2014 at 3:02 PM, Bo Thorsen wrote: > > Hi everyone, > > I have a request that I don't know how to fix. I hope one of you can > give me a bit of help this time. > > I have an application that gets a string from the net and show it on the > screen. The string can contain emojis, so t

Re: [Interest] Best model type for shared data between C++ and QML, as well as insertion and removal on both sides.

2014-11-20 Thread Ian Monroe
On Thu, Nov 20, 2014 at 2:40 PM, Nuno Santos wrote: > I have subclassed QAbstractListModel and i’m already able to have the > model listed in a list view. > > What I can’t find is how I programmatically add items to the model from > the QML side and which methods I need to reimplement in my model

Re: [Interest] Native UI on Android (without QtQuick)

2014-11-18 Thread Ian Monroe
On Tue, Nov 18, 2014 at 7:13 AM, Attila Csipa wrote: > HI, > > It turns out you can do a fully functional (ie. not a subset) Android UI > just by using QAndroidExtras and it's QAndroidJNIObject class from C++, > without ever touching QML or QtQuick. At this point, this is just an > exercise, for

Re: [Interest] Qt Application deployment across platforms

2014-09-19 Thread Ian Monroe
On Fri, Sep 19, 2014 at 7:34 AM, Till Oliver Knoll wrote: > Am 19.09.2014 um 15:40 schrieb Ramakanthreddy Kesireddy > : > >> Hi , >> >> Though this had been old thread, I would like to know if we can have a pure >> QML application with latest Qt 5.3.2 version that can be deployed across >> mult

Re: [Interest] Writing a Video in Qt Frame by Frame

2014-08-08 Thread Ian Monroe
2014-08-08 15:41 GMT-07:00 Santiago J. Barro-Torres : > > Hello, > > Right now I am using OpenCV (http://opencv.org/) to capture a video from > a Webcam. I can't do that in Qt because this option is not yet > implemented in Windows, so I had to look for alternatives. > > I still would like to use Q

Re: [Interest] Embedding QWindow

2014-08-04 Thread Ian Monroe
On Mon, Aug 4, 2014 at 1:53 PM, rap wrote: > From: Ian Monroe > > > On Mon, Aug 4, 2014 at 12:32 PM, rap wrote: >>> >>> Why do you want to use QWindow if you are using QWidget-based windows? >>>> >>>> QGLWidget seems like the correct soluti

Re: [Interest] Embedding QWindow

2014-08-04 Thread Ian Monroe
On Mon, Aug 4, 2014 at 12:32 PM, rap wrote: >> Why do you want to use QWindow if you are using QWidget-based windows? >> QGLWidget seems like the correct solution. > > > Your question arises a question of the purpose and usefulness of QWindow > class regarding opengl if you can not easily create

Re: [Interest] Embedding QWindow

2014-08-04 Thread Ian Monroe
On Mon, Aug 4, 2014 at 11:21 AM, rap wrote: > Thanks Ian, I have studied that example but it does not give an answer. > > What I'm trying accomplish is to have a MainWindow (derived from > QApplication / QWidget) for user input, (buttons etc.) and then a QWindow > derived class as the OpenGL dra

Re: [Interest] Embedding QWindow

2014-08-04 Thread Ian Monroe
On Mon, Aug 4, 2014 at 8:28 AM, rap wrote: > Hello, > > I'm trying to create an initial OpenGL project for porting some Visual Studio > 2010 win32 OpenGL learning stuff to Qt 5.3.1. I wonder > if it is somehow possible to embed Opengl classes derived from QWindow as the > centralwidget to QMainW

Re: [Interest] Qt5, XCB and X11

2014-07-15 Thread Ian Monroe
On Tue, Jul 15, 2014 at 9:29 AM, Thiago Macieira wrote: > On Tuesday 15 July 2014 15:40:52 Rutledge Shawn wrote: >> Sounds like a good start, but with some limitations: it's done by periodic >> scanning; and Linux Documentation/vm/ksm.txt says >> >> KSM only operates on those areas of address spa

Re: [Interest] Qt5, XCB and X11

2014-07-10 Thread Ian Monroe
On Thu, Jul 10, 2014 at 9:14 PM, wrote: > Hello there, > > We are looking to upgrade our existing application from Qt4 to Qt5.3.0. Our > application is deployed to Linux, Windows and Mac systems, which we manage > by shipping compiled copies of the Qt libraries. An extremely simplified > snapshot

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Ian Monroe
On Tue, Jul 8, 2014 at 10:24 AM, Duane wrote: > I have an application built with VS 2012 (with the tool chain XP > support) using Qt 5.3. It runs fine on Windows 7 and 8. > > When I try to run it on a box with WinXP I get the error "Procedure > entry point GetTickCount64 could not be loaded in KE

Re: [Interest] QML Skew animation?

2014-06-23 Thread Ian Monroe
On Mon, Jun 23, 2014 at 1:48 PM, Mark Gaiser wrote: > Hi, > > QML has the Rotate and Scale possibility, but i can't find a way to do > image skewing. If you don't know what skewing is, please look at this > image [1]. > > Skewing is possible in QML's canvas item, but that isn't suited for > animat

Re: [Interest] Simple UDP listener question

2014-06-23 Thread Ian Monroe
On Mon, Jun 23, 2014 at 10:41 AM, Robert Wood wrote: > The QHostAddress("192.168.0.18") should be the IP address of my computer > shouldn't it? I'm not really clear why this is necessary as I would > assume Qt would automatically pick that up? Or is it in case you have > more than one NIC and you

Re: [Interest] Qt Quick ScrollView scrollbar visibiltiy

2014-06-19 Thread Ian Monroe
On Thu, Jun 19, 2014 at 10:59 AM, Alex Montgomery wrote: > Hello, > > I am trying to position an item in a ScrollView such that it doesn't move > when the vertical scrollbar appears. Basically, I want to leave exactly > enough room on the right side of the ScrollView for the scrollbar to appear >

Re: [Interest] Have the Websocket QML component go through QNetworkAccessManager

2014-06-17 Thread Ian Monroe
On Mon, Jun 9, 2014 at 10:00 AM, Rémi Jannel wrote: > Hi, > > I am using the QWebsockets that is part of the release of Qt5.3.0 in QML. I > would like the requests to go through my QNetworkAccessManager but haven't > been able to make it work. > > I am setting the QNetworkAccessManager like this o

Re: [Interest] terrible font rendering with QtQuick

2014-06-03 Thread Ian Monroe
On Tue, Jun 3, 2014 at 12:16 AM, Koehne Kai wrote: >> -Original Message- >> From: interest-bounces+kai.koehne=digia@qt-project.org >> [...] >> > I tried openGL version, I also tried ANGLE which i think is the >> > DirectX version, but later i just find out that "Windows XP and ANGLE >>

Re: [Interest] binding two QML object within C++

2014-05-29 Thread Ian Monroe
On Thu, May 29, 2014 at 12:35 PM, Alex Montgomery wrote: > Hello, > > I'm trying to do something that seems very simple, but I can't find a > solution anywhere. If I have two QML items that I've created from components > in C++, how do I bind a property on one to follow a property on the other > o

Re: [Interest] terrible font rendering with QtQuick

2014-05-28 Thread Ian Monroe
On May 28, 2014 10:37 PM, "bane yue" wrote: > > It finally works! thanks you, Ian. > > Now i know *how* to do it, but *don't know* why to do it this way, would you mind to tell me > more about this, much appreciated. > > Regards > Evince Moi Windows OpenGL drivers are notoriously bad, that's the

Re: [Interest] terrible font rendering with QtQuick

2014-05-28 Thread Ian Monroe
On May 28, 2014 9:52 PM, "bane yue" wrote: > > Yes it's a QtQuick2 app, on my develop machine it works well, but when deploying to other > computer, it performs bad on *some* windows7 and *almost all* windows xp, after the > `distance field` disabled, all windows7 works as excepted, but windows xp

Re: [Interest] terrible font rendering with QtQuick

2014-05-28 Thread Ian Monroe
On Wed, May 28, 2014 at 8:05 PM, bane...@gmail.com wrote: > Hi, > > I was working on a QtQuick application which will run on $MS windows. > My app > is *almost* done and everything was fine until yesterday after i decided to > deploy it > to other PC for testing. > > The problem is the f

Re: [Interest] Size of libQt5Core in 5.3

2014-05-12 Thread Ian Monroe
On Mon, May 12, 2014 at 2:55 PM, Peter Kümmel wrote: > On 12.05.2014 23:29, Daniel Bowen wrote: >> >> If anyone has other things to add, please do. > > Maybe it is worth to think about a Qt library which really only > provides essential stuff. What would such a library contain, > when all the "but

Re: [Interest] Unattended install of Qt 5.x on Linux

2014-05-07 Thread Ian Monroe
Just tar up the resulting directory. Ian On Wed, May 7, 2014 at 1:41 AM, Kurt Pattyn wrote: > Hi, > > does anybody know how I can do an unattended install of Qt 5.x on Linux? > Current Qt provides a .run file that spawns a GUI to install the SDK and the > development tools. > However I would li

[Interest] deploying working QtQuick2 to Desktop Linux users

2014-05-02 Thread Ian Monroe
Hey folks, So we distribute our application as a binary to Linux users with our build of Qt 5.2 included. We rely on the libGL.so.1 from the users system. Everyone has this installed so that's not a problem - but it seems like many users have broken video stacks and now have trouble running our ap