Re: [Development] why is QJSEngine not modifying metaObject

2015-02-11 Thread Matt Broadstone
On Wed, Feb 11, 2015 at 4:00 PM, Thiago Macieira wrote: > On Wednesday 11 February 2015 18:50:42 Hausmann Simon wrote: > > Hi, > > > > The brute force way is to add this feature to the engine at the expense > of > > performance, memory consumption and maintenance :) > > > > Today you can invoke J

Re: [Development] osx search paths with 5.3.2

2014-10-13 Thread Matt Broadstone
On Mon, Oct 13, 2014 at 11:07 AM, Ziller Eike wrote: > > On Oct 13, 2014, at 4:55 PM, Matt Broadstone wrote: > >> Hi all, >> >> I've been using qt 4.8.6 for quite some time on my macbook installed >> from homebrew with no problem whatsoever. I decided over t

[Development] osx search paths with 5.3.2

2014-10-13 Thread Matt Broadstone
Hi all, I've been using qt 4.8.6 for quite some time on my macbook installed from homebrew with no problem whatsoever. I decided over the weekend to upgrade my install to the latest qt5 build which on homebrew is 5.3.2. Everything installed, qmake ran and I was able to successfully build qjsonrpc

Re: [Development] QtWebChannel internal protocol

2014-07-07 Thread Matt Broadstone
On Mon, Jul 7, 2014 at 6:31 AM, Milian Wolff wrote: > On Monday 07 July 2014 12:22:44 Lutz Schönemann wrote: > > On 07/04/2014 08:41 PM, Milian Wolff wrote: > > > No. I think most of this can be cleaned up nowadays. For some history > see > > > this: https://codereview.qt-project.org/#/c/77481/ >

Re: [Development] Request for a sandbox area: Replicant

2014-06-02 Thread Matt Broadstone
On Monday, June 2, 2014, Stottlemyer, Brett (B.S.) wrote: > > Are you aware of QxtRPCService as well? > > http://libqxt.bitbucket.org/doc/0.6/qxtrpcservice.html > > André, > > Nope. Didn't know about that one. It is Signals only, not Properties and > Slots as well, though. Thanks! > > Brett

Re: [Development] QtQuickComponents ComboBox with QEglFSWindow

2014-04-16 Thread Matt Broadstone
On Wed, Apr 16, 2014 at 1:21 PM, Matt Broadstone wrote: > On Mon, Apr 14, 2014 at 12:25 PM, Matt Broadstone wrote: > >> On Mon, Apr 14, 2014 at 7:07 AM, Rutledge Shawn > > wrote: >> >>> >>> On 11 Apr 2014, at 10:15 PM, Matt Broadstone wrote: >>&

Re: [Development] QtQuickComponents ComboBox with QEglFSWindow

2014-04-16 Thread Matt Broadstone
On Mon, Apr 14, 2014 at 12:25 PM, Matt Broadstone wrote: > On Mon, Apr 14, 2014 at 7:07 AM, Rutledge Shawn > wrote: > >> >> On 11 Apr 2014, at 10:15 PM, Matt Broadstone wrote: >> >> > Hi, >> > We're experiencing an odd crash while running our Qt

Re: [Development] QtQuickComponents ComboBox with QEglFSWindow

2014-04-14 Thread Matt Broadstone
On Mon, Apr 14, 2014 at 7:07 AM, Rutledge Shawn wrote: > > On 11 Apr 2014, at 10:15 PM, Matt Broadstone wrote: > > > Hi, > > We're experiencing an odd crash while running our Qt Quick application > in a VirtualBox session using eglfs on the framebuffer. The applicat

[Development] QtQuickComponents ComboBox with QEglFSWindow

2014-04-11 Thread Matt Broadstone
Hi, We're experiencing an odd crash while running our Qt Quick application in a VirtualBox session using eglfs on the framebuffer. The application works perfectly passing the '-platform eglfs' options, however, when we try to use a ComboBox we get a segfault/qFatal, with the resulting backtrace (on

