/srv/irclogs.ubuntu.com/2014/05/21/#ubuntu-app-devel.txt

=== chihchun_afk is now known as chihchun
=== JamesTait is now known as Guest69680
nik90_morning :)06:32
mihirmorning nik90_:)06:33
kalikiana_moin moin06:34
=== kalikiana_ is now known as kalikiana
pkunal-parmarballoons, hi06:39
balloonspkunal-parmar, hello good sir.06:40
pkunal-parmarI was looking into this bug06:40
pkunal-parmarhttps://bugs.launchpad.net/ubuntu-calendar-app/+bug/129122506:40
ubot5Ubuntu bug 1291225 in Ubuntu Calendar App "autopilot tests fail when run in UTC+1 timezone" [High,Triaged]06:40
pkunal-parmarso what I observer was when Date is coming from QML is getting converted to UTC time zone06:40
pkunal-parmarbut when we create date in python test case06:40
pkunal-parmardate is local time zone06:41
pkunal-parmarso its autopilot issue or we should fix our test case ?06:41
justCarakasGood morning all :D06:45
balloonspkunal-parmar, let me have a look.06:46
pkunal-parmarok, thanks06:46
balloonspkunal-parmar, it's odd that timezones should have an affect with that test06:47
pkunal-parmaryes, initially it was working fine, I believe its facing this issue after we upgraded AP or Python06:48
=== JamesTait is now known as Guest16160
balloonswe should look at the current test as the bug is a bit old. My guess is olivier is correct of course06:48
pkunal-parmarI was able to fix if, I convert every date object coming from QML to local time zone06:48
balloonsvthompson, ahayzen  here's the link to apparmor as we spoke about https://wiki.ubuntu.com/SecurityTeam/Specifications/ApplicationConfinement#Launching_applications06:49
ahayzenballoons, thanks06:49
vthompsonballoons, excellent!06:49
dpmmzanetti, rpadovani, morning! This SRU should fix the Reminders performance bug on the desktop, it's just been uploaded to trusty-proposed if you want to test it: https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1303746/comments/1207:02
ubot5Ubuntu bug 1303746 in Ubuntu Reminders app "Performance hit when editing sorted lists" [Critical,Fix committed]07:02
dpmactually, it seems it was uploaded about an hour ago and it's not yet in trusty-proposed, so we might have to wait for a bit07:07
balloonspkunal-parmar, https://code.launchpad.net/~nskaggs/ubuntu-calendar-app/assert-with-utc/+merge/22037907:14
pkunal-parmarok07:15
=== chriadam is now known as chriadam|away
mhall119kenvandine: http://www.slideshare.net/andreasc/how-can-html-compete-with-native?ref= slide 2907:53
pkunal-parmarballoons ,     tomorrow = (now + datetime.timedelta(days=1)).day08:20
pkunal-parmarAttributeError: type object 'datetime.datetime' has no attribute 'timedelta'08:20
balloonspkunal-parmar, yes, I got overzealous with my imports08:22
balloonsI fixed it :-)08:22
pkunal-parmarok08:22
=== _salem is now known as salem_
rpadovanikalikiana, I fixed the bug about label in calculator app :-)08:52
kalikianarpadovani: how did you fix it?09:07
balloonsrpadovani, yes, try it. autolanding with the device should be on for calculator09:08
rpadovanikalikiana, I added a mouse.accepted = false in onPressed in a Mouse Area09:08
rpadovaniballoons, have I to set someone has reviewer?09:09
rpadovanikalikiana, before there was only propagatedComposedEvents = true and this used to work until unicor09:09
kalikianaah, so it was consuming the events09:10
rpadovaniyes09:11
ybonbzr mamma mia09:17
ybonI wonder if I'm using the right workflow to merge trunk in my branch09:17
ybonis that ok "bzr merge lp:ubuntu-calendar-app" to merge trunk in my AgendaView branch?09:17
ybonit mess up the "{", plus I need to commit manually, plus when I do commit the commit message is already typed with an old one from Alan09:18
rpadovaniybon, well, you have to do a separate branch, then do a merge request. Jenkins will do the merge after the approval09:23
rpadovaniybon, bzr commit -m 'Description of modifications'09:23
ybonrpadovani: I'm trying to update my branch, as it has been asked to me09:24
rpadovaniybon, so bzr push lp:~ybon/calendar-app/nameofthebranch09:24
ybonbut is "bzr merge" the way to merge trunk into my branch?09:25
ybonor you are saying that I need Jenkins and a merge request to update my branch?09:25
nik90_bzoltan: do you know when https://code.launchpad.net/~bzoltan/ubuntu-ui-toolkit/landing_2005/+merge/220203 is landing? I really need the alarm fix MP :)09:26
bzoltannik90_: I have few failing tests like http://pastebin.ubuntu.com/7496631/ and I want to make sure they are not UITK related09:27
rpadovaniybon, ah, sorry, I didn't understand. Yes, bzr merge lp:calendar-app is the right way if your branch has diverged09:27
nik90_bzoltan: ah okay. cool09:27
rpadovaniybon, otherwise, bzr pull lp:ubuntu-calendar-app09:27
ybonrpadovani: ok thanks for the confirmation09:27
ybonso sadly it seems bzr merge algorithm has some bug :s09:28
ybonis there any difference between bzr pull and bzr merge in this case?09:28
rpadovaniybon, mhh what's bug?09:29
ybon"{" messed up in the merge09:30
rpadovanioh, I see09:30
rpadovaniybon, so, before do bzr merge you need to commit all changes09:30
ybonI've done that :)09:31
nik90_bzoltan: heads up, there are currently some AP failures due to https://code.launchpad.net/~elopio/ubuntu-ui-toolkit/fix1321222-select_all_when_selected/+merge/220237. It could be related to the failures that you see. I noticed it in the clock app yesterday.09:31
rpadovanimhh, could you paste a file with messed {, please?09:31
bzoltannik90_: thanks09:33
vthompsont1mp, zsombi_, et al, would it be at all expected for the TextField component to fire the "accpted" signal twice when enter is pressed on either the keyboard or OSK?09:35
zsombi_vthomson: no, it shoudl come only once09:35
ybonrpadovani: http://paste.ubuntu.com/7496666/09:36
ybonsee last Tab09:36
ybonit's included in Tab before09:36
vthompsonzsombi_, assumed as much. There are issues in the Shorts app that is causing test failures because their onAccepted handler is called twice and validation of the text field fails09:36
* ybon in a meeting for 30 min09:36
vthompsonzsombi_, I have an example here: http://paste.ubuntu.com/7496653/09:37
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== salem_ is now known as _salem
vthompsonzsombi_, I filed a bug for it so I can document it in the workaround in the Shorts app: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/132168009:53
ubot5Ubuntu bug 1321680 in Ubuntu UI Toolkit "TextField onAccepted is fired twice when enter or return is pressed" [Undecided,New]09:53
rpadovaniybon, ok, I can confirm this, I tried by myself and I have the same error. Probably is because there are too many commits and for some reasons it breaks all. The only suggestion I can give you is to take last trunk version and then apply manually your modification, sorry!09:55
rpadovaniybon, I talked also with popey and mhall119 and seems it's easiest thing to do, sorry!09:56
pkunal-parmarballoons, I now know what is the issue with MonthView and other, pls come over to my place once you are free09:57
zsombi_vthompson: thx, I'll take a look on it!09:57
dpmdholbach, ok, looks good, thanks! http://people.canonical.com/~dpm/core-apps-sponsoring/ <- rpadovani, popey, now the commit message provides some more context on each MP09:59
dholbachdpm, de nada10:00
rpadovanidpm, dholbach looks beatiful, thanks :-) But... the title of the column ;-) https://code.launchpad.net/~rpadovani/ubuntu-sponsoring/fix-title-core-apps-sponsoring-fixes/+merge/22041710:06
dpmrpadovani, applied your branch and updated the page, thanks! ;) http://people.canonical.com/~dpm/core-apps-sponsoring/10:10
ybonrpadovani: ok, thanks (but gasp)10:25
ybonany plan to switch to git at some point? #notroll10:25
rpadovaniybon, I don't belive so, bzr works well and is well integrated in lp10:29
ybonok10:30
ybonrpadovani: again no troll, but just my thoughts as new contributor: using a more common and approved version system would help lower the barrier for contributing10:31
ybonthanks for your help and infos, anyway, rpadovani :)10:32
rpadovaniybon, yes, but bzr is historically here, well, launchpad and bazaar are older than git, and now all Ubuntu work is based on bzr, so isn't a good idea to change now :-)10:36
rpadovaniSorry, launch time, see you soon10:36
=== MacSlow is now known as MacSlow|lunch
popeynik90_: http://paste.ubuntu.com/7497046/11:44
=== _salem is now known as salem_
dpmmzanetti, rpadovani, I think we'll have to postpone the Reminders meeting this week, as we've got another conflicting meeting today12:00
dpmWe might still be able to move it to tomorrow or some other day12:01
mzanettidpm: we should probably move it for good... seeing you have something conflicting every week12:01
dpmyeah, good point12:01
mzanettidpm: btw aWeSoMoN added the loadHtml() already12:03
rpadovanisounds like an awesomo thing!12:03
mzanetti:D12:03
dpm\o/12:04
popeyrpadovani: https://code.launchpad.net/indicator-datetime12:06
pkunal-parmarrpadovani, http://doc.qt.digia.com/qtmobility/qml-organizeritem.html#itemId-prop12:07
pkunal-parmaryou can fetch Event using12:08
pkunal-parmar            var requestId = -1;12:08
pkunal-parmar            model.onItemsFetched.connect( function(id,fetchedItems){12:08
pkunal-parmar                if(requestId === id && fetchedItems.length > 0) {12:08
pkunal-parmar                    internal.parentEvent = fetchedItems[0];12:08
pkunal-parmar                    updateRecurrence(internal.parentEvent);12:08
pkunal-parmar                    updateContacts(internal.parentEvent);12:08
pkunal-parmar                }12:08
pkunal-parmar            });12:08
pkunal-parmar            requestId = model.fetchItems([e.parentId]);12:08
kalikianazsombi: commits http://feeds.launchpad.net/ubuntu-ui-toolkit/revisions.atom and bugs http://feeds.launchpad.net/ubuntu-ui-toolkit/latest-bugs.atom12:16
zsombikalikiana: thx!!!!!12:16
ahayzenballoons, adb shell cp -r /usr/share/click/preinstalled/com.ubuntu.music/current/lib /opt/click.ubuntu.com/com.ubuntu.music/current/12:24
elopiozsombi: I made a mp with the first test. Please take a look.12:38
zsombielopio: where's that?12:38
nik90_balloons: https://bugs.launchpad.net/ubuntu/+source/phablet-tools/+bug/132146312:38
ubot5Ubuntu bug 1321463 in phablet-tools (Ubuntu) "Cannot run individual AP tests using phablet-test-run" [Undecided,New]12:38
elopiozsombi: https://code.launchpad.net/~elopio/ubuntu-ui-toolkit/pullToRefresh-test1/+merge/22043912:38
balloonspkunal-parmar, join #ubuntu-autopilot12:41
nik90_balloons: http://www.theorangenotebook.com/2014/02/click-buddy-and-you-how-to-test-your.html12:41
pkunal-parmarok12:41
=== lazowik is now known as lazowik|afk
nik90_mzanetti: regarding bug 1321746, it is a duplicate of bug 1319401. Can you confirm?12:54
ubot5bug 1319401 in Ubuntu UI Toolkit "duplicate for #1321746 Clock app alarms ignores the day set by the user" [Critical,Fix committed] https://launchpad.net/bugs/131940112:54
nik90_https://bugs.launchpad.net/ubuntu-clock-app/+bug/131940112:54
ubot5bug 1319401 in Ubuntu UI Toolkit "Clock app alarms ignores the day set by the user" [Critical,Fix committed] https://launchpad.net/bugs/131940112:54
mzanettinik90_: hmm... not sure12:55
mzanettinik90_: maybe its a side effect of the same issue, yes12:55
mzanettibut I guess there's a small chance it's caused by something else12:55
=== MacSlow|lunch is now known as MacSlow
mzanettinik90_: if you think its a duplicate, feel free to mark it so12:56
mzanettiyou know the code better than I do12:56
nik90_mzanetti: well can you try creating an alarm for later and set a different day? If it works, then it is definitely a duplicate12:56
mzanettifair enough12:56
mzanettiactually no... that doesn't rule it out... as the whole check for later than now is satisfied in that case12:58
mzanettiregardless of the date12:59
mzanettinik90_: but feel free to mark it as duplicate. it's indeed quite likely its the same thing12:59
mzanettiwhen fixing, it just make sure to test both use cases12:59
nik90_mzanetti: will do13:00
nik90_mzanetti: thnx for the report13:00
ahayzennik90_, have you used or know of an app that has used the search in the new header?13:01
pkunal-parmarballoons, https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/Autopilot_Fix_TIMEZONE13:05
pkunal-parmart1mp, hello13:09
pkunal-parmart1mp, I am facing some issue with new header, can you help ?13:12
=== lazowik|afk is now known as lazowik|definite
=== lazowik|definite is now known as lazowik|reallyaf
=== lazowik|reallyaf is now known as lazowik|afk
nik90_renato: https://bugs.launchpad.net/indicator-datetime/+bug/132177514:03
ubot5Ubuntu bug 1321775 in qtorganizer5-eds (Ubuntu) "High CPU usage observed across EDS and indicator-datetime causing clock app tests to fail" [Undecided,New]14:03
=== salem_ is now known as _salem
mihirpkunal-parmar: ping14:25
mihirpkunal-parmar: i have pushed the changes as per our last discussion14:25
pkunal-parmarok, I will check14:27
=== _salem is now known as salem_
mihirpkunal-parmar: thanks :)14:30
pkunal-parmarwelcome :)14:31
zsombielopio: checked the MR, all looks fine, and we need one similar CDO for UbuntuListView, as that has pullToRefresh embedded.14:46
zsombielopio: or do you see we coudl still use the PullToRefresh CDO to be used in those tests as well?14:47
=== gatox is now known as gatox_lunch
=== gatox_lunch is now known as gatox
kalikianaahayzen: good and bad news wrt https://code.launchpad.net/~kalikiana/u1db-qt/indexRoles/+merge/211771 I wrote some unit tests and they all pass; also a new example with filtering and sorting - the bad news, the sorting in the example doesn't work despite all green tests… not sure why. in case you have any ideas, maybe you wanna have a look, something must16:03
kalikianabe differerent that I'm not doing in the tests or vice versa16:03
ahayzenkalikiana, cool thanks i'll have a look at it :)16:08
=== JamesTait is now known as Guest75173
=== jhodapp is now known as jhodapp|afk
=== salem_ is now known as _salem
AskUbuntuHow do I validate a click package for submission? | http://askubuntu.com/q/47022317:30
=== chihchun is now known as chihchun_afk
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== lazowik|afk is now known as lazowik
=== lazowik is now known as lazowik|afk
=== lazowik|afk is now known as lazowik
=== sephiap_ is now known as sephiap
=== dkessel_ is now known as dkessel
=== JamesTait is now known as Guest66546

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