=== chriadam|away is now known as chriadam [01:28] any calculator-app devs on here? [01:31] the function addCurrentToMemory() has a "return true" inside an if statement, but there is no "return false" outside of the if statement [01:31] I'm not sure if that matters [01:32] jk, javascript returns undefined, which evaluates to false [01:54] ybon, o/ [01:54] can't quite make out what the problem is [01:54] do you own that domain? [05:41] any REGEX expert? [05:41] mihir_: i know some [05:42] samertm: ([!,\\+\\-\\*\\/\\^%\\(\\)" [05:42] +context.getCstRegExp() [05:42] +"]|DEG|RAD|GRAD" [05:42] +"|\\d*(\\.\\d+)?e[-+]\\d+|\\d*\\.\\d+|\\d+\\.\\d*|\\d+|" [05:42] +context.getFntRegExp() [05:42] +"|[ \\t]+) === Ursinha-afk is now known as Ursinha === Ursinha is now known as Guest49006 [05:43] omg [05:43] so this is a string? [05:43] samertm: sorry , here is the code [05:44] samertm: http://paste.ubuntu.com/6842074/ [05:45] can you get any [05:45] ? [05:46] haha let me see... [05:48] I'm not sure what getFntRegExp [05:48] but it matches anything line which starts with [05:55] okay [05:56] I'm splitting this into multiple parts [05:58] samertm: okay [05:58] ("!", ",", "+", "-", "*", "/", "^", "%", "(", ")", whatever getCstRegExp() is) or [05:58] "DEG" or [05:58] "RAD" or [05:58] "GRAD" or [05:59] (a number with an optional decimal with an e and number after that e) or [05:59] (a optional number with a non-optional decimal, for example matches .31 and 0.31) or [05:59] (a non-optional number with a decimal point and optional numbers after, for example, matches 10, 10., and 10.10) or [05:59] (a number without a decimal point) or [05:59] whatever getFntRegExp is or [05:59] (more than one tab or space) [05:59] there you go :) [05:59] let me know if you have any questions [06:00] the first line, ("!", ",", "+", ...) means, one of the following [06:00] but not more than one [06:01] Hmmm , that means will it accept .31 ? [06:02] or 3 + .31? [06:02] yes [06:02] no [06:02] b/c it only matches the beginning of the input [06:02] okay i got catch [06:02] so it will match, "3", "+", or ".31", but it will not match "3 + .31" [06:02] yeah [06:03] hmm how can we modify this to accept that format [06:03] is that what's needed? [06:04] samertm: yup , i gues [06:05] let me think [06:06] so it needs to match "3 + .31 + 2e+10 + 40", right? [06:06] where would DEG or RAD go? [06:06] can they go anywhere? [06:06] "3 + DEG + RAD + 3 GRAD + GRAD 4"? [06:06] hmm [06:07] what bug is this? [06:08] hmm need to test [06:08] i am trying to solve the decimal bug [06:08] i am done with the first part this is second part [06:09] ah [06:10] I have a question [06:11] samertm: yes [06:11] can you take that pattern, print it to console.log, and show me what it says? [06:11] including the context.getCstRegExp() [06:11] and stuff [07:32] good morning === dholbach_ is now known as dholbach [09:10] Good morning all; happy Inane Answering Message Day! :-D [09:11] Good morning everyone :) [09:11] zsombi: ping (related to Alarms API) [09:11] nik90: pong (whatever it is :) ) [09:11] zsombi: hey, good morning [09:12] nik90: morning, go ahead [09:12] zsombi: so renato proposed a MR which fixes the issue of an alarm not being saved sometimes [09:12] zsombi: however it exposes a bug in the Alarms API apparently [09:12] zsombi: I reported it at https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1274209 [09:12] Launchpad bug 1274209 in Ubuntu UI Toolkit "Saving a recurring alarms results in multiple alarms in the alarms list" [Undecided,New] [09:13] nik90: ok, I will check it... how urgent is this? [09:14] zsombi: not too urgent, but I am guessing either way that the fix in UITK wont land in the phone [09:14] until all the qt 5.2 gets resolved [09:14] nik90: 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:15] zsombi: yeah renato was saying something about that yesterday...he said he needed to discuss this with you [09:15] zsombi: so I suppose when he is online he can explain why his MP causes this bug [09:16] nik90: 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 stuff [09:16] exactly [09:16] nik90: thx, I've assigned it to me, so I'll deal with it as soon as I get time for that [09:17] zsombi: thnx [09:17] nik90: welcome [10:01] nik90, man, you guys are rocking with the convergent designs. I had not yet the chance to read your design document, it looks great [10:02] I mean I hadn't had the chance *until now to read it [10:16] dpm: thnx :) I merely wrote the text...the rest of the stuff is all lucas and andrea [10:17] "merely" is an understatement here, nice work! === Guest49006 is now known as Ursinha === _salem is now known as salem_ [10:42] JamesTait: are you able to fiddle with apps in the store? ybon needs to change the namespace for his app. [10:44] or totally remove the app I've submited and deleted, or put it back to life :) [10:54] popey, ybon, I don't have that kind of access myself, but maybe beuno does. [10:55] he 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 line [11:00] thanks :) [11:01] popey: 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] (hi@yohanboniface.me works now :p ) [11:11] popey, ybon, will do [11:12] beuno: thanks [11:12] great, thank you beuno :) [11:16] ybon, what's the app called? [11:20] beuno: osmtouch [11:21] ybon, done [11:22] popey: are we still on for the clock meeting today? (asking to be sure you are not busy with the sprint) [11:22] nik90: sprint is net week ☻ [11:23] so yeah, I'm around [11:23] ah okay [11:23] awesome [11:24] beuno: thank you :) [11:24] *\o/* [11:25] In 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/+activereviews === chriadam is now known as chriadam|away [11:28] ybon, popey, tell me more about what happened here [11:28] the app got published with an incorrect namespace? [11:28] ybon: namspace didnt match email address [11:29] easier to fix the app than setup a new email address [11:29] Well, I've finally set up the email address, given that I can't change my namespace ;) [11:29] popey, but in the cases where that happens, the developer can change their own namespace if the app hadn't been published [11:29] ah? [11:30] I didn't find how [11:30] you sure about that? [11:30] when editing my profile this was a field non editable [11:30] this isnt the first time we've had a user unable to do that [11:30] popey, right, so then we fixed that because of how frequent it was :) [11:30] the app was never approved/published? [11:30] correct [11:31] matiasb, ping? [11:31] * matiasb reads [11:32] matiasb, for context, I already deleted the app from the admin [11:32] beuno: that's correct, if there is no published version of any app, the user should be able to change his/her namespace [11:32] ack, I'll take a look at this [11:33] matiasb, what if the developer deleted the app? would that block it? it was in a Deleted state before I fully deleted it [11:33] ah, beuno "The path 'me.yohanboniface/osmtouch/me.yohanboniface.osmtouch_0.1.0_all.click' is not unique." :s [11:34] when uploading the click package, as you certainly guess [11:34] beuno: i just created an app and i cant edit the namespace, it forces me to use com.popey [11:34] beuno: I think that shouldn't block it [11:34] popey, you have other apps, surely [11:34] http://imgur.com/x4lNN9B [11:35] i cant remove that "com.popey" there [11:35] popey, you can't, you have other published apps [11:35] once you, as a developer, publish *any* app [11:35] popey: that prefix can only be editable in your profile [11:35] you're tied to that namespace [11:35] oof [11:35] right [11:35] why? [11:35] I want to make an app for a friend [11:36] or for my company, do i need another account? [11:36] popey, so group namespaces haven't been implemented [11:36] it's somewhere in the plan [11:36] not at the top of the list, currently [11:36] ( beuno: is it in your superpower to also delete the old .click or should I workardound? :) ) [11:36] its not a group namespace, just a different namespace [11:36] popey, a namespace identifies a developer [11:37] if you have multiple namespaces, it identifies almost nothing [11:37] namespaces also don't matter [11:37] as they are not user-visible [11:37] hm, okay. [11:37] ybon, you need to upload a newer version [11:38] ybon, but also, why are you using the same namespace again? :) [11:38] beuno: okay, but that's theorically the first version ever [11:38] beuno: because I wasn't able to change it :s [11:38] ybon, go to your profile page [11:38] oh, I am :) [11:38] yes [11:38] I wasn't yesterday, I sware [11:38] ybon, and you don't have other apps already published? [11:39] nope [11:39] ah :) [11:39] so you're set? [11:39] but at the end, this namespace is OK [11:39] the fact is that yesterday I thought it was faster to remove the app than to set up a new email on my domain [11:39] right [11:39] ok [11:40] but then I've seen that when I've deleted my app I was blocked [11:40] so I set up the email ;) [11:40] ybon, 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] so it's only the name of the file? [11:40] if I append 0.1.0.0 it's ok you thik? [11:40] think* [11:40] * ybon testing :) [11:41] it may just work, yes [11:41] it's not the name of the file [11:41] that's auto-generated [11:41] it's the version number in the Manifest file [11:41] that has to change [11:42] ah, so I need to change the version in the manifest, right? [11:43] yes, changing just the file name doesn't work ;) [11:45] (btw, each time I click on "packaging" on QTCreator, I need to retype my email right) [11:46] ybon, what version? [11:46] bzoltan, ^ [11:46] popey: you got it :) [11:46] humm, let me check [11:47] ybon: kk [11:47] what, me, who, why? [11:47] bzoltan: 2.8.1 [11:47] beuno: it was not me... it was broken before I came here :D [11:47] lol [11:47] well, that's hard to prove, isn't it? :) [11:48] that is the standard disclaimer we all better learn in many languages :) [11:48] ybon: approved [11:48] popey, beuno: thanks for your help! :) [11:48] popey: \o/ [11:48] ybon: thanks for your patience ☻ [11:48] ybon, thanks for the feedback [11:48] * ybon running to Germany now [11:49] (sadly not testing my own app as I've no 3G data :p ) [11:49] heh [11:49] ybon: you talk about this, right: https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1274265 ? [11:49] Launchpad bug 1274265 in qtcreator-plugin-ubuntu "manifest.json is changed when opening a project resulting in incorrect project maintainer" [High,Confirmed] [11:49] bzoltan: sounds like this yep [11:50] ybon: It is next in my queue... first I fix the sdk for 12.04 [11:50] bzoltan: btw awesome job on https://code.launchpad.net/~bzoltan/qtcreator-plugin-ubuntu/hook_up_reviewing/+merge/203557 [11:51] cool :) [11:51] bzoltan: 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:53] popey: is there a public HTTP link to the app somewhere? If I want to tweet it and make a link to something :) [11:53] nik90: It does the review after each successful click package creation [11:53] ybon: no, we don't have an http link to the store yes [11:53] *yet [11:53] nik90: but you can select any click package (for educational purposes) from your file system and run the review on them [11:53] popey: ok [11:54] bzoltan: awesome. thnx [11:54] nik90: the next step with that reviewing tool will be to translate that json output to a pretty visual page [11:54] bzoltan: nik90 http://people.canonical.com/~alan/click/ a few clicks you can try it on [11:54] popey: a few :) [11:54] ☻ [11:54] popey: wow...you are like an archive [11:55] or "hoarder" as my wife says [11:55] nik90: he is an AI bot ... that is a secret project at Canonical [11:55] popey: tweeted with an image, so https://twitter.com/informagicien/status/428858974289408000 :) [11:56] popey: LOL... it must be a common pattern :) [11:56] And I've an email ready, but I need to run, so sending it tonight [11:56] thanks again amigos!ù [11:57] bzoltan: 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 :P [11:57] more like a slightly smart calculator [11:58] nik90: yarps ... that is a nice black box with cool blue leds blinking [11:58] hehehe === MacSlow is now known as MacSlow|lunch [12:03] popey: hey, can we browse the touch app store online somehow? [12:04] mzanetti: you can open the json file, sure ☻ [12:04] popey: I'm more interested in the app's screenshots [12:04] yeah, they're linked in the json I suspect [12:04] but no, there's no frontend yet [12:05] ok [12:06] I'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 back === MacSlow is now known as MacSlow|lunch === MacSlow|lunch is now known as MacSlow [13:33] dpm, 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.png [13:35] nik90: might want to make "Eg. bzr branch lp:ubuntu-clock-app" to be "Eg. bzr branch lp:ubuntu-clock-app " so it's consistent with the next step? [13:36] popey: that's was my original thought, but the width is so limited.. I will still add it though [13:37] true [13:37] looks good though [13:39] mardy: didn't do a full review yet, but as a first feedback, can you please move the plugin into the src directory? [13:40] mzanetti: OK. There's also some merge conflict, I'm fixing that [13:42] done. new link http://ubuntuone.com/2HHscwbgWzCwYdVIzyIqQd [13:47] nik90: what if I throw a spanner in and mention blueprints ☻ [13:47] ☻ [13:48] * popey expects nik90 to table flip (╯°□°)╯︵ ┻━┻ [13:49] How to control QML TextField or TextInput in c++ or Python? [13:50] like supposed, a,b are TextInput. c is Text. How to calculate a+b=c in QML? [13:55] popey: lol [13:55] mzanetti: done [14:25] popey: got a few mintues for PM ? [14:25] always for you [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 [17:11] 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 desktop [17:12] (would probably make sense to notify them) [17:12] ogra_, wonderful notice \o/ [17:12] * WebbyIT hates Nautilus [17:13] are there any Calculator app devs on here? [17:13] WebbyIT: ^^ [17:13] I'm trying to figure out how/when CalcLabel.onNumbersChanged called [17:14] samertm, every time numbers in CalcLabel change :-P [17:14] so, at every input [17:15] ogra_: no, but i can give you the developers' email addresses if you like? [17:15] WebbyIT: is there a similar call in Screen.qml which can be called by the "C" button or "AC" buttons? [17:16] I'm working on https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1273887 [17:16] Launchpad bug 1273887 in Ubuntu Calculator App "operator changes line inconsistantly" [Low,Confirmed] [17:16] popey, well, let me dump that mail to the desktop list and then i can notify them ... it might cause a bunch of whishlist bugs [17:16] oh yeah! [17:16] samertm, mhh, weird question, let me look at the code [17:17] and I've found out that it has to do with newCalculation in Screen.qml [17:17] when newCalculation is true, the calculator always shows 0 on the first line [17:18] ***false [17:18] when newCalculation is false [17:19] when newCalculation is false, the calculator shows 0 on the first line, and the only places newCalculation changes are onNumberschanged and onOperationChanged [17:19] but it needs to be called when "AC" is pressed or when "C" is pressed and that makes the result 0 [17:20] samertm, newCalculation is a global var in Screen.qml, so you can change it everywhere inside Screen.qml and childs [17:20] popey, ping [17:25] mefrio: hey! [17:26] popey, I got your email. As you can read in my reply I am interested [17:26] to be honest I am already working on a bitesize bug, and I think I found a solution [17:26] but the calendar-app does not really save any event here.... [17:26] is it my fault? [17:27] mefrio: we have existing bugs for event saving [17:27] WebbyIT: ah, okay. Thanks for the tips! [17:27] popey, oh ok, so it is another problem :) [17:27] we 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.html [17:28] popey, thank you, I will read it later [17:28] thanks [17:28] samertm, your welcome :-) Thanks for your bugfixing :) === bfiller is now known as bfiller_afk === Ursinha is now known as Ursinha-afk [17:39] popey, 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/1270242 [17:39] Launchpad bug 1270242 in Ubuntu Calendar App "Add the ability to specify a recurring event" [High,In progress] [17:50] WebbyIT: 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. === zero is now known as Guest70905 [17:55] hi 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 yet [17:56] samertm, yes, sure [18:03] WebbyIT: 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] also, the screen delegate is out of scope in the clear function :P [18:06] samertm, well, you can find something that clear() does in Screen.qml and attach your change on it [18:08] samertm, or you can move your var in SimplePage.qml so you can access to it from everywhere in the app [18:18] Hello there [18:19] samertm, or also (I think slow :-P) you can create a signal in signal in SimplePage.qml, eg newCalculationChanged() === salem_ is now known as _salem [18:19] then you evoke it with page.newCalculationChanged() [18:19] I'm facing trouble in Android Developer tool packaging can some body help me? [18:20] and in Screen.qml you intercept it with onNewCalculationChanged [18:20] Navdeep_, what's the problem? [18:21] WebbyIT thanks for the reply i was trying to create a deb package of android eveloper tool [18:21] & want to upload it on my ppa === _salem is now known as salem_ [18:23] WebbyIT, is this possible to include the execultable files in source package & upload it to ppa [18:23] ?? [18:23] Navdeep_, well, I think you have to join #ubuntu-motu or #ubuntu-packaging to have support about packages [18:23] WebbyIT, Thanks [18:29] WebbyIT, aplogies can you resend the links, i got disconnected last time in between [18:29] Navdeep__: #ubuntu-motu #ubuntu-packaging ? [18:30] thanks [18:33] WebbyIT: okay, sorry for taking so long to get back :P I can't find anything that would get triggered with clear() in Screen.qml [18:34] samertm, so, probabily the best way is to create a signal [18:35] WebbyIT: okay, I'll start working on that [18:35] thank you _so_ much for the help! [18:36] samertm, 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] *contributor [18:38] WebbyIT: lol :) === bfiller_afk is now known as bfiller [19:13] hmm [19:13] are there scoping rules about signals that I'm not taking into account? [19:13] I have "signal cleared()" in the Page in SimplePage.qml [19:14] and "onCleared { /*code*/ }" in Screen.qml [19:14] and the error message I get is [19:14] Cannot assign to non-existent property "onCleared" === boiko_ is now known as boiko === salem_ is now known as _salem [19:44] samertm, where you write the signal? and onCleared? [19:45] samertm, signal has to be in the Page and onCleare in the root item [20:10] mzanetti you have a wall of text email with my consideration about RTF format! Hope it's useful :) [20:11] * mzanetti is reading [20:12] hey guys, trying to implement search for the music app but having some difficulty: how do we may LIKE '%?%' work? [20:24] nik90, ur gd with localstorage right? [20:36] we have a solution, please ignore us panic over :) [20:40] ahayzen: its been months since I touched the localstorage code :) [20:41] nik90, me and danielholm solved it after lots of hair pulling :) [20:41] * nik90 is relieved :P [20:41] nik90, haha hows the U1DB working going for the clock app? [20:42] WebbyIT: replied [20:42] ahayzen: I haven't started yet..been busy with other design and hackday stuff [20:42] nik90, ah yes... i'm still waiting on those upstream fixes to go any further [20:42] WebbyIT: regarding your review, did you want the input field focussed on the desktop and phone interface? or just on desktop? [20:43] nik90, just on the desktop [20:43] nik90, what do you thing [20:43] think? [20:43] ahayzen: Hopefully this weekend I might do some u1db programming to keep in touch with u1db [20:43] nik90, cool ping me if u want any help [20:44] WebbyIT: I agree. On the phone I cannot do it yet until bug https://bugs.launchpad.net/ubuntu-clock-app/+bug/1272630 is fixed [20:44] Launchpad bug 1272630 in Ubuntu Clock App "Certain editable fields should be in views that anchor to keyboard" [Medium,Triaged] [20:45] nik90, plus, on the phone have an auto focus is wrong IMO, user can choose with a finger click, that is faster than on desktop [20:47] WebbyIT: I guess I need to add a bool property to those pages to focus the input fields only on desktop [20:47] nik90, yes, I think it's the easier solution [21:17] WebbyIT: for some reason, only the world city search label doesn't accept focus for some reason. Timer and Alarm works as expected [21:19] nik90, weird... [21:20] WebbyIT: I tried putting forceActiveFocus() straight in the search label itself to test it..still nothing..really weird [21:20] WebbyIT: could it be that the activity indicator steals focus? [21:22] nik90, O.o and it happens olny in world city? Yes, maybe the activity indicator... no idea [21:22] WebbyIT: I fixed the timer and alarm and also just pushed it to launchpad [21:23] WebbyIT: but the world city alone does not accept it..lol [21:23] nik90, I'll take a look and I'll accept it [21:24] WebbyIT: I will report a bug to not forgot the world city bug. [21:27] hi [21:27] mivoligo1: hi :) [21:27] nik90: hi [21:28] nik90: I was messing with the clock app and noticed a bug in removable listitem [21:28] mivoligo1: in which tab did you notice the bug in? [21:29] nik90: I believe it's not only related to the clock app [21:30] mivoligo1: ah okay [21:30] nik90: I can reproduce it in Ubuntu Showcase Galery [21:30] mivoligo1: can you describe what the bug is and how to reproduce it [21:30] WebbyIT: https://bugs.launchpad.net/ubuntu-clock-app/+bug/1274710 [21:30] 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] nik90: one moment [21:30] nik90, confirmed [21:31] WebbyIT: thnx for the reviews [21:31] nik90, yw. Feel free to ping me when you have others! [21:31] WebbyIT: sure. same to you as well [21:32] yeah :) [21:33] WebbyIT: how did the english test go? [21:33] popey, I'll have results in couple of weeks, but it wasn't too difficult, so I hope well :) [21:33] Oh good. [21:33] WebbyIT: do you have any other exams this period? [21:34] nik90, no, today was the last, I'm on holiday until 24 of February \o/ [21:34] WebbyIT: wow! [21:35] I can do another english test if if I am not satisfied with this [21:35] Lots of time for Ubuntu Touch, Coursera and friends :D [21:35] after the holidays? [21:35] nik90: short video: http://www.youtube.com/watch?v=lUZoMAe3VpM [21:36] nik90: Basically listitems are removed on second click around [21:37] mivoligo1: 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:38] mivoligo1, apt-cache policy ubuntu-ui-toolkit [21:38] no, wait [21:39] nik90, what's the name of the sdk plugin? ubuntu-sdk? [21:39] nik90: I'm on 12.04 so I'm not up to date [21:39] nik90: that's why I wanted to confirm it here first [21:40] mivoligo1: apt-cache policy qtdeclarative5-ubuntu-ui-toolkit-plugin [21:41] nik90: 0.1.46+13.10.20130925.1bzr780precise0 [21:43] mivoligo1: ok then it must be a long overdue bug [21:43] nik90: can you reproduce it? [21:44] mivoligo1: trying [21:45] nik90: it works only for those listitem which have “Delete” when you slide them [21:45] mhh, on mako I'm not able to reproduce it with clock app [21:46] WebbyIT: good sign :) [21:46] mivoligo1: yeah I couldn't either [21:47] mivoligo1: so you swipe it to the right a bit, and then you click again [21:47] mivoligo1: it didnt work for me [21:48] nik90: no, just click on the label text and again on the label text but a bit to the left than first time [21:48] mivoligo1, BTW since today you can update your SDK to last version [21:48] https://lists.launchpad.net/ubuntu-phone/msg06202.html [21:52] WebbyIT: oh yeah..the latest SDK package has rev no 927..awesome! [21:56] any of you on trusty? [21:57] mhall119: you on trusty? [21:57] omg, I broke the autopilot test in my keyboard shortcuts MP :/ ... I will fix that tomorrow...too tired now [21:57] popey: not yet [21:57] popey: I stayed on Saucy waiting for the Unity 8 builds to work there, now I just need the time to upgrade [21:57] i just re-enabled the ubuntu sdk ppa and dist-upgrade wants to uninstall ubuntu-sdk package [21:58] popey: but is the sdk ppa needed on trusty? [21:58] i thought we always needed it? [21:58] i guess not [21:59] popey: my impression was that the current development release doesn't need it..only the stable releases use the PPA. But I may be wrong. [22:01] WebbyIT: I've updated but ui toolkit stayed the same [22:01] yeah, you're right [22:02] mivoligo1, weird, did you try dist-upgrade? [22:02] mivoligo1: 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:04] WebbyIT: 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:06] Missing build dependencies: libthumbnailer-dev https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+build/5530474 [22:30] mzanetti, https://code.launchpad.net/~rpadovani/reminders-app/fix-1267800/+merge/204115 [22:31] WebbyIT: thanks [22:31] * popey tests [22:31] WebbyIT: cool, did you try if we can get rid of that "null" parameter by now? [22:31] I remember it was required but I was told they're gonna remove it [22:32] maybe this would be a good chance [22:32] mzanetti, let my try [22:32] mzanetti, nope, file:///home/rpadovani/Documents/ubuntu/touch/core-apps/1267800-build/src/app/qml/ui/AccountSelectorPage.qml:70: Error: Insufficient arguments [22:33] hmm, ok :/ [22:34] mivoligo1, try now, Robert Park fixed a bug about a version of a component of ubuntu sdk [22:41] bedtime o/ [22:47] mzanetti: WebbyIT works well [22:47] popey: nice, does it still open the dialog if there are 2 accounts? [22:47] or more [22:49] not tried two yet [22:49] tried 1 and 0 [22:50] interestingly with 0 you get the dialog, but you can press back [22:50] which takes you to the notes/notebook/reminders [22:50] which it shouldn't really should it? [22:50] i.e there shouldn't be a back button on that screen [22:51] * popey tries 2 accounts [22:52] true... this doesn't need a back button [22:52] want me to file a bug? [22:54] mzanetti: tried with two accounts but as you cant see which account is which.. its hard to pick the right one ☻ [22:54] and there's no way to logout [22:54] * popey files bugs [22:55] popey: the missing name should be solved soon [22:55] popey: mardy filed a merge today that fixes it [22:55] but yeah, we probably need a logout too [22:55] WebbyIT: hey, wanna do this? ^ [22:56] WebbyIT: afaik that was for Saucy [22:56] WebbyIT: 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:57] and then a logout button to unset the token from the EvernoteConnection go back to this list [22:57] popey: 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] by chance* [22:58] bug 1274742 [22:58] 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/1274742 [22:58] ybon: yes, i installed it on my other device, works fine [22:58] cool :) [22:58] nice one. [22:58] one thing i did notice that you already know of [22:58] I'm about to send an email to the ML, but better to be sure it works before ;) [22:58] tell me :) [22:59] for me it showed underneath the map, not the black empty tiles, but the previous app i was using [22:59] 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 artifacts [23:00] bug 1274743 [23:00] Launchpad bug 1274743 in Ubuntu Reminders app "App has no logout option." [Undecided,New] https://launchpad.net/bugs/1274743 [23:00] \o/ consecutive bug numbers [23:02] arf, I've been disconnected popey and my bouncer doesn't give me anything :( [23:03] you were about to tell me some issue :) [23:05] 22:59:11 < popey> for me it showed underneath the map, not the black empty tiles, but the previous app i was using [23:05] 22: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 artifacts [23:05] lemme try and reproduce and get a picture [23:05] ok, I see [23:06] http://popey.com/~alan/phablet/device-2014-01-30-230551.png [23:06] the fact is that what you see below the loading tile is the app under [23:06] yeah [23:06] so you can have another instance of OSMTouch running (installed with the old name) [23:06] but still this is an issue, for sure [23:07] Will add this in the email, yes