/srv/irclogs.ubuntu.com/2014/03/31/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
=== mhall119_ is now known as mhall119
=== maclin_ is now known as maclin
=== chihchun_afk is now known as chihchun
=== maclin__ is now known as maclin
=== nhaines_ is now known as nhaines
dholbachgood morning06:58
=== chihchun is now known as chihchun_afk
=== chriadam is now known as chriadam|away
=== chihchun_afk is now known as chihchun
=== maclin_ is now known as maclin
=== chihchun is now known as chihchun_afk
=== oSoMoN_ is now known as oSoMoN
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
nik90zsombi: I tested and commented the alarm fix MP at https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/alarm-date-fix/+merge/210181/comments/50480008:07
zsombinik90: ok, thanks! the Bug #1283859 was assigned to be fixed in the alarm-fetch-fix, but seems that has not been fixed in the EDS adaptation...08:10
ubot2Launchpad bug 1283859 in Ubuntu Clock App "Updated recurring alarm values are not reflected in the indicator until phone reboot" [High,Confirmed] https://launchpad.net/bugs/128385908:10
zsombinik90: have you checked that when updating the alarm, you are not getting any errors?08:11
nik90zsombi: how do I check the EDS output on the phone?08:11
zsombinik90: in the code, not in the logs :)08:11
zsombinik90: like check whether the save request succeeds08:12
nik90zsombi: I can branch the clock app code and check that althought, the EDS spits out so much output. Let me try08:12
zsombinik90: yes, agree, however any EDS error that is propagated to QOrganizer API is also reported by Alarm API08:15
nik90zsombi: so on my desktop, when I edited and saved an alarm, I see only EDS console output. And they look similar to what I see when creating a new alarm. No errors or anything out of the ordinary08:17
zsombinik90: and it works on desktop, right?08:21
ogra_hi,08:21
ogra_oops08:22
ogra_EFOCUS08:22
nik90zsombi: hmm..I do not see the alarm in the desktop indicator...weird I used to see this before08:22
zsombinik90: seems it has been "fixed" ;)08:22
nik90zsombi: ? ;)08:23
zsombinik90: "fixed" in a sense that someone fixed sthing somewhere, and now this is no longer working...08:24
nik90zsombi: I see the alarm that rang 4 days ago..but no alarms today even though I just created one08:24
nik90zsombi: hehe08:24
zsombinik90: excellent... so, I think renato needs more love on these bugs08:24
nik90zsombi: btw, I am thinking of removing the alarm switch since it doesn't work anyway and replacing it with a text wihich shows the alarm status.08:26
nik90s/wihich/which08:26
zsombinik90: yeah... :(08:28
zsombinik90: it is nota good idea to have such a logical binding loop...08:28
nik90zsombi: seemingly I managed to corrupt my entire EDS database by playing around with that switch a few days back. Hence the decision :(08:29
zsombinik90: sorry to hear :(08:29
nik90zsombi: okay what's the next course of action for your MPs? Do we wait on renato to fix stuff on the EDS side of things?08:30
zsombinik90: unfortunatelly we cannot really do more08:31
zsombi-l08:31
nik90zsombi: cant we merge the 2 MPs which happens to fix 3 other bugs? The only thing it fails is to update the indicator with the new alarm times.08:32
zsombinik90: I can remove the MP from the bug, that's all iyt needs btw...08:33
zsombithen we can proceed with it08:33
nik90you mean you can remove the bug from the MP.08:33
zsombinik90: then I need someone from teh team to review it, and then we can land both08:33
zsombinik90: yeps08:34
nik90I would go with that since it fixes the other bugs which are equally important I would say.08:34
zsombinik90: agree. removed, and seems that bug will anyway affect EDS & co, not the toolkit08:35
nik90exactly08:35
nik90zsombi: btw can you add https://code.launchpad.net/bugs/1283212 to your MP as this is also fixed08:36
zsombinik90: so, the MPs are then ready for review, and will land as soon as we get the current bunch released08:36
nik90zsombi: I wanted to ask, is it possible to have a Layouts{} inside another Layouts{} ?08:37
zsombinik90: yeps08:38
zsombinik90: those are nested layouts :)08:38
nik90awesome08:38
zsombinik90: BUT, we have a bug for that as well :)08:38
nik90zsombi: what bug?08:38
zsombinik90: the inner layout elements are listed as well on the upper ones :/08:38
=== oSoMoN__ is now known as oSoMoN
nik90:/08:39
zsombinik90: in certain setup it can cause trouble08:41
nik90zsombi: my use case is a sidebar component which is shown only in the tablet layout. However this sidebar will show only icons in the tablet portrait. While in tablet landscape it will show icons+text. Hence the nested layouts use.08:42
zsombinik90: it should work08:43
nik90zsombi: despite the bug or after the bug fix?08:43
zsombinik90: despite08:44
nik90zsombi: ok. One last question.This bug https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1246930 is quite annoying.08:44
ubot2Launchpad bug 1246930 in Ubuntu UI Toolkit "[layouts] layout change overwrites properties that need not change" [Undecided,Confirmed]08:44
nik90zsombi: In my use case, I have a Label which word wraps and has a dynamic height. However I am forced to specify a height of the itemlayout since otherwise the label disappears08:45
nik90this is counter intuitive.08:45
zsombinik90: it has been said in th edocs, that whatever ends in the ItemLayout will have anchors.fill. How would you define the size otherwise?08:47
nik90zsombi: that's the thing. For the label, you only need to specify the width. The height should be dynamic and dependant on the number of lines of text.08:48
nik90but I do see your point which is that you need to specify an item's width and height for it to work in qml08:48
zsombinik90: we could eventually add an option which when set, the ItemLayout would not do anchor-fill to the hosted item... but that only after 14.0408:50
nik90ok08:50
zsombinik90: even more, ItemLayout would take the size of the hosted item08:51
zsombinik90: so you could then use childrenRect to adjust your layout08:51
nik9010:51 AM <zsombi> nik90: even more, ItemLayout would take the size of the hosted item ---> +108:51
zsombinik90: so, we must turn this bug into wishitem :)08:52
=== chihchun is now known as chihchun_afk
JamesTaitGood morning all; happy Monday, and happy Bunsen Burner Day! :-D08:56
dholbachmhall119, popey: do you know how often gitorious syncs from trojita?09:10
nik90zsombi: I just invalidated the example given in https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1247457. The example shows 2 conditional layouts without any default layout. I was able to test and fix it.09:13
ubot2Launchpad bug 1247457 in Ubuntu UI Toolkit "Layouts cannot be nested" [Undecided,New]09:13
zsombinik90: actually both layouts have defaults09:16
zsombinik90: redRect and lowerRect belongs to the upper default layout09:16
popeydholbach: i dont09:16
nik90zsombi: but they have no anchors09:16
dholbachpopey, ok.. I'll wait for mhall119 then :909:16
zsombinik90: ah, well :)09:17
nik90zsombi: also in the nestedlayout, he hasn't specified the width and height of the rectangles in the default layout.09:17
zsombinik90: yeah, basically red and yellow are on top of each other :)09:17
nik90zsombi: which is why it disappears in the default layout09:17
nik90yup ;)09:17
zsombinik90: right! :D well, I haven't checked the bug since the sample has been added :D09:18
zsombinik90: haha, damn right :D09:18
zsombinik90: I was worried that the unit test for that feature doesn't work well, but seems it does :D09:18
nik90zsombi: I am commenting in the bug atm, One less convergence bug to worry about :D09:18
zsombi:P09:19
zsombinik90: thx!09:19
nik90yw09:22
nerochiaroom26er: hi, last week i poked you for some help in figuring out why a test is failing in this MR, https://code.launchpad.net/~amanzi-team/gallery-app/gallery-app-album-navigation/+merge/210178 . did you have any time to look into that ?10:05
om26ernerochiaro, no, sorry that slipped. Now that I am looking at the last CI message, the tests passed on mako but failed on 'otto' only10:09
om26erthey look like real test failures, nerochiaro if its not urgent I can look at it in the evening ?10:09
nerochiaroom26er: it should be only one test, but ok10:09
om26ernerochiaro, in the last run 2 tests failed10:10
nerochiaroom26er: ok, one is my mistake10:11
nerochiaroom26er: gallery_app.tests.test_album_view.TestAlbumView.test_album_view_flipping this is the one that I don't understand why it fails10:12
om26ernerochiaro, gallery_app.tests.test_album_view.TestAlbumView.test_add_photo is the most unstable test it seems gallery_app.tests.test_albums_view.TestAlbumsView.test_add_album is also failing10:12
om26eruh and gallery_app.tests.test_events_view.TestEventsView.test_adding_a_video also failed on mako in other CI messages in that MR10:13
om26ernerochiaro, I just think we are trying to interact early even when the UI elements have not fully appeared.10:13
nerochiaroom26er: ignore that, i'll fix it in a minute10:13
nik90popey: do you happen to know the N7's height in grid units? Is it less than the N4's height?10:55
=== oSoMoN_ is now known as oSoMoN
nerochiaroom26er: is otto the desktop test runner ?10:59
om26ernerochiaro, yes, it is10:59
nerochiaroom26er: ok10:59
popeynik90: not off the top of my head, no. it's more than n411:02
nik90popey: ok. thnx11:04
=== MacSlow is now known as MacSlow|lunch
=== oSoMoN_ is now known as oSoMoN
=== oSoMoN_ is now known as oSoMoN
Elleoybon: heya; just having a look at osmtouch, I noticed that the HUD action strings in selectPoiAction no longer seem to cause a crash if they're made translatable :)11:17
=== _salem is now known as salem_
=== MacSlow|lunch is now known as MacSlow
=== blaroche_ is now known as blaroche
DanChapmandholbach, hey the trojita fix just landed, could you give it another test when you get a chance13:01
dholbachDanChapman, will do13:11
dholbachDanChapman, confirmed, it works now13:27
dholbachDanChapman, do you know how often gitorious is updated?13:27
DanChapmandholbach: brilliant :-)13:29
DanChapmandholbach: not sure i'll find out13:29
mhall119dholbach: why are we using gitorious?13:30
dholbachmhall119, I have no idea13:31
dholbachmhall119, check https://code.launchpad.net/trojita13:31
mhall119dholbach: ah, it might be that it was setup before they joined with KDE13:32
dholbachmhall119, DanChapman: testing https://code.launchpad.net/~dholbach/trojita/trunk-upstream right now13:32
dholbachif it works, I'll change https://code.launchpad.net/~dholbach/+recipe/trojita-daily to use it instead13:32
dholbachcutting out gitorious should make things more instantaneous13:33
dholbachDanChapman, thanks a lot for fixing the other issue - I hope the daily build will make it easier to iterate and try out the ubuntu build of trojita for everybody13:33
DanChapmandholbach: awesome :-) no problem at all13:36
dholbachDanChapman, mhall119: https://code.launchpad.net/~dholbach/trojita/trunk-upstream looks good :)13:39
dpmhey rpadovani, around?13:50
=== oSoMoN_ is now known as oSoMoN
mzanettijdstrand: authenticator still broken for you?14:05
mzanettijdstrand: I've tried it, still works fine here (except scanning QR codes broke with 5.2 which I've fixed by now)14:06
mzanettireminds me... I couldn't upload it because the website now seems to reject any framework but 13.1014:06
mzanettipopey: ^?14:06
popeythats one for beuno_14:07
mzanettiwhich framewokr should I actually use? 14.04-qml seemed the most sensible to me14:08
beuno_mzanetti, it only allows 13.10?14:08
mzanettibeuno_: well, at least it rejects 14.04-qml14:08
mzanettiand all the other listed here with 14.04* https://wiki.ubuntu.com/Click/Frameworks14:09
mzanettibut I'm a bit confused which one I should use14:09
mzanettithe changes are to make them work properly with Qt 5.214:10
mzanettiwhich in turn might breaks them for 5,014:10
* beuno_ checks14:11
=== beuno_ is now known as beuno
jdstrandmzanetti: it lost my configuration somehow... I tried to add a new one and noticed that the camera didn't work. I then did manually and it seems to be working now14:11
beunomzanetti, ubuntu-sdk-14.04-qml-dev114:11
mzanettijdstrand: yep, the camera issue is fixed. just need to manage to upload the new version which I guess should work soon14:11
beunois what's currently supported14:11
jdstrandcool14:12
beunomzanetti, because we're in development14:12
mzanettibeuno: ah ok. so when we release 14.04. do I need to re-upload it then even though no changes are required?14:12
beunomzanetti, you do not14:12
mzanettiok14:12
beunoaccording to cjwatson, at least14:12
beuno:)14:13
* mzanetti tries with 14.04-qml-dev114:13
beunomaybe we need the error to tell you what options you have14:13
jdstrandmzanetti: note, I also noticed apparmor denials indicating it needs audio (I guess for the camera click)14:13
mzanettijdstrand: /me doesn't want a camera click :D14:14
mzanettiactually it shouldn't even try to do so14:14
mzanettias I never take a picture in that sense14:14
rpadovanidpm, just arrived at home :-)14:15
mzanettibeuno: worked now. thanks a lot14:16
mzanettijdstrand: new version uploaded. should come to a device near you soonish :)14:16
beunomzanetti, I'll update the wiki to make it clearer14:16
mzanettithanks14:16
dpmballoons, joining the core apps call?14:19
rpadovanidpm, shall I do anything for you?14:21
=== chihchun_afk is now known as chihchun
jdstrandmzanetti: thanks!14:31
=== chihchun is now known as chihchun_afk
DanChapmandholbach: the gitorious repo is only updated on ad-hoc manual basis14:42
dholbachDanChapman, gotcha - I just created my own (direct) code import to Launchpad and will use it for daily builds of ubuntu's trojitá variant14:43
dpmrpadovani, sorry I pinged you and then I went away, I jumped into a couple of calls. I just wanted to ask you if you've had the chance to file those Reminders bugs you mentioned in your e-mail16:07
dpmIf not, just let me know and I'll be happy to do it myself16:07
=== mhall119 is now known as mhall119|away
rpadovanidpm, mhh, nope, but I think is all related to Bug #129840116:17
ubot2Launchpad bug 1298401 in Ubuntu Reminders app "DatePicker creation is very slow" [Critical,Triaged] https://launchpad.net/bugs/129840116:17
rpadovanidpm, btw, I'll be not available for our Wed meeting, I'll have a smartphone conference and I'll talk about Ubuntu :-)16:18
dpmrpadovani, oh, cool, good look at the conference!16:22
rpadovanithanks :-)16:24
=== gatox is now known as gatox_lunch
=== jhodapp is now known as jhodapp|brb
dpmballoons, what was that Music app's locale bug? I'll see if I can have a look at it16:37
balloonsdpm, xnox is having a look at it16:37
dpmah, great!16:37
balloonsdpm, let me find the bug16:37
balloonsdpm, https://bugs.launchpad.net/music-app/+bug/130023016:38
ubot2Launchpad bug 1300230 in Ubuntu Music App "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33484: ordinal not in range(128)" [High,Confirmed]16:38
nerochiaroartmello: can you check if lp:~amanzi-team/gallery-app/gallery-app-pinch-area-mouse-area works for you in solving the mousearea+pincharea problem ? It's a slight adaptation over zombor's solution16:38
dpmargh, just by reading the title I can see it's my favourite python bug...16:39
dpmnot16:39
dpmthanks balloons16:39
balloonsdpm, haha.. I added a comment as well.. yep, py3 fun16:40
dpm:-)16:40
labsinhi all, what framework should i use for a qml app (click manifest)16:47
balloonsdpm, how's file manager?16:49
balloonslabsin, I would use 14.0416:49
labsinubuntu-sdk-14.04-dev ubuntu-sdk-14.04-qml or just ubuntu-sdk-14.0416:50
dpmballoons, I was going to ask sergiusens as click/cmake expert if he could take a look at https://code.launchpad.net/~dpm/ubuntu-filemanager-app/include-plugin/+merge/21336816:50
dpmsergiusens, if you've got a minute, could you do a quick review of that MP to include the file manager plugin into the app's source tree ^?16:51
dpmthat'd help us automating click package creation and uploading the latest version to the store16:52
dpmbbl, grabbing something to eat16:52
=== jhodapp|brb is now known as jhodapp
=== mhall119|away is now known as mhall119
artmellonerochiaro: ok, I will take a look17:06
nerochiarobfiller: lp:~amanzi-team/gallery-app/gallery-app-pinch-area-mouse-area << zsombi's workaround applied to gallery17:06
bfillernerochiaro: how's it working?17:07
nerochiarobfiller: i had to change a few things, but it's working well17:10
bfillernerochiaro: that's good, perhaps you can go back to getting the unzoom to work now17:11
nerochiarobfiller: yeah, first thing on my list tomorrow17:11
balloonsdpm, still about/17:33
dpmballoons, yeah, but I'll need to go soon. Anything I can help with?17:34
balloonsdpm, just something quick. I'd like to ask someone to help out with calendar tests, but we need bugs filed for the new stuff needing tests. Basically the stuff I saw kunal was showing off :-)17:34
balloonshttps://bugs.launchpad.net/ubuntu-calendar-app/+bugs?field.tag=needs-autopilot-test17:34
dpmballoons, ok, here's one new one for you: bug 130035317:38
ubot2Launchpad bug 1300353 in Ubuntu Calendar App "Autopilot Testcase Needed: agenda function" [Undecided,New] https://launchpad.net/bugs/130035317:38
balloonsdpm, ty sir.. enjoy your evening17:38
=== gatox_lunch is now known as gatox
dpmballoons, np, and here's another one: bug 130035417:40
ubot2Launchpad bug 1300354 in Ubuntu Calendar App "Autopilot Testcase Needed: calendar management" [Undecided,New] https://launchpad.net/bugs/130035417:40
dpmalthough I still haven't seen the actual branch for that one17:40
dpmok, calling it a day now, cheers!17:41
dpmballoons, enjoy your time off tomorrow!17:41
AskUbuntuInternationalization of QML application using i18n | http://askubuntu.com/q/44161018:17
AskUbuntudoes ubuntu-sdk all programming language supports all mobile devices? | http://askubuntu.com/q/44161618:31
binarykingI want to port my existing Qt5 app to Ubuntu Touch. Is there any guide on the internet?19:55
binarykinghow should one use the SDK to port the app?19:56
=== jhodapp is now known as jhodapp|bbl
kenvandinebinaryking, i don't know of a specific guide for that, but it should be pretty easy to port20:06
binarykingkenvandine: is it something to do with 'Click'?20:07
kenvandinepartly, creating a click package for it should be pretty simple20:07
kenvandinethere is also a couple other things to think about20:08
kenvandineyou probably want your main view to be a  MainView from the UbuntuSDK20:08
kenvandineand look at how you size stuff, ideally you should use grid units instead of static sizes20:08
kenvandinehttp://developer.ubuntu.com/api/qml/sdk-14.04/UbuntuUserInterfaceToolkit.resolution-independence/20:09
kenvandinebinaryking, a good starting point would be to look through a basic tutorial20:09
kenvandinehttp://developer.ubuntu.com/apps/qml/20:09
binarykingkenvandine: actually, my app in written in pure C++20:10
kenvandineto see how the examples are put together and see what you might want to tweak in your app20:10
kenvandineah... that isn't quite as easy :)20:10
kenvandinebut should be doable20:10
kenvandinedoes it use QtWidgets at all?20:10
kenvandinelast i heard that was the toughest thing about porting20:11
kenvandineif you used widgets20:11
kenvandinebinaryking, and to build the click package for it would be a little tougher20:12
kenvandinebut doable20:12
binarykingkenvandine: my app has QML bindings as well with a library20:13
kenvandinehttp://blog.mikeasoft.com/2014/03/02/qml-and-box2d-game-template-for-ubuntu-touch/20:13
kenvandineyou can look at his example20:13
kenvandinethat creates a click package that bundles the box2d qml plugin in a click package20:13
binarykingso, in the same way I can bundle my app's QML plugin, yes?20:15
kenvandineyes20:15
binarykingkenvandine: thank you20:17
kenvandinebinaryking, no problem, good luck and gives us a shout if you have questions20:19
binaryking:D20:19
rpadovanimzanetti, o/ Any news for reminder?20:28
=== jhodapp|bbl is now known as jhodapp
=== salem_ is now known as _salem
AskUbuntuMySQLdb on Brython? | http://askubuntu.com/q/44171523:47
=== chriadam|away is now known as chriadam

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