Re: [Interest] Displaying QTreeView leaf nodes in a QTableView

2023-09-21 Thread Richard Gustavsen via Interest
“exist” in the remaining tree model without it’s parent. -Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Richard Weickelt
Hi, Is anyone able to tell me if QtCreator is able to have a CMAKE var defined with multiple values? The default value for a project is %{Qt:QT_INSTALL_PREFIX}, is it possible to append more paths? I have for Qt Creator itself the following: -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-25 Thread Richard Weickelt
't see how the Qt company can compete with that. Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Running qemu as debug service provider in Qt Creator

2021-10-05 Thread Richard Weickelt
Hi, > You can start it manually with qemu and tell it to stop before the first line > of the application. Then tell Qt Creator to connect to the GDB server that > qemu created. > > Debug > Start Debugging > Attach to Running Server > Thanks, but it doesn't work. The "Attach to Running Server"

[Interest] Running qemu as debug service provider in Qt Creator

2021-10-05 Thread Richard Weickelt
Hi, I want to run a bare metal application in a QEMU environment and debug it with gdb using Qt Creator. But I can only see a limited predefined selection of debug providers, like openocd, j-link, ... Is there no way to run a custom command instead? I expected the "generic" provider to cover that

Re: [Interest] Qt 5.15 pull out of open source?!

2021-01-07 Thread Richard Weickelt
> Apologies for not sending the mail also to the interest mailing list. This > is nothing new, as this was announced in already February 2020. Please correct me if I am wrong. I assume that you are referring to this blog post: https://www.qt.io/blog/qt-offering-changes-2020 It was ONLY communica

Re: [Interest] Window ID of the current screen (root window)?

2020-11-20 Thread Richard Moore
would be just the same as in Qt 5. Cheers Rich On Fri, 20 Nov 2020 at 14:18, Giuseppe D'Angelo via Interest < interest@qt-project.org> wrote: > Il 20/11/20 14:55, Richard Moore ha scritto: > > I'd hope there's a way to get the actual connection being used, rather >

Re: [Interest] Window ID of the current screen (root window)?

