/srv/irclogs.ubuntu.com/2016/03/02/#ubuntu-app-devel.txt

=== aaron is now known as ahoneybun
suebtIs it possible to set a zoom factor in Oxide?09:59
DanChapmanoSoMoN, ^^10:01
oSoMoNDanChapman, suebt: no, this is tracked by bug #144739510:02
ubot5bug 1447395 in webbrowser-app (Ubuntu) "[browser] Zoom needed for better readability" [High,Confirmed] https://launchpad.net/bugs/144739510:02
suebtDanChapman, oSoMon: Allright, thanks.10:03
justxuxHello. I'm a beginner in programming, was playing around making some very simple apps,yet nothing that can  distribute. I Love the way Linux is heading (5 years experience with Linux ,especially Ubuntu ) ,want to help Ubuntu and community with all i can. So how can i start develop for Ubuntu ,need some advices. Thanks in advance.10:38
nik90timp, faenil: Has the new bottom edge landed in the stable phone images?11:37
faenilnik90: mmm zsombi_ ^11:37
faenilI think it has, not 100% sure though11:38
zsombi_nik90: yes, it has landed in OTA911:38
nik90zsombi_, thnx11:38
=== _salem is now known as salem_
nik90popey, Can you review https://code.launchpad.net/~nik90/ubuntu-clock-app/minor-last-design-fixes/+merge/28777112:13
nik90popey, last minute changes proposed by Rae.12:14
nik90Once that MP is in, we can send it back to QA.12:14
popeysure12:14
nik90thnx12:15
popeynik90: http://people.canonical.com/~alan/screenshots/device-2016-03-02-121759.png12:18
popeynik90: http://people.canonical.com/~alan/screenshots/device-2016-03-02-121813.png12:18
popeythose colours look right to you on the icons at the top? (blue)?12:18
popeyoh, hang on, broken upload12:20
popeyhttp://people.canonical.com/~alan/screenshots/device-2016-03-02-122057.png12:21
popey better12:21
nik90popey, yup, they are actually hardcoded :)12:24
nik90https://docs.google.com/presentation/d/1yxUZ0zuKEXkWZFhIFMtXu2MXyzoEh4ao3Sp8Ktxv4Jo/edit#slide=id.g18587dd40_02912:24
popeyokay, groovy12:25
* nik90 was watching the Wintergarten - Marble Machine video ;)12:25
popeynik90: approved!12:26
popeyhaha12:26
nik90popey, its merged to trunk12:50
popeyexcellent, I'll grab the click out of jenkins, test it and update the qa card. thank you!12:51
nik90np12:52
aysthere any official apis for gui wrapping?13:53
timpfaenil: I added the unit test to https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/75-sectionsScroll/+merge/28762014:44
faeniltimp: commneted15:02
timpfaenil: argh. 'moving' only changes when the USER drags or flicks...15:24
faenilwhat do you mean15:25
faenilmoving changes when there's interaction15:25
timpmoving = dragging || flicking15:25
faenilyes15:25
timpfaenil: right. That does not happen after you click the left arrow15:25
faenilflicking comes after moving15:25
timpso contentX is updated, but moving stays false15:25
timpno, flicking is only true when the user flicks15:25
faenilof course, remember that's why the header is flickering?15:25
faenil(btw, do you remember you have to fix that in the header? :D )15:26
timpfaenil: you commented this on my MR: I think here you should use a signal spy to make sure listview.moving never changes after you click15:26
faeniltimp: if flicking is true, moving is true as well. Flicking starts on mouseRelease15:26
timpI implemented it, but it is useless because moving never becomes true15:26
faeniltimp: in fact, that's why I said "NEVER changes"15:26
faenilbecause you don't want it to change, right? the arrow should be disabled15:26
timpfaenil: I changed the code so that the bug is there. I click the overlay mousearea, and the sections move to the right while they should not. But MOVING stays false.15:27
timpeven when the bug is there, moving never changes15:27
faenilah right. then just check the animation never starts15:27
timpso I need to check contentX, like I was doing already15:27
timphmm15:28
timpinstead of movingChanged I can try contentXChanged15:28
faenilyes15:28
faenilas well15:28
timpok, that works.15:28
faenilit would still be useful to have something like "scrolling"15:28
faenilthat is true when the animation is running or the flickable is moving15:28
faeniland then you can rely on that15:28
timpright. That would be the 'moving' that I would like to see implemented in qt :)15:29
timpfaenil: currently that is the same as checking that contentX changed15:29
timpfor the test15:29
faenilyes, but you'll never see it because just that would require some kind of heuristic that associates changes in contentX to "moving" semantics :)15:29
faeniland that sounds very, very flaky to implement15:30
timphuh?15:30
timpwhat I'll never see?15:30
timpI have a signalspy that sees everything15:30
timpfaenil: I'll do it like this http://pastebin.ubuntu.com/15267419/15:35
faeniltimp: looks ok15:36
faeniltimp: please add the mouse + release test as well15:36
timpyes, will do.15:36
timpfaenil: for some reason, the SignalSpy does not see "started" or even "onRunningChanged" signals for the animation :s16:00
timpfaenil: do you see something wrong here? http://pastebin.ubuntu.com/15267662/16:00
timpfaenil: the signals happen, I have an onStarted: print("STARTED") in the animation and that one shows16:01
timpoh. animation=null16:02
faenilI was about to say that16:02
faenilyou should always check that findChild returns a valid value16:02
timpshit, an animation is not an Item I guess?16:02
faenilyou need findInvisibleChild there, I believe16:02
timpfaenil: right. That works. Thanks :)16:03
faenil:)16:03
timpfaenil: ok, I pushed an update to the MR that adds both unit tests16:05
timphttps://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/75-sectionsScroll/+merge/28762016:06
faenildon't see it yet16:06
timpfaenil: the CI failure that is there was  "error: device not found". Hopefully it will go well the next run16:08
timpfaenil: the diff is there now16:08
timplp was slow16:08
faenilnot yet16:08
timphmm, the changelog is there but the diff is still updating16:08
timpit is still slow ;)16:08
faenil:)16:08
clubuntuhello19:04
clubuntuDoes anyone know me to indicate a detailed guide and in Italian on how to write an app for Ubuntu with Ubuntu sdk19:04
nik90balloons, ping19:06
renatunik90, hey, the lunar calendar settings is not persistent19:57
renatunik90, the link with the settings object is missing19:57
nik90renatu, hmm, I am unfamiliar with the lunar calendar implementation since it was done before I joined in. That said let me take a quick peek at the Mp where I revamped the settings page19:58
renatunik90, it is very easy to fix20:00
renatunik90, the code did not create the property on the settings object20:00
nik90renatu, oh20:00
nik90I suppose Gary Wang forgot about it20:01
dobeyrpadovani: ^^ can you maybe help clubuntu, if that person returns? :)20:08
rpadovanidobey, there isn't any italian translations - translating technical docs is a waste of time, since they're updated so often. Also, you need someone who knows the topic21:28
dobeyrpadovani: sure, i figured as much. but you are italian right? maybe it will be faster for you to help :)21:29
dobeymy italian is very bad :)21:29
rpadovanidobey, yap, we also have an irc chan, #ubuntu-it-dev, so if I'm away you can redirect him there :)21:29
dobeyrpadovani: ah ok. i wasn't aware of that channel. i'll remember it for future :)21:30
rpadovanigreat!21:30
dobey(by remember, i mean it's very likely i'll forget :P)21:30
rpadovaniof course :D21:31
=== salem_ is now known as _salem
nik90ahayzen, ping23:44
ahayzennik90, pong23:44
nik90ahayzen, Do you know how to swipe delete an item using Autopilot for the new UC 1.3 ListItems?23:44
ahayzennik90, we've definitely done it hang on...23:45
nik90the ones I had for UC 1.1. and 1.2 are failing now23:45
ahayzennik90, we have this i think http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/tests/autopilot/music_app/__init__.py#L42323:45
ahayzenyeah that's what it hits here http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/tests/autopilot/music_app/tests/test_music.py#L58923:46
nik90ahayzen, thnx. I will try that out23:47
ahayzenno problem :-)23:47
=== javiercrowsoft1 is now known as javiercrowsoft

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!