=== chriadam|away is now known as chriadam === chihchun is now known as chihchun_afk [01:19] ? [06:26] dpm: Good morning [06:26] morning mihir [06:27] dpm: the other icons were used from SDK so i thought it has been included. [06:27] dpm: i'll include the package and will update the MR again. [06:27] mihir, awesome, thanks! [06:28] yeah, the issue is that on the phone the icons package is installed by default, but not on the desktop [06:29] dpm: gotcha , i'll push separate MR with that update. [06:29] so those who don't have the package installed will see either no icon or (if there is one for the same action) an icon from another theme [06:29] sounds good! [06:29] dpm: also , if you get some time to test this MR on device , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739 [06:31] mihir, I'll see if I can give it a go, thanks. I'm preparing sessions for UOS today, so it might take me a until tomorrow, but I'll have a look [06:31] dpm: no issues :) [07:23] popey: re bug 1247865 the branch was pending review for a while and at some point broke in a staging merge which I had no time to investigate [07:23] bug 1247865 in Ubuntu UI Toolkit "Pages Stack misses animations" [High,In progress] https://launchpad.net/bugs/1247865 === chriadam is now known as chriadam|aay === chriadam|aay is now known as chriadam|away [08:34] Good morning all; happy Ferris Bueller Day! :-D [08:37] JamesTait: ooh awesome [09:02] JamesTait: who is that ? :p [09:02] justCarakas, oh just some guy. ;) [09:03] i have the feeling I'm missing something :p [09:04] justCarakas: http://www.imdb.com/title/tt0091042/ [09:04] "11 June 1986 (USA)" [09:05] would it be worthy of my time to watch ? :p [09:08] justCarakas, I haven't watched it for a while (shame on me!) but I'd say yes. :) [09:12] oke, I'll take your word for it JamesTait :D [09:13] maybe watch the 87 films above it on the Empire Top 500 films list first? http://www.imdb.com/list/ls003073623/ [09:13] justCarakas, I consider it a classic, but then maybe it was just released at the right time in my life for me to appreciate it. ;) [09:13] +1 [09:13] hehe :p [10:15] hi rpadovani, in Reminders, do you happen to know if we always use a web view to display notes? I mean regardless of whether they contain HTML or not [10:16] hi dpm, if I understand the code well, yes. Every note is in the webview. But ask to mzanetti (He isn't online? weird!) to be sure :-) [10:20] ok, thanks rpadovani! [10:22] oSoMoN, so I'm testing Reminders on the x86 emulator for a demo for UOS today, and I've noticed that on x86 all notes appear black. We're still using the "old" (non-Oxide) UbuntuWebView, do you think this could be the cause of the issues? [10:50] dpm, hey, sorry my connection is having hiccups, have you figured out the issue with Reminders on the emulator? [10:52] oSoMoN, no worries. Not really, I'm a bit puzzled by it. That's on image 71 [10:54] dpm, and it works on a device, right? [11:09] oSoMoN, it does work on the device, yes [11:10] although on the device I've got image 76 (vs 71 on the emulator) === _salem is now known as salem_ === MacSlow is now known as MacSlow|lunch === salem_ is now known as _salem [11:49] dpm, I’m trying to add an evernote online account to test, and I just created a dummy evernote account for this, but apparently my credentials are no good for the online account, do I need a special account? [11:51] oSoMoN, you'll need a free developer account from sandbox.evernote.com. We've not switched on regular Evernote accounts in the app yet [11:52] ah, ok [12:08] elopio: if you can, please see if you can prioritize this one https://code.launchpad.net/~nuclearbob/autopilot/set-process-on-proxy/+merge/222395 [12:09] jhodapp: hi, have a minute for some questions about video playback ? [12:47] dpm: hi, i was wondering if you can help me out a bit with bug 1318008 [12:47] bug 1318008 [12:47] ok no bots around today [12:48] dpm: "Core apps .desktop files do not include translated strings " [12:48] nerochiaro, sure, what bit do you need help with? [12:48] bug 1318008 in Ubuntu Weather App "Core apps .desktop files do not include translated strings" [High,In progress] https://launchpad.net/bugs/1318008 [12:48] too late ubot5 :P [12:48] ha, bug bot being a bit slow today :) [12:48] have you checked the example branches of the other apps linked to in the bug? [12:50] dpm: yes, i think i can get most of the info from there. but I don't understand how to update the translation files so that they get the new strings from the .desktop.in.in [12:52] nerochiaro, a regular build should do it. What we tend to do to as an easy way to update and commit the .pot file is to run 'click-buddy --dir . --no-clean', then we copy over the generated .pot file from the build dir that click-buddy outputs, and we commit that. You'll need to do that too, but that's not really your question, just mentioning it :) [12:52] but to answer your question, as part of the build intltool-merge does the merging of the translations in the final .desktop file already [12:53] oh, actually, I think the first part answer your question, then :) [12:53] you can have a look at the README.translations file of one of those apps with branches in the bug [12:54] nerochiaro, and finally, you'll need to remove the X-Ubuntu-Gettext-Domain key from the .in.in file. That's not done in those MPs, but it was solved in a separate bug [12:55] nerochiaro: sure [12:55] dpm: ok, i'll try to do this and put out a branch, then send it to you and we figure out the rest [12:55] ok, cool [12:55] nerochiaro, I'd also suggest starting with an app that's shipped as a .click [12:56] jhodapp: basically there are cases when i don't seem to be getting a signal when a video plays until EOF. normally I get a stopped signal, but the second or more time i reach the end of a video i don't get it. I tried to follow it down through qtmultimedia and I get to the point when I see there are events coming up from something called JMediaPlayer but I don't know where to get the sources of that [12:57] dpm: i'll try gallery. it's a click now though it started as native. not sure if it's the best example thoug [12:57] ok [13:01] nerochiaro: need anything still? [13:02] jhodapp: my network is shit today. I thought i had sent you a reply. let me paste it again [13:02] jhodapp: basically there are cases when i don't seem to be getting a signal when a video plays until EOF. normally I get a stopped signal, but the second or more time i reach the end of a video i don't get it. I tried to follow it down through qtmultimedia and I get to the point when I see there are events coming up from something called JMediaPlayer but I don't know where to get the sources of that [13:02] jhodapp: received that ? [13:02] nerochiaro: on the device, right? [13:02] jhodapp: yes, on the nexus 4 [13:02] jhodapp: desktop works ok [13:05] nerochiaro: I'll be back in a few mins, gotta walk my dog before the rain comes [13:05] jhodapp: no worries [13:05] jhodapp: i'll try to fix my network in the meantime [13:10] kalikiana: I will talk to the autopilot guys to get that branch landed. [13:32] elopio: awesome, much appreciated! [13:40] nerochiaro: back [13:45] jhodapp: ok. so basically i'm trying to dig as deep as possible to see if there's any reason why we don't get that signal but below qtmultimedia I'm not sure how to proceed [13:47] nerochiaro: yeah that's odd, it's media-hub that issues the EndOfMedia signal [13:47] nerochiaro: you could tail -f ~/.cache/upstart/media-hub.log [13:47] jhodapp: that's not what i see in qtmultimedia [13:48] jhodapp: i don't see it using mediahub [13:48] nerochiaro: it should be, otherwise it couldn't be playing video [13:49] jhodapp: i'm looking at the "android" plugin. maybe it's the wrong plugin ? [13:49] nerochiaro: what do you mean by the android plugin? [13:50] jhodapp: qtmultimedia has plugins, on desktop it uses the gstreamer one, on device it uses the one called android, no ? [13:50] nerochiaro: it uses qtubuntu-media, which I also wrote [13:51] qtubuntu-media calls into media-hub [13:51] jhodapp: wait, so to playback video we don't use qtmultimedia at all ? [13:51] nerochiaro: only for the QML MediaPlayer class, that's it [13:52] jhodapp: i'm lost. i'm looking at gallery-app. to play videos it uses the Video component from the SDK, which in turn uses MediaPlayer and VideoOutput from qtmultimedia [13:53] jhodapp: if it's supposed to use something else let me know :) [13:54] nerochiaro: yes that's right, but under those classes it calls into qtubuntu-media (a QtMultimedia) plugin [13:55] nerochiaro: it's not, only what I described [13:56] jhodapp: got. but that plugin is not distributed as part of qtmultimedia iteself. so where does it come from ? [13:58] nerochiaro: it's a seeded package for Touch called qtubuntu-media [14:04] nerochiaro: does that help or just confuse more? [14:05] jhodapp: i need a branch I can look at, I think :) [14:07] nerochiaro: lp:qtubuntu-media === _salem is now known as salem_ [14:16] jhodapp: ok, i'll dit into that. you make and make install it on the device ? [14:17] nerochiaro: yes, or debuild === chihchun_afk is now known as chihchun [14:56] dpm: I’m having trouble getting the emulator to run at all on my laptop, it takes an awful amount of time to boot, and actually never seems to finish booting (it was working when I tested it a month ago or so, but not anymore) [14:57] (still trying to help you with the reminders issue on emulator, if that’s still needed) [14:58] oSoMoN: are you using the armhf or the x86 emulator? [14:58] the x86 emulator is really fast...boots in less than 15 secs on my laptop [14:59] nik90, tried both, and I’m seeing the same issues with both [15:00] oSoMoN: hmm I am not sure why that happens..have you talked to rsalvetti? [15:00] no, not yet [15:00] oSoMoN, thanks a lot, I appreciate it. It's not urgent now, don't worry [15:01] dpm: hopefully we release a new version of oxide this week, and you guys can switch to version 0.2 of the WebView API that uses oxide (not that it will fix the underlying issue, but we want to deprecate QtWebKit anyway) [15:31] bfiller, Hi! [15:32] bfiller, is the notes-app still candidate to be shipped on touch ? [15:32] om26er: not that will be getting removed [15:32] in favor of reminders [15:32] bfiller, ok, that saves me time. thx :) [15:32] om26er: np === avoine is now known as patrick === patrick is now known as patrick-uds === gatox is now known as gatox_lunch [16:16] dpm: can you please have a look at this and see if it's what you had in mind ? lp:~phablet-team/gallery-app/gallery-app-desktop-translations [16:17] dpm: it seems to generate a .desktop file with the translations inside, so that part works [16:17] dpm: but i'm not sure if i messed up something else in the process [16:19] dpm: also just cmake . && make will not update the po files and 'click-buddy --dir . --no-clean' tells me no rule to make target "install" [16:20] nerochiaro, from a quick glance, it looks good to me, but you might want to change the keywords in the *.desktop.in.in file :) [16:20] _Keywords=math;addition;subtraction;multiplication;division; [16:21] unless you're developing a very multipurpose Gallery app ;) [16:31] dpm: oh, right :) the gallery didn't have keywords [16:31] dpm: not sure if should remove keywords or make some up [16:32] dpm: what about updating the po files ? [16:33] nerochiaro, you shouldn't be updating PO files, Launchpad takes care of that. The only thing that needs updating is the .pot file, and I'm trying to set up my system to build gallery to check the cmake rules [16:33] I've got it running on qt creator, [16:33] but click-buddy does not seem to take the --arch armhf parameter for some reason [16:34] well, it takes it, but it does not find the corresponding chroot [16:34] ah, I need to specify the Ubuntu series [16:34] my chroot is utopic and my system is trusty [16:40] dpm: any way to do things from cmd line. I always get in trouble when i try to do stuff with qtcreator, you're never sure of what it's doing [16:40] nerochiaro, I'm getting: http://pastebin.ubuntu.com/7629407/ [16:40] dpm: i generally build the click on the device [16:40] dpm: if i could do that, then what would i need to copy back ? [16:41] dpm: the pot file ? [16:41] nerochiaro, yes, so essentially you either do a full build or you execute the cmake rule to update the pot file, and then you commit the updated .pot file to the source tree [16:42] dpm: ok, let me try this last one [16:44] ok === chihchun is now known as chihchun_afk [17:08] dpm: i just built the click with click buddy on the device but it doesn't seem to generate any .pot file in the armhf-build dir [17:10] nerochiaro, on the top CMakeLists.txt file, this does not look quite right to me: [17:10] file(GLOB_RECURSE I18N_SRC_FILES [17:10] RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/po [17:10] rc/**.qml) [17:11] it doesn't seem to me that it's looking for files with translatable strings in the right location [17:12] nik90, popey , could you guys help me to test this eds package with the clock and calendar app [17:12] https://launchpad.net/~ci-train-ppa-service/+archive/landing-012/ [17:12] nerochiaro, and on po/CMakeLists.txt, there is an ALL missing in add_custom_target(${POT_FILE} [17:12] check if everything still working :D [17:12] nerochiaro, actually, could you submit a MP? It'd make reviewing a bit easier === gatox_lunch is now known as gatox [17:22] dpm: should it look into the desktop/ directory too ? [17:22] dpm: when looking for translatable strings [17:22] dpm: i think the po/ dir is something it should not look into, you're right [17:22] nerochiaro, it already does, doesn't it? [17:23] renato: I will try to test it tonight, but what exactly do you want me to test? [17:23] nerochiaro, no, what I mean is that the 3rd line is wrong [17:23] renato: anything in particular or just see if anything regressed? [17:23] nerochiaro, rc/**.qml) [17:23] dpm: why ? that's where the qml files are [17:23] the rc dir [17:24] nerochiaro, ah, you're right, ignore the comment, then. I thought the qml files were under src [17:24] nik90, just check if there is no regression [17:24] dpm: that's c++, but what about the desktop dir, shouldn't it be included in there somehow ? [17:25] renato: ack [17:25] nik90, most of the fixes is related with calendar app [17:25] nerochiaro, that's what 'list(APPEND I18N_SRC_FILES desktop/${DESKTOP_FILE}.in.in.h)' does already [17:25] renato: ok. I will test with the clock app. For the calendar, I will let popey test since I haven't used calendar for some time now. [17:26] dpm: ah ok, so with the addition of the ALL rule we should be able to update the .pot ? [17:26] dpm: (submitting an MR) [17:26] nerochiaro, yeah, I think that should fix it [17:26] I think right now you'd have to explicitly call the .pot file rule [17:30] dpm: https://code.launchpad.net/~phablet-team/gallery-app/gallery-app-desktop-translations/+merge/222847 , trying to see if ALL fixes it [17:30] ok, cool [17:41] dpm: there were a few more broken rules but i fixed them (i think) and used make gallery-app.pot to regenerate the pot file. the MR should have these changes now [17:41] dpm: https://code.launchpad.net/~phablet-team/gallery-app/gallery-app-desktop-translations/+merge/222847 [17:41] awesome [17:46] nerochiaro, ok, reviewed and commented on the MP [18:01] nik90: / renato i can test later, am afk right now, will be back in a few hours === patrick-uds is now known as avoine === artmello is now known as artmello|afk [20:47] nik90, hi, is the eds package working well? [20:49] popey, did you have a chance to test the package? [21:32] Hello [21:33] popey: for bug #1322121 [21:33] bug 1322121 in camera-app "pictures taken with flash are almost completely black" [High,Confirmed] https://launchpad.net/bugs/1322121 [21:34] Any one there? [21:35] ubot5 [21:35] the fu.ck [21:36] booooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo [21:36] fu,cking retards say something [21:37] oi bit.ches [21:37] lol [21:38] fu.ck this im out [21:38] hay jono [21:39] hey ComputerMaster :-) [21:39] was up man [21:40] renato: not yet, just stepped in the door. got a link? [21:41] can any one tell me what this is? [21:41] popey, https://launchpad.net/~ci-train-ppa-service/+archive/landing-012/ [21:41] thanks renato [21:41] jono [21:42] renato: what specifically am I testing for? [21:42] popey, check if the app still running without regression [21:42] renato: just calendar, not clock? [21:42] hay wtf [21:42] asnwer me [21:43] ComputerMaster: what? you haven't asked anything [21:43] what is this program? [21:43] What is what program? [21:43] this where we are hcatting [21:43] chatting* [21:43] this is irc. [21:44] whats irc? [21:44] !irc [21:44] A list of official Ubuntu IRC channels, as well as IRC clients for Ubuntu, can be found at https://help.ubuntu.com/community/InternetRelayChat - For a general list of !freenode channels, see http://freenode.net/faq.shtml#channellist - See also !Guidelines [21:44] who cares about guide lines, what do we do here? [21:45] We discuss development of Ubuntu apps [21:45] so you guys work for unubtu? [21:45] some do. [21:45] ununtu* [21:45] oh ok [21:46] mind telling me what your using to talk about ubuntu apps? [21:46] popey, I asked nik90 to test clock but I think he forgot about that, could you test both? [21:46] irssi [21:46] how your testing the apps? [21:46] renato: sure [21:46] ComputerMaster: using my fingers [21:47] the fack you mean using your fingurs... [21:47] put the beer down and come back later. [21:47] i dont drink :) [21:48] now what are your guys doing and with what programs? [21:49] personally, I'm testing Ubuntu apps on a nexus 4 using my fingers to tap icons on the screen and using power of eyesight to determine if things work or not [21:49] lol [21:49] how are you testing them? [21:50] with my fingers, seriously. [21:50] press button, does it do what I expect [yes|no] etc [21:50] ok i get that, but what is your screen showing? [21:50] http://popey.com/~alan/phablet/gallery.php stuff like that [21:51] What is that link? [21:51] click it and find out [21:51] no thx [21:51] im not stupid as i may sound lol [21:52] Oh really. [21:52] yea really [21:52] Oh well, never mind then. Good night. [21:52] lol where are you going? [21:52] back to work [21:52] give up already? [21:52] tell me how your working [21:52] yes, this is no fun. [21:52] i need to learn [21:53] come on poopy [21:53] teach me [21:53] something [21:53] about [21:53] computers [21:54] poopy [21:54] come on man [21:55] ill be your bff [21:55] lol [21:55] im out :d [21:58] renato: seems good to me. [21:58] bfiller, ^^ [21:58] popey, thanks [21:58] takes a while to sync for me [21:58] but I have a bazillion events [21:59] eds seems to eat cpu [22:00] but then it always has === salem_ is now known as _salem