2020-11-20 Thread Richard Moore
On Fri, 20 Nov 2020 at 07:58, Volker Hilsheimer wrote: > In Qt 6 there is no more Qt API to get the X11 root window for a display > (also note that QDesktopWidget as a whole is gone). > > So, you either have to go native if you rely on X11 specific data > structures (which the code does anyway, i

[Interest] Replace QML console object

2020-07-06 Thread Richard Weickelt
I want to replace QML's console object with a custom implementation. I have tried to replace the "console" property in the global object with not luck. I have tried to replace the method properties of the global console object with no luck (as described here: https://stackoverflow.com/questions/26

Re: [Interest] Qt scripting with JavaScript

2020-06-18 Thread Richard Weickelt
> Is the QJSEngine a complete replacement of QScriptEngine ? No, not complete. QJSEngine provides less APIs and less control of the script execution and context arrangement. Whether your application is portable depends on which features of QtScriptEngine you use. Do you: - swap out the global o

[Interest] Moving mkspecs folder when configuring Qt

2020-05-28 Thread Richard Weickelt
Hello, when configuring and building Qt, almost all top-level folders are configurable. The mkspecs folder seems to be hardcoded. Is there a way to move mkspecs, for instance into a subdirectory, so that the resulting folder structure looks like: Qt +--bin +--lib +--res +--mkspecs +--xxx T

Re: [Interest] How to set a QJSValue with functions as a context property in QQmlContext?

2020-04-15 Thread Richard Weickelt
> OK, that does paint a different picture. The feature you are asking for, > then, is for QJSEngine to allow defining ECMAScript modules from C++, that > can be imported in your JavaScript files via standard ECMAScript "import" > statements. I would not be automatically opposed to such a feature.

Re: [Interest] How to set a QJSValue with functions as a context property in QQmlContext?

2020-04-15 Thread Richard Weickelt
perties related to the current product, and a property context where we provide properties like "base" referring to the base class value. Best regards Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

[Interest] How to set a QJSValue with functions as a context property in QQmlContext?

2020-04-13 Thread Richard Weickelt
Is there a way to set a QJSValue as a context property in QQmlContext and retain function properties? I am loading a .js file with QJSEngine::importModule(). The result is QJSValue object containing all exported functions and properties from the module. // file.js export function someFunc

Re: [Interest] Strange Reply

2020-04-06 Thread Richard Weickelt
> My eMail provider classifies **all** emails sent from a qt.io domain (JIRA, > mailing list and gerrit) as spam since recently. The matching spam filter is > Barracuda Reputation Block List (BRBL). I wanted to write "qt-project.org domain". > - The last OK email on [Interest]: 02. April 18:11 U

Re: [Interest] Strange Reply

2020-04-06 Thread Richard Weickelt
"spam-classified" email on [Interest]: 02. April 22:15 UTC by Bernhard Lindner Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Qt Creator licensing for companies with Qt Commercial developers

2020-04-01 Thread Richard Weickelt
>> This sort of thing, and also the recent installer changes, >> continues to make me think that TQtC is *trying* to commit >> suicide. That, or whoever is making these decisions is >> hopelessly incompetent. > Yes, hopelessly incompetent is a much more polite thing to say... From

Re: [Interest] Tricks to improve moc performance?

2019-12-06 Thread Richard Weickelt
> This solution gets you a single build for all the the mocs, which is good, > but > won't generate the best code that Peppe was talking about. You want the moc > for a given class to be in the class's own .cpp. Unless you build with link-time optimization enabled, I suppose. Because then trans

Re: [Interest] Tricks to improve moc performance?

2019-12-06 Thread Richard Weickelt
e only safe shortcut in this process. Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Expected event execution order in this multi-thread application

2019-10-05 Thread Richard Weickelt
our application relies on QScriptEngine and requires that the engine's thread stays somewhat responsive. Now that I understand the problem, I might be able to implement a work-around in our application. But I would consider this behavior to be a bug in qeventdispatcher_glib. It can never be wrong to fix bugs, even in bad APIs ;-) https://bugreports.qt.io/browse/QTBUG-79020 Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Expected event execution order in this multi-thread application

2019-09-30 Thread Richard Weickelt
(): never. It is a public API and it is not marked as deprecated. If the function does not behave as documented, then either the documentation is wrong or the implementation has a bug or I am using it the wrong way. I don't think the latter is the case, but maybe I need a minimal test c

Re: [Interest] Expected event execution order in this multi-thread application

2019-09-29 Thread Richard Weickelt
look at your threading code and see if you need a > synchronisation. Sure, but I don't see a synchronization problem as long if QCoreApplication::processEvents() would do what the documentation says: executing pending events in the current thread. Am I misunderstanding something?

[Interest] Expected event execution order in this multi-thread application

2019-09-29 Thread Richard Weickelt
in a queued connection? In case E2 is posted after E3 has started, would E2 be executed by processEvents()? Thanks Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Qt Docker images for Windows

2019-08-13 Thread Richard Weickelt
way more flexible than the official Qt installer. We still use Docker in our CI, but only on Linux where it gives us the most benefit. The script can be found here: https://code.qt.io/cgit/qbs/qbs.git/tree/scripts/install-qt.sh Richard ___ Interest mail

Re: [Interest] How to set a non-global context property for a single QQmlComponent?

2019-07-18 Thread Richard Weickelt
9075 for a bit more information about internal vs global contexts. Richard > > On Jul 17, 2019, at 3:37 AM, Sérgio Martins wrote: > > > >> On 2019-07-17 10:58, Patrick Stinson wrote: > >> Shoot, you know at first pass it looks like that will work. Wow. >

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-10 Thread Richard Weickelt
On 10.05.2019 21:13, Thiago Macieira wrote: > On Thursday, 9 May 2019 16:58:47 PDT Hamish Moffatt wrote: >> For my use I rebuilt the Qt packages from https://launchpad.net/~beineri >> for stretch; they install into /opt rather than replacing the system >> packages, so you don't have the issues with

Re: [Interest] qmldir Internal Singleton File

2019-05-03 Thread Richard Weickelt
eton works in both variants, which is not documented. Maybe worth a bug report as well. This is not a qualified answer ;-) Best regards Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Creating C++ objects in JavaScript with operator new

2019-04-16 Thread Richard Weickelt
> You can also generate an object from Qml code directly: > Qt.createQmlObject() I know, but I wanted to use operator new in order to achieve a better look & feel. Please note that this is/was easily possible in Qt Script. See the code snippets at https://doc.qt.io/qt-5/qtscript-index.html#making

[Interest] Creating C++ objects in JavaScript with operator new

