[Ubuntu-phone] Summary of Landing Task For Call 02.10.2013 (1)

2013-10-02 Thread Didier Roche
Hey everyone. So, image 75 was built with all the planned fixes. Unfortunately, we are still seeing some tests issues due to the hardware decoding switch for mediaplayer. This is on track and planned to be fixed before EOD (see https://bugs.launchpad.net/ubuntu/+source/libhybris/+bug/1234007).

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Николай Шатохин
Ok, I registered as Type class Ship inherited from QObject that have fields: Q_PROPERTY(Hull hull READ hull) Q_PROPERTY(Reactor reactor READ reactor) Q_PROPERTY(Shields shields READ shields) (all field classes inherited from QObject too) But in ship class I'm using this fields as pointers (Hull

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Vladimir M.
Just put the star in the property decl -- it's the stock way to do it, and the decl w/o star will be deprecated probably soon, as far as I know. Then, bind to the props in qml, and that's it! 02 окт. 2013 г. 14:31 пользователь "Николай Шатохин" написал: > > Ok, I registered as Type class Ship inh

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Николай Шатохин
So, I can do this: Q_PROPERTY(Hull * hull READ hull) Q_PROPERTY(Reactor * reactor READ reactor) Q_PROPERTY(Shields * shields READ shields) Am I right? If star will be deprecated, what will we must to use instead it? 2013/10/2 Vladimir M. > Just put the star in the property decl -- it's the s

[Ubuntu-phone] [PATCH] Remove references to uchroot

2013-10-02 Thread Jani Monoses
These patches remove the uchroot git repo from the phablet-saucy manifest and the uchroot and ubuntu_chroot modules from the build list. They are not used in the flipped model which has been the default for a while and which is the only one supported in the phablet-saucy branch. 0001-Remove-refe

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Николай Шатохин
I did it, but now I got: QMetaProperty::read: Unable to handle unregistered datatype 'Game*' for property 'Engine::game' QQmlExpression: Expression qrc:/Reactor.qml:7 depends on non-NOTIFYable properties: Engine::game On application startup (game is Q_PROPERY of Engine and has type Game *). 2

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Roman Shchekin
You should register Game via qmlRegisterType too. Your Engine's "game" property used in binding and it has no NOTIFY signal. I hope you know what is it. If no - you should learn basics of Qt first. Cheers, Roman. 2013/10/2 Николай Шатохин > I did it, but now I got: > > QMetaProperty::read: Un

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Николай Шатохин
But game property is a pointer. I don't think that it will change its address in runtime. 2013/10/2 Roman Shchekin > You should register Game via qmlRegisterType too. > > Your Engine's "game" property used in binding and it has no NOTIFY signal. > I hope you know what is it. If no - you should

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Николай Шатохин
Hm, yes, it helps. Thank you. 2013/10/2 Roman Shchekin > You should register Game via qmlRegisterType too. > > Your Engine's "game" property used in binding and it has no NOTIFY signal. > I hope you know what is it. If no - you should learn basics of Qt first. > > Cheers, > Roman. > > > 2013/10

Re: [Ubuntu-phone] Create QML view for C++ object (not class)

2013-10-02 Thread Vladimir M.
CONSTANT (or whatever the name is) helps here as well -- if the prop does not change :) On Wed, Oct 2, 2013 at 7:58 PM, Николай Шатохин wrote: > Hm, yes, it helps. Thank you. > > > 2013/10/2 Roman Shchekin > >> You should register Game via qmlRegisterType too. >> >> Your Engine's "game" proper

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-02 Thread Dmitrijs Ledkovs
I am now starting to collect notes on the emulator at: https://wiki.ubuntu.com/Touch/Emulator I have also made a prebuild emulator with images available at: http://people.canonical.com/~xnox/emulator.tar.xz It's a 300MB download and includes a wrapper script to launch the emulator. At the moment

[Ubuntu-phone] Summary of Landing Task For Call 02.10.2013 (2)

2013-10-02 Thread Didier Roche
Hey guys. So, we are really close to have image 76 to become a reality (in 20 minutes, it will start building). As expected, this image has: * bug fixes in applications and settings app * new online music scope for online search in the dash * music-app powerd lock * some more bits to get autopi

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-02 Thread leon lee
In the previous discussion of https://lists.launchpad.net/ubuntu-phone/msg02258.html, Chirayu Desai has managed to make an emulator with /system partition mounted. Would it be helpful to you? I tried that also, but found there's something wrong with the SurfaceFlinger. So I'm working on making

[Ubuntu-phone] Image 77 automated testing summary

2013-10-02 Thread Paul Larson
Here's a summary of interesting things going on in the automated results I've been sending to Didier every night. If others find it useful, I can send them here as well. Maguro: unity 8 crash Failed test: shell.tests.test_hud.TestHud.test_show_hud_appears http://reports.qa.ubuntu.com/smokeng/sau

Re: [Ubuntu-phone] Image 77 automated testing summary

2013-10-02 Thread Matthew Fischer
I would love to have these. So either to the list or ... well I hate to suggest another list, so here works for me. On Wed, Oct 2, 2013 at 8:50 PM, Paul Larson wrote: > Here's a summary of interesting things going on in the automated results > I've been sending to Didier every night. If others

Re: [Ubuntu-phone] Image 77 automated testing summary

2013-10-02 Thread Ted Gould
On Wed, 2013-10-02 at 21:50 -0500, Paul Larson wrote: > Music app found a crash in url-dispatcher again, so that still seems > to be a random failure we see: > http://reports.qa.ubuntu.com/smokeng/saucy/touch_ro/4525/music-app-autopilot/ I think that it is likely because of this error: https://j