Re: [Interest] MSVC 2013 Bug?

2015-11-12 Thread Elvis Stansvik
2015-11-12 23:57 GMT+01:00 Elvis Stansvik <elvst...@gmail.com>: > 2015-11-12 23:22 GMT+01:00 Igor Mironchik <igor.mironc...@gmail.com>: >> >> >> On 13.11.2015 00:44, Thiago Macieira wrote: >>> >>> On Thursday 12 November 2015 23:56:20 Igor Mi

Re: [Interest] Adding OpenSSL Support to Android 6.0 - Provided instructions fail to build

2015-11-03 Thread Elvis Stansvik
Den 3 nov 2015 1:30 em skrev "Nuno Santos" : > > Hi, > > I’m trying to cross build openssl in order to bundle it with my APK. I don’t know if the instructions are imprecise or outdated but I couldn’t manage to build openssl with the provide instructions:

Re: [Interest] Adding OpenSSL Support to Android 6.0 - Provided instructions fail to build

2015-11-03 Thread Elvis Stansvik
ch-arm/usr/include Not sure if you solved this issue already, but I would assume setting CFLAGS in the environment should do the trick. Elvis > > >> On 03 Nov 2015, at 13:35, Elvis Stansvik <elvst...@gmail.com> wrote: >> >> I have no experience with cross building

Re: [Interest] Adding OpenSSL Support to Android 6.0 - Provided instructions fail to build

2015-11-03 Thread Elvis Stansvik
rt CC and export AR does the trick, however it still doesn’t find stdlib.h without passing -I/Users/nsantos/android/ndk/platforms/android-9/arch-arm/usr/include >> >> >>> On 03 Nov 2015, at 13:35, Elvis Stansvik <elvst...@gmail.com> wrote: >>> >>> I have no e

Re: [Interest] QFile::size() and QTextStream::pos()

2015-10-29 Thread Elvis Stansvik
2015-10-29 23:43 GMT+01:00 Igor Mironchik : > > > On 30.10.2015 00:05, Thiago Macieira wrote: >> >> On Thursday 29 October 2015 21:49:40 Igor Mironchik wrote: >>> >>> On 29.10.2015 06:51, Thiago Macieira wrote: On Thursday 29 October 2015 05:51:36 Igor Mironchik

Re: [Interest] QFile::size() and QTextStream::pos()

2015-10-28 Thread Elvis Stansvik
2015-10-28 20:57 GMT+01:00 Igor Mironchik : > Hi, > > On 28.10.2015 22:50, Thiago Macieira wrote: >> >> On Wednesday 28 October 2015 22:37:06 Igor Mironchik wrote: >>> >>> Hi, >>> >>> Can I expect that values returned by QFile::size() and >>> QTextStream::pos() are equal

Re: [Interest] QPixmapCache considerations on ios and android

2015-10-25 Thread Elvis Stansvik
2015-10-25 15:53 GMT+01:00 maitai : > Hello, > > I have several relatively big pixmap I'd like to manage through cache. > Big meaning 1024x1024 at a maximum (one edge is 1024 while the other is > less or equal). I need to keep something like 10 of those in a cache >

Re: [Interest] Odd new-style connect()/disconnect() error with Qt 5.5.0

2015-10-14 Thread Elvis Stansvik
2015-10-14 19:50 GMT+02:00 Bob Hood : > I'm having an odd compiler error using the new-style connect() and > disconnect() with a QTcpSocket object. I'm working under Linux with Qt 5.5.0 > and QtCreator. I built Qt 5.5.0 myself without modifications, and then built > QtCreator

Re: [Interest] Odd new-style connect()/disconnect() error with Qt 5.5.0

2015-10-14 Thread Elvis Stansvik
2015-10-14 20:26 GMT+02:00 Bob Hood <bho...@comcast.net>: > On 10/14/2015 12:04 PM, Elvis Stansvik wrote: >> >> I believe it is because QAbstractSocket::error is an overloaded >> function, so it is ambiguous in your connect/disconnect calls. It >> needs t

Re: [Interest] Is here memory leaks?