2019-04-15 Thread Richard Weickelt
Map& arguments) { QString someParam = arguments.value("someParam").toString(); return new MyClass(qmlEngine(this), someParam); } Thanks Richard ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Fwd: vs. Flutter

2019-02-27 Thread Richard Weickelt
> Your every response has indicated this will not happen, just that mobile > will follow the other platforms. I don't understand why Qt won't commit > to adding the missing Mobile APIs. The company is a joint stock company with the sole purpose of making as much profit as possible and filling the p

Re: [Interest] Qt 5.11.1 inside of a Docker container

2018-08-21 Thread Richard Weickelt
packages from https://launchpad.net/~beineri is far more simple on Ubuntu. Richard ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QFile::write(const QByteArray&) does not write, all data?

2018-05-12 Thread Richard Moore
On Sat, 12 May 2018 at 15:45, Roland Hughes wrote: > Any time a write comes up short, it is an error. > ​That is simply incorrect. It might not be how you would like it to behave, however it is the norm that short writes are allowed and should be handled by the callee. This is the case in POSIX,

[Interest] Internal QML context does not accept property

2018-05-10 Thread Richard Weickelt
I am loading a QML document with the following structure: A { B { } B { } } At some point in the application I am iterating over all B components and want to do: qmlContext(B)->setContextProperty("bla", "value") I need to assign different values to each instance of B. But I get the

Re: [Interest] QMetaMethod::invoke / Q_ARG with a temporary

2018-05-07 Thread Richard Weickelt
, but I would guess that Qt caches only the QArgument object (the one that contains the pointer to the data). Thus, the variable bFinished must exist physically in the moment when the slot is invoked. I think you need to move your variable to the heap if the slot is invoked after the current sta

[Interest] Make Qt::PreciseTimer the default timer type

2018-04-11 Thread Richard Weickelt
Hi, is there a way to set Qt::PreciseTimer as the default timer type for all QTimer instances in an application? According to the QTimer documentation [1], Qt::CoarseTimer is the default. Thanks Richard [1] http://doc.qt.io/qt-5/qtimer.html#timerType-prop

Re: [Interest] Multiple QNetworkAccessManagers for a single app

2018-01-17 Thread Richard Moore
On 11 January 2018 at 18:41, Tom Isaacson wrote: > But is it a performance issue, a potential threading problem, what? > > We have a large codebase and this practice hasn't been followed, I'm > wondering what the potential impact is and whether it's worth fixing. > A few of the reasons: Using a

Re: [Interest] QUdpSpcket connection between two public peers behind firewalls

2017-12-18 Thread Richard Moore
On 18 December 2017 at 16:25, Thiago Macieira wrote: > On Monday, 18 December 2017 01:55:49 PST Nuno Santos wrote: > > I’m trying to establish a QUdpSocket connection between two peers that > are > > behind firewalls. > > > > From what I have been reading, one way of doing this is recurring to a

Re: [Interest] Qt Location GeoServices plugin to use geo-referenced image file as map source

2017-12-07 Thread Richard Lang
4:20 +0100 Vlad Stelmahovsky wrote: Hi take a look at OSM plugin. it contains custom providers and caching mechanism On Thu, Dec 7, 2017 at 3:19 AM, Richard Lang wrote: Repost of question asked on Qt Forums and raised as a feature request on the bug tracker... https://forum.qt.io/topic/85

[Interest] Qt Location GeoServices plugin to use geo-referenced image file as map source

2017-12-06 Thread Richard Lang
but can't shake the feeling that in a world containing 8 billion people, with "nothing new under the sun", this would have been done already if it was a good idea Would anyone with more familiarity with the Qt Location module care to comment? thanks Richard _

Re: [Interest] QUdpSocket on Windows 10: QNetworkDatagram::destinationAddress/Port not set

2017-10-04 Thread Richard Öhlinger
On 10/04/2017 05:29 PM, Thiago Macieira wrote: If you want to file a bug report too, I'd appreciate it. Done QTBUG-63605. Thank you for looking into it. Regards, Richard ___ Interest mailing list Interest@qt-project.org http://lis

Re: [Interest] QUdpSocket on Windows 10: QNetworkDatagram::destinationAddress/Port not set

