[06:22] excuse me guys... [06:22] where do i find the ubuntu application development? [06:23] can i contribute in the on going project..? [06:23] as a programmer [07:52] hello iqbalkhan look at http://developer.ubuntu.com for a start === chriadam is now known as chriadam|away === dpm is now known as dpm-laptop [14:36] hi! [14:36] afternoon kaleo :D [14:36] hi DanChapman :) [14:36] hello :) === francisco is now known as Guest25788 [14:40] Hello Kaleo, DanChapman, timp [14:41] :d [14:41] who is working on calendar-app? [14:43] I'm not. I'm working in the image viewer app nobody knows of. [14:45] that's a bit like the clapping when nobody can hear it, the second somebody reads that it's no longer true :-D [14:46] odra: I only know of these apps https://wiki.ubuntu.com/Touch/CoreApps [14:46] kalikiana: nope. I'm still working on a image viewer. And you still doesn't know it. [14:46] don't* [14:46] odra: now he knows OF it :) [14:47] He knows of the existence of an image viewer I'm working but he doesn't know any details :U [14:47] That is like knowing someone invented linux but not knowing who exactly [14:48] do you really know who, though, even if you know their wikipedia article? [14:48] by that definition you'll never know short of being their room mate [14:49] I don't even know who. [14:51] must've been that Finnish dude with the same name as the peanuts character carrying a blanket :-P [15:05] timp, the calendar devs, when around usually hang out in #ubuntu-touch. Otherwise, you can find the team members here: https://launchpad.net/~ubuntu-calendar-dev === dpm-laptop is now known as dpm [15:07] dpm: thanks. I found the list of devs but I couldn't find them on irc [15:12] timp, yeah, they're generally on their daily jobs now. You can find them around the meeting times https://wiki.ubuntu.com/Touch/CoreApps/Meetings [15:16] dpm: thanks. I'll try to catch them tomorrow, cimi told me there is a meeting with them then. [15:16] by that time I hope to show them an MR instead of discussing some small changes now :) [15:17] timp, yeah, or the mailing list [15:18] timp, https://launchpad.net/~ubuntu-touch-coreapps [15:18] that might actually be the best place === gusc is now known as gusch [16:06] I wish I had a phone :/ [16:06] Then I could develop apps for phones [16:08] timp, ah, and actually oSoMoN is helping the calendar team, so he might be able to look at your MP too [16:08] odra, you can start developing them on the desktop :) [16:08] dpm: ah good point :) [16:08] phone apps run equally well on the desktop for testing purposes [16:09] dpm: does it work vice versa? [16:09] oSoMoN: would you care to review this? https://code.launchpad.net/~tpeeters/ubuntu-calendar-app/monthViewHeight/+merge/165189 [16:09] Desktop apps run on mobile? [16:10] odra, if they are created with the Ubuntu SDK, yes. That's the neat thing about the convergency story :) [16:10] Hmm... my app wasn't created with the ubuntu SDK. :/ [16:11] odra: in which language was it written? [16:11] timp: yes, but not today, I’ll review it tomorrow [16:11] oSoMoN: great, thanks. === gusch is now known as gusch|brb [16:16] timp: python,3 with gtk3 [16:18] the sdk only has Qt with QML support at the moment [16:20] you may be able to re-use your python code with a QML user interface using pyqt5, but I don't have experience with that [16:20] anyway, you can already develop phone apps on your desktop :) https://developer.ubuntu.com/get-started/gomobile/ === gusch|brb is now known as gusch [16:43] renato_: is the media player supposed to be working on the desktop [16:43] ? [16:46] OMG [16:46] What do people usually write in a readme D: [16:49] renato_: nevermind, I managed to run it and make it play a video, I was missing some packages [16:50] om26er: do you know what's wrong with the test on jenkins? gallery_app.tests.test_photo_viewer.TestPhotoEditor.test_photo_editor_crop(with mouse) [16:50] gusch, let me have a look [16:50] om26er: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner/1598/? [16:52] gusch, looking at the video it seems, due to slowness in jenkins it tried to move the mouse before the edit dialog appearing [16:52] gusch, so we need to make sure the dialog appears first, before moving the mouse [16:52] gusch, i'll fix that [16:52] om26er: cool, thx [16:52] i believe those tests will pass in the next run in jenkins though. [16:54] om26er: did you trigger a new build on jenkins? [16:54] gusch, no I didn't, should I ? [16:54] om26er: I will ... [16:54] ok [16:54] I did ;) [16:54] renato_: two more issues to address in your MR, and it should be good to merge [16:56] gusch: do you have someone reviewing https://code.launchpad.net/~schwann/gallery-app/gallery-translations/+merge/165179 ? [16:57] oSoMoN: not yet [16:58] oSoMoN: I would really like to get it merged, as then I can enable the orientation change (will bzr conflict) [16:58] gusch: ok, looking into it [16:58] oSoMoN: thx [17:14] gusch, https://code.launchpad.net/~om26er/gallery-app/fix-failing-test-jenkins/+merge/165201 [17:14] om26er: ok - looking on it [17:15] gusch: commented on https://code.launchpad.net/~schwann/gallery-app/gallery-translations/+merge/165179 [17:15] om26er: I'll wait for Jenkins to run the test to approve [17:17] gusch, ok [17:17] gusch, i have a test of the gallery-app that fails on the touch [17:17] oSoMoN: ok - checking it [17:17] gusch, i have spent quite a lot of time trying to fix it have failed: http://paste.ubuntu.com/5691065/ [17:19] i could try it sometime with a fresher mind but I have less hope I'll succeed fixing it. seems like the app is doing something strange there [17:21] om26er: the revert.enabled can't be checked? - really weired [17:23] gusch, that passes on the desktop and jenkins, fails on devices [17:24] om26er: hmmm - to be honest - I'm not too keen on getting the tests run on the device atm. (sorry) [17:25] gusch, alright, though I have a branch incoming that fixes quite a few failing tests on the device, which you'll have to review ;) [17:26] om26er: ok - np [17:46] oSoMoN: gettext can't handle "…" (I get an error when creating the pot file) [17:56] gusch: what error exactly? [17:57] oSoMoN: xgettext: Non-ASCII string at /home/schwann/Projects/manhattan/gallery-trans/rc/qml/LoadingScreen.qml:36. Please specify the source encoding through --from-code. [18:02] oSoMoN: any idea? or should I just leave the three dots? [18:03] ASCII is a thing from the past [18:04] from the distant past, even [18:04] gusch: have you tried --from-code=UTF-8 ? [18:05] oSoMoN: no, bit I didn't run the xgettext myself, but used the creator plugin [18:05] gusch: so please try running it yourself with that option, and if it works then file a bug report against the ubuntu touch qtcreator plugin [18:14] Hey [18:14] What do ppl usually write in readme? [18:18] oSoMoN: works :) [18:20] gusch: cool, when you file the bug, can you please subscribe me to it? [18:20] oSoMoN: ok [18:58] oSoMoN: pushed an update, I case you can take a view today === marlinc is now known as Marlinc === francisco is now known as Guest82484 [19:22] renato_, https://code.launchpad.net/~om26er/mediaplayer-app/fix_on_touch/+merge/165230 [19:23] very simple, yet enables autopilot tests on touch devices, only one fails now. === francisco is now known as Guest56727 === odra is now known as odraencode