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
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:
>>> [...]
>>&
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
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
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
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
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
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
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
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
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
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
&
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"
>>
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’
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
> 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
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:
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
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
19 matches
Mail list logo