2017-10-04 Thread Richard Öhlinger
On 10/04/2017 10:13 AM, Richard Öhlinger wrote: I do bind to QHostAddress::AnyIPv4 and I get all the messages, but just not destinationAddress/Port. After looking at the implementation in qnativesocketengine_win.cpp i see that QNativeSocketEnginePrivate::nativeReceiveDatagram does not set

Re: [Interest] QUdpSocket on Windows 10: QNetworkDatagram::destinationAddress/Port not set

2017-10-04 Thread Richard Öhlinger
ached a minimal example and a small powershell script to send the data. Regards, Richard # send-udp # # Simple Tool to send UDP-Ports to a range with a various source port range. # you can use Netmon/WireShark on the target to see the incomping traffic. # i have NO listener to listen on all ports #

[Interest] QUdpSocket on Windows 10: QNetworkDatagram::destinationAddress/Port not set

2017-10-03 Thread Richard Öhlinger
. But its destinationAddress is not valid and destinationPort is -1. The exact same code works on Linux. I'm using Qt 5.9.0 Is there a limitation on Windows systems? The Documentation would list it as supported [1]. Regards, Richard [1] https://doc.qt.io/qt-5/qnetworkdatagram.html#

[Interest] Only 9 QML components can be created partially?

2017-10-01 Thread Richard Weickelt
annot complete creation until all components are partially loaded. Each component has a (constant) property that needs to be evaluated first. Depending on that, some properties will be injected in the other components. Q3: Can I achieve that in a different

Re: [Interest] Mocking Network calls in code using QNetworkAccessManager

2017-05-18 Thread Richard Moore
On 18 May 2017 at 11:35, Shantanu Tushar wrote: > Any recommendations on how to do I achieve the unit test without > needing network access? > ​Here's an example: ​https://github.com/richmoore/qt-examples/tree/master/qcustomnetworkreply​ and a discussion of how it works: https://blogs.kde.org/

Re: [Interest] Ignore SSL errors on Android 6.0+