2015-10-08 Thread Elvis Stansvik
2015-10-08 20:57 GMT+02:00 Igor Mironchik : > Hi guys, > > Can anybody explain me, please. Is here memory leaks or no? Yes. Just look at the leak summary at the end. Elvis > > Please look in the attachment... > > -- > Best Regards, > Igor Mironchik. > > >

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Elvis Stansvik
2015-09-22 15:32 GMT+02:00 Andreas Cord-Landwehr : > On Tuesday 22 September 2015 07:19:33 m...@rpzdesign.com wrote: >> Yes, write a bash script. > > Sorry, but I do not get your point. > > Actually, I am already writing a bash script but the problem is that I do not > see a

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Elvis Stansvik
2015-09-22 16:08 GMT+02:00 Andreas Cord-Landwehr <cordlandw...@kde.org>: > On Tuesday 22 September 2015 15:58:42 Elvis Stansvik wrote: >> If I understood him right, he wants to make a Dockerfile that creates >> a Docker image from scratch (i.e. something that anyone could us

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Elvis Stansvik
2015-09-22 15:43 GMT+02:00 m...@rpzdesign.com : > If you are using a docker container, why use the installer at all. > > Create a docker image with the binaries already in the search path. > > You can figure out the dependencies and paths using "nm" utility in linux. > > So if

Re: [Interest] remote backgound-image in stylesheet

2015-09-20 Thread Elvis Stansvik
Hi Amadeo, 2015-09-20 11:44 GMT+02:00 Amedeo Sorpreso : > Ciao! > > I have a QWidget... > ..can I set a remote image as his background image in the QWidget's > stylesheet ? > I tried: > >

Re: [Interest] MacOSx: Qt::KeypadModifier for arrow keys?

2015-09-19 Thread Elvis Stansvik
Hi Alan, 2015-09-18 22:52 GMT+02:00 Alan Ezust : > I am running a keyboard test program on the MacOS > with Qt 5.4 on MacOSx 10.10.5, Clang. > All it does is print out the modifiers and the keycodes when I type arrow > keys. > > > void Dialog::keyPressEvent(QKeyEvent *ke) {

Re: [Interest] Windows deployment. Failed to start because of missing platform plugin...

2015-08-28 Thread Elvis Stansvik
2015-08-28 16:56 GMT+02:00 Bo Thorsen b...@vikingsoft.eu: Yes, although this is frowned upon. You are supposed to install the redist package from VS instead. But I also choose to deliver those as well as the SSL libraries. I'm also guilty of the same transgression in a very simple project of

Re: [Interest] [SOLVED] Text rendering problem.

2015-07-24 Thread Elvis Stansvik
2015-07-24 1:20 GMT+02:00 william.croc...@analog.com william.croc...@analog.com: I have this working with DirectWrite on Windows, but it only appears to work when my app is built with debug mode. If I build it in release mode then it does *not* work and the text appears badly kerned. This

Re: [Interest] Text rendering problem.

2015-07-18 Thread Elvis Stansvik
2015-07-18 1:13 GMT+02:00 Bill Crocker william.croc...@analog.com: Hello: I am having a text rendering problem. The following code creates a QLabel and QGraphicsTextItem. The QLabel text is 60 pt. The QGraphicsTextItem text size is 6 pt, but then the view is scaled up by 10x. So, in the

Re: [Interest] Qt.io confusing website ... where are the pricing table and how to get indie license ?

2015-07-18 Thread Elvis Stansvik
2015-07-18 16:48 GMT+02:00 Bob Hood bho...@comcast.net: On 7/18/2015 8:30 AM, Elvis Stansvik wrote: Another small nitpick on that page (see attached screenshot) is the two subtitles Commercial. When they are juxtaposed like that it looks kind of weird. It's also weird that they are the _only_

Re: [Interest] Is moc obsolete?

2015-07-08 Thread Elvis Stansvik
2015-07-08 22:21 GMT+02:00 Till Oliver Knoll till.oliver.kn...@gmail.com: Am 08.07.15 um 20:56 schrieb Konstantin Tokarev: 08.07.2015, 21:26, Till Oliver Knoll till.oliver.kn...@gmail.com: Am 08.07.2015 um 08:57 schrieb Igor Mironchik igor.mironc...@gmail.com: Hi, Does

Re: [Interest] Relevant industrial buses

2015-07-03 Thread Elvis Stansvik
QtSerialPort. Modbus was the only thing that came to mind right now. Currently we use pymodbus, which is very well-written, if you need inspiration. Qt for industrial automation is an interesting prospect though. Best regards, Elvis Stansvik Yours, Tuukka Turunen Director, RD The Qt

Re: [Interest] Using QWebSocketServer in a thread other than the GUI thread?

2015-05-27 Thread Elvis Stansvik
2015-05-27 9:43 GMT+02:00 Rainer Wiesenfarth rainer_wiesenfa...@trimble.com : (Qt 5.3.2 Windows msvc-2010 64bit) I would like to add a QWebSocketServer to an existing application. I would like to have all its operation handled by a thread different from the GUI thread to get communication

Re: [Interest] XML schema validation alternatives?

2015-05-12 Thread Elvis Stansvik
2015-05-11 21:49 GMT+02:00 Murphy, Sean smur...@walbro.com: I was trying to use QXmlSchemaValidator to validate XML files vs. their associated schema and I'm encountering an infinite loop that eventually causes the application to crash. It's been reported (over 5 years ago) in

Re: [Interest] Qt support for WebSocket Subprotocol

2015-03-15 Thread Elvis Stansvik
2015-01-13 7:54 GMT+01:00 Juergen Bocklage-Ryannel li...@ryannel.org: Hi All, I try to implement the wamp.ws (http://wamp.ws) websocket protocol, which would allow instances of Qt to talk to any WAMP backend. For this Qt websockets ideally would support the subprotocol non-normative

Re: [Interest] How does QDesktopServices decide what application to use?

2015-02-15 Thread Elvis Stansvik
2015-02-14 20:05 GMT+01:00 Benjamin Block b...@mageta.org: Hello folks, just a short question about QDesktopServices. When you call the openUrl() function, the documentation states that the URL will be opened with a suitable application. But how does qt decide what application to use? For

[Interest] Restricting QXmlQuery to QPath 2.0

2014-10-18 Thread Elvis Stansvik
Hi folks, I'm considering using QtXmlPatterns, but I need to be able to restrict queries to only accept XPath 2.0 expressions, not the full XQuery 1.0 language. This seems impossible at the moment; QXmlQuery supports either XQuery10 or XSLT20 as values for queryLanguage. However, the

Re: [Interest] Restricting QXmlQuery to QPath 2.0

2014-10-18 Thread Elvis Stansvik
2014-10-18 14:03 GMT+02:00 Elvis Stansvik elvst...@gmail.com: Hi folks, I'm considering using QtXmlPatterns, but I need to be able to restrict queries to only accept XPath 2.0 expressions, not the full XQuery 1.0 language. This seems impossible at the moment; QXmlQuery supports either

Re: [Interest] What is the difference.

2014-09-26 Thread Elvis Stansvik
2014-09-26 22:09 GMT+02:00 Karl Ruetz karl.ru...@ruetzdogz.com: On Sep 26, 2014, at 2:37 PM, Karl Ruetz karl.ru...@ruetzdogz.com wrote: On Sep 24, 2014, at 10:22 AM, Thiago Macieira thiago.macie...@intel.com wrote: On Wednesday 24 September 2014 10:41:09 Koehne Kai wrote: I think

Re: [Interest] Daydreaming about browser-hosted Qt apps

2014-09-25 Thread Elvis Stansvik
2014-09-25 4:03 GMT+02:00 Bob Hood bho...@comcast.net: I was just daydreaming about writing a web-based interface to a secure cloud storage (ala DropBox) using Qt. I imagined clients who would need to use Desktop-based browsers (Chrome, Firefox, etc.) for the ability to securely access

[Interest] Custom .prf files for QMake in project root?

2014-08-17 Thread Elvis Stansvik
is QMake only loading the .prf files in the project root if there's a cache file? It seems an arbitrary limitation to me, but perhaps I'm missing something? AFAICS this makes it impossible to ship custom .prf files with your project and rely on them being loaded by QMake :( Best regards, Elvis

Re: [Interest] Custom .prf files for QMake in project root?

2014-08-17 Thread Elvis Stansvik
2014-08-17 18:23 GMT+02:00 Elvis Stansvik elvst...@gmail.com: Hi folks, According to point 3 in the second list at [1], I should be able to put my own .prf feature files for QMake in the project root. I tried putting my foo.prf in features/win32/foo.prf with a simple message(foo.prf loaded

Re: [Interest] Custom .prf files for QMake in project root?

2014-08-17 Thread Elvis Stansvik
make it a .pri to be include()ed instead. Thanks for the tip. Elvis BR, Filip On Sun, Aug 17, 2014 at 6:23 PM, Elvis Stansvik elvst...@gmail.com wrote: Hi folks, According to point 3 in the second list at [1], I should be able to put my own .prf feature files for QMake in the project

<    1   2   3   4   5