Re: [Interest] [Development] Short/medium term evolution of the Assistant?

2017-11-10 Thread Oleg Shparber
Hi, On 10 November 2017 at 15:06, René J.V. Bertin wrote: > Last but not least: Zeal is indeed very closely related to Dash. So close > in fact that it cannot advocate Mac compatibility for licensing/legal > reasons, and that it would probably be delicate even to provide it

Re: [Interest] Qt articles from developer.nokia.com

2014-11-05 Thread Oleg Shparber
It's possible to export wiki contents in MediaWiki XML here: http://developer.nokia.com/community/wiki/index.php?title=Special:Export I don't know how to download all related files. On Wed, Nov 5, 2014 at 9:44 AM, Pau Garcia i Quiles pgqui...@elpauer.org wrote: Hello, Microsoft acquired

Re: [Interest] Loading QML plugins without registered types

2014-10-20 Thread Oleg Shparber
On Sun, Oct 19, 2014 at 11:51 PM, Bo Thorsen b...@vikingsoft.eu wrote: Den 19-10-2014 kl. 21:15 skrev Oleg Shparber: I have a plugin which does not provide any QML types and needs only initializeEngine() method to be executed. The problem is that the plugin is not registered with QML Engine

[Interest] Loading QML plugins without registered types

2014-10-19 Thread Oleg Shparber
Hi, I have a plugin which does not provide any QML types and needs only initializeEngine() method to be executed. The problem is that the plugin is not registered with QML Engine when it doesn't have any types. That leads to an error with import statement: qrc:/main.qml:4 module

Re: [Interest] Accessing attached properties from C++

2014-10-02 Thread Oleg Shparber
OK, I've managed to access QQmlComponentAttached: QQmlComponentAttached *attached = QQmlComponent::qmlAttachedProperties(item); Still don't know how to make it work with QQuickKeyNavigationAttached. Any ideas? Thanks! Best, Oleg On Wed, Oct 1, 2014 at 2:43 PM, Oleg Shparber troll...@gmail.com

[Interest] Accessing attached properties from C++

2014-10-01 Thread Oleg Shparber
Hi all, I am trying to get access to attached properties of QQuickItems. I have faced to problems. 1. Attempt to get or create a new Component property on any item returns zero pointer: qDebug() qobject_castQQmlComponentAttached*(qmlAttachedPropertiesObjectQQmlComponentAttached(item)); 2.

[Interest] Questions about QML

2014-09-30 Thread Oleg Shparber
Hi, I am working on a QML plugin which should provide a set of modules with functionality similar to some of built-in Node.js modules. The requirement also is that third-party JS libraries created for Node.js should also work out of the box. While much of the work is straightforward, there are

Re: [Interest] Questions about QML

2014-09-30 Thread Oleg Shparber
Hi Sze Howe, On Tue, Sep 30, 2014 at 7:32 PM, Sze Howe Koh szehowe@gmail.com wrote: Hi, On 1 October 2014 09:05, Oleg Shparber troll...@gmail.com wrote: Hi, I am working on a QML plugin which should provide a set of modules with functionality similar to some of built-in Node.js

Re: [Interest] QML QListlong long possible?

2014-06-13 Thread Oleg Shparber
Registering sequence type wouldn't make it accessible from QML. Check my patch which adds support for QListfloat [1]. I don't know if it is possible to make your own sequence type available to QML from plugin. 1. https://codereview.qt-project.org/83761 On Fri, Jun 13, 2014 at 4:42 PM,

[Interest] Canvas antialiasing in 5.3

2014-05-15 Thread Oleg Shparber
Hi all, With Qt 5.3 (most recent git) Canvas does not respect anitaliasing setting. Everything looks really ugly.See attached screenshots for comparison. I don't know what causes such problem. My environment is Arch Linux 64 with ATI graphics. Thanks, Oleg

Re: [Interest] xcb_conn.c:186: write_vec: Assertion `!c-out.queue_len' failed.

2014-04-11 Thread Oleg Shparber
I guess it's the same problem as Qt Creator has on some hardware. See https://bugreports.qt-project.org/browse/QTBUG-38221 On Mon, Apr 7, 2014 at 4:38 PM, Alexander Ivash elder...@gmail.com wrote: Did anybody ever confront such an issue? It started happening after I created two instances of

Re: [Interest] How to update resource file before every building project

2013-02-09 Thread Oleg Shparber
Hi, Running qmake should help. -- Oleg On Sat, Feb 9, 2013 at 7:21 PM, Николай Шатохин n.shatok...@gmail.comwrote: Hello. My QML files in resource file (.qrc). So, when I editing qml I need change something in resource file and save it for apply changes to qml files. How to do this

[Interest] Meta type automatic registration and QList in QML

2012-11-18 Thread Oleg Shparber
Hi everyone, I found that now new types in Q_PROPERTY should be registered automatically [1]. In my application I need to pass QListQRect as an object property. Now I use QVariantList because my code has been just ported from Qt4 to Qt5. I have tried to use QListQRect instead of QVariantList but

Re: [Interest] How to show Qt Quick 2 scene on widget?

2012-10-03 Thread Oleg Shparber
See QQuickView - http://doc-snapshot.qt-project.org/5.0/qquickview.html On Wed, Oct 3, 2012 at 7:54 AM, Alexander Akulich akulichalexan...@gmail.com wrote: Hi all. Is there any replacement for QDeclarativeView in Qt5? If not, is it planned in future releases? How to port large Qt4

[Interest] Trigger Flickable moving on its child Flickable content reaches bound

2012-09-17 Thread Oleg Shparber
of ListView. Any suggestions how to implement such behaviour. Thanks in advance. -- Oleg Shparber ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest