/srv/irclogs.ubuntu.com/2014/01/30/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
samertmany calculator-app devs on here?01:28
samertmthe function addCurrentToMemory() has a "return true" inside an if statement, but there is no "return false" outside of the if statement01:31
samertmI'm not sure if that matters01:31
samertmjk, javascript returns undefined, which evaluates to false01:32
beunoybon, o/01:54
beunocan't quite make out what the problem is01:54
beunodo you own that domain?01:54
mihir_any REGEX expert?05:41
samertmmihir_: i know some05:41
mihir_samertm: ([!,\\+\\-\\*\\/\\^%\\(\\)"05:42
mihir_                                +context.getCstRegExp()05:42
mihir_                                +"]|DEG|RAD|GRAD"05:42
mihir_                                +"|\\d*(\\.\\d+)?e[-+]\\d+|\\d*\\.\\d+|\\d+\\.\\d*|\\d+|"05:42
mihir_                                +context.getFntRegExp()05:42
mihir_                                +"|[ \\t]+)05:42
=== Ursinha-afk is now known as Ursinha
=== Ursinha is now known as Guest49006
samertmomg05:43
samertmso this is a string?05:43
mihir_samertm: sorry , here is the code05:43
mihir_samertm: http://paste.ubuntu.com/6842074/05:44
mihir_can you get any05:45
mihir_?05:45
samertmhaha let me see...05:46
samertmI'm not sure what getFntRegExp05:48
samertmbut it matches anything line which starts with05:48
samertmokay05:55
samertmI'm splitting this into multiple parts05:56
mihir_samertm: okay05:58
samertm("!", ",", "+", "-", "*", "/", "^", "%", "(", ")", whatever getCstRegExp() is) or05:58
samertm"DEG" or05:58
samertm"RAD" or05:58
samertm"GRAD" or05:58
samertm(a number with an optional decimal with an e and number after that e) or05:59
samertm(a optional number with a non-optional decimal, for example matches .31 and 0.31) or05:59
samertm(a non-optional number with a decimal point and optional numbers after, for example, matches 10, 10., and 10.10) or05:59
samertm(a number without a decimal point) or05:59
samertmwhatever getFntRegExp is or05:59
samertm(more than one tab or space)05:59
samertmthere you go :)05:59
samertmlet me know if you have any questions05:59
samertmthe first line, ("!", ",", "+", ...) means, one of the following06:00
samertmbut not more than one06:00
mihir_Hmmm , that means will it accept .31 ?06:01
mihir_or 3 + .31?06:02
samertmyes06:02
samertmno06:02
samertmb/c it only matches the beginning of the input06:02
mihir_okay i got catch06:02
samertmso it will match, "3", "+", or ".31", but it will not match "3 + .31"06:02
samertmyeah06:02
mihir_hmm how can we modify this to accept that format06:03
samertmis that what's needed?06:03
mihir_samertm: yup , i gues06:04
samertmlet me think06:05
samertmso it needs to match "3 + .31 + 2e+10 + 40", right?06:06
samertmwhere would DEG or RAD go?06:06
samertmcan they go anywhere?06:06
samertm"3 + DEG + RAD + 3 GRAD + GRAD 4"?06:06
samertmhmm06:06
samertmwhat bug is this?06:07
mihir_hmm need to test06:08
mihir_i am trying to solve the decimal bug06:08
mihir_i am done with the first part this is second part06:08
samertmah06:09
samertmI have a question06:10
mihir_samertm: yes06:11
samertmcan you take that pattern, print it to console.log, and show me what it says?06:11
samertmincluding the context.getCstRegExp()06:11
samertmand stuff06:11
dholbachgood morning07:32
=== dholbach_ is now known as dholbach
JamesTaitGood morning all; happy Inane Answering Message Day! :-D09:10
nik90Good morning everyone :)09:11
nik90zsombi: ping (related to Alarms API)09:11
zsombinik90: pong (whatever it is :) )09:11
nik90zsombi: hey, good morning09:11
zsombinik90: morning, go ahead09:12
nik90zsombi: so renato proposed a MR which fixes the issue of an alarm not being saved sometimes09:12
nik90zsombi: however it exposes a bug in the Alarms API apparently09:12
nik90zsombi: I reported it at https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/127420909:12
ubot2`Launchpad bug 1274209 in Ubuntu UI Toolkit "Saving a recurring alarms results in multiple alarms in the alarms list" [Undecided,New]09:12
zsombinik90: ok, I will check it... how urgent is this?09:13
nik90zsombi: not too urgent, but I am guessing either way that the fix in UITK wont land in the phone09:14
nik90until all the qt 5.2 gets resolved09:14
zsombinik90: just wondering what had been changed in th eEDS backend if this causes Alarm API to fetch the events wrongly when it fetches the events right in memory backend...09:14
nik90zsombi: yeah renato was saying something about that yesterday...he said he needed to discuss this with you09:15
nik90zsombi: so I suppose when he is online he can explain why his MP causes this bug09:15
zsombinik90: ah, ok, so might be that I'm fetching it wrong either ways... or this piece is having sthoing different... hmm.. anyway, I have to discuss with him about the further Alarm API stuff09:16
nik90exactly09:16
zsombinik90: thx, I've assigned it to me, so I'll deal with it as soon as I get time for that09:16
nik90zsombi: thnx09:17
zsombinik90: welcome09:17
dpmnik90, man, you guys are rocking with the convergent designs. I had not yet the chance to read your design document, it looks great10:01
dpmI mean I hadn't had the chance *until now to read it10:02
nik90dpm: thnx :) I merely wrote the text...the rest of the stuff is all lucas and andrea10:16
dpm"merely" is an understatement here, nice work!10:17
=== Guest49006 is now known as Ursinha
=== _salem is now known as salem_
popeyJamesTait: are you able to fiddle with apps in the store? ybon needs to change the namespace for his app.10:42
ybonor totally remove the app I've submited and deleted, or put it back to life :)10:44
JamesTaitpopey, ybon, I don't have that kind of access myself, but maybe beuno does.10:54
popeyhe does but didn't know what needed doing. beuno when you are about could you please delete ybon's app from the store. he confirmed this just above this line10:55
ybonthanks :)11:00
ybonpopey: btw, I will be mainly travelling from now to next Sunday, can you drop a me ping by email when you know the issue is fixed? I will resubmit the app like this, thanks :)11:01
ybon(hi@yohanboniface.me works now :p )11:01
beunopopey, ybon, will do11:11
popeybeuno: thanks11:12
ybongreat, thank you beuno :)11:12
beunoybon, what's the app called?11:16
ybonbeuno: osmtouch11:20
beunoybon, done11:21
nik90popey: are we still on for the clock meeting today? (asking to be sure you are not busy with the sprint)11:22
popeynik90: sprint is net week ☻11:22
popeyso yeah, I'm around11:23
nik90ah okay11:23
nik90awesome11:23
ybonbeuno: thank you :)11:24
popey*\o/*11:24
nik90In case someone is free for a few minutes, can you review those active branches at https://code.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk/+activereviews11:25
=== chriadam is now known as chriadam|away
beunoybon, popey, tell me more about what happened here11:28
beunothe app got published with an incorrect namespace?11:28
popeyybon: namspace didnt match email address11:28
popeyeasier to fix the app than setup a new email address11:29
ybonWell, I've finally set up the email address, given that I can't change my namespace ;)11:29
beunopopey, but in the cases where that happens, the developer can change their own namespace if the app hadn't been published11:29
ybonah?11:29
ybonI didn't find how11:30
popeyyou sure about that?11:30
ybonwhen editing my profile this was a field non editable11:30
popeythis isnt the first time we've had a user unable to do that11:30
beunopopey, right, so then we fixed that because of how frequent it was  :)11:30
beunothe app was never approved/published?11:30
popeycorrect11:30
beunomatiasb, ping?11:31
* matiasb reads11:31
beunomatiasb, for context, I already deleted the app from the admin11:32
matiasbbeuno: that's correct, if there is no published version of any app, the user should be able to change his/her namespace11:32
matiasback, I'll take a look at this11:32
beunomatiasb, what if the developer deleted the app?  would that block it?  it was in a Deleted state before I fully deleted it11:33
ybonah, beuno "The path 'me.yohanboniface/osmtouch/me.yohanboniface.osmtouch_0.1.0_all.click' is not unique." :s11:33
ybonwhen uploading the click package, as you certainly guess11:34
popeybeuno: i just created an app and i cant edit the namespace, it forces me to use com.popey11:34
matiasbbeuno: I think that shouldn't block it11:34
beunopopey, you have other apps, surely11:34
popeyhttp://imgur.com/x4lNN9B11:34
popeyi cant remove that "com.popey" there11:35
beunopopey, you can't, you have other published apps11:35
beunoonce you, as a developer, publish *any* app11:35
matiasbpopey: that prefix can only be editable in your profile11:35
beunoyou're tied to that namespace11:35
popeyoof11:35
matiasbright11:35
popeywhy?11:35
popeyI want to make an app for a friend11:35
popeyor for my company, do i need another account?11:36
beunopopey, so group namespaces haven't been implemented11:36
beunoit's somewhere in the plan11:36
beunonot at the top of the list, currently11:36
ybon( beuno: is it in your superpower to also delete the old .click or should I workardound? :) )11:36
popeyits not a group namespace, just a different namespace11:36
beunopopey, a namespace identifies a developer11:36
beunoif you have multiple namespaces, it identifies almost nothing11:37
beunonamespaces also don't matter11:37
beunoas they are not user-visible11:37
popeyhm, okay.11:37
beunoybon, you need to upload a newer version11:37
beunoybon, but also, why are you using the same namespace again?  :)11:38
ybonbeuno: okay, but that's theorically the first version ever11:38
ybonbeuno: because I wasn't able to change it :s11:38
beunoybon, go to your profile page11:38
ybonoh, I am :)11:38
ybonyes11:38
ybon I wasn't yesterday, I sware11:38
beunoybon, and you don't have other apps already published?11:38
ybonnope11:39
beunoah  :)11:39
beunoso you're set?11:39
ybonbut at the end, this namespace is OK11:39
ybonthe fact is that yesterday I thought it was faster to remove the app than to set up a new email on my domain11:39
beunoright11:39
beunook11:39
ybonbut then I've seen that when I've deleted my app I was blocked11:40
ybonso I set up the email ;)11:40
beunoybon, so you'll need to upload a newer version, because there's a record for 1.0 somewhere I can't easily access  :)11:40
ybonso it's only the name of the file?11:40
ybonif I append 0.1.0.0 it's ok you thik?11:40
ybonthink*11:40
* ybon testing :)11:40
beunoit may just work, yes11:41
beunoit's not the name of the file11:41
beunothat's auto-generated11:41
beunoit's the version number in the Manifest file11:41
beunothat has to change11:41
ybonah, so I need to change the version in the manifest, right?11:42
ybonyes, changing just the file name doesn't work ;)11:43
ybon(btw, each time I click on "packaging" on QTCreator, I need to retype my email right)11:45
beunoybon, what version?11:46
beunobzoltan, ^11:46
ybonpopey: you got it :)11:46
ybonhumm, let me check11:46
popeyybon: kk11:47
bzoltanwhat, me, who, why?11:47
ybonbzoltan: 2.8.111:47
bzoltanbeuno:  it was not me... it was broken before I came here :D11:47
nik90lol11:47
beunowell, that's hard to prove, isn't it?  :)11:47
bzoltanthat is the standard disclaimer we all better learn in many languages :)11:48
popeyybon: approved11:48
ybonpopey, beuno: thanks for your help! :)11:48
ybonpopey: \o/11:48
popeyybon: thanks for your patience ☻11:48
beunoybon, thanks for the feedback11:48
* ybon running to Germany now11:48
ybon(sadly not testing my own app as I've no 3G data :p )11:49
popeyheh11:49
bzoltanybon: you talk about this, right: https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1274265 ?11:49
ubot2`Launchpad bug 1274265 in qtcreator-plugin-ubuntu "manifest.json is changed when opening a project resulting in incorrect project maintainer" [High,Confirmed]11:49
ybonbzoltan: sounds like this yep11:49
bzoltan ybon: It is next in my queue... first I fix the sdk for 12.0411:50
nik90bzoltan: btw awesome job on https://code.launchpad.net/~bzoltan/qtcreator-plugin-ubuntu/hook_up_reviewing/+merge/20355711:50
yboncool :)11:51
nik90bzoltan: just one thought, how do I use it? Does it automatically review the click package or do I press a button to review it?11:51
ybonpopey: is there a public HTTP link to the app somewhere? If I want to tweet it and make a link to something :)11:53
bzoltannik90: It does the review after each successful click package creation11:53
popeyybon: no, we don't have an http link to the store yes11:53
popey*yet11:53
bzoltannik90:  but you can select any click package (for educational purposes) from your file system and run the review on them11:53
ybonpopey: ok11:53
nik90bzoltan: awesome. thnx11:54
bzoltannik90:  the next step with that reviewing tool will be to translate that json output to a pretty visual page11:54
popeybzoltan: nik90 http://people.canonical.com/~alan/click/ a few clicks you can try it on11:54
bzoltanpopey: a few :)11:54
popey11:54
nik90popey: wow...you are like an archive11:54
popeyor "hoarder" as my wife says11:55
bzoltannik90: he is an AI bot ... that is a secret project at Canonical11:55
ybonpopey: tweeted with an image, so https://twitter.com/informagicien/status/428858974289408000 :)11:55
bzoltanpopey: LOL...  it must be a common pattern :)11:56
ybonAnd I've an email ready, but I need to run, so sending it tonight11:56
ybonthanks again amigos!ù11:56
nik90bzoltan: Why do I get the feeling that when I ask around for popey in the real world, I will be told to look at a super intelligent computer :P11:57
popeymore like a slightly smart calculator11:57
bzoltannik90: yarps ... that is a nice black box with cool blue leds blinking11:58
nik90hehehe11:58
=== MacSlow is now known as MacSlow|lunch
mzanettipopey: hey, can we browse the touch app store online somehow?12:03
popeymzanetti: you can open the json file, sure ☻12:04
mzanettipopey: I'm more interested in the app's screenshots12:04
popeyyeah, they're linked in the json I suspect12:04
popeybut no, there's no frontend yet12:04
mzanettiok12:05
mzanettiI'm not exactly sure why, but seems my webserver can't handle delivering 4 screenshots to planet.ubuntu any more. used to work just fine a while back12:06
=== MacSlow is now known as MacSlow|lunch
=== MacSlow|lunch is now known as MacSlow
nik90dpm, popey: Is this pdf http://ubuntuone.com/2HHscwbgWzCwYdVIzyIqQd accurate enough to replace the ageing https://wiki.ubuntu.com/Touch/CoreApps/DevelopmentGuide?action=AttachFile&do=get&target=Development%2Bworkflow.png13:33
popeynik90: might want to make "Eg. bzr branch lp:ubuntu-clock-app" to be "Eg. bzr branch lp:ubuntu-clock-app <branchname>" so it's consistent with the next step?13:35
nik90popey: that's was my original thought, but the width is so limited.. I will still add it though13:36
popeytrue13:37
popeylooks good though13:37
mzanettimardy: didn't do a full review yet, but as a first feedback, can you please move the plugin into the src directory?13:39
mardymzanetti: OK. There's also some merge conflict, I'm fixing that13:40
nik90done. new link http://ubuntuone.com/2HHscwbgWzCwYdVIzyIqQd13:42
popeynik90: what if I throw a spanner in and mention blueprints ☻13:47
edips13:47
* popey expects nik90 to table flip (╯°□°)╯︵ ┻━┻ 13:48
edipsHow to control QML TextField or TextInput in c++ or Python?13:49
edipslike supposed, a,b are TextInput. c is Text. How to calculate a+b=c in QML?13:50
nik90popey: lol13:55
mardymzanetti: done13:55
dakerpopey: got a few mintues for PM ?14:25
popeyalways for you14:25
samertm 15:57
=== gatox is now known as gatox_lunch
=== greyback is now known as greyback|food
=== greyback|food is now known as greyback
=== gatox_lunch is now known as gatox
ogra_popey, does the filemanager team have a dedicated mailing list ? i'm writing a mail to ubuntu-desktop about a possible switch from nautilus to the QML filemanager when we switch to unity8 on the desktop17:11
ogra_(would probably make sense to notify them)17:12
WebbyITogra_, wonderful notice \o/17:12
* WebbyIT hates Nautilus17:12
samertmare there any Calculator app devs on here?17:13
nik90WebbyIT: ^^17:13
samertmI'm trying to figure out how/when CalcLabel.onNumbersChanged called17:13
WebbyITsamertm, every time numbers in CalcLabel change :-P17:14
WebbyITso, at every input17:14
popeyogra_: no, but i can give you the developers' email addresses if you like?17:15
samertmWebbyIT: is there a similar call in Screen.qml which can be called by the "C" button or "AC" buttons?17:15
samertmI'm working on https://bugs.launchpad.net/ubuntu-calculator-app/+bug/127388717:16
ubot2`Launchpad bug 1273887 in Ubuntu Calculator App "operator changes line inconsistantly" [Low,Confirmed]17:16
ogra_popey, well, let me dump that mail to the desktop list and then i can notify them ... it might cause a bunch of whishlist bugs17:16
popeyoh yeah!17:16
WebbyITsamertm, mhh, weird question, let me look at the code17:16
samertmand I've found out that it has to do with newCalculation in Screen.qml17:17
samertmwhen newCalculation is true, the calculator always shows 0 on the first line17:17
samertm***false17:18
samertmwhen newCalculation is false17:18
samertmwhen newCalculation is false, the calculator shows 0 on the first line, and the only places newCalculation changes are onNumberschanged and onOperationChanged17:19
samertmbut it needs to be called when "AC" is pressed or when "C" is pressed and that makes the result 017:19
WebbyITsamertm, newCalculation is a global var in Screen.qml, so you can change it everywhere inside Screen.qml and childs17:20
mefriopopey, ping17:20
popeymefrio: hey!17:25
mefriopopey, I got your email. As you can read in my reply I am interested17:26
mefrioto be honest I am already working on a bitesize bug, and I think I found a solution17:26
mefriobut the calendar-app does not really save any event here....17:26
mefriois it my fault?17:26
popeymefrio: we have existing bugs for event saving17:27
samertmWebbyIT: ah, okay. Thanks for the tips!17:27
mefriopopey, oh ok, so it is another problem :)17:27
popeywe just had a calendar app meeting where we talked a bit about it, here's the log.. http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2014/ubuntu-touch-meeting.2014-01-30-14.05.html17:27
mefriopopey, thank you, I will read it later17:28
popeythanks17:28
WebbyITsamertm, your welcome :-) Thanks for your bugfixing :)17:28
=== bfiller is now known as bfiller_afk
=== Ursinha is now known as Ursinha-afk
mefriopopey, even if I can't test it, I am pretty sure the branch I linked there should fix the related bug. https://bugs.launchpad.net/ubuntu-calendar-app/+bug/127024217:39
ubot2`Launchpad bug 1270242 in Ubuntu Calendar App "Add the ability to specify a recurring event" [High,In progress]17:39
samertmWebbyIT: can I explain to you how I want to solve the problem? I want to see if it makes sense with the calculator app's architecture.17:50
=== zero is now known as Guest70905
Guest70905hi all, is there anyone know how to create a package for qtquick project? I found this http://lemirep.wordpress.com/2013/06/01/deploying-qt-applications-on-linux-and-windows-3/, but I haven't try it yet17:55
WebbyITsamertm, yes, sure17:56
samertmWebbyIT: thanks! I want to be able to set newCalculation to false in clear() in SimplePage.qml. I'm new to QML, is there a better way to do the same thing? Is there a way to hook up a function in Screen.qml that runs when clear() is run, or when the button is pushed?18:03
samertmalso, the screen delegate is out of scope in the clear function :P18:03
WebbyITsamertm, well, you can find something that clear() does in Screen.qml and attach your change on it18:06
WebbyITsamertm, or you can move your var in  SimplePage.qml so you can access to it from everywhere in the app18:08
Navdeep_Hello there18:18
WebbyITsamertm, or also (I think slow :-P) you can create a signal in signal in SimplePage.qml, eg newCalculationChanged()18:19
=== salem_ is now known as _salem
WebbyITthen you evoke it with page.newCalculationChanged()18:19
Navdeep_I'm facing trouble in Android Developer tool packaging can some body help me?18:19
WebbyITand in Screen.qml you intercept it with onNewCalculationChanged18:20
WebbyITNavdeep_, what's the problem?18:20
Navdeep_WebbyIT thanks for the reply i was trying to create a deb package of android eveloper tool18:21
Navdeep_& want to upload it on my ppa18:21
=== _salem is now known as salem_
Navdeep_WebbyIT, is this possible to include the execultable files in source package & upload it to ppa18:23
Navdeep_??18:23
WebbyITNavdeep_, well, I think you have to join #ubuntu-motu or #ubuntu-packaging to have support about packages18:23
Navdeep_WebbyIT, Thanks18:23
Navdeep__WebbyIT, aplogies can you resend the links, i got disconnected last time in between18:29
sarnoldNavdeep__: #ubuntu-motu #ubuntu-packaging ?18:29
Navdeep__thanks18:30
samertmWebbyIT: okay, sorry for taking so long to get back :P I can't find anything that would get triggered with clear() in Screen.qml18:33
WebbyITsamertm, so, probabily the best way is to create a signal18:34
samertmWebbyIT: okay, I'll start working on that18:35
samertmthank you _so_ much for the help!18:35
WebbyITsamertm, it is a spinning wheel: 6 months ago, during HackDays I did your questions to nik90 and in six month you'll reply to another new contributo :-)18:36
WebbyIT*contributor18:36
nik90WebbyIT: lol :)18:38
=== bfiller_afk is now known as bfiller
samertmhmm19:13
samertmare there scoping rules about signals that I'm not taking into account?19:13
samertmI have "signal cleared()" in the Page in SimplePage.qml19:13
samertmand "onCleared { /*code*/ }" in Screen.qml19:14
samertmand the error message I get is19:14
samertmCannot assign to non-existent property "onCleared"19:14
=== boiko_ is now known as boiko
=== salem_ is now known as _salem
WebbyITsamertm, where you write the signal? and onCleared?19:44
WebbyITsamertm, signal has to be in the Page and onCleare in the root item19:45
WebbyITmzanetti you have a wall of text email with my consideration about RTF format! Hope it's useful :)20:10
* mzanetti is reading20:11
danielholmhey guys, trying to implement search for the music app but having some difficulty: how do we may LIKE '%?%' work?20:12
ahayzennik90, ur gd with localstorage right?20:24
ahayzenwe have a solution, please ignore us panic over :)20:36
nik90ahayzen: its been months since I touched the localstorage code :)20:40
ahayzennik90, me and danielholm solved it after lots of hair pulling :)20:41
* nik90 is relieved :P20:41
ahayzennik90, haha hows the U1DB working going for the clock app?20:41
mzanettiWebbyIT: replied20:42
nik90ahayzen: I haven't started yet..been busy with other design and hackday stuff20:42
ahayzennik90, ah yes... i'm still waiting on those upstream fixes to go any further20:42
nik90WebbyIT: regarding your review, did you want the input field focussed on the desktop and phone interface? or just on desktop?20:42
WebbyITnik90, just on the desktop20:43
WebbyITnik90, what do you thing20:43
WebbyITthink?20:43
nik90ahayzen: Hopefully this weekend I might do some u1db programming to keep in touch with u1db20:43
ahayzennik90, cool ping me if u want any help20:43
nik90WebbyIT: I agree. On the phone I cannot do it yet until bug https://bugs.launchpad.net/ubuntu-clock-app/+bug/1272630 is fixed20:44
ubot2`Launchpad bug 1272630 in Ubuntu Clock App "Certain editable fields should be in views that anchor to keyboard" [Medium,Triaged]20:44
WebbyITnik90, plus, on the phone have an auto focus is wrong IMO, user can choose with a finger click, that is faster than on desktop20:45
nik90WebbyIT: I guess I need to add a bool property to those pages to focus the input fields only on desktop20:47
WebbyITnik90, yes, I think it's the easier solution20:47
nik90WebbyIT: for some reason, only the world city search label doesn't accept focus for some reason. Timer and Alarm works as expected21:17
WebbyITnik90, weird...21:19
nik90WebbyIT: I tried putting forceActiveFocus() straight in the search label itself to test it..still nothing..really weird21:20
nik90WebbyIT: could it be that the activity indicator steals focus?21:20
WebbyITnik90, O.o and it happens olny in world city? Yes, maybe the activity indicator... no idea21:22
nik90WebbyIT: I fixed the timer and alarm and also just pushed it to launchpad21:22
nik90WebbyIT: but the world city alone does not accept it..lol21:23
WebbyITnik90, I'll take a look and I'll accept it21:23
nik90WebbyIT: I will report a bug to not forgot the world city bug.21:24
mivoligo1hi21:27
nik90mivoligo1: hi :)21:27
mivoligo1nik90: hi21:27
mivoligo1nik90: I was messing with the clock app and noticed a bug in removable listitem21:28
nik90mivoligo1: in which tab did you notice the bug in?21:28
mivoligo1nik90: I believe it's not only related to the clock app21:29
nik90mivoligo1: ah okay21:30
mivoligo1nik90: I can reproduce it in Ubuntu Showcase Galery21:30
nik90mivoligo1: can you describe what the bug is and how to reproduce it21:30
nik90WebbyIT: https://bugs.launchpad.net/ubuntu-clock-app/+bug/127471021:30
ubot2`Launchpad bug 1274710 in Ubuntu Clock App "World clock search page must be focussed when opening the page using the keyboard" [Low,Triaged]21:30
mivoligo1nik90: one moment21:30
WebbyITnik90, confirmed21:30
nik90WebbyIT: thnx for the reviews21:31
WebbyITnik90, yw. Feel free to ping me when you have others!21:31
nik90WebbyIT: sure. same to you as well21:31
WebbyITyeah :)21:32
popeyWebbyIT: how did the english test go?21:33
WebbyITpopey, I'll have results in couple of weeks, but it wasn't too difficult, so I hope well :)21:33
popeyOh good.21:33
nik90WebbyIT: do you have any other exams this period?21:33
WebbyITnik90, no, today was the last, I'm on holiday until 24 of February \o/21:34
nik90WebbyIT: wow!21:34
WebbyITI can do another english test if if I am not satisfied with this21:35
WebbyITLots of time for Ubuntu Touch, Coursera and friends :D21:35
nik90after the holidays?21:35
mivoligo1nik90: short video: http://www.youtube.com/watch?v=lUZoMAe3VpM21:35
mivoligo1nik90: Basically listitems are removed on second click around21:36
nik90mivoligo1: can you give me your ubuntu SDK plugin version...there was a recent commit by ahayzen..I am not sure if that is the cause of it or if this bug has been around for a long time.21:37
WebbyITmivoligo1, apt-cache policy ubuntu-ui-toolkit21:38
WebbyITno, wait21:38
WebbyITnik90, what's the name of the sdk plugin? ubuntu-sdk?21:39
mivoligo1nik90: I'm on 12.04 so I'm not up to date21:39
mivoligo1nik90: that's why I wanted to confirm it here first21:39
nik90mivoligo1: apt-cache policy qtdeclarative5-ubuntu-ui-toolkit-plugin21:40
mivoligo1nik90: 0.1.46+13.10.20130925.1bzr780precise021:41
nik90mivoligo1: ok then it must be a long overdue bug21:43
mivoligo1nik90: can you reproduce it?21:43
nik90mivoligo1: trying21:44
mivoligo1nik90: it works only for those listitem which have “Delete” when you slide them21:45
WebbyITmhh, on mako I'm not able to reproduce it with clock app21:45
mivoligo1WebbyIT: good sign :)21:46
nik90mivoligo1: yeah I couldn't either21:46
nik90mivoligo1: so you swipe it to the right a bit, and then you click again21:47
nik90mivoligo1: it didnt work for me21:47
mivoligo1nik90: no, just click on the label text and again on the label text but a bit to the left than first time21:48
WebbyITmivoligo1, BTW since today you can update your SDK to last version21:48
WebbyIThttps://lists.launchpad.net/ubuntu-phone/msg06202.html21:48
nik90WebbyIT: oh yeah..the latest SDK package has rev no 927..awesome!21:52
popeyany of you on trusty?21:56
popeymhall119: you on trusty?21:57
nik90omg, I broke the autopilot test in my keyboard shortcuts MP :/ ... I will fix that tomorrow...too tired now21:57
mhall119popey: not yet21:57
mhall119popey: I stayed on Saucy waiting for the Unity 8 builds to work there, now I just need the time to upgrade21:57
popeyi just re-enabled the ubuntu sdk ppa and dist-upgrade wants to uninstall ubuntu-sdk package21:57
nik90popey: but is the sdk ppa needed on trusty?21:58
popeyi thought we always needed it?21:58
popeyi guess not21:58
nik90popey: my impression was that the current development release doesn't need it..only the stable releases use the PPA. But I may be wrong.21:59
mivoligo1WebbyIT: I've updated but ui toolkit stayed the same22:01
popeyyeah, you're right22:01
WebbyITmivoligo1, weird, did you try dist-upgrade?22:02
nik90mivoligo1: I guess you might want to try tomorrow since the PPA for 12.04 does show the latest package. So may be there is a delay before they are copies to the other mirrors?22:02
mivoligo1WebbyIT: nik90: according to this it is still failing to build for 12.04: https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+packages?field.name_filter=ubuntu-ui&field.status_filter=published&field.series_filter=22:04
mivoligo1Missing build dependencies: libthumbnailer-dev https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+build/553047422:06
WebbyITmzanetti, https://code.launchpad.net/~rpadovani/reminders-app/fix-1267800/+merge/20411522:30
popeyWebbyIT: thanks22:31
* popey tests22:31
mzanettiWebbyIT: cool, did you try if we can get rid of that "null" parameter by now?22:31
mzanettiI remember it was required but I was told they're gonna remove it22:31
mzanettimaybe this would be a good chance22:32
WebbyITmzanetti, let my try22:32
WebbyITmzanetti, nope, file:///home/rpadovani/Documents/ubuntu/touch/core-apps/1267800-build/src/app/qml/ui/AccountSelectorPage.qml:70: Error: Insufficient arguments22:32
mzanettihmm, ok :/22:33
WebbyITmivoligo1, try now, Robert Park fixed a bug about a version of a component of ubuntu sdk22:34
WebbyITbedtime o/22:41
popeymzanetti: WebbyIT works well22:47
mzanettipopey: nice, does it still open the dialog if there are 2 accounts?22:47
mzanettior more22:47
popeynot tried two yet22:49
popeytried 1 and 022:49
popeyinterestingly with 0 you get the dialog, but you can press back22:50
popeywhich takes you to the notes/notebook/reminders22:50
popeywhich it shouldn't really should it?22:50
popeyi.e there shouldn't be a back button on that screen22:50
* popey tries 2 accounts22:51
mzanettitrue... this doesn't need a back button22:52
popeywant me to file a bug?22:52
popeymzanetti: tried with two accounts but as you cant see which account is which.. its hard to pick the right one ☻22:54
popeyand there's no way to logout22:54
* popey files bugs22:54
mzanettipopey: the missing name should be solved soon22:55
mzanettipopey: mardy filed a merge today that fixes it22:55
mzanettibut yeah, we probably need a logout too22:55
mzanettiWebbyIT: hey, wanna do this? ^22:55
mivoligo1WebbyIT: afaik that was for Saucy22:56
mzanettiWebbyIT: basically this shouldn't be a Page that is pushed to the page stack, but something else that makes it impossible to go to the main page except for logging in.22:56
mzanettiand then a logout button to unset the token from the EvernoteConnection go back to this list22:57
ybonpopey: have you by change tried to install OSMTouch from the published click? (I've disabled online Dash search, and I don't know at the moment how to browser available click packages without the Dash :s)22:57
ybonby chance*22:57
popeybug 127474222:58
ubot2`Launchpad bug 1274742 in Ubuntu Reminders app "App has a back button on the select account screen, shouldn't" [Undecided,New] https://launchpad.net/bugs/127474222:58
popeyybon: yes, i installed it on my other device, works fine22:58
yboncool :)22:58
popeynice one.22:58
popeyone thing i did notice that you already know of22:58
ybonI'm about to send an email to the ML, but better to be sure it works before ;)22:58
ybontell me :)22:58
popeyfor me it showed underneath the map, not the black empty tiles, but the previous app i was using22:59
popeyi know you know this is an issue you cant fix, but you may want to mention in your mail, that underneath the tiles sometimes there's artifacts22:59
popeybug 127474323:00
ubot2`Launchpad bug 1274743 in Ubuntu Reminders app "App has no logout option." [Undecided,New] https://launchpad.net/bugs/127474323:00
popey\o/ consecutive bug numbers23:00
ybonarf, I've been disconnected popey and my bouncer doesn't give me anything :(23:02
ybonyou were about to tell me some issue :)23:03
popey22:59:11 < popey> for me it showed underneath the map, not the black empty tiles, but the previous app i was using23:05
popey22:59:32 < popey> i know you know this is an issue you cant fix, but you may want to mention in your mail, that underneath the tiles sometimes there's artifacts23:05
popeylemme try and reproduce and get a picture23:05
ybonok, I see23:05
popeyhttp://popey.com/~alan/phablet/device-2014-01-30-230551.png23:06
ybonthe fact is that what you see below the loading tile is the app under23:06
popeyyeah23:06
ybonso you can have another instance of OSMTouch running (installed with the old name)23:06
ybonbut still this is an issue, for sure23:06
ybonWill add this in the email, yes23:07

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