Re: [Development] ListView + TextEdit tricky behavior

2014-09-30 Thread Matías Néstor Ares
Thank you Both, Very usefull, I'm now working with the data stored on the model. Best Regards 2014-09-30 10:39 GMT-03:00 Keith Gardner : > > > On Tue, Sep 30, 2014 at 8:35 AM, Mitch Curtis > wrote: > >> >> On 30/09/14 14:55, Matías Néstor Ares wrote: >> >> Hi everyone! >> I'm developing an app w

Re: [Development] QtDBus Improvements

2014-09-30 Thread Roland Winklmeier
On 09/30/2014 01:49 PM, Thiago Macieira wrote: > On Tuesday 30 September 2014 12:22:26 Daniele E. Domenichelli wrote: >> So, are these improvements still in the plan for QtDBus? Has anyone else >> been working on them? Where can I start? > > Hi Daniele > > Yes, those are still the targets and so

Re: [Development] ListView + TextEdit tricky behavior

2014-09-30 Thread Keith Gardner
On Tue, Sep 30, 2014 at 8:35 AM, Mitch Curtis wrote: > > On 30/09/14 14:55, Matías Néstor Ares wrote: > > Hi everyone! > I'm developing an app with Qt, and I'm having some issues. > I don't get a proper answer from the forums yet. > So I ask it here, sorry if it is not the correct place. > > The

Re: [Development] ListView + TextEdit tricky behavior

2014-09-30 Thread Mitch Curtis
On 30/09/14 15:35, Mitch Curtis wrote: On 30/09/14 14:55, Matías Néstor Ares wrote: Hi everyone! I'm developing an app with Qt, and I'm having some issues. I don't get a proper answer from the forums yet. So I ask it here, sorry if it is not the correct place. The problem description is on th

Re: [Development] ListView + TextEdit tricky behavior

2014-09-30 Thread Mitch Curtis
On 30/09/14 14:55, Matías Néstor Ares wrote: Hi everyone! I'm developing an app with Qt, and I'm having some issues. I don't get a proper answer from the forums yet. So I ask it here, sorry if it is not the correct place. The problem description is on this post: http://qt-project.org/forums/vi

Re: [Development] ListView + TextEdit tricky behavior

2014-09-30 Thread Keith Gardner
On Tue, Sep 30, 2014 at 7:55 AM, Matías Néstor Ares wrote: > Hi everyone! > I'm developing an app with Qt, and I'm having some issues. > I don't get a proper answer from the forums yet. > So I ask it here, sorry if it is not the correct place. > > The problem description is on this post: > http:/

Re: [Development] Proposal: Rename Qt WebSockets QML import

2014-09-30 Thread Blasche Alexander
-- Alex > -Original Message- > From: development-bounces+alexander.blasche=digia@qt-project.org > [mailto:development-bounces+alexander.blasche=digia@qt-project.org] > On Behalf Of Sze Howe Koh > To bring the WebSocket QML import name in line with other modules > (e.g. "QtWebEn

[Development] ListView + TextEdit tricky behavior

2014-09-30 Thread Matías Néstor Ares
Hi everyone! I'm developing an app with Qt, and I'm having some issues. I don't get a proper answer from the forums yet. So I ask it here, sorry if it is not the correct place. The problem description is on this post: http://qt-project.org/forums/viewthread/47948/ And a video of the symptom here:

[Development] Proposal: Rename Qt WebSockets QML import

2014-09-30 Thread Sze Howe Koh
Hi all, To bring the WebSocket QML import name in line with other modules (e.g. "QtWebEngine 1.0", "QtQuick 2.x", "QtWebKit 3.x", "QtSensors 5.x"), I propose changing the import: - From "import Qt.WebSockets 1.0" - To "import QtWebSockets 1.1" (no dot between "Qt" and "WebSockets") Ideally, the

Re: [Development] QtDBus Improvements

2014-09-30 Thread Thiago Macieira
On Tuesday 30 September 2014 12:22:26 Daniele E. Domenichelli wrote: > Hello all, > > > At Qt Contributors Summit 2013 in Bilbao we discussed some improvement > to QtDBus: > > http://qt-project.org/groups/qt-contributors-summit-2013/wiki/QtDBus_CS > > I offered to help, but unfortunately I had

[Development] QtDBus Improvements

2014-09-30 Thread Daniele E. Domenichelli
Hello all, At Qt Contributors Summit 2013 in Bilbao we discussed some improvement to QtDBus: http://qt-project.org/groups/qt-contributors-summit-2013/wiki/QtDBus_CS I offered to help, but unfortunately I had some important family issues and I couldn't find the time to work on it, since then. A

Re: [Development] [QML] Singletons are deleted before the other objects

2014-09-30 Thread BogDan
[..] > > IMHO deleting first the QML singletons then the rest of the Active > > objects > > > > is also wrong, because some of the active objects might need these > > singletons. > > > > I think the right way is to delete all the active objects first, then QML > > > > singletons, try delete a