/srv/irclogs.ubuntu.com/2014/09/19/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
minshalljwhat's the best way to wrap the basic button text in qml?01:30
Akiva-Thinkpadminshallj, oh hey01:32
Akiva-Thinkpadminshallj, here are Three ways01:32
Akiva-Thinkpadthat I know of01:32
Akiva-Thinkpada) Bad Way - Set the button properties to automatically wrap at a certain width01:33
Akiva-Thinkpadb) Set the text to HTML/CSS formatting, and use <br>01:33
Akiva-Thinkpadc) Set the text to regular, and just use \n01:34
Akiva-Thinkpadminshallj, Does that answer your question?01:34
minshalljI think so, I'll try it out, thanks Akiva-Thinkpad01:34
Akiva-Thinkpadminshallj, let me know how it works out01:34
minshalljI guess I'll use the newline. I just thought there might be an easy property to set, like Text has wrapMode, but Button just has a text: field.01:38
minshalljAkiva-Thinkpad: can a) set the button's text to wrap at the button's width?01:39
Akiva-Thinkpadminshallj, oh good question.01:40
Akiva-Thinkpadminshallj, do you mean that you can set the width to which the text will wrap, ie the margins inside the button?01:40
minshalljyes01:41
Akiva-Thinkpadminshallj, I do not know off the top of my head, however in this case I think it is easiest to make a custom button at this point.01:43
Akiva-Thinkpadcreate a new file, first component Item{}01:43
Akiva-Thinkpadand within that, put a Shape{} and a Text{} in it, like a label or something01:44
Akiva-Thinkpadthen what you would do is set the texts anchors to points inside the button01:44
minshalljok, sounds good01:44
minshalljso the button just isn't advanced enough to be stand alone01:44
=== chriadam is now known as chriadam|away
Akiva-Thinkpadbah03:27
mihirgood morning everyone :)06:41
nik90mihir: morning06:56
nik90mihir: I am going split our mp into multiple small ones for easy review. They will depend on one other and should go in a particular order.06:59
mihirnik90: yeah , was thinking of same, shall we split views , so we ca?n do it lil faster07:01
nik90Yes07:10
nik90mihir: also name the branches as 1-branch name, 2-branch name and so on to indicate the order07:11
mihir__nik90: okay07:11
mihir__nik90: i'll do that..07:11
mihir__i'll start with day view first..07:11
nik90mihir: let the header actions go first?07:12
mihir__nik90: okay  :) agreed followed by other changes.07:12
nik90We need that in all the views as prerequisitite07:12
* mihir__ pulls latest branch 07:13
mihir__nik90: i'll put each branch in ubuntu-cal-dev07:13
nik90Yes definitely07:15
dholbachgood morning07:24
nik90good morning07:25
nik90mihir__: fix https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/ColorPopUpModify/+merge/235205 ...a small typo07:27
mihir__my vm got crazy today , haha07:28
liuxgwhat is the correct C++ lib for parsing the xml for scope development?07:39
nik90mihir__: I made my MP https://code.launchpad.net/~nik90/ubuntu-calendar-app/tweak-event-color/+merge/235137 to be small as well.07:45
nik90mihir__: it now only adds bg color to the events07:46
mihir__nik90: ohkie , then by tonight we'll have 5-8 branches hehe07:51
nik90mihir__: :-), I will help07:51
nik90mihir__: did you already start with the first split?07:51
mihir__nik90: without that it is not possible hehe :D07:52
mihir__nik90: yes..i have started07:52
nik90mihir__: ok go odd-numbered..so you do 1-mp, 3-mp and so on07:52
nik90mihir__: i will take even-numbered ones07:52
mihir__nice idea..07:53
mihir__so lets number now so we don't get conflict07:53
nik90mihir__: so ping me when you are done with the first mp. I will then get started on the second one07:53
nik90mihir__: 1-move-common-actions07:54
mihir__nik90: okay got it , http://paste.ubuntu.com/8378130/07:54
mihir__feel free to change order07:54
mihir__nik90: i proposed a branch https://code.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/1-RemovedDuplicateHeaders/+merge/23524608:18
mihir__popey: ping08:18
mihir__nik90: did you see kunal's comment :-/08:18
mihir__?08:18
nik90mihir__: yeah I will explain..it should be fine08:19
mihir__nik90: okay thanks :)08:19
mihir__btw, still do we need separate branches , if he has already reviewed ?08:19
mihir__nik90: lets get it merged one by one :) so we don't end up in merging in all branches08:21
nik90ok08:21
mihir__nik90: thanks :)08:22
nik90mihir__: can you quickly review https://code.launchpad.net/~nik90/ubuntu-calendar-app/tweak-event-color/+merge/23513708:22
=== dholbach_ is now known as dholbach
* mihir__ do the review08:22
nik90mihir__: it now only adds bg color to events..no opacity, or font tweaks or anythign of that sort08:22
mihir__nik90: reviewed and top approved08:27
nik90thnx08:28
nik90mihir__: does https://code.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/1-RemovedDuplicateHeaders/+merge/235246 require any AP changes?08:35
mihir__nik90: nope, we added objectName as previously so no ap changes08:36
mihir__same as previously*08:36
nik90mihir__: cool08:36
vitimitihi08:37
mihir__nik90: ping08:41
nik90mihir__: I am here, you don't need to ping ;P08:42
nik90mihir__: shall I start the next one? looks like 1-RemovedDuplicateHeaders is almost good to go08:44
mihir__nik90: instead of you wrote common header can't we just use EventAction {} , i just tried and worked08:44
mihir__nik90: like this ,http://paste.ubuntu.com/8378345/08:44
nik90mihir__: that would mean you are instantiating a EvenAction{} in every view individually08:45
nik90mihir__: while now, we instantiate it once in the calendar.qml file and then just past it to different view as required08:45
mihir__hmmm okay i got that , thought differnetly08:45
mihir__nik90: yeah you can go ahead with the second one :)08:46
nik90mihir__: could you provide me a code diff to that..I can understand better then08:46
mihir__can you just review 1st and merge08:46
nik90I am just waiting on kunal's reply08:46
nik90mihir__: btw can you remove "120+ // #FIXME: This action doesn't seem to be visible!" that issue is no longer present08:47
mihir__nik90: http://paste.ubuntu.com/8378373/08:48
nik90mihir__: if you do ^^ then do you still see the "Calendar Today" action?08:48
mihir__nik90: yes , i also tried to move that today action to Event Action and it worked on my machine08:49
nik90mihir__: but the today action is not a generic one though..its trigger function varies depending on the view08:49
mihir__nik90: ohh yes , i forgot that ,VAR is diff  , from diff views08:51
mihir__nik90: let me know once you done with second branch , i'll go out and come back within an hour or so08:54
nik90sure08:54
* mihir__ hates his ISP 08:54
JamesTaitYo ho ho, 'n' shiver me timbers! 'appy Friday 'n' 'appy Talk Like a Pirate Day!  Yaaarrr! :-D09:07
nik90mihir__: hey there's an issue with your branch09:08
mihir__nik90: what is that?09:08
mihir__nik90: i'll check once i come back..09:09
mihir__Jenkins didn't like my MR hehee09:09
mihir__;)09:09
mzanettiJamesTait: Arrr, its that day again :)09:09
nik90mihir__: http://paste.ubuntu.com/8378489/09:09
nik90mihir__: it is a real failure09:10
nik90mihir__: you copies the wrong trigger functions09:10
nik90s/copies/copied09:10
rpadovanidpm, mzanetti bug 137151609:31
ubot5bug 1371516 in Online Accounts setup for Ubuntu Touch "Please add an API to know how many compatible but not authorized yet accounts there are" [Undecided,New] https://launchpad.net/bugs/137151609:31
rpadovanimardy, what do you think? ^^09:31
nik90mihir__: I fixed the issues in your branch09:41
dpmthanks rpadovani09:43
dholbachbeuno, is https://bugs.launchpad.net/developer-portal/+bug/1355807 a priority right now? or some time soon?10:27
ubot5Launchpad bug 1355807 in Developer registration portal "Make interface i18n'able" [Undecided,New]10:27
mardyrpadovani: hi! I commented on bug 1371516, and closed it; please discuss also with mpt, if you really think that that feature is needed10:39
ubot5bug 1371516 in Online Accounts setup for Ubuntu Touch "Please add an API to know how many compatible but not authorized yet accounts there are" [Undecided,Invalid] https://launchpad.net/bugs/137151610:39
rpadovanimardy, thanks. I think that using includeDisabled will help me to implement a better workflow, and for now is enough10:43
=== chihchun is now known as chihchun_afk
mihir__nik90: ohh shit, :(10:54
mihir__nik90: that was bad mistake hehe10:54
mihir__nik90: i just came back home, have ou started working on 2nd?10:55
mihir__you*10:55
nik90mihir__: yeah it is actually harder splitting the branches than i expected11:07
nik90mihir__: but I am almost done11:07
nik90mihir__: but you will have to be really really careful and test since we are essentially building from scratch.11:07
nik90mihir__: would you be able to test in the office? If not I can propose the branches11:08
mihir__nik90: yup i found the same, so i again informed do we really need to split after kunal's comment?11:08
nik90mihir__: well I am done with week view.. just fixing the ap tests now11:09
mihir__nik90: can't we go with same branch again , or it is not advisible ?11:09
nik90mihir__: all that is left is day view, month and year view11:09
mihir__ohkie :)11:09
nik90mihir__: which same branch?11:09
mihir__the main from which we are splitting11:10
nik90mihir__: not advisable11:10
mihir__hmmm okay11:10
nik90mihir__: tbh each of these split branches makes more sense when you look at it11:10
nik90review it*11:10
mihir__let me know once you do with it, i'll then work on other11:10
mihir__i'll review and test that first , once that get merged i'll work on other,11:11
nik90ok11:11
nik90mihir__: https://code.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/2-Improve-WeekView/+merge/23527111:21
nik90mihir__: I going to create 3-Improve-DayView since it is closely related to week view. You can then start on 4-Improve-MonthView. Sounds ok?11:22
nik90you can even do the year view bit in that branch11:22
ahoneybunyay my phone should be here today not saturday!12:06
=== _salem is now known as salem_
beunodholbach, it isn't, it will be soon12:30
dholbachbeuno, thanks12:33
mihir__nik90: ping12:38
nik90mihir__: pong12:38
mihir__hey , i am going to review your MR now12:38
nik90mihir__: cool. I fixed all AP issues. The tests should pass now12:39
nik90mihir__: did you get my previous comments about the dayview branch?12:39
mihir__nik90: yeah i saw that , continue12:40
nik90mihir__: cool. So you will be taking care of month and year and the rest.12:40
mihir__nik90: sure  :)12:40
mihir__nik90:  you planning to change timer in Dayview ?12:44
nik90mihir__: timer?12:44
mihir__the time which is in center , we made it on left pane right?12:44
nik90mihir__: yes I did that in the day view branch12:45
nik90mihir__: it wasn't necessary in the week view branch12:45
mihir__nik90: okay :) no issue12:45
mihir__it'll change in weekview as well right ?12:45
nik90yes12:51
nik90mihir__: weekview uses that component as well12:52
mihir__nik90: one of AP is failing i guess on your MR12:53
mihir__>>> calendar_app.tests.test_weekview.TestWeekView.test_selecting_a_day_switches_to_day_view 12:53
popeynik90: when do you want clock pushing to the store?12:54
nik90popey: may be at the end of the day?12:54
nik90popey: jenkins autolanding was failing yesterday due to bug in phablet-tools12:54
nik90popey: I think it just got pushed to utopic-proposed. Once that lands, I can merge 2-3 MPs12:54
nik90popey: balloons commented about that in dpm's reboot translation branch12:55
nik90mihir__: can you give me a hand with the failing test pls. you wrote it so you might know better12:55
mihir__nik90:  i am looking into it wait12:56
nik90mihir__: thnx12:56
popeynik90: yeah, thats what triggered me asking.12:59
popeynik90: lets do it later then.12:59
nik90popey: yup. ack12:59
mihir__nik90: it is dependency to day view12:59
nik90mihir__: hmm :/13:00
nik90mihir__: can you disable and then test then13:01
nik90mihir__: I will enable it in the day view branch13:01
nik90I just pushed the day view branch as well13:01
mihir__nik90:13:03
mihir__okay i reverted it13:03
mihir__now i day view branch just make that change in last AP as you did in weekview13:03
nik90ok13:03
mihir__nik90: to be precices , http://paste.ubuntu.com/8379669/13:04
mihir__i pushed the changes13:04
nik90cool thnx13:04
mihir__nik90: let this get approved and then i'll take a look at dayview13:06
nik90mihir__: ok13:06
vitimitihi13:44
nik90mihir: hey the week view branch passed :)13:46
nik90mihir: if you were happy with the review can you approve it.. Not top approve.13:47
nik90mihir: same with the day view13:47
nik90Mirv: mean while you can already start on the year view branch parallelly if you want13:47
mihirnik90: doing it, and why not Top Approv ?13:48
mihirapprove*13:48
nik90mihir: I thought may be kunal might have some thoughts13:48
mihirnik90: okay,13:48
nik90mihir: actually if you want go ahead and top-approve since he did approve during the meeting yesterday13:49
Mirvnik90: ok :)13:50
mihirnik90: yes sure , i'll top approve this  :) and once it merged..you can merge trunk with day view13:50
nik90Mirv: oops ...it is so confusing with both of you nicks :P13:50
nik90mihir: that wont be necessary13:51
nik90mihir: the week view is a prerequisite of the day view branch13:51
nik90mihir: so it should all work out fine13:51
mihirokay13:51
=== chihchun_afk is now known as chihchun
mihirnik90: popey i was trying this with eventDetails , howz this ,http://i.imgur.com/aCD6z6u.png ?14:05
mihirnik90: can day view looks cool :)14:07
nik90mihir: I like the eventDetails page. Can you remove those bold words like Location, Guests, and Remind Me? Replace them with ListItem.Header as that's what we need to use there.14:08
mihirnik90: yup that is in progress :)14:08
nik90mihir: ah cool14:08
nik90mihir: also it would be better if it read "personal calendar" instead of just "personal"14:09
nik90will make it more clear to the user what that is14:09
mihirnik90: sure :)14:09
mihirnik90: i'll push Month and yearview changes in a while14:16
nik90yeah sure no worries14:17
nik90I am bit busy now with clock anyway ;)14:17
balloonsnik90, so mind if I switch roles and quiz you now? I'm curious about ActivityIndicator in my app. I'd like some animation to appear, but I'm not seeing anything when it's 'active'14:40
nik90balloons: :)14:41
nik90balloons: you don't see the activityindicator at all?14:42
balloonsnik90, I set visible and running to a property. Then I set the property to true, and I would expect to see the circle animation, yes?14:42
nik90balloons: yes14:43
nik90balloons: could it be that the activity indicator is hidden beneath some elements? May be just try setting visible and running to true and see if it appears14:43
nik90balloons: if not, then console output the property which is assigned to the running property to see if it changes correctly14:44
mihirnik90: what if we want to put appened text in i18n.tr ?14:45
mihirfrom JS14:46
nik90mihir: I remember reading about it a long time back but cannot remember exactly how.14:46
mihirahhh , hmmm :|14:46
nik90mihir: is it not possible in the UI after JS returns the value?14:46
mihiri might need to use in two cases14:47
mihiri am assigning value from JS , say take example of calendar14:47
mihirPersonal (Comes from JS object) + "Calendar"14:47
mihirso i need to put the last append in i18n14:47
balloonsnik90, http://paste.ubuntu.com/8380290/14:47
nik90mihir: then do it like i18n.tr("%1 Calendar").arg(valuefromjsobject)14:49
nik90balloons: it looks good..checking on my desktop14:49
mihirahh , that was simple :|14:50
mihirbut i see, i18n works from JS too ,i didn't knew that14:51
balloonsohh, I see it finally in my actual app.  But it's small and appears in the upper left corner14:52
nik90balloons: ah ofound the mistake in your sample app14:52
balloonsexcellent14:52
nik90balloons: it should be "true" and not "True"14:52
nik90balloons: as for your positioning that should be easy to do14:52
balloonsperhaps I should black out the screen and center it?14:52
nik90balloons: if you want it deadcenter in your app, then something like "anchors.centerIn = parent"14:52
balloonsit's waiting for a network refresh after pressing a button14:53
nik90balloons: yes, you can create a Rectangle{ color: "Black"; opacity: 0.5; anchors.fill: parent }14:53
nik90balloons: and then add the activity inside the rectangle14:53
balloonsright.. thanks, I think that's what I'm after14:54
nik90balloons: you want me create a sample code for that? should take 30 secs14:54
balloonsnik90, I wonder about the visible setting? visible: ActivityIndicator.visible14:55
balloonsfor the rectangle.. sure14:55
nik901 sec14:56
=== Laney is now known as Guest37661
nik90balloons: http://paste.ubuntu.com/8380368/14:58
balloonsahh.. silly me, use the id14:58
=== chihchun is now known as chihchun_afk
balloonscool, so I was right on.. thanks nik90 !14:58
nik90balloons: indeed :)14:59
nik90balloons: oh one more thing14:59
nik90balloons: you don't need to change the activity indicator visiblity setting15:00
nik90balloons: it is automatically hidden when not running and vice versa15:00
balloonsnik90, awesome thanks. One other question, can I lock them out of the UI while it's running?15:03
balloonsI see I can still push things.. I'm trying to prevent double submissions15:04
nik90balloons: lock them?15:04
balloonsnik90, prevent them from interacting with UI elements15:04
nik90balloons: you could disable the button when it is retrieving stuff from the network15:04
nik90balloons: but I suspect there should be a better way of doing this for all input elements at once15:04
balloonsI could hide them all as well15:04
balloonsbut what would you do?15:05
balloonsI could put it in a popup?15:05
* balloons tries the dialog15:05
nik90dialog would be your best bet15:05
nik90it automatically dims your screen for you..so it is a modal window15:06
nik90preventing input to elements in the background15:06
popeynik90: mihir also... let me know if you want me to push a new calendar update to the store, we're quite a few revs behind15:06
popeybe good to get testing of calendar over the weekend too15:06
ogra_popey, i was asked to drop calendar and was planning to ask CI to remove the tests15:07
mihirpopey: by tonight , i guess we're working on splitting the MR15:07
nik90mihir: if you get the year view stuff done this weekend, we can push an update to the store15:07
mihirnik90: i am about to finish that15:07
nik90ogra_: wow really?15:08
nik90ogra_: does that mean it wouldn't be part of the default image?15:08
popeynik90: mihir looks like they want to trim down some of the default apps on device15:10
popeyit will of course still be in the store15:11
popeyand we may indeed re-add it to the image.15:11
mihirpopey: ohhh :|15:11
nik90ok15:11
mihirthat's sad15:11
ogra_yes15:11
popeyYeah.15:11
ogra_worst decision ever if you ask me15:12
mihirany specific reason ?15:12
popeyquality / usability15:12
popeythe work you guys have been doing is stellar15:12
nik90ah man with all the cool UI improvements calendar it is shaping so nicely and a strong contender15:12
popeyyeah.15:12
popeyLets discuss this at the sprint.15:12
popey(I mean, I'm not saying don't discuss now)15:13
popeyI mean, when we're sat around a table and have design people in the room, that'll make life easier.15:13
mihirpopey: if we can get more usabiltiy case we are ready to improve this15:13
popeyAll of the apps are under constant re-evaluation15:14
mihirhmmm okay15:14
balloonsnik90, perhaps you could demo with the dialog if it would be quick? I didn't get it to go like I wanted15:14
nik90balloons: sure, 1 min15:15
mihirpopey: btw, did you look at details screenshot i provided ?15:15
popeyit's entirely possible for the vendor to say just ship the basic 6 apps dialer, browser, messaging, contact, clock, and no more15:15
popeymihir: been in meetings (and am in one right now) ☻  will do.15:15
mihirnik90: i pushed, lets Jenkins run15:15
mihirpopey: okay great , but device without calendar :-/ (just wondering)15:15
popeyso yeah, ogra_ go ahead and un-seed calendar, and we'll continue working on the usability over the coming weeks to refine it.15:15
popeyits in the store.15:16
popeytwo clicks away ☻15:16
mihirpopey: okay :)15:16
ogra_popey, ok, i'll have to talk to CI still15:16
popeywe're not removing it from the store.15:16
popeyok15:16
popeythanks ogra_15:16
mihirpopey: no issues, let make it that way we can add this again in default :)15:17
mihirpopey: also the calculator :-?15:17
popeyogra_: is calendar the only one you've been asked to remove?15:17
ogra_and notes15:17
popeyok15:17
popeythanks15:17
mihirpopey: http://i.imgur.com/7udUxcB.png ,15:19
popeywhy does it say "17:30 18:30"? is that start/end time?15:20
mihiryup15:21
popeyneeds a "-" between15:21
popeylooks veeeery much like the android calendar ☻15:21
mihirohh yeah15:21
mihirpopey: took reference from that ☻15:21
popeyso "17:30 - 18:30"15:21
mihiralso , it looks more readable the information you wants get top15:22
popeyyes, i agree15:22
=== lan3y is now known as Laney
popeymihir: how does the dialog look when shrunk down to phone size?15:25
nik90balloons: http://paste.ubuntu.com/8380567/15:27
* mihir grabs screenshot15:27
charlesnik90, could you take a look at https://www.dropbox.com/s/75m718bljgtvoml/2014-09-19%2015.22.40.mp4?dl=015:28
mihirpopey: http://imgur.com/23bykim15:29
nik90charles: sure15:29
popeymihir: nice!15:29
mihirpopey: :)  it is still WIP  :)15:30
nik90charles: I noticed this last night as well15:30
nik90charles: did you by chance change the timezone of the phone before you did this?15:30
charlesnik90: yes. specifically, I changed the timezone of the phone /after/ the clock app was launched15:31
charlesnik90, haven't tried it yet with changing the timezone /before/ launching clock app15:31
=== balloons_ is now known as balloons
nik90charles: I have a hunch on where the issue might light, will try it out and see how it goes15:32
charlesnik90, cool15:32
=== balloons is now known as Guest35774
popeymihir: it's looking good already, thank you!15:33
mihirnik90: Jenkins passed MR, could you please review it ?15:34
mihirpopey: i have one question15:34
nik90mihir: yeah in a bit15:34
popeymihir: go for it.15:34
mihirpopey: can we remove the location image?15:34
mihirpopey: i don't think it make sense :|15:35
popeyyes, I would.15:35
mihirgenerally , in location we have conference room name or something like that, never keep the map location15:35
popeyyeah.15:35
* popey pre-emptively points killer at beuno 15:35
=== Guest35774 is now known as balloons_
mihirpopey: so is it okay, we remove the location image , correct ?15:36
popeymihir: is it possible to determine what kind of location it is in the field?15:39
popeydoes it come from EDS as a LAT/LONG?15:40
mihirpopey: it is simple text :)15:40
mihirso if i say meeting at IRC it tries to find IRC in map15:40
popeyi would remove it then, as we don't really use it properly.15:41
mihirwe don't have LAT/LONG , and i am not sure weather EDS supports that15:41
popeynik90: agree?15:41
nik90popey: I was thinking may be we should try to check if the entered location is a valid location and hide it only for invalid cases. But I cannot of a way to do that check programmatically15:42
nik90think*15:42
ahayzenballoons_, elopio, was there a bug for removing patching of the mediascanner2 db?15:42
popeyyeah, someone could put "London office" or "London", and it wouldn't know the difference15:42
nik90exactly15:42
nik90sure then we could remove it15:43
popeyso we should just display the text?15:43
popeyand remove the map?15:43
nik90yes15:43
mihirnik90: but at this stage , it doesn't make sense i guess, because15:43
popey+115:43
mihirnik90: we are not giving any suggestion to while entering location15:43
nik90mihir: would that be hard to do?15:43
popeywell, remember that the use case of adding events on device is more "quickly add an event"15:44
mihirnik90: but considering use case, how would you use location15:44
popeywhereas you're more likely to be viewing events created elsewhere15:44
nik90popey: true15:44
popeywhere there _may_ be a location defined15:44
balloons_nik90, I got dc'd for a bit, lost my nick ;-) did you respond on the dialog example/15:44
nik90popey: but the issue is also that the image is not interactive15:45
elopioahayzen: not from me. I switched context to try to patch the home dir, and that didn't end well either.15:45
nik90balloons_: yes,15:45
nik90balloons_: http://paste.ubuntu.com/8380567/15:45
mihirnik90: exactly, so if say lets do it Korea, but where in korea, what location15:45
ahayzenelopio, hah i was gonna have a look at it to at least remind myself of what the situation was...if i can see anything obvious i'll report a bug and detail what i find15:45
mihirnik90: popey it would make more sense ,if we allow user to choose location from map while creating an event.15:45
elopiothanks ahayzen.15:46
nik90mihir: well that's not an issue since as popey said if an user creates an event in google calendar online, it suggests nearby places15:46
nik90mihir: so the location data coming in will be accurate15:46
popeydoes google calendar really not add any location metadata when you put some sane location in?15:46
nik90popey: it suggests nearby places15:47
nik90it must most likely15:47
nik90since calendar app shows the correct location in the image rather quickly15:47
mihirpopey: while creating from web15:48
mihirpopey: it gives you suggestion as you type15:48
mihirpopey: i am not sure , in corportate Gmail does that give you list of conferece room, like Exchange server does?15:49
* popey tries15:51
popeydoesnt seem to, no.15:51
mihir_popey: nik90 this is in web calendar , http://imgur.com/EgnjMyW15:53
mihir_so it suggest based on what you type15:53
nik90yup15:54
popeyand if you choose one, what do you get saved in the ical?15:55
=== chihchun_afk is now known as chihchun
ahayzenelopio, is the mocking failing for music-app on the latest utopic images?16:02
elopioahayzen: I think not.16:02
ahayzenelopio, i see "no music found" in the screenshots in the subunit?16:02
elopiohum, then maybe yes.16:02
ahayzenelopio, this one http://ci.ubuntu.com/smokeng/utopic/touch/mako/246:20140919:20140917/10547/music_app/1695066/16:02
* popey afk for a bit16:03
elopioahayzen: I see it.16:04
ahayzenelopio, is this issue us or the platform?16:05
ahayzenand this is likely what victor was seeing yesterday bug 137080016:05
ubot5bug 1370800 in Ubuntu Music App "[music] Autopilot tests are failing to mock home when run on the device" [Critical,Triaged] https://launchpad.net/bugs/137080016:05
elopioahayzen: it doesn't seem to happen on utopic, looking at the last results of your latest branch.16:06
elopioso I suppose it's a touch thing.16:06
ahayzenhmm ok so looks like there are two patching things to look at over the weekend then \o/16:07
elopioI'm going to be doing testing today, so I won't be able to look at it until next week. If you can check it out earlier that would be awesome.16:07
balloons_nik90, so it seems I can't call PopupUtils.close to close a dialog outside of the dialog?16:10
balloons_yea, a dialog doesn't seem to be what we want16:13
ahayzenballoons_, we close dialogues from outside of them in music-app?16:15
* balloons_ tries something interesting16:16
balloons_ahayzen, I don't see anyway to close it on a property change16:16
balloons_it throws an error for me16:16
ahayzenballoons_, we do... dialog = PopupUtils.open(contentHubWait, mainView)16:17
ahayzenballoons_, then PopupUtils.close(dialog) later on16:17
balloons_ahayzen, I'm glad qml loves you16:18
ahayzenhah16:18
* ahayzen wishes jenkins loved him16:18
=== chihchun is now known as chihchun_afk
balloons_I get file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Popups/popupUtils.js:69: TypeError: Property 'hide' of object QQmlComponent(0x12675c0) is not a function16:19
ahayzenmagic16:20
mihir_popey: nik90 when i exporeted to ical, it just shows as text16:20
ahayzenballoons_, do you have a snippet of the code?16:20
mihir_popey: nik90 http://paste.ubuntu.com/8380891/16:20
=== gatox is now known as gatox_lunch
balloons_ahayzen, mmm16:24
nik90charles: I think that bug is a sdk bug :/16:42
nik90charles: try this out as well, open clock -> change timezone -> open a saved alarm -> Notice that the timepicker doesn't show the saved alarm time but some random time16:43
charlesnik90, ugh16:44
charlesnik90, confirmed16:45
charlesnik90, file an sdk ticket?16:45
nik90charles: the only clock app does in the above case is read the alarm and then assign the alarm time to the date picker..there is no way it can do it wrong.16:45
nik90charles: not yet..filing one now16:45
t1mp18:19:56 < balloons_> I get file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Popups/popupUtils.js:69: TypeError: Property  'hide' of object QQmlComponent(0x12675c0) is not a function16:46
t1mpballoons_: ^ seems like you are trying to close a Component, not its instance?16:46
balloons_t1mp, I agree, I am closing the component.  the component contains a dialog. If I pass the dialog id to poputils.close() it doesn't know about the object16:47
balloons_I call poputils.open() with the component name16:48
t1mpballoons_: the parameter of close() is the object (which is returned by open()).16:49
t1mpballoons_: I haven't seen your code but it may be easier to call close() from inside the object itself so you don't have to keep track of it?16:50
nik90charles: bug 137169416:51
ubot5bug 1371694 in Ubuntu UI Toolkit "TimePicker behaves erratically after changing system timezone" [Undecided,New] https://launchpad.net/bugs/137169416:51
balloons_t1mp, right, I want to call close after a network event property change.. and it's not inside the object16:51
t1mpballoons_: then you need to store a reference to the popup when you open it, myPopup = popupUtils.open(popupComponent, caller);16:53
balloons_t1mp, myPopup must be declared though right?16:55
t1mpballoons_: yes16:56
balloons_woot, it vorks!16:56
balloons_t1mp, thanks..16:57
t1mphurray :)16:57
t1mpyw16:57
balloons_so I have a dialog that appears with an activity indicator spinning nicely while my network activity goes on :-)16:58
balloons_and goes away when it's done16:58
balloons_nik90, another question for you or anyone else. So I'm curious about local data storage now. I'd like to save a textfield and pre-populate it on the next load of the application. I don't need to autosave it on application close, I'll do that during the app useage17:00
balloons_I assume u1db is useful for this, but is it overkill or ?17:03
* balloons_ steals nik90's example code to try it17:05
balloons_wow.. that was umm.. easy17:11
=== gatox_lunch is now known as gatox
mihirballoons_: yes , u1db should works17:59
balloons_works great :)17:59
mihirpopey:  nik90: you about  ?18:00
nik90mihir: sry just got back, what's up?18:07
nik90balloons_: glad you found them easy :D18:07
* nik90 throws digital stuff at mihir to get his attention :)18:11
balloons_while I have you, any thoughts on why the picker would be cut off? The selected item gets bigger and shows as orange, but it's way cut off18:12
balloons_hmm..18:13
nik90balloons_: cut of?18:13
nik90balloons_: screenie pls18:13
balloons_nik90, anchors.margins looks lke what I was after18:13
nik90cool18:13
balloons_but it looks wild..18:13
nik90balloons_: you got me curious...what are you creating?18:13
mihirnik90: popey , http://imgur.com/dIgFhkZ18:13
balloons_I'll give a screenie18:13
* nik90 wonders what fancy app balloons is going to publish18:14
nik90May be some supercool autopilot stuff?18:14
* balloons_ notes it's already published18:14
mihirnik90: hahah , we can expect that from balloons_ :)18:14
mihirballoons_:  :-o which app it is :-?18:14
* balloons_ notes author search isn't an option18:15
mihirnik90: i haven't pushd code yet for event details18:15
nik90balloons_: what!18:15
nik90balloons_: clearly the ubuntu touch store needs to make new apps more discoverable18:15
nik90mihir: no worries18:16
nik90mihir: remove the "at" in location18:16
balloons_a valid request.. a new category?18:16
nik90balloons_: I already requested beuno for a category "New Apps" but I was told it will come in time which is understandable18:16
mihirnik90: should put before reminder?18:16
nik90mihir: no..as in we don't need to make sentences18:17
nik90mihir: just showing data should be sufficient18:17
nik90mihir: btw I also think we can go one step better than google at this by showing icons to the left of that data18:17
nik90mihir: so <location-icon> Location18:17
nik90mihir: <Event-icon> Event Name18:17
mihirnik90: we can , we need to get some svg icons then , are most of them available in suru icons ?18:18
nik90mihir: may be , not sure18:18
nik90mihir: checkout suru icons in your system18:18
balloons_anchors.centerIn: parent seems the best18:18
nik90balloons_: yes, also use anchoring where possible. "Never ever hardcode values"18:19
balloons_ohh nik90 one more for you, then I will share after I publish ;-)18:20
balloons_I want to check a string for another string.. aka a contains. I tried doing indexof, but that didn't seem to work right18:21
nik90balloons_: most javascript functions work, let me search online for something that I used18:21
nik90t1mp: bug 1371694 might interest you18:21
ubot5bug 1371694 in Ubuntu UI Toolkit "TimePicker behaves erratically after changing system timezone" [Undecided,New] https://launchpad.net/bugs/137169418:21
nik90balloons_: what about search() ?18:22
nik90balloons_: string.search("Value")18:22
nik90I haven't tested it18:22
* balloons_ tries18:23
nik90it works..just tested..it returns -1 when not found.18:23
nik90http://www.w3schools.com/jsref/jsref_search.asp18:23
balloons_yep, brillant!18:24
nik90yay18:24
mihirnik90: before you go to bed, can you review Month view MR?18:25
balloons_lol, I lied.. I have one more issue before it's ready. I need to get the text value out of a picker.. I can get the selectedindex property, but how do I get the text value?18:26
nik90mihir: doing it atm18:26
mihirnik90: Thank you.18:26
nik90balloons_: what kind of picer?18:26
mihirnik90: one more MR should go , i gueess we removed scroll animation in viewRedesign MR i'll push separete MR for that.18:26
nik90mihir: yes, go ahead18:27
fcole90Hello,  is there anyone else that when tries to compile has an error 127 with missing intltool_merge? :)18:27
fcole90I have it in both system and kit and still it doesn't find it :/18:27
balloons_nik90, like say for the months example.. http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.Pickers.Picker/18:28
* balloons_ noticed I can state objects to access children's properties18:28
nik90balloons_: may be try model[selectedIndex] ?18:29
nik90I haven't used that component before so not sure18:29
balloons_mm.. model is not a function18:30
balloons_how can you address children?18:30
balloons_I'll note setting an id on the label and doing id.text doesn't work18:30
nik90mihir: 1 min, let me address balloons_ question quick18:30
nik90balloons_: let me try, give me a min18:31
mihirfcole90: can you try installing that using sudo apt-get install intltool18:31
fcole90mihir: I did it already, but it still outputs that :/18:32
mihirfcole90: you trying to run on desktop or device?18:33
balloons_nik90, I think I have it18:34
nik90balloons_: what is it?18:34
fcole90mihir : on device, with utopic i386 emulator and kit :)18:34
mihirfcole90: go to Tools - > Options -> Ubuntu  then select the kit , click on Maintain and try to install it ther18:34
* nik90 is curious18:34
balloons_nik90, really silly.. lol.. just access the model property with the selectedindex :-)18:34
fcole90mihir : yes, that's the way I did it :/18:34
balloons_picker.model[picker.selectedIndex])18:34
mihirfcole90: that's weired , it should run18:35
balloons_it's a list rofl18:35
nik90balloons_: :)18:35
nik90balloons_: I will add that in the documentation18:35
balloons_I figured that out when I read the docs and they manually built the list..18:35
fcole90mihir : yes, I also tried to delete everything and install it back again but without luck :/18:35
mihiryou trying any existing app , or new app?18:36
nik90balloons_: wait I was right when I said model[selectedIndex]18:36
* balloons_ notes the record reflects that18:36
balloons_I was stuck on the modelData property18:36
nik90:)18:37
fcole90mihir : with docviewer since latest cmake changes and with calendar app :)18:37
nik90fcole90: when did you create the schroot?18:37
fcole90nik90: if you mean the kit, yesterday the last time :)18:38
nik90balloons_: any idea when the jenkins autolanding will resolve?18:38
nik90balloons_: can I do manual merges since jenkins continous integration already ran the tests and approved it?18:38
balloons_nik90, ogra_ was supposedly working on the introspection issue. I will say if we need to release we can drop autolanding on devices18:38
ogra_me ?18:39
nik90balloons_: I was hoping to release tonight18:39
ogra_balloons_, which introspection issue is that ?18:39
nik90ogra_: silly, how many ogra_ you know :P18:39
ogra_heh18:40
ogra_balloons_, "Introspect error on :1.391:/com/canonical/Autopilot/Introspection: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply."18:40
ogra_balloons_, this one ?18:40
balloons_ogra_, yes that one!18:42
ogra_balloons_, we didnt find the issue yet (and it isnt "my task" :) ) but there is bug  1371454 ... see the last comment18:43
ubot5bug 1371454 in Media Hub "unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246" [Critical,New] https://launchpad.net/bugs/137145418:43
=== balloons_ is now known as balloons
nik90mihir: actually regarding that scroll animation removal, can you ask Akiva to do it since it was his idea and he will be able to explain that better18:44
balloonsogra_, yes, I didn't mean to pinpoint you or anything.. I just haven't tracked the bug down yet.. so thnaks ;-)18:44
nik90mihir: he is never in my timezone18:44
mihirnik90: sure , i was just wondering what was that, still i haven't done that though18:45
mihiri thought it was done by you..18:45
ogra_balloons, well, it just passed by me by accident, i know it since ~30 minutes18:45
nik90mihir: I copied it from his branch after testing it18:45
balloonsperfect ;-)18:45
ogra_the erros looks the same ... and the media hub involvement as well as the potential breakage due to gstreamer shoudl get us forward i guess18:46
mihirnik90: okay no issues, let it be i'll ping him once i find him18:46
mihirnik90: are you aware about it was related to what bug18:46
mihir?18:46
fcole90mihir, nik90 : could you try docviewer app (when you have a free time moment)  to check if that works for you? :)18:46
nik90mihir: he added it before since the new event was so long and that we needed it to automatically scroll when expanding the option selectors18:46
nik90mihir: we don't have that need anymore18:47
nik90fcole90: sure, atm reviewing mihir's branch.18:47
mihirnik90: ohh i got it18:47
fcole90nik90 : thank, ping me when you have the results, no hurry ;)18:48
balloonsoh as agreed, the app is called feedback nik9018:48
* nik90 searches18:48
* balloons publishes v218:49
nik90mihir: btw we got a visual bug in agenda view (not related to our branches, so dont panic)18:49
mihirnik90: if i am not wrong , is it higlighiting listed events in Agenda?18:51
nik90mihir: the calendar color shown in those small circle is hardcoded and hence serve no purpose18:51
nik90mihir: also the events there should show the event background in the calendar color like other views do18:52
* nik90 goes back to his review18:52
mihirnik90: okay , also i observed some of random events had orange bg color.18:52
nik90mihir: not random18:53
mihirfcole90: it works fine here with me18:53
nik90mihir: when you drag it, it shows orange to indicate pressed18:53
nik90mihir: but it doesnt go away when you release18:53
nik90which is a bug yes18:53
mihirnik90: yeah, when i scroll i get it :)18:53
mihir i have very bad internet issues , hates my ISP..not even able to upload screenshot sometimes heheh18:54
* nik90 can imagine18:55
fcole90mihir : thank you, than thats a problem of mine :)18:55
mihirfcole90: that's the only error you getting , are you sure?18:55
mihirfcole90: you might be missing some dependecy , can you check that18:55
* beuno puts https://code.launchpad.net/~ricardokirkner/click-reviewers-tools/frameworks-from-api/+merge/235029 on jdstrand inbox19:01
jdstrandit is on my todo, but likely not for today19:02
beunojdstrand, no rush19:04
balloonsnik90, so I guess we drop autolandings on device for clock?19:11
nik90balloons: yes19:12
nik90balloons: its not a fault in clock?19:12
balloonsnik90, no19:12
nik90cool19:12
nik90we can revisit after this release19:12
mihirballoons: if i have whole string and i want to Assert one word , Eventually(Equals('Word'))  should this work ??19:19
balloonsnik90, ohh your bugs with phablet-tools went in finally :-)19:19
nik90balloons: the python2 issues?19:20
balloonsnik90, yea, python2 issues and running one test19:20
nik90yay19:20
popeyballoons: i think mihir and nik90 would like to push clock/calendar later. Can you check in with them before you go offline to make sure we get them both in the store before the weekend for super duper weekend testing?19:20
balloonsbug 1321463 bug 136436919:20
ubot5bug 1321463 in phablet-tools (Ubuntu) "Cannot run individual AP tests using phablet-test-run" [Undecided,Fix released] https://launchpad.net/bugs/132146319:20
ubot5bug 1364369 in phablet-tools (Ubuntu) "'/usr/bin/python is missing' error when testsuite is not found" [Undecided,Fix released] https://launchpad.net/bugs/136436919:20
balloonsI added --depends as well so you can specify stuff to push to the device if needed19:21
nik90cool19:21
mihircalendar should be ready with-in few mins, nik90 did you top approved it ?19:21
nik90mihir: no I didnt19:21
* nik90 is doing now19:21
nik90mihir: do we push 3 as well?19:22
* mihir looks for 3rd MR19:22
nik90mihir: https://code.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/3-Improve-DayView/+merge/23528219:28
mihirnik90:  my interet sux, can you tp 3rd as well , once that is merged balloons can push it to the store19:29
nik90mihir: tp?19:30
nik90nvr mind19:30
fcole90mihir : no, I don't think to, maybe I messed up things with separate qt environment, like installing qtcreator from vplay XD19:30
nik90got it19:30
mihirnik90: great, thanks :)19:32
nik90balloons: can I start top-approving clock merged?19:38
ahoneybundoes anyone have a pebble that works with Ubuntu?19:38
balloonsnik90, not quite yet19:40
nik90balloons: ok..ping me when you thin it is rdy19:41
balloonshave to push through some jenkins changes first19:41
balloonsyep, changes made, need to be approved and pushed19:41
ahoneybunanything else needed for design mockups nik90 ?19:42
nik90ahoneybun: not that I can think of19:42
ahoneybungot my nexus 4 now~19:46
=== zbenjamin_ is now known as zbenjamin
mihirnik90: i pushed another branch , https://code.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/5-Improved-EventDetails/+merge/23533319:47
ahoneybunubuntu time!19:47
mihirnik90: whenever you get time to review that MR as well, i made small tweak in AP too.19:51
balloonsahoneybun, awesome.. enjoy a real device19:52
* ahoneybun is on crack now19:54
ahoneybunballoons: so I need to set up the sim on android first or can ubuntu handle setting that up?19:54
ahoneybunI dont have a sim card yet19:54
balloonsahoneybun, ubuntu should do it all19:55
ahoneybunok I'm like one command away19:55
ahoneybunthis nexus 4 is in perfect shape!19:56
ahoneybunI'm so happy19:56
mihirballoons: calendar should ready to push into store19:56
balloonsmihir, oO oO19:56
balloonson it19:56
* ahoneybun still has his verizon phone though19:57
mihirjust one updates left , i guess we can do it next week , the details view ,http://i.imgur.com/dIgFhkZ.png19:57
mihirballoons: ^^19:57
balloonslove the changes19:57
balloonsk building, then pushing19:57
mihirballoons: excellent :)19:57
mihirballoons: just a min19:58
mihirahh , one MR is still left19:58
mihirhttps://code.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/3-Improve-DayView/+merge/23528219:58
mihirballoons: let this get merged, sorry for thta19:58
mihirthat*19:58
ahoneybunmihir: yay kinda my design!19:59
mihirahoneybun: yeah , :-D that's how we ended up :)19:59
ahoneybunmihir: at least I helped!19:59
ahoneybunmihir: I got my N4 installing ubuntu now20:00
mihirahoneybun: ohh wow that's great.. :) and have added your name as well https://code.launchpad.net/~ubuntu-calendar-dev/ubuntu-calendar-app/5-Improved-EventDetails/+merge/23533320:00
* ahoneybun needs Simple bank on his Ubuntu Phone20:00
ahoneybunyay!20:01
ahoneybunmihir: thanks so much20:01
mihirahoneybun: you're welcome.20:02
ahoneybunmihir: pushing the images to the device now20:02
ahoneybunmihir: could you or someone help me make a webapp for my online bank20:03
mihirballoons: done :D20:03
mihirballoons: it got merge, you can build now and push, thanks for that20:03
ahoneybunmihir: https://www.simple.com/20:03
mihirnik90: balloons: have good weekend  :)20:06
nik90mihir: u220:06
* nik90 brb20:07
balloonsnik90, go nuts on merging20:13
nik90balloons: woohoo :)20:14
nik90balloons, elopio: quick question..say there is a bug which couldn't be detected in autopilot (for reasons of complexity etc etc), and the bug is due to an upstream component, do we write a manual test in the clock app or in the upstream component?20:16
balloonsnik90, I would go upstream with that but if it makes sense, put something specific in clock also20:16
nik90ok20:17
nik90elopio: will you be ready in about an hour for manual testing of clock?20:19
nik90mhall119: btw you might be interested in bug 137134121:23
ubot5bug 1371341 in Ubuntu Clock App "after a while recurring alarms stop to work" [Critical,New] https://launchpad.net/bugs/137134121:23
nik90mhall119: it is a bug after all :/ ... but now that it has been identified we (renato) will be working on a fix for it.21:24
nik90balloons: clock ready to publish21:28
mzanettirpadovani: https://code.launchpad.net/~mzanetti/reminders-app/optimize/+merge/23534021:34
rpadovanimzanetti, wonderful! Tomoroww I'll try it21:36
popeyoooh21:40
* popey tests21:40
popeyodd. i can't see the evernote auth plugin21:44
nik90popey: hey can you check if the clock app has been published21:58
nik90oh my, the calendar is looking awesome :)22:00
popeynik90: last upload of clock was 2 weeks ago22:02
nik90ok22:03
rpadovaniis it my fault, or the calendar app syncs only the main calendar of your google account?22:04
rpadovaniI have 3 calendars: personal (the default one), university, and ubuntu. Only the personal one is on the phone22:05
popeythats correct22:05
rpadovanipopey, there is a bug open yet?22:06
popeyits a known limitation of eds22:06
rpadovaniok22:06
popeyi dont think we have a bug for it22:06
rpadovanihope it will ve fixed before the university starts :D22:07
nik90lol not gonna happen22:07
nik90not a simple bug to fix in eds22:07
popeywell, depends which year of university ㋛22:07
rpadovanilol22:07
nik90true22:07
popeynik90: do you want an upload of clock?22:08
nik90popey: yes22:08
nik90popey: i requested balloons to do it, may be EOD22:08
popeyfginther: is about ☻22:09
* popey hugs fginther 22:09
popeyah, might need sergiusens if you're about22:11
minshalljcan anyone give me a quick explination of how to add my own c++ file to my QML ubuntu-sdk app? When I try to add a c++ file I get the error "Failed to add one or more files to project". Other things I see say to use qmlRegisterType() though that should be written in a c++ file which there aren't any in my project22:12
popeywell the good news is 108 built okay ☻22:13
fcole90balloons: ping22:53
=== salem_ is now known as _salem
ahoneybunhey nik90 how does the new event details look?23:02
ahoneybuncan someone walk me though making a web app? I want one for my bank23:08
popeyahoneybun: heya23:09
popeyahoneybun: grab https://code.launchpad.net/~popey/+junk/youtube and modify it23:10
ahoneybunI can't found how to replace the png popey23:10
popeyIcon=./youtube.png23:11
popeyput a different png in and change that line in the .desktop file23:11
ahoneybunbut it is in the project dir right?23:12
ahoneybunI see23:12
ahoneybunpopey: it is for simple.com23:13
ahoneybunyay it builds!23:13
ahoneybunpopey: do webapps count to ubuntu pioneers?23:14
popeyya23:18
ahoneybunsweet I'm making a click package now23:18
popeydo they have a mobile site?23:18
ahoneybunno but it scales23:19
popeyoh, they do23:19
ahoneybundo they?23:19
ahoneybunm.simple.com does not work23:19
popeysimple.com/mobile ?23:19
ahoneybunthat tells how to get their app23:20
ahoneybuninvalid format for maintainer: "Aaron Honeycutt <aaronhoneycutt@ubuntu.com>" (should be like "Joe Bloggs <joe.bloggs@isp.com>")23:21
ahoneybunit looks the same to me23:21
ahoneybunI got23:25
ahoneybun*it23:25
popey23:25
popeyGlad the reviewer tools are working23:26
ahoneybunpopey: is there a app for wells fargo>23:26
ahoneybun?23:26
popeynot that I've seen23:26
popeyi mirror all the clicks I think23:27
popeyhttp://popey.mooo.com/mirror/clicks/2014-09-19-100001/23:27
popeyno clicks with wells or fargo in the name23:27
ahoneybunwell I'm working on it23:27
ahoneybunas they have a mobile site23:27
popeyI'd like a bank scope which pulls data from my bank accounts23:28
ahoneybunyea that would be great23:29
ahoneybunis ubuntu 14.10-dev-2 the latest popey ?23:29
popeyyes23:30
ahoneybunok so I made the click package23:31
ahoneybuneverything looks good23:31
ahoneybunpopey: Unique namespace required before any ClickPackage submission.23:33
popeywassup?23:34
ahoneybunit says that23:34
ahoneybuncom.ubuntu.developer.aaronhoneycutt23:35
rpadovanimzanetti, bug 137182423:35
ubot5bug 1371824 in Authenticator "App crashes when try to use camera" [Undecided,New] https://launchpad.net/bugs/137182423:35
ahoneybunI think I have a gpg23:37
doflahertyhas any work been done on NFC yet?23:37
popeydoflaherty: no23:37
popeyrpadovani: i think that's a known bug which is to do with the camera playing the audio shutter noise23:38
rpadovanipopey, any idea on how to fix it?23:38
popeyi think it's known elsewhere23:40
popey16:08 < jhodapp> jdstrand, oh I know why, because the click sound for camera is in qtubuntu-camera, which using the Camera object in QML would utilize23:40
popey16:08 < jhodapp> jdstrand, the real bug seems to be that we need to move the click sound out of qtubuntu-camera, and let each app play a click sound if they need it23:40
popey16:12 < jdstrand> jhodapp: so, based on your previous comment that actual access to the camera will be handled via media-hub, seems I should still upload my policy change for camera23:40
popey16:14 < jdstrand> jhodapp: the change to camera policy group:23:40
popey16:24 < jdstrand> jhodapp: I assigned you to the qtubuntu-camera task, but feel free to adjust23:40
popey^^23:40
doflahertypopey, is it on a roadmap or not a priority at the moment?  I know you guys are busy with RTM23:40
ahoneybunpopey: any idea about 2048R/8FF3D3EC 2014-04-09 Aaron Honeycutt (ahoneybun) <aaronhoneycutt@outlook.com>23:41
popeydoflaherty: i dont know23:41
ahoneybunopps23:41
rpadovanipopey, thanks23:41
doflahertyokay, thanks23:41
popeyrpadovani: I don't know the bug number which covers it, sorry.23:41
ahoneybunpopey: any idea about namespace23:41
popeyahoneybun: can you put the .click file somewhere and I'll take a look?23:42
ahoneybunpopey: https://drive.google.com/file/d/0B6zAAODZFwQ2ZWhPWjJ5LVdEb2s/edit?usp=sharing23:43
popeyit passes tests here23:44
ahoneybunok23:45
ahoneybunpopey: I'm submitting my app23:46
rpadovanipopey, sorry to bother you again. Do you know how set more than one flag in inputMethodHinsts in Text element?23:46
rpadovanipopey, it says The value is a bit-wise combination of flags, but I don't know the syntax to set more than one23:46
mzanettiI just can't manage install a 3rd party lib into my click package using the SDK23:47
mzanettianyone here can help?23:48
popeyrpadovani: i don't know, sorry. Elleo is the best man for that question I think.23:49
=== _salem is now known as salem_
rpadovanimzanetti, I tried for some hours and asked to kenvandine too. Didn't find anything, at the end I used a chroot to create the executable and included it in the project23:50
mzanetti:(23:50
ahoneybunmhall119: ping pong23:51
Elleorpadovani: just something like "inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText;"23:51
* mzanetti doesn't want to create the package manually23:51
rpadovaniElleo, thanks man!23:51
rpadovanimzanetti, if is bacon2d, you can take it from my repository :-)23:51
mzanettirpadovani: what?23:51
Elleoalthough that's possibly a bad example since I don't think the keyboard properly honours Qt.ImhNoAutoUppercase (that's on my list to fix...)23:51
* popey hugs Elleo 23:52
Elleo:)23:52
mzanettirpadovani: I just need to install two .so libs from the sysroot into the click package (which I managed by now)23:52
mzanettibut now I can't make them load23:52
rpadovaniElleo, oh, wow, that's just my case :D23:52
popeyrpadovani: mzanetti we do that with the terminal app...23:53
rpadovanimzanetti, oh, sorry, I didn't understand. No, I had no problem using qtcreator to create the click package23:53
Elleorpadovani: well I'll probably be fixing caps next week sometime as long as I can get all the critical stuff out of the way first (I want to submit a terminal patch to disable autocaps, so it's towards the front of my non-urgent list)23:53
mzanettipopey: does that use qmlscene?23:53
mzanettipopey: or a custom binary?23:53
ahoneybunpopey: submitted and ready for review23:54
ahoneybundoes the nexus 4 take a long time to charge on ubuntu?23:54
popeyhmm Exec=aa-exec-click -p com.ubuntu.terminal_terminal_0.5.latest -- ./qtc_device_debughelper.py app "terminal"23:54
mzanettiyeah...23:54
rpadovaniElleo, ok, thanks. If I implement it right now it simple doesn't work or the textfield itself has issues?23:55
mzanettiI suspenct its the fact that I use qmlscene now23:55
mzanetti(which I only did to be more aligned with the sdk templates)23:55
Elleorpadovani: it won't do any harm to implement it now, the keyboard will just ignore it at the moment, then as soon as it's fixed in the keyboard it'll magically start working in your app :)23:55
mzanettibut just doesn't work out... there's so many issues23:55
rpadovaniElleo, wonderful, thanks :-)23:55
Elleorpadovani: no problem :)23:56
rpadovanimzanetti, I have Exec=qmlscene $@ 100balls.qml, a directory with the .so file and a qmldir file. Then qtcreator creates the package without problems23:56
mzanettirpadovani: not a qml plugin...23:57
mzanettiI need a plain c++ library23:57
rpadovanimzanetti, oh, I see23:57
mzanettithe problem is that I have a qml plugin, which then in turn loads more .so libraries23:57
mzanettiadding a wrapper script and exporting LD_LIBRARY_PATH does for binaries, but using qmlscene to launch this doesn't work any more it seems23:58

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