=== bfiller_afk is now known as bfiller [07:08] good morning [07:13] yo [07:33] oSoMoN: ping [07:37] oSoMoN: ping ;) [07:46] popey: thoughts on https://bugs.launchpad.net/ubuntu-clock-app/+bug/1233986 [07:46] Launchpad bug 1233986 in Ubuntu Clock App "Right location is identified but wrong timezone" [Undecided,Incomplete] [07:46] popey: it occurs due to the fact that the clock app does not have permission to set the system time yet [07:55] zsombi: pong [07:55] gusch: pong [07:55] oSoMoN: hey dude, will nerochiaro be today? [07:57] oSoMoN: just because I have a fix for his Notes app popover issues [07:57] zsombi: I think so, he usually starts around 10am his time, so he should be around soonish [07:57] oSoMoN: the bug #1226990 [07:57] Launchpad bug 1226990 in notes-app (Ubuntu Saucy) "popup menu display corrupted in notes-app" [High,Confirmed] https://launchpad.net/bugs/1226990 [07:57] zsombi: if you don’t manage to get a hold of him by noon, ping me and I’ll review your fix [07:58] oSoMoN: ok [07:59] zsombi: the fix looks easy enough, based on your comments [08:00] oSoMoN: I've tested it with the SDK gallery, and it works well [08:04] oSoMoN: do you have problems with autopilot on mako, or how did you fix them for notes-app? [08:05] gusch: there’s a known issue in autopilot tests for notes-app on mako indeed [08:05] oSoMoN: I see randon failing tests on mako :( [08:05] gusch: om26er is working on it, he has a pending MR which I need to review [08:06] gusch: for other apps you mean? [08:06] oSoMoN: yes, gallery and uitk [08:07] gusch: is that in the dashboard, or on CI jobs [08:07] oSoMoN: CI [08:07] gusch: can you point me to the log of a failed test? [08:08] oSoMoN: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1749/? or https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1760/? [08:09] oSoMoN: and in gallery there are several tests failing - seems like randomly [08:11] gusch: weird, I have no better advice than re-run them, and ping someone on the CI team [08:13] oSoMoN: well - restarting all the time is no fun - ok - I'll wait/ping omer to investigate [08:14] gusch: yeah, I know… :/ [08:16] Good morning all; happy Farm Animals Day! :-D [08:17] oink [08:22] popey, bacon for breakfast? ;) [08:22] Fruit! [08:25] nerochiaro: pingulorius :) [08:25] zsombi: hello hello [08:26] nerochiaro: check the comments I wrote to the bug #1226990 [08:26] Launchpad bug 1226990 in notes-app (Ubuntu Saucy) "popup menu display corrupted in notes-app" [High,Confirmed] https://launchpad.net/bugs/1226990 [08:28] zsombi: ok, i'll give that a shot. note: deprecated properties should not cause errors. as long as they are still allowed they should jsut work. if a deprecated property causes an error, it's bug in the uitk and needs to be fixed, or the property removed entirely [08:29] nerochiarpo: that property should have been removed long time ago [08:29] zsombi: go for it then [08:29] nerochiaro first you get rid of using 'em :) [08:30] zsombi: if there's no deadline for removal, people don't remove them. we're all lazy ;) [08:30] zsombi: anyway i'll fix that and see if it works [08:31] nerochiaro: ok, agree, all deprecated API will get removed in 30 days... [08:31] zsombi: well, i don't know when the start date of the deprecation period is. where do i find that ? [08:31] ;) [08:32] nerochiaro: the CHANGES file in SDK tells when a property was deprecated, so 30 days after that you should know that the property may/will vanish [08:33] zsombi: cool [08:33] zsombi: btw, your documentation should be updated too [08:33] zsombi: and by that i mean the examples [08:34] nerochiaro: no, all docs are in a perfect shape :D [08:34] zsombi: i'm pretty sure last i checked the example for popups didn't use ActionItems but I may be mistaken [08:35] nerochiaro: there are lots of things we should update in the SDK, docs, examples, more robust unit tests, etc... just don't know when the time will come for that [08:35] nerochiaro actually ActionItems does not even exist [08:35] zsombi: ok, just know they are confusing people at the moment [08:35] nerochiaro: yes, I know... [09:00] nerochiaro, gusch: would one of you have some time for reviewing https://code.launchpad.net/~osomon/webbrowser-app/bookmarks-star/+merge/188620 ? [09:02] oSoMoN: ok [09:03] zsombi1: is there a way to know when a popover has been closed ? [09:03] zsombi1: also is it not supposed to close on its own when someone clicks anywhere outside of the popover ? [09:04] nerochiaro: it should close automatically, yes [09:07] nerochiaro: visible tells whether the popover is hidden. If you open with a component, the popover will be destroyed [09:16] zsombi: it does not seem to close automatically if i tap nearby in the text area that opened it [09:16] zsombi: the cursor moves to another point but the popover is still open [09:18] nerochiaro: then it is again the touch events not being converted to mouse events... [09:21] nerochiaro: because on desktop works pretty well. I've turned the IMA to be derived from MA just because of the unreliability of the mouse + touch handling, and as I got confirmation that all touch events are actually converted into mouse events, the MA derivation was pretty justified. But seems there's something eating the events or not converting them all [09:36] zsombi: anything I can do to speed up fixing this ? [09:38] nerochiaro: honestly no idea... loicm_ says touch events are converted into mouse events, but for some reason no mouse event reaches IMA... [09:38] zsombi: :( === chriadam is now known as chriadam|away === mzanetti is now known as mzanetti|otp [10:09] renato, ping [10:17] dpm, good evening:) [10:18] hi smartboyhw :) === mpt_ is now known as mpt === gusch is now known as gusch|lunch [10:30] zsombi: out of curiosity, at some point the text area had some "handles" that would pop up and help position the cursor or select text. what happened to those ? [10:30] om26er, pong [10:30] hey , good evening :) [10:31] renato I wanted to talk about this bug 1227595 [10:31] Launchpad bug 1227595 in unity8 (Ubuntu) "[touch] The screen brightness change is not realtime" [Low,Confirmed] https://launchpad.net/bugs/1227595 [10:31] nerochiaro: were removed as those were not conform to the design [10:31] renato, see comment #3 from charles [10:31] zsombi: so now one has to have super tiny precise fingers to be able to edit text efficiently ? [10:31] renato, he says you wrote that part of the code. can you tell what's the reason for it not being realtime ? was there some problem ? [10:33] nerochiaro: I understand your concerns, and this was planned to be fixed during this fall, however there were other more urgent tasks popped up so that was left out... sorry... [10:33] zsombi: i'm just mentioning it because of notes app is really really hard to use as it stands for doing anything non trivial === mzanetti|otp is now known as mzanetti [10:34] nerochiaro: I know, but cannot do much about it in the next 24 hours... [10:34] zsombi: not asking you do. just making sure you are aware [10:35] nerochiaro: yes, we are aware, and I've been trying to jump on it several times, all the time got held back... [10:35] om26er, I do not remember exactly the reason for that. I think I was having problems to keep sync btw the ui and the backend due the fact that every time that the backend changes the value its notify the UI and the UI update the slider value [10:35] I will add a comment on the bug [10:36] renato, hm,, ok... seems to be working fine for me now :) [10:36] om26er, would you have any hints on why the tests are failing on this one: https://code.launchpad.net/~dpm/music-app/enable-translations/+merge/187691 [10:37] dpm, looking [10:37] cool, thanks [10:38] dpm: are you able to reproduce this bug https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1233168 ? [10:38] Launchpad bug 1233168 in Ubuntu Calculator App "calc app doesn't show any thing in the upper screen when clicking any number" [Undecided,New] [10:38] dpm, its failing when it tries to create a music database [10:39] om26er, ah, so this requires balloons' music database setup, not sure if he's got that merged yet [10:39] om26er, test with the sound menu and others menu that uses slider [10:39] zsombi: does this look ok to you ? https://code.launchpad.net/~amanzi-team/notes-app/notes-app-remove-deprecated-action-prop/+merge/188806 [10:39] lool, would you have a few mins for a quick hangout later on re: qtpowerd for the music app? We've got a design hangout at 13:30, so perhaps you can join during that or straight after? [10:40] dpm: yes [10:40] dpm: actually I was just about to grab you [10:41] lool, ok, cool, I'll add you to the meeting [10:41] ok [10:41] hopefully I'll all be done with lunch here [10:42] lool, if that works best for you, you can join near the end and we can continue the technical side of the meeting past the design hangout time [10:42] dpm: I should be able to make it [10:43] lool, ok, cool. I think today only one of the developers can make it from what they said, but I think we need to discuss qtpowerd if we want to get it done this week [10:43] dpm: yeah; actually I think there's consensus on what needs to happen, but it's a question of timing and resources [10:45] lool, exactly, after your latest work on the plugin, I understand the bulk of it is done? (pending testing, landing the plugin, etc) [10:49] dpm: yes [10:49] dpm: it's basically all working with the two mps [10:49] dpm: it can land anytime (sooner is better) [10:50] dpm: what remains to be done on this topic is to move this to powerd itself or at least into archive, and merge the unity8 powerd bindings with these; they also need to be reworked not to hardcode the app name [10:50] on the long term, we'll move to music-hub, so wont even need that for music-app anymore [10:50] gotcha [10:50] nerochiaro: the MR looks good. Please note that the ActionSelectionPopover has a target property, which in our case will be the text editor [10:51] lool, one part that's not clear to me is "merge the unity8 powerd bindings with these". That comes back to my question on the MP - why do we need 2 plugins, could we not just have one qtpowerd plugin that's used by both music and unity8? [10:52] dpm: yes we could, that's what I'd like us to do, but that requires work and we have many other things to finish before 13.10 [10:52] dpm: also, I'd like this to move to lp:powerd rather than be a separate source [10:53] win 33 [10:53] ups [10:53] lool, ok, cool, let's use the call to discuss what we can do in the time that we've got [11:00] Interacting with appindicator icon and menus from LDTP | http://askubuntu.com/q/352646 [11:02] zsombi: am I not setting it ? [11:03] zsombi: oh, interesting, i'm not [11:04] dpm: didn't get the invite though [11:05] zsombi: i'm setting it now but i don't notice any difference in behavior. I'll update the MR anyway [11:06] lool, sorry, got distracted on a couple of other conversations, you got it now (or at least you'll get it in a few mins) [11:07] nerochiaro: TextArea sets the target, you don't have to do that [11:08] popey, not sure if you've been following the conversation, but lool will be joining us on the design hangout today to discuss landing the powerd plugin and coordinating the work ^ [11:08] great [11:08] zsombi: i'm using PopupUtils.open to show the thing [11:09] zsombi: in fact, you can please look at the code a minute and let me know if there's a way to just use the standard text area popover and hook into it === MacSlow is now known as MacSlow|lunch [11:20] Just new on this chat. [11:21] oSoMoN: i need a little bit of advice on autopilot. i have a case when clicking on a toolbar button under some condition brings up a popover and under some other condition brings up a component. and the condition is if a facebook account is configured or not. i guess there's no way to autopilot test that button, is there ? [11:22] nerochiaro: not sure what you mean by "there's no way to autopilot test that button" === gusch|lunch is now known as gusch [11:24] om26er: did you have the chance to look into the gallery issues on mako/CI === oSoMoN is now known as oSoMoN|lunch [11:27] I was trying to run the "hello world" C program in qt5 debugging mode but it refused to work. Why is this? [11:27] gusch, oh, was I supposed to ? I think I forgot about that. Can you point me to it again. please [11:31] dpm: I'm on, but alone; am I in the right HO? [11:31] oSoMoN|lunch: how do you determine which outcome to test ? [11:31] dpm: id ends up cea3a [11:32] oSoMoN|lunch: you can either test that the popup comes out or that the component comes out, but you can't control which one since that depends on an external condition [11:33] popey: sorry, where's the HO? I seem to be alone in this one [11:33] lool, let me send you a direct link [11:34] thanks; happens from time to time with calendar app that I end up in the wrong HO [11:40] om26er: for example: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1749/? === dholbach_ is now known as dholbach [12:12] dpm, BTW I'm going to use the webcam in my laptop, so the video resolution might be terrible;P [12:12] gusch, I try to build gallery-app bug cmake says: Dependency is not satisfiable: libcontent-hub-dev (>= 0.0+13.10.20130930.1) [12:13] Well, at least I tested it with balloons (right before I realized I can't join any On Air Hangouts) [12:13] oSoMoN|lunch: approved [12:13] I do have an older version but the newer version isn't showing up in updates either (just ran apt-get update_ [12:14] om26er: I thought that is published already - but just for testing, you can remove the version dependency [12:21] gusch, that fails the build http://paste.ubuntu.com/6183613/ [12:21] I just did this http://paste.ubuntu.com/6183616/ [12:23] om26er: remove the version dependency in debian/control - do not touch the cmake files [12:24] gusch, I did that as well. I am trying to build locally ala: cmake CMakeLists.txt;make -j4 [12:25] that only checks inside the CMake config... [12:25] om26er: oh - sorry - hmm - that's strange [12:27] om26er: no idea where to get the newer version from [12:28] newer version if not yet release in the ppa atleast [12:28] *archives I meant [12:31] om26er: but don't ask me which ppa/archive contains the package [12:32] gusch, no problems, I can run tests without compiling [12:33] om26er: cool - thx [13:00] smartboyhw, no worries :) === _salem is now known as salem_ [13:06] I cant get the TextField to trigger an accepted() signal when pressing return [13:06] any thoughts? [13:13] bzoltan, I cant get the TextField to trigger an accepted() signal when pressing return [13:13] have you seen something like that? [13:18] popey, lool, qtpowerd plugin for music merged, the armhf package in the core apps PPA should be available in a few hours [13:19] ta [13:20] hi dpm :) [13:20] lool, added you to the music app team, you should now have commit rights to lp:qtpowerd and lp:music-app [13:21] hi WebbyIT, sorry, I've not yet had the chance to come back to you regarding the presentation :/ [13:21] dpm: np, it's about calculator app [13:21] dpm: on PC there is an error: file:///usr/share/ubuntu-calculator-app/Simple/Screen.qml:80:17: QML QQuickImage: Cannot open: file:///usr/share/ubuntu-calculator-app/images/trash.png [13:21] dpm: but in install file there is *.png usr/share/ubuntu-calculator-app [13:21] WebbyIT, that's probably because the ubuntu-mobile-icons package is not installed by default on the desktop [13:22] ah, forget what I've said [13:22] dpm: it's an icon from Paolo Rotolo, it's a png [13:23] hm, not sure what it could be [13:26] dpm: Have I to open a bug? [13:26] dpm: problem is only on PC, so it's not a big trouble [13:29] WebbyIT, feel free to file it, as it might make the autopilot tests fail [13:35] dpm: mhhh, maybe I understand: icon was introduced since two weeks... is it possible that the error in on installation older than commit? When users update the calc receive new code, but no new file. Is it possible? [13:35] tmoenicke bfiller https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-stuck-keys/+merge/188833 === oSoMoN|lunch is now known as oSoMoN === MacSlow|lunch is now known as MacSlow [13:43] dpm: \o/ [13:43] dpm: thanks a lot [13:44] mzanetti, ping [13:47] gusch, regarding https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1749/testReport/junit/gallery_app.tests.test_photo_viewer/TestPhotoViewer/test_photo_delete_works_with_touch_/ [13:47] this seems like something to do with the share component loading [13:48] I am having real hard time trying to reproduce any of those crashes [13:48] *test failures [13:55] trying to package with click an app that has a C++ extension and failing to get it to work [13:55] Help please?! [13:55] :_ [13:59] dpm, you joining the Hangout? [14:01] dpm_: what do I need to join for the evernote app? [14:01] dpm: [14:02] GuidoPallemans, do you want to join our hangout? [14:02] yup [14:04] dpm: "try again in a few minutes [14:04] om26er: hmmm - it's strange, as the loader does not have the proper url, so it rather seems the photo was not clicked properly [14:09] victorp: pong === greyback_ is now known as greyback|shops [14:39] danielholm, hello [14:40] om26er: hey [14:41] danielholm, there is a little inconsistency in the music app regrading the list of song... I wanted to talk to you about. [14:41] let me grab a screenshot [14:42] om26er: sure [14:42] danielholm, http://i.imgur.com/MuMi9mP.png [14:43] shouldn;t all the songs in this list have the same padding as coverart ? [14:43] om26er: the missing cover art? [14:44] danielholm, no, the coverart area is centered from both left and right but the songs after that in this list are aligned to the extreme left which looks odd [14:45] aha [14:45] I think it might make more sense for the songs to have the same padding as the cover art [14:45] om26er: yes, thats true [14:46] om26er: could you report it as a bug so we can keep it listed? I think this will be resolved by Andrew since he is working on the NowPlaying stuff. and there are some other design changes landing [14:46] danielholm, Ok sure. Will report a bug for that. [14:47] om26er: lovely, thank you! :) [14:51] dpm, popey thanks a lot:) [14:52] thanks for joining smartboyhw [14:52] dpm, sorry for not talking [14:52] gusch: would you have some time for a review? I meant to ask nerochiaro, but can’t get hold of him… https://code.launchpad.net/~osomon/webbrowser-app/single-contextual-menu/+merge/188847 [14:52] But I'm doing my Chinese homework, and I don't want to mutter Chinese into the hangout:P [14:52] oSoMoN: ok [14:52] thanks [14:52] balloons, lool and didrocks have been pinging us to take a look at the failing tests for calendar and music, are you onto those? [14:53] dpm, yes [14:53] fun fun fun! [14:53] everything is held up in merging because of all the sdk and emulator breakage [14:55] thanks balloons, that sounds like "fun" [14:55] dpm, hah, fingers crossed it washes out today.. I'm been trying to get things merged all week [15:05] balloons: ah what's the issue with SDK breakage? [15:06] lool, among other things, https://code.launchpad.net/~elopio/ubuntu-ui-toolkit/fix_tab_switch/+merge/188774 [15:07] lool, elopio put together a big list of 5 bugs if you are interested. But more or less toolbar changes (open/closed states) and the emulator breakage [15:08] balloons: so we shouldn't land the updated ui-toolkit in PPA before these are fixed I guess [15:08] balloons: yes, list is very welcome :-) [15:08] balloons: let's move to #ubuntu-ci-eng [15:12] dpm, hmm, we have a problem [15:12] The Evernote SDK for Javascript is supposed to work with Apache Cordova Library [15:13] But the library is a big one (24.4 MB zipped...) [15:14] Graduate Software Developer looking to get involved | http://askubuntu.com/q/352747 [15:16] And as far as I know, we have to make http://docs.phonegap.com/en/edge/guide_platforms_index.md.html work for Ubuntu Touch too === greyback|shops is now known as greyback [15:17] dpm: did you say that qtpowerd 0.2 was building somewhere? [15:22] popey, should be building in the core apps PPA, let me check [15:29] popey, https://launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily/+builds [15:30] woot [15:30] not long now! [15:32] dpm, where's your blog post? ;) [15:34] smartboyhw: have you gotten the code at page http://dev.evernote.com/doc/start/javascript.php to work? [15:35] GuidoPallemans, I'm wondering about the Apache Cordova Library, since the Evernote JS SDK needs to work with it [15:36] smartboyhw: but the last block of code under " Adding OAuth configuration and login callback functions " seems to be pretty html-independent? [15:36] GuidoPallemans, not at all [15:37] I mean, hot html-dependent;P [15:37] *not [15:37] (ALAS) [15:38] ah yes [15:38] you can just use that code in qml [15:40] Is there a way to attach a pygame window to glade window in quickly? | http://askubuntu.com/q/352763 === boiko_ is now known as boiko [16:29] boiko, hello [16:29] hi om26er [16:30] boiko, bug 1234280 is would assume that's dialer-app asking the messaging menu to do that ? [16:30] Launchpad bug 1234280 in Messaging Menu "Outgoing calls show up as missed calls" [Undecided,New] https://launchpad.net/bugs/1234280 [16:30] or the service maybe [16:31] om26er: that's a duplicate [16:32] om26er: I have just marked the bug as being so [16:32] om26er: it is already fixed, btw ;) [16:32] oSoMoN: I commented on your MR [16:33] oSoMoN: code looks good, but I'm somehow not able to copy&paste an image - with the old and new browser [16:33] oSoMoN: but I need to run ... [16:33] boiko, great, thanks [16:34] gusch: thanks for the reviewz [16:34] -z [16:34] oSoMoN: sorry I couldn't approve the second [16:35] gusch: that’s ok, I’ll have nerochiaro test it (ping nerochiaro) [16:35] nerochiaro: could you please test https://code.launchpad.net/~osomon/webbrowser-app/single-contextual-menu/+merge/188847 ? [16:37] oSoMoN: i'm on it [16:38] nerochiaro: thanks === gatox is now known as gatox_lunch [16:48] oSoMoN: all gree [16:48] green [16:49] nerochiaro: thanks [16:54] still no announcement :( ? [16:58] popey, ping [16:58] randomcpp: yo [16:58] did you send me an email about my app? [16:59] I did ☻ [16:59] not spam, honest ☻ [16:59] ehehe [16:59] I'm reading it [17:00] \o/ People read my mail [17:00] (although technically I didn't write it) [17:00] issues with some patch | http://askubuntu.com/q/352780 [17:00] lol [17:00] I don't have ubuntu 13.10 installed right now >.< [17:01] I'll need mefrio for fixing this bug, is it urgent? [17:02] not "house burning down" urgent [17:02] in theory I only need to change a line of code, right? [17:03] I believe so. [17:22] Question from Italian Q&A website: will Intel atom Z2560 be supported by Ubuntu Touch? [17:24] here there is write no here, but it's an old news: http://www.h-online.com/open/news/item/Intel-No-Linux-support-for-tablet-processor-1709365.html === gatox_lunch is now known as gatox [17:54] Bug in sdk - popup's arrow on wrong place (higher than needed). http://ubuntuone.com/4HVxRXr9PqrFkZSQBbbLPg [17:54] Device only bug [18:38] popey, I uploaded a new version. applicationName should be correct now [18:49] randomcpp: thanks [20:46] popey: i am done, pushed a new version to the store [20:46] great! [20:57] App Showdown winners announced! http://developer.ubuntu.com/2013/10/winners-of-the-2013-ubuntu-app-showdown/ [20:59] randomcpp, grandissimo :) [21:03] woooooooooooooooo [21:03] :D [21:04] Italian does it better :P [21:06] WebbyIT, :D [21:18] If i'm making a QML app with a js library, does it matter if I use a minified version of that library or not? [21:23] GuidoPallemans, which js lib? [21:23] https://github.com/bytespider/jsOAuth ans [21:23] and* [21:23] https://github.com/evernote/evernote-sdk-js [21:25] they should work [21:26] anyway, it doesn't make much difference in phone/desktop app if the library is few bytes bigger [21:26] you have to load it few times, rather than on a website === salem_ is now known as _salem [21:57] goodnight guys!