2017-03-30 Thread Richard Moore
On 29 March 2017 at 21:23, Thiago Macieira wrote: > On quarta-feira, 29 de março de 2017 08:57:06 PDT Jan 'Koviš' Struhár > wrote: > > Is 3DES a poor cipher too? The server only appears to support RC4-MD5, RC4- > SHA, and DES-CBC3-SHA. > > ​3DES is poor and has various problems (e.g. sweet32, cr

Re: [Interest] Ignore SSL errors on Android 6.0+

2017-03-29 Thread Richard Moore
On terça-feira, 28 de março de 2017 09:28:17 PDT Richard Moore wrote: > > > ​There isn't a bug in Qt here. The server isn't transmitting the full > > > chain > > > as it's required to. You can bypass the error in the normal way if you > > > real

Re: [Interest] Ignore SSL errors on Android 6.0+

2017-03-28 Thread Richard Moore
On 28 March 2017 at 17:09, Thiago Macieira wrote: > Em terça-feira, 28 de março de 2017, às 08:02:46 PDT, Jan 'Koviš' Struhár > escreveu: > > On 03/28/2017 09:10 AM, Thiago Macieira wrote: > > > Em segunda-feira, 27 de março de 2017, às 23:58:32 PDT, Jan 'Koviš' > > > Struhár > > > > > > escreveu

Re: [Interest] [cfe-dev] The QtReslot Clang plugin

2017-02-21 Thread Richard Braun
isted and could do such conversions before I started QtReslot, although I can't give any advice on how to increase awareness about it. -- Richard Braun ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [cfe-dev] The QtReslot Clang plugin

2017-02-21 Thread Richard Braun
ed using matchers at some point, but couldn't understand the processing flow and felt a lot more comfortable with the current result despite writing more code. -- Richard Braun ___ Interest mailing list Interest@qt-project.org http://lists.qt-pro

[Interest] The QtReslot Clang plugin

2017-02-21 Thread Richard Braun
Hello, During work on an internal Qt-based project at Novasys-Ingenierie, a Clang plugin was written to convert string-based signals and slots to the Qt5 syntax. The plugin has since been pushed to Github [1] in the hope it will be useful to others facing similar issues. -- Richard Braun [1

Re: [Interest] Run script right before qmake finishes (or: embedd iOs framework)

2017-01-06 Thread Richard Gustavsen
You can try to add something like the following to your pro file: QMAKE_POST_LINK += "cp somefile $CODESIGNING_FOLDER_PATH" -Richard Fra: Interest på vegne av Bernhard B Sendt: 5. januar 2017 20:03:22 Til: interest@qt-project.org Emne: [Interest]

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Richard Moore
On 16 December 2016 at 12:57, Giuseppe D'Angelo wrote: > Il 16/12/2016 12:46, Carl Engh ha scritto: > > Just wanted to let you all know that the Qt World Summit 2016 recordings > > can be found here: https://www.qt.io/qtws16/ > > > > > > > > PS! You need a Qt account to access them. > > But... wh

Re: [Interest] Problem compiling boost::python code in Qt

2016-09-28 Thread Richard Öhlinger
PyType_Slot *slots; /* terminated by slot==0. */ I think you are encountering a name clash with Qt "keywords" which are macro definitions in C++: much like: #define slots For how to avoid see: http://doc.qt.io/qt-5/signalsandslots.html#using-qt-with-3rd-party-signals-and-slots

[Interest] ScrollViewStyle: How can I have a transparent ScrollBar for my table?

2016-09-28 Thread Richard Öhlinger
ntScrollBars is true. I just want the handle to be visible all the time. More or less like it's now during mouse-wheel scrolling. I can't use the non transient one because, I want it above the content of my table not next to it. Has anyone

Re: [Interest] Qt, running as root (sudo/setuid), DBus and OS X

2016-09-18 Thread Richard Moore
On 18 September 2016 at 18:23, Roland Hughes wrote: > >> > > Hi, > > Is it possible to use Qt-based applications on OS X that run with elevated > privileges (= as root), in general and if they need to connect to the > user's session dbus? > > --- > > Typically you need to look at QApplication doc

Re: [Interest] ThreadedFortune example extending to send message forever

2016-09-05 Thread Richard Moore
On 5 September 2016 at 15:38, Viktor Engelmann wrote: > Do you hard-code the client side port number? the same > client-IP/client-Port/server-IP/server-Port combination cannot be used > again within 2 minutes after a disconnect - the operating system suppresses > that. That is to prevent late pac

Re: [Interest] Thoughts on a 'proper' (or standard) file/io API for QML?

2016-08-10 Thread Richard Moore
Another set of js file API already exist: https://developer.mozilla.org/en-US/docs/Web/API/FileReader Rich. On 10 August 2016 at 16:09, Jason H wrote: > I know it's not a normal thing, but occasionally in QML we need to access > files. Exposing an object is not hard, but it would be really good

[Interest] Quick TableView: Section delegate is above header delegate

2016-06-16 Thread Richard Öhlinger
is above the actual column headers. Following Quickfix has shown to work: __listView.headerItem.z : 55 Is this a Bug or am I doing something wrong? Best Regards, Richard ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org

Re: [Interest] login.qt.io down => cannot install Qt

2016-04-11 Thread Richard
t > It's down again. I've been trying for the last hour, and I doubt I was the first. Two unscheduled failures lasting several hours within a few days is a rather poor showing. I'm also rather concerned that you don't appear to have any out-of-hours server monitoring, especially as commercial users *must* use this server to install Qt. Who should commercial users contact to report this in the future? A public mailing list seems a little slow. A server failure like this should be getting somebody out of bed to go crank the hamster wheel. - Richard ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] android and openSSL, google-store is complaining

2016-03-31 Thread Richard Moore
On 31 March 2016 at 20:23, maitai wrote: > Hello, > > Just received a long message from g-play basically saying: > > Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as soon as > possible and increment the version number of the upgraded APK. Beginning > July 11, 2016, Google Play will

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-03 Thread Richard Moore
On 3 March 2016 at 07:50, Koehne Kai wrote: > > Ah, I missed to that you're talking about OS X. There the system OpenSSL > version should work - though it's very old (0.9.8y IIRC). You get these > warnings though because Qt checks for newer API. It's a runtime warning > though, basic SSL should

[Interest] How to log all JavaScript Exceptions or how to refactor QML

2016-02-22 Thread Richard Öhlinger
While developing with QML I often come across a problems relating to thrown JavaScript Errors. It would help a lot to have the possibility to log all JavaScript exceptions. There is QML_DUMP_ERRORS, but it won't cover the most nasty, hard to track down errors. E.g. function doSomething() {

Re: [Interest] Qt5 and libressl

2015-11-12 Thread Richard Moore
On 12 November 2015 at 20:14, Diego Iastrubni wrote: > So... the official statement from Qt is that elliptic curves is a ... > "safe" encryption to be used in the wild...? > > ​We provide facilities that let you choose which ciphersuites are enabled. We also support plain text. ​ > (still reme

Re: [Interest] Qt at iOS: Crash on null QWindow pointer in QIOSInputContext::scrollToCursor

2015-11-10 Thread Gustavsen Richard
le to dynamically inform iOS that we don't support e.g copy while opening an edit menu that has no items with QKeySequence::Copy included. -Richard Fra: Robert Iakobashvili Sendt: 10. november 2015 11:58 Til: Gustavsen Richard; interest@qt-project.or

Re: [Interest] Qt at iOS: Crash on null QWindow pointer in QIOSInputContext::scrollToCursor

2015-11-10 Thread Gustavsen Richard
shortcut on the keyboard. -Richard Fra: Robert Iakobashvili Sendt: 10. november 2015 09:43 Til: Gustavsen Richard; interest@qt-project.org Emne: Re: [Interest] Qt at iOS: Crash on null QWindow pointer in QIOSInputContext::scrollToCursor Hi Richard, I

Re: [Interest] Qt at iOS: Crash on null QWindow pointer in QIOSInputContext::scrollToCursor

2015-11-10 Thread Gustavsen Richard
Which version on Qt are you using? It looks like this was fixed in 5.5: https://codereview.qt-project.org/#/c/109592/ -Richard Fra: Interest på vegne av Robert Iakobashvili Sendt: 10. november 2015 06:49 Til: interest@qt-project.org Emne: [Interest] Qt at

Re: [Interest] Memory leak problem in a Qt App

2015-11-03 Thread Richard Moore
On 3 November 2015 at 09:47, Etienne Sandré-Chardonnal < etienne.san...@m4x.org> wrote: > I have found this blog post: > > https://dragotin.wordpress.com/2014/08/14/monitor-the-qobject-tree-of-a-qt-app/ > > I will try using these callbacks to monitor the QObject tree. They are > absolutely undocum

Re: [Interest] How to run a custom command after dSYM generation for iOS ?

2015-10-29 Thread Gustavsen Richard
an extra target in Xcode that runs your script, and say that the target depends on the application target to build first. The problem is that as soon as you rerun qmake, it will be wiped out again. -Richard > On 28 Oct 2015, at 14:23, Gustavsen Richard > wrote: > >

Re: [Interest] How to run a custom command after dSYM generation for iOS ?

2015-10-28 Thread Gustavsen Richard
Hi! 1. You can do: QMAKE_XCODE_DEBUG_INFORMATION_FORMAT = dwarf-with-dsym 2. You can try to use: QMAKE_POST_LINK="" -Richard Fra: Interest på vegne av Gian Maxera Sendt: 28. oktober 2015 13:00 Til: interest Emne: [Interest] How to ru

Re: [Interest] Non rectangular clipPath for QQuickItems

2015-09-07 Thread Richard Öhlinger
Isn't there anyone who knows how to clip an Item and all its children in a non-rectangular fashion? Maybe It could be done with a ShaderEffect? I had a look at OpacityMask but I could not figure out how to use it in my context. br Richard On 09/02/2015 04:15 PM, Richard Öhlinger

[Interest] Non rectangular clipPath for QQuickItems

2015-09-02 Thread Richard Öhlinger
Does anyone have a solution? br Richard ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Where to does Qt expect to find ".qt-license" file when running on a Jenkins slave machine?

2015-08-03 Thread Richard Otter
I encountered the same error in a similar environment- Jenkins slave running on Windows OS. The same machine had been working with qt5.5 for several days and then it started generating the error. The license file was in the home folder of the account used by the Jenkins service. A reboot fixed i

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

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread Richard Segrue
it and presumably like it. I sincerely hope this licensing decision is reversed Regards Richard On 2 July 2015 at 17:13, Thiago Macieira wrote: > On Thursday 02 July 2015 09:07:49 Bob Hood wrote: > > Could somebody > > explain the rationale for that one? > > Tuukka has,

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread Richard Moore
On 29 June 2015 at 19:30, Allan Sandfeld Jensen wrote: > > You must be using a Qt deployed alongside your application. You can then > > just modify qsslsocket_openssl_symbols.cpp to search for your deployed > > libssl.so.1 and libcrypto.so.1. > > I would assume LD_LIBRARY_PATH would also work on

Re: [Interest] Sorting QSortFilterProxyModel with QML

2015-05-26 Thread Richard Öhlinger
You may wanna look at this: https://blog.qt.io/blog/2014/04/16/qt-weekly-6-sorting-and-filtering-a-tableview/ You could extend it with lambdas by adding QJSValue typed property sortFunction and overriding filterAcceptsRow and then call QJSValue::call on the sortFunction. Richard On 05/26

[Interest] Compile error: with QtConcurrent and GCC 4.8.3 and Qt 5.3.2

2015-05-17 Thread Richard Öhlinger
void {result = s;}); ^ Am I using the library wrong, or is there a bug within the compiler, because following compiles work: QStringList data; void (*ptr)(QString&, const QString&); ptr = [](QString& result, const QString& s) -> void {result =

[Interest] Compile error: with QtConcurrent and GCC 4.8.3 and Qt 5.3.2

2015-05-15 Thread Richard Öhlinger
mp; s) -> void {result = s;}); ^ Am I using the library wrong, or is there a bug within the compiler, because following compiles work: QStringList data; void (*ptr)(QString&, const QString&); ptr = [](QString& result, const QString& s) -> void {result =

Re: [Interest] What are the plans for moving https://gitorious.org/qt/qt3d.git

2015-03-18 Thread Richard Moore
On 18 March 2015 at 10:32, Samuel Stirtzel wrote: > 2015-03-18 11:20 GMT+01:00 Richard Moore : > > I can connect using gnutls just fine: > > > > On my Kubuntu 14.04.2 LTS box it doesn't work so well: > It looks as if your certificat

Re: [Interest] What are the plans for moving https://gitorious.org/qt/qt3d.git

2015-03-18 Thread Richard Moore
I can connect using gnutls just fine: mindy:~ # gnutls-cli code.qt.io Processed 164 CA certificate(s). Resolving 'code.qt.io'... Connecting to '54.77.201.214:443'... *** Non fatal error: A TLS warning alert has been received. *** Received alert [112]: The server name sent was not recognized - Cert

Re: [Interest] xcb: moved mouse to .... spamming console

2015-02-21 Thread Richard Moore
On 21 February 2015 at 11:12, Guido Seifert wrote: > I doubt your explanation. :-) > Reason 1: When I discovered this, I did not have a qtlogging.ini anywhere > in my system. > Reason 2: > > > qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp: > qDebug("xcb: moved mouse to %4d, %4d; button stat

Re: [Interest] Logging meta call events

2015-02-17 Thread Richard Moore
On 17 February 2015 at 23:41, Bernhard wrote: > > > This would not allow me to integrate the findings into my custom state > > > engine log (which also contains transitions and a lot more things in > > > chronological order). > > > > The hook itself would. See qsignalspy.cpp for how to install it

Re: [Interest] Strange QWebSocket/QTcpServer interaction... Bug in Firefox?

2014-12-21 Thread Richard Moore
On 21 December 2014 at 19:30, Guido Seifert wrote: > However, each time my QTcpServer also fires and gives me another > QTcpSocket. > Nothing ever comes through this new QTcpSocket... but it is there and a > memory leak. > Browsers can (and do) pre-emptively connect to servers if they think they

Re: [Interest] How to get didFinishLaunchingWithOptions called in IOS delegate?

2014-12-02 Thread Gustavsen Richard
using UIApplicationDidFinishLaunchingNotification) -Richard Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org pa vegne av 解晶 Sendt: 2. desember 2014 09:55 Til: Yang Fan Kopi: Qt Project Emne: Re: [Interest] How to get didFinishLaunchingWithOptions called i

Re: [Interest] Qt 5.4 iOS as a FrameWork

2014-11-26 Thread Gustavsen Richard
No, it can't. -Richard Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org på vegne av Mike Krus Sendt: 25. november 2014 19:46 Til: interest@qt-project.org Emne: [Interest] Qt 5.4 iOS as a FrameWork Hi anybody know i

[Interest] Position y() of widget inside Layout

2014-10-29 Thread Jean Richard Lima
tch places. Thank you. Jean Richard Lima Consultor de Gestão e TIC Software House de Projetos Específicos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Apps crashing with ios8

2014-10-16 Thread Gustavsen Richard
?Do you have a stack trace? -Richard Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org på vegne av Christophe Thomas Sendt: 15. oktober 2014 21:57 Til: interest@qt-project.org Emne: [Interest] Apps crashing with ios8 Hello, Now that

Re: [Interest] [OS X] qmake - "Could not resolve SDK path for 'macosx10.8'"

2014-10-06 Thread Gustavsen Richard
Note that this issue is fixed for Qt-5.3, which is build against the latest SDK. -Richard Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org på vegne av Till Oliver Knoll Sendt: 4. oktober 2014 18:29 Til: Qt Project Emne: Re

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Gustavsen Richard
down your example and post a bug report so we can take a look at it. -Richard Fra: interest-bounces+richard.gustavsen=digia@qt-project.org [interest-bounces+richard.gustavsen=digia@qt-project.org] på vegne av Nils Heidorn [nils_heid...@gmx.de] Send

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Gustavsen Richard
check if reinterpret_cast(window()->winId()) returns the view. Otherwise you must be doing something very strange... -Richard Fra: interest-bounces+richard.gustavsen=digia@qt-project.org [interest-bounces+richard.gustavsen=digia@qt-project.org]