Re: [Development] Need suggestion for a new API

2014-01-31 Thread Matt Broadstone
On Friday, January 31, 2014, Mandeep Sandhu wrote: > Hi All, > > I needed a suggestion on an API I'm adding to QNetworkAccessManager and co. > > I'm adding a HTTP redirect feature to QNAM. It can be enabled at a global > (QNAM) level, or can be enabled/disabled on a per request (QNetworkRequest)

Re: [Development] Prettier printing of Unicode strings

2014-01-21 Thread Matt Broadstone
On Mon, Jan 20, 2014 at 7:05 PM, Thiago Macieira wrote: > I was writing a test today and QtTest told me: > >Actual (s) : ?12??? >Expected (s2): ?12??? > > So I went, "duh, ok, it looks the same to me but what's behind those > question > marks". > > After a bit of changes [https://coderev

Re: [Development] Fwd: Qt 5.3 Feature freeze is coming quite soon...

2014-01-17 Thread Matt Broadstone
On Fri, Jan 17, 2014 at 6:26 AM, Richard Moore wrote: > Resend from the right email address. > > -- Forwarded message -- > From: Richard Moore > Date: 17 January 2014 11:25 > Subject: Re: [Development] Qt 5.3 Feature freeze is coming quite soon... > To: Knoll Lars > Cc: Steve Go

Re: [Development] moving some SystemInfo stuff into qtbase (was Re: QtDriveInfo module in Playground)

2014-01-10 Thread Matt Broadstone
e devices as well as the ability to watch for changes. In a perfect world it looks like his classes could be merged in, and modified to use the QDriveInfo class in this review. Matt > Regards, > Konstantin > > > 2014/1/10 Matt Broadstone > >> >> >> On

Re: [Development] moving some SystemInfo stuff into qtbase (was Re: QtDriveInfo module in Playground)

2014-01-10 Thread Matt Broadstone
On Friday, January 10, 2014, Tony Van Eerd wrote: > There was some work going on inside BlackBerry to revamp > QSystemStorageInfo. Last version I saw had: > > QDrive: > - similar to QDir (not a QObject!). > - construct from URI/path (ie "dev/sda1" or "D:\") > - mount/unmount/is-it-mounted/list-of

Re: [Development] Qt 4.8.6 Release Plans

2013-11-05 Thread Matt Broadstone
On Tue, Nov 5, 2013 at 10:56 AM, Sorvig Morten wrote: > On 02 Nov 2013, at 17:58, Thiago Macieira > wrote: > > > On quarta-feira, 30 de outubro de 2013 07:29:56, Turunen Tuukka wrote: > >> We should have the applications made with Qt 4.8.5 on Mac OS 10.7 (for > >> example) working in 10.9 without

Re: [Development] Qt 4.8.6 Release Plans

2013-11-04 Thread Matt Broadstone
On Mon, Nov 4, 2013 at 8:20 AM, Konrad Rosenbaum wrote: > On Monday 04 November 2013 11:46:35 Oswald Buddenhagen wrote: > > > On Sun, Nov 03, 2013 at 06:49:17AM -0800, Thiago Macieira wrote: > > > > We can't even click the link. If we read their patches, we can't write > > > > the same later. >

Re: [Development] Qt 4.8.6 Release Plans

2013-11-03 Thread Matt Broadstone
On Sat, Nov 2, 2013 at 12:58 PM, Thiago Macieira wrote: > On quarta-feira, 30 de outubro de 2013 07:29:56, Turunen Tuukka wrote: > > We should have the applications made with Qt 4.8.5 on Mac OS 10.7 (for > > example) working in 10.9 without serious issues. And we should be able to > > agree togeth

Re: [Development] ML for QtWebEngine

2013-10-15 Thread Matt Broadstone
On Tue, Oct 15, 2013 at 11:27 AM, Zeno Albisser wrote: > Once again from the correct address. > > On Oct 15, 2013, at 5:06 PM, Matt Broadstone wrote: > > > Not that I am really interested in debating such a decision, but I'm not > quite sure I see the noise you guys a

Re: [Development] ML for QtWebEngine

2013-10-15 Thread Matt Broadstone
On Tue, Oct 15, 2013 at 10:57 AM, Pierre Rossi wrote: > Hi, > > On Fri, Oct 4, 2013 at 4:56 PM, Albisser Zeno wrote: > >> Hi, >> >> I would like to request a separate mailing list for the QtWebEngine >> project. >> We receive more and more direct emails and messages on irc from people, >> asking

Re: [Development] potential bug with qml context properties

2013-09-23 Thread Matt Broadstone
On Fri, Sep 20, 2013 at 9:57 AM, Matt Broadstone wrote: > Hi, > I'm running into a strange error related to context properties in qml. > Basically, I'm trying to expose a QQmlPropertyMap into the context of my > QQmlApplicationEngine, and within the qml set up a "r

Re: [Development] QValidator in QtCore

2013-09-22 Thread Matt Broadstone
On Sun, Sep 22, 2013 at 5:28 PM, Olivier Goffart wrote: > On Saturday 21 September 2013 19:13:41 Thiago Macieira wrote: > > On domingo, 22 de setembro de 2013 02:21:40, Konstantin Ritt wrote: > > > I remember some classes were moved from QtXml to QtCore without > breaking > > > the compatibility.

[Development] potential bug with qml context properties

2013-09-20 Thread Matt Broadstone
Hi, I'm running into a strange error related to context properties in qml. Basically, I'm trying to expose a QQmlPropertyMap into the context of my QQmlApplicationEngine, and within the qml set up a "recursive" binding so that changes to that map from C++ are expressed in qml, and vica versa. This

[Development] QValidator in QtCore

2013-09-19 Thread Matt Broadstone
Is it crazy/impossible to propose moving the QValidator class from QtGui to QtCore? I know it was initially designed for validating widgets, however I have a project right now (an ORM) that could very much benefit from these classes. It doesn't seem that the implementation depends on QtGui at all,

Re: [Development] [Feature] Q_INFO: Annotations for classes, methods, properties and enums

2013-09-11 Thread Matt Broadstone
On Wed, Sep 11, 2013 at 2:33 AM, Olivier Goffart wrote: > Hi, > > Great to see we are making progress. > > On Tuesday 10 September 2013 18:26:09 Stefan Merettig wrote: > > Alright guys, let's try to complete the feature. As I heard from sides > > now that you want a key-value store, I'll do it th

Re: [Development] A QtCore class for event-driven jobs

2013-09-06 Thread Matt Broadstone
On Fri, Sep 6, 2013 at 1:52 PM, David Faure wrote: > I would like to propose the inclusion of a QJob class in QtCore, based on > years of experience with KIO::Job and KJob. > > The idea is to encapsulate an event driven asynchronous operation into a > job > class. Example use cases: > - a network

Re: [Development] [API Review Request] QWebsockets

2013-08-25 Thread Matt Broadstone
On Sun, Aug 25, 2013 at 3:49 PM, Kurt Pattyn wrote: > Hi, > > I am about to move the QWebSockets project (see: > http://github.com/KurtPattyn/QWebSockets) to the playground. > Could you please review the API? > > Just some quick stylistic observations: * you don't usually make a class_p.cpp (imp

Re: [Development] [Feature Request] Websockets

2013-08-17 Thread Matt Broadstone
elopers to work on these instead of rolling their own (case in point, Christian's first email cites that he's interested in a "JSON based protocol that could go through a QIODevice," well hey isn't that qjsonrpc?). Secondly, to provide the opportunity for a more rigorous peer rev

Re: [Development] [Feature Request] Websockets

2013-08-16 Thread Matt Broadstone
On Thu, Aug 15, 2013 at 6:59 PM, Christian Gagneraud wrote: > On 16/08/13 03:41, Matt Broadstone wrote: > > On Wed, Aug 14, 2013 at 11:54 AM, Kurt Pattyn > <mailto:pattyn.k...@gmail.com>> wrote: > > > > Hi, > > > > I opensourced a Q

Re: [Development] [Feature Request] Websockets

2013-08-15 Thread Matt Broadstone
On Wed, Aug 14, 2013 at 11:54 AM, Kurt Pattyn wrote: > Hi, > > I opensourced a Qt based module that implements the web socket protocol. > The repository can be found here: > https://github.com/KurtPattyn/QWebSockets. > I have 2 questions: > 1. Is there any interest in adding this to Qt? > 2. If s

Re: [Development] Best-practice data type to pass JSON data between C++ and QML

2013-08-07 Thread Matt Broadstone
On Wed, Aug 7, 2013 at 3:22 PM, Knoll Lars wrote: > Right now, they are probably the best you can get. Let's see if we can do > something better in the future. > > Is there any crossover between the work on v4m and the QJson classes you wrote for qt5? Or useable representations in v4m that could

[Development] QScopedPointer and QObjects

2013-07-28 Thread Matt Broadstone
Hey all, I've found more often than I'd like in my unit tests I'm writing a custom deleter for QObjects when using a QScopedPointer. Something to the effect of: struct QObjectDeleter { static inline void cleanup(QObject *pointer) { if (pointer) pointer->deleteLater(); }

Re: [Development] QJsonDocument formatting

2013-03-03 Thread Matt Broadstone
On Sun, Mar 3, 2013 at 4:26 PM, Thiago Macieira wrote: > On domingo, 3 de março de 2013 16.19.17, Matt Broadstone wrote: > > I'd like to propose a new method added to the QJsonDocument class: > >QJsonDocument::toFormattedJson(int indent, bool compact) > > To

[Development] QJsonDocument formatting

2013-03-03 Thread Matt Broadstone
Hello, I'd like to propose a new method added to the QJsonDocument class: QJsonDocument::toFormattedJson(int indent, bool compact) QJsonPrivate::Writer currently supports these features but unfortunately there is no way to get to it from the public API. Ideally, these options would be available

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-12-11 Thread Matt Broadstone
On Wed, Nov 28, 2012 at 11:11 AM, BRM wrote: > > From: BRM > > > Sent: Monday, November 26, 2012 9:39 PM > > Subject: Re: [Development] Qt Playground - Updating Daemon/Service > Support > >> From: Matt Broadstone > >> Subject: Re: [Developmen

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Matt Broadstone
On Mon, Nov 26, 2012 at 1:48 PM, BRM wrote: > > From: Charley Bay > > >On Mon, Nov 26, 2012 at 10:40 AM, Matt Broadstone > wrote: > > > >On Mon, Nov 26, 2012 at 12:01 PM, Charley Bay > wrote: > >> > >>>>> " Component >, >

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Matt Broadstone
On Mon, Nov 26, 2012 at 12:01 PM, Charley Bay wrote: > >>> " Component >, > >>> I would like to open a new Qt Playground project to create a new > equivalent > > +1 > > IMHO this would be a cross-platform useful module that I'd vote to > ultimately end-up within "Qt-proper". > > Disclosure: I tr

Re: [Development] Qt Playground - Updating Daemon/Service Support

2012-11-26 Thread Matt Broadstone
On Mon, Nov 26, 2012 at 10:13 AM, Thiago Macieira wrote: > On segunda-feira, 26 de novembro de 2012 06.59.23, BRM wrote: > > I am following up to some e-mails I sent on the feedback/interests/dev > > lists[1] and blogs[2] over a year ago for updating the QtService > Component. > > > > > > I would