=== aaron is now known as ahoneybun [09:59] Is it possible to set a zoom factor in Oxide? [10:01] oSoMoN, ^^ [10:02] DanChapman, suebt: no, this is tracked by bug #1447395 [10:02] bug 1447395 in webbrowser-app (Ubuntu) "[browser] Zoom needed for better readability" [High,Confirmed] https://launchpad.net/bugs/1447395 [10:03] DanChapman, oSoMon: Allright, thanks. [10:38] Hello. 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. [11:37] timp, faenil: Has the new bottom edge landed in the stable phone images? [11:37] nik90: mmm zsombi_ ^ [11:38] I think it has, not 100% sure though [11:38] nik90: yes, it has landed in OTA9 [11:38] zsombi_, thnx === _salem is now known as salem_ [12:13] popey, Can you review https://code.launchpad.net/~nik90/ubuntu-clock-app/minor-last-design-fixes/+merge/287771 [12:14] popey, last minute changes proposed by Rae. [12:14] Once that MP is in, we can send it back to QA. [12:14] sure [12:15] thnx [12:18] nik90: http://people.canonical.com/~alan/screenshots/device-2016-03-02-121759.png [12:18] nik90: http://people.canonical.com/~alan/screenshots/device-2016-03-02-121813.png [12:18] those colours look right to you on the icons at the top? (blue)? [12:20] oh, hang on, broken upload [12:21] http://people.canonical.com/~alan/screenshots/device-2016-03-02-122057.png [12:21] better [12:24] popey, yup, they are actually hardcoded :) [12:24] https://docs.google.com/presentation/d/1yxUZ0zuKEXkWZFhIFMtXu2MXyzoEh4ao3Sp8Ktxv4Jo/edit#slide=id.g18587dd40_029 [12:25] okay, groovy [12:25] * nik90 was watching the Wintergarten - Marble Machine video ;) [12:26] nik90: approved! [12:26] haha [12:50] popey, its merged to trunk [12:51] excellent, I'll grab the click out of jenkins, test it and update the qa card. thank you! [12:52] np [13:53] there any official apis for gui wrapping? [14:44] faenil: I added the unit test to https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/75-sectionsScroll/+merge/287620 [15:02] timp: commneted [15:24] faenil: argh. 'moving' only changes when the USER drags or flicks... [15:25] what do you mean [15:25] moving changes when there's interaction [15:25] moving = dragging || flicking [15:25] yes [15:25] faenil: right. That does not happen after you click the left arrow [15:25] flicking comes after moving [15:25] so contentX is updated, but moving stays false [15:25] no, flicking is only true when the user flicks [15:25] of course, remember that's why the header is flickering? [15:26] (btw, do you remember you have to fix that in the header? :D ) [15:26] faenil: you commented this on my MR: I think here you should use a signal spy to make sure listview.moving never changes after you click [15:26] timp: if flicking is true, moving is true as well. Flicking starts on mouseRelease [15:26] I implemented it, but it is useless because moving never becomes true [15:26] timp: in fact, that's why I said "NEVER changes" [15:26] because you don't want it to change, right? the arrow should be disabled [15:27] faenil: 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] even when the bug is there, moving never changes [15:27] ah right. then just check the animation never starts [15:27] so I need to check contentX, like I was doing already [15:28] hmm [15:28] instead of movingChanged I can try contentXChanged [15:28] yes [15:28] as well [15:28] ok, that works. [15:28] it would still be useful to have something like "scrolling" [15:28] that is true when the animation is running or the flickable is moving [15:28] and then you can rely on that [15:29] right. That would be the 'moving' that I would like to see implemented in qt :) [15:29] faenil: currently that is the same as checking that contentX changed [15:29] for the test [15:29] yes, but you'll never see it because just that would require some kind of heuristic that associates changes in contentX to "moving" semantics :) [15:30] and that sounds very, very flaky to implement [15:30] huh? [15:30] what I'll never see? [15:30] I have a signalspy that sees everything [15:35] faenil: I'll do it like this http://pastebin.ubuntu.com/15267419/ [15:36] timp: looks ok [15:36] timp: please add the mouse + release test as well [15:36] yes, will do. [16:00] faenil: for some reason, the SignalSpy does not see "started" or even "onRunningChanged" signals for the animation :s [16:00] faenil: do you see something wrong here? http://pastebin.ubuntu.com/15267662/ [16:01] faenil: the signals happen, I have an onStarted: print("STARTED") in the animation and that one shows [16:02] oh. animation=null [16:02] I was about to say that [16:02] you should always check that findChild returns a valid value [16:02] shit, an animation is not an Item I guess? [16:02] you need findInvisibleChild there, I believe [16:03] faenil: right. That works. Thanks :) [16:03] :) [16:05] faenil: ok, I pushed an update to the MR that adds both unit tests [16:06] https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/75-sectionsScroll/+merge/287620 [16:06] don't see it yet [16:08] faenil: the CI failure that is there was "error: device not found". Hopefully it will go well the next run [16:08] faenil: the diff is there now [16:08] lp was slow [16:08] not yet [16:08] hmm, the changelog is there but the diff is still updating [16:08] it is still slow ;) [16:08] :) [19:04] hello [19:04] Does anyone know me to indicate a detailed guide and in Italian on how to write an app for Ubuntu with Ubuntu sdk [19:06] balloons, ping [19:57] nik90, hey, the lunar calendar settings is not persistent [19:57] nik90, the link with the settings object is missing [19:58] renatu, 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 page [20:00] nik90, it is very easy to fix [20:00] nik90, the code did not create the property on the settings object [20:00] renatu, oh [20:01] I suppose Gary Wang forgot about it [20:08] rpadovani: ^^ can you maybe help clubuntu, if that person returns? :) [21:28] dobey, 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 topic [21:29] rpadovani: sure, i figured as much. but you are italian right? maybe it will be faster for you to help :) [21:29] my italian is very bad :) [21:29] dobey, yap, we also have an irc chan, #ubuntu-it-dev, so if I'm away you can redirect him there :) [21:30] rpadovani: ah ok. i wasn't aware of that channel. i'll remember it for future :) [21:30] great! [21:30] (by remember, i mean it's very likely i'll forget :P) [21:31] of course :D === salem_ is now known as _salem [23:44] ahayzen, ping [23:44] nik90, pong [23:44] ahayzen, Do you know how to swipe delete an item using Autopilot for the new UC 1.3 ListItems? [23:45] nik90, we've definitely done it hang on... [23:45] the ones I had for UC 1.1. and 1.2 are failing now [23:45] nik90, we have this i think http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/tests/autopilot/music_app/__init__.py#L423 [23:46] yeah 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#L589 [23:47] ahayzen, thnx. I will try that out [23:47] no problem :-) === javiercrowsoft1 is now known as javiercrowsoft