[Development] GridView

2014-04-29 Thread Joshua Kolden
I get strange scrolling behavior with QML's GridView on OSX with with a touchpad doing the typical two finger scrolling gesture. Click drag seems to be doing what two finger click drag should be. Is this a bug or am I missing a step? Also I have a large data base (orm) of image assets that I

Re: [Development] QtQml value types

2014-04-25 Thread Joshua Kolden
On Apr 25, 2014, at 7:28 AM, Dominik Holland wrote: > > Am 25.04.14 15:05, schrieb Joshua Kolden: >> >> On Apr 25, 2014, at 3:51 AM, Alberto Mardegan >> wrote: >> >>> On 04/24/2014 03:11 PM, Joshua Kolden wrote: >>> [...] >>&

Re: [Development] QtQml value types

2014-04-25 Thread Joshua Kolden
On Apr 25, 2014, at 3:51 AM, Alberto Mardegan wrote: > On 04/24/2014 03:11 PM, Joshua Kolden wrote: > [...] >> We have a solution that works very well for us using QVariantMaps and an >> MVC pattern / strong separation between data objects and view. It >> appears to

Re: [Development] QtQml value types

2014-04-24 Thread Joshua Kolden
I’m sorry I intended to respond to this in the other thread, but super busy. Nevertheless I think it’s important for people to know there are answers to this now without waiting for any new APIs so I stole the time to write our process out. We have a solution that works very well for us using

Re: [Development] Question about Qt's future

2014-04-21 Thread Joshua Kolden
On Apr 21, 2014, at 6:31 AM, Yves Bailly wrote: > On 21/04/2014 04:53, Thiago Macieira wrote: >> Em dom 20 abr 2014, às 22:37:11, m...@rpzdesign.com escreveu: >>> Isn't Qt Widgets so mature that they are stable? >> >> They are. > > But so much could still be done... as a basic example I stumbl

Re: [Development] Question about Qt's future

2014-04-21 Thread Joshua Kolden
On Apr 21, 2014, at 4:39 AM, Roland Winklmeier wrote: > Am 21.04.2014 05:27, schrieb Joshua Kolden: >> I’m curious why you are not interested in QML. >> >> I’m just finishing up a an initial production release of software oriented >> towards high-performance gra

Re: [Development] Question about Qt's future

2014-04-20 Thread Joshua Kolden
I’m curious why you are not interested in QML. I’m just finishing up a an initial production release of software oriented towards high-performance graphics. We used QML for the interface, coffeescript for view logic, and Qt/c++ for processing and business logic. It works astonishingly well

Re: [Development] Future of QtOpenCL

2014-03-29 Thread Joshua Kolden
Thanks for picking this up. I'm in the process of integrating OpenCL with our qt/qml application. I will be happy to test, and contribute our work as applicable so as to encourage this development. j On Mar 29, 2014, at 2:31 PM, Liang Qi wrote: > Time is so fast. > > I got some free time th

Re: [Development] QML testing

2014-03-03 Thread Joshua Kolden
Sorry, one other thing. It would also be great if the qml test framework could understand javascript .map files so as to point to the correct source file lines. (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) On Mar 3, 2014, at 3:34 PM, Joshua Kolden wrote: > I’ve d

[Development] QML testing

2014-03-03 Thread Joshua Kolden
I’ve done a buch of work with TDD and qml now, and built a very nice test framework in coffeescript with “before each” “after each”; nice spec style ‘it “has a feature”`, signal handling, color coded output the whole bit. There are, however, two remaining big frustrations that make continuous t

Re: [Development] QML Image aliasing when animating

2014-01-22 Thread Joshua Kolden
referable to implement a custom QQuickItem >> which returns a QSGSimpleTextureNode with a QSGTexture with mipmapping. >> >> cheers, >> Gunnar >> >> On 22 Jan 2014, at 04:03, Joshua Kolden wrote: >> >>> I’m getting boxed in with rendering bugs

Re: [Development] QML Image aliasing when animating

2014-01-22 Thread Joshua Kolden
mipmap: true >... > } > > However, by enabling the layer you get an extra texture copy of your rather > large image, so it might be preferable to implement a custom QQuickItem which > returns a QSGSimpleTextureNode with a QSGTexture with mipmapping. > > cheers, > Gunnar &

Re: [Development] QML Image aliasing when animating

2014-01-21 Thread Joshua Kolden
Yes, it also has no effect. On Jan 21, 2014, at 11:21 PM, Rutledge Shawn wrote: > > On 22 Jan 2014, at 4:03 AM, Joshua Kolden wrote: > >> Image { >> id: c4CameraImage >> fillMode: Image.PreserveAspectFit >> source: “path/to/c4camera.png" >>

[Development] QML Image aliasing when animating

2014-01-21 Thread Joshua Kolden
I’m getting boxed in with rendering bugs on two fronts. Originally I tried to work with fonts for the following animation, but have both render quality and font ‘subfamily’ selection bugs to deal with there. So I took the effort to switch a lot of stuff around and use images instead, however I’

Re: [Development] Consoles

2014-01-17 Thread Joshua Kolden
I’d like to add my vote and reiterate this as a valid target for Qt. Consoles are becoming media centers, and a new discreet type of ‘device’ just like a tablet or phone. Although the scope of functionality of these devices is still being worked out I think we can expect a pretty clear set of

Re: [Development] qtest-qml osx

2014-01-07 Thread Joshua Kolden
> There are plenty of tests there and you can probably find some that are > relevant to you. > > Regards, > Caroline > > ________ > From: Joshua Kolden [jos...@crackcreative.com] > Sent: Monday, January 06, 2014 5:15 PM > To: Chao

Re: [Development] qtest-qml osx

2014-01-06 Thread Joshua Kolden
hed example it can be for example src/qml/qmldir containing > "module qml > MyRectangle 1.0 MyRectangle.qml") > > Regards, > Caroline > > > > > > From: Joshua Kolden [jos...@crackcreative.com] > Sent:

Re: [Development] qtest-qml osx

2014-01-05 Thread Joshua Kolden
ed to work, nor planned to, but ideally support > will be added to the new qml utility (such support is not currently in > place but wouldn't be too hard to add). > > -- > Alan Alpert > >> >> >> >> From: development-bounce

[Development] qtest-qml osx

2013-12-16 Thread Joshua Kolden
We have a fairly large qml project, and with 5.2 we are trying to switch to TDD for all components (c++, js (coffescript), QML). Qt Creator and qmlscene in 5.2 both seem to have the same issue that files are missing: >qmlscene test1.qml file:///x/d/qt/testDrivenQML/test1.qml:25 Type TestCase u