Re: [Interest] iOS Deployment: QApplication created before UIApplicationMain

2014-09-16 Thread Gustavsen Richard
There is a bugfix for this (qtbase, change 07c0fdf), but I went into Qt-5.4. So we need to backport this to 5.3. You should be able to work around it for now by doing a clean build of your project whenever you change main. -Richard Fra: Kate Alhola [kate.alh

Re: [Interest] Future of Qt with Ios

2014-09-16 Thread Gustavsen Richard
The orientation bug is a known issue, and will be fixed with Qt-5.4. -Richard Fra: Kate Alhola [kate.alh...@gmail.com] Sendt: 16. september 2014 11:51 Til: Gustavsen Richard Kopi: Karl Loveridge; interest@qt-project.org Emne: Re: [Interest] Future of Qt with Ios

Re: [Interest] iOS Deployment: QApplication created before UIApplicationMain

2014-09-15 Thread Gustavsen Richard
eport navigator in Xcode (the clock symbol in left toolbar), and check that the script "Qt prelink" says: "Renaming '_main' at offset ... to '_qtmn'" -Richard Fra: interest-bounces+richard.gustavsen=digia@qt-pro

Re: [Interest] Future of Qt with Ios

2014-09-12 Thread Gustavsen Richard
We always work to support the latest versions of an OS, also on iOS. So yes, Qt will build and and run on iOS 8. Internally we have been working with the developer preview for some time already. We have no plans for Metal yet, though. -Richard Fra: interest

[Interest] How to moving widgets inside the layout

2014-09-03 Thread Jean Richard Lima
move an object in a QVBoxLayout after releasing the mouse button everything is realigned automatically and the object being dragged into the new position. Does anyone have any tips for me. Thank you. Jean Richard Lima Consultor de Gestão e TIC S

Re: [Interest] [qt-iOS] I can't deploy a folder into app bundle since qt5.3.1

2014-08-25 Thread Gustavsen Richard
ually copied into the bundle. You can do this by opening the Xcode project (found in the build dir) in Xcode, right click on generated app (found under the "Products" folder in the project tree), click "show in finder". Then right-click on the app and select "show

Re: [Interest] Compiling 5.3.1 on iOS arm64

2014-08-18 Thread Gustavsen Richard
In mkspecs/macx-ios-clang/default_pre.prf we set CONFIG -= neon for iphone simulator builds. You could try to set it for device build builds as well. -Richard Fra: interest-bounces+richard.gustavsen=digia@qt-project.org [interest-bounces+richard.gustavsen

Re: [Interest] How to trust certificates for QWebPage

2014-05-27 Thread Richard Moore
On 27 May 2014 08:11, Koehne Kai wrote: > > I'm 95% sure that Qt on Windows does check directly against the Windows > certificate API, instead (in addition to?) of OpenSSL's internal one. > We use the certificates in the windows CA store yes. There is no internal CA store in openssl. Rich.

Re: [Interest] How to trust certificates for QWebPage

2014-05-27 Thread Richard Moore
On 27 May 2014 02:31, Tom Isaacson wrote: > That's the point - it's our distro because we manufacture a device with > embedded Linux but I don't know what certificates I need (if any) or where > to get them. > > I've tried complaining to myself but I just refuse to listen :) > Maintaining a CA b

  1   2   >