#title #ubuntu-touch-meeting: Ubuntu calculator app meeting Meeting started by popey at 17:59:41 UTC. The full logs are available at http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2013/ubuntu-touch-meeting.2013-03-21-17.59.log.html . == Meeting summary == ''LINK:'' http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2013/ubuntu-touch-meeting.2013-03-14-18.01.html (popey, 18:00:46) ''ACTION:'' popey contact design about the "equals" bug (popey, 18:19:40) ''LINK:'' https://bugs.launchpad.net/ubuntu-calculator-app (popey, 18:23:02) ''ACTION:'' popey draw up feature list for calculator app and get sign off from mgmt, dev and design (popey, 18:26:58) Meeting ended at 18:29:37 UTC. == Votes == == Action items == * popey contact design about the "equals" bug * popey draw up feature list for calculator app and get sign off from mgmt, dev and design == Action items, by person == * popey ** popey contact design about the "equals" bug ** popey draw up feature list for calculator app and get sign off from mgmt, dev and design == People present (lines said) == * popey (74) * mhall119 (34) * daliusd (33) * rferrazz (19) * meetingology (5) * ravirdv (5) == Full Log == 17:59:41 #startmeeting Ubuntu calculator app meeting 17:59:41 Meeting started Thu Mar 21 17:59:41 2013 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 17:59:41 17:59:41 Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired 17:59:45 who's here? 17:59:57 hi 18:00:07 hi 18:00:38 hey, so i had a couple of action items last time 18:00:46 http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2013/ubuntu-touch-meeting.2013-03-14-18.01.html 18:00:57 "ACTION: popey speak to SDK team about OSX support" 18:01:04 Short answer, "not yet". 18:01:21 if someone else wants to have a go at porting things over to OSX, they are welcome to try 18:01:33 alright, that means I'll have to start using VM 18:01:40 but nobody on the SDK team has a mac, and motivation is currently high to get it perfect on Ubuntu first 18:01:49 People have ported SDK to win and bb10 to some degree 18:01:50 I did try and will still work on it... some packages are missing while compiling 18:01:59 ravirdv: I'd be interested to know which VM you use, VMWare, parallels etc? 18:02:08 here i am 18:02:11 hi rferrazz 18:02:13 we just started 18:02:18 * mhall119 is here 18:02:20 the other action I had was.. 18:02:24 * popey popey speak to SDK about location aware apps 18:02:25 phew 18:02:26 I would recommend VmWare against VirtualBox 18:02:29 hi 18:02:49 I use vbox 18:02:54 Ubuntu under VirtualBox works very slow but reasonably on VMWare 18:03:08 that's a reason I'm looking for OSX sdk 18:03:11 spoke to SDK team, and they pointed me at qtlocation, but the whole location awareness process is a bit unfinished at the moment 18:03:31 so location based stuff will likely have to wait for "version 2" 18:03:36 well we can put location for post alpha 18:03:40 yup 18:03:49 I have ubuntu running pretty quick in vbox here 18:03:51 It looks like we agree here :) 18:04:02 popey, with Unity? 18:04:07 the only snag is that the 3d passthrough works fine for the desktop, and yes, unity 18:04:10 why do we need location for calculator anywya? 18:04:11 but doesnt work for qmlscene 18:04:22 mhall119: design asked for it as a nice to have 18:04:34 for when you're in a restaurant and tot up the bill 18:04:41 popey: for what feature? 18:04:43 it can tag where you were.. you could potentially share that later 18:04:49 oh, ok 18:04:58 yeah, definitely something to push back to version 2 18:05:01 yup 18:05:06 good, glad we agree on that :D 18:05:16 ok. 18:05:31 So you probably all noticed I filed a bunch of bugs in the calculator app this past week 18:05:44 noticed, a long list :-) 18:05:46 that was after the meeting with design last friday, many of them came from design. 18:05:50 keeping you busy :D 18:05:56 :) 18:06:14 sure! 18:06:18 Any blockers / questions / issues? 18:06:31 about tear-off 18:06:31 daliusd: I did some work on the drag-to-tear-off design 18:06:32 i'm playing around with the result bug 18:06:33 did you see it? 18:06:38 I did see it 18:06:46 I have even wrote something to you I believe 18:06:50 Anyway thanks 18:06:55 saves some time 18:07:02 I have implemented it differently finally 18:07:04 so 3+= will result 3 right? 18:07:07 ok 18:07:27 Here is diff: https://code.launchpad.net/~dalius-sandbox/ubuntu-calculator-app/tear-off-formula/+merge/154774 18:08:17 Good progress on tear-off 18:08:24 The "equals bug" is a tricky one 18:08:32 because the behaviour is somewhat complex 18:09:21 I'd like to get some input from design on exactly how they want it to be, because the "roll of paper" style of calculator might not lend itself too well to the way they asked for = to work 18:09:21 i ended up removing the last operand if there was a syntax error and it seems fine 18:09:31 not yet committed 18:09:38 there is an expectation that:- 18:09:54 1+2+3=6, then if you press = again you get 9, then 12, then 15 18:10:01 without any other buttons pressed, 18:10:10 daliusd: does yours work even when dragging around the middle? 18:10:13 so 1+2+3==== would produce 15 18:10:28 how that would move up the display I'm not sure 18:10:37 what it means to drag around the middle ? 18:11:15 daliusd: if you scroll half-way up, then stop, and then start another movement event 18:12:00 mhall119: if I understand correctly tear-off will not work if you have scrolled somewhere up 18:12:10 when I was working on it, I had that problem, where it would drag up, but not to the point where it was over-scrolling, but would still trigger the tear off 18:12:19 daliusd: and your code works like that? 18:13:27 mhall119: I will test more but I believe there is no such problem 18:13:40 ok 18:13:55 I can only make one improvement 18:13:57 add text 18:13:58 yours looks much simpler, I'll have to see if I can use it in my reddit app :) 18:14:22 "pull to refresh" and "release to refresh" but then I need to implement "release to refresh" as it is not implemented 18:14:29 it is enough to pull over specific point 18:14:38 popey, i can make it work like you say but pressing === just changes the current result or adds more lines to the screen? 18:14:55 rferrazz: that's what I'm not sure about 18:15:19 mhall119: I'm pretty sure it is completely reusable. If you have any questions about it - ask. I will explain the code :) 18:15:26 so I'll try and get an answer from design. will write it up before hand and let them have time to think about it 18:15:37 thanks daliusd 18:15:56 popey, if it just changes the result it ends up being not clear when you see it in the history plot 18:16:18 indeed 18:16:30 I think it would need to go.. bear with me... 18:17:00 hi, tell me when you have a response from design team! 18:18:02 1 18:18:02 +2 18:18:03 +3 18:18:03 =6 18:18:03 =9 18:18:05 =12 18:18:09 ---- 18:18:10 like that 18:18:36 I just learned that I rejected merge proposal from someone working in Canonical :) 18:18:42 \o/ 18:18:47 daliusd: that's a rite of passage 18:18:51 you earn points for that 18:18:58 +1 18:19:30 rferrazz: so I'll let you know when I get an answer from design 18:19:40 #action popey contact design about the "equals" bug 18:19:40 * meetingology popey contact design about the "equals" bug 18:19:48 popey, thanks 18:20:19 Any other issues / blockages? 18:20:35 not now 18:20:46 not yet 18:21:22 tear-off was block but somehow figured out how to handle it 18:21:59 awesome. 18:22:01 did we have a work item for the tear-off? 18:22:14 no, i filed a bug for it 18:22:18 ok 18:22:28 I see only 2 work items still in progress 18:22:37 is that all we have left of the initial feature development? 18:22:52 there's a bunch more bugs.. 18:23:02 https://bugs.launchpad.net/ubuntu-calculator-app 18:23:21 mhall119: one item is invalid most probably as we won't have backspace 18:23:40 we just need to fix "C" to clean last entry not the whole equation 18:23:42 (we have bug for that) 18:23:53 so I would like to get this app into the default touch images, but we need a list of "features that must be working first" to check off 18:24:00 other item in blueprint is about "equals" bug 18:24:17 we also need to have the app reviewed formally by the design team 18:24:19 can we add work items for anything that needs to be implemented before we propose this for inclusion in the daily touch images? 18:24:27 popey: +1 18:24:35 popey: are they not doing that as we develop features? 18:24:55 yes, but there is a final review 18:25:06 ok 18:25:26 so we need a feature list, and when all of those are done we get final review from design, then we can include it by default? 18:25:32 which, at the rate these guys are going, could be fairly soon 18:25:40 yeah, that's my thinking 18:26:26 shall I take the action to build the feature list and agree it with design? 18:26:33 (and devs) :D 18:26:38 please 18:26:45 might also get pat to review it 18:26:54 make sure it has all the features he would want 18:26:58 #action popey draw up feature list for calculator app and get sign off from mgmt, dev and design 18:26:58 * meetingology popey draw up feature list for calculator app and get sign off from mgmt, dev and design 18:27:35 ok, anything else? 18:27:52 not from me 18:27:58 me neither 18:28:06 I'm thoroughly impressed with you guys, you've done so much in such a short amount of time 18:28:11 +1 18:28:17 :) 18:28:22 :) 18:28:22 thanks! 18:28:33 * popey secretly ponders which app we can get them making next ㋛ 18:28:45 scientific calculator :P 18:28:49 hah! 18:28:49 rocket louncher app? 18:28:57 launcher 18:28:57 Angry Penguins ☺ 18:29:02 oh, I like that idea 18:29:12 +1 18:29:21 I wonder if box2d works on the touch image 18:29:28 hah, he's off... 18:29:35 ok, thanks everyone! 18:29:37 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)