=== manusheel is now known as manusheel_afk === manusheel_afk is now known as manusheel [15:29] dipankar: Hi Dipankar. [15:29] manusheel, Hello Sir [15:29] dipankar: Ishan will be back in 5 mins. He is having his dinner. [15:30] manusheel, no problem. I am just scanning my mail [15:34] manusheel, http://lists.sugarlabs.org/archive/sugar-devel/2010-September/027203.html [15:34] manusheel, Sir, would be great if you could explain the last para. :) [15:35] dipankar, Sugar .90 will be released in a couple of day.... I was supposed to be today. [15:36] dfarning, hello. How are you doing? [15:36] dfarning, thanks for the info. [15:37] dipankar, tomeu is asking that you re submitte that patch against the .91 development branch as soon as it is open. [15:37] dipankar, doing fine. [15:37] dfarning, ohk. [15:37] dipankar, are you familiar with the release process and cycles? [15:39] dfarning, I think yes. But would like to know in detail.. [15:40] dipankar, I'll send an email to sugar devel in a couple of hours explaining the process. [15:42] dfarning, that will be great! Thanks a lot [15:42] :) [15:42] dfarning: That would be great. Thank you. [15:42] ishan, hi. What all did you cover last night? [15:43] dipankar, nothing much [15:43] dipankar, manusheel time based releases are rather strange compared to traditional releases. [15:45] dfarning: Indeed. [15:45] ishan, lets continue then. [15:46] sure [15:46] ishan, we have to create a new palette [15:46] yes [15:46] for displaying the volume status bar. [15:46] the code is already there in JournalPalette(), we can use that I guess [15:47] dipankar, back in 5 mins [15:49] dipankar: Right. [15:49] It is in JournalPalette(). [15:50] yes sir [15:50] dipankar: Can you start adding the code? I'll ask Ishan to check this soon. [15:50] * ishan is back [15:50] manusheel, I am trying sir [15:50] dipankar, sir did you checked the file which i sent you yesterday [15:50] dipankar: Ishan is back. So, you can coordinate. [15:51] ishan: Can you send me the meeting logs? [15:51] manusheel, ishan: Lets call our new palette 'JournalVolumePalette() [15:52] ' [15:52] alsroot, ping [15:52] dipankar: Sure. [15:52] dipankar, sure [15:52] dipankar: pong [15:53] alsroot, can the new Palette be made such that it doesn't require any argument? [15:54] dipankar: why not, Palette class doesn't require any arguments (there are deprecated ones but they are optional) [15:55] alsroot, But I see JournalPalette constructor calls the BasePalette.__init__(self, home_activity) [15:55] constructore [15:56] * I don't like this arguments things :P [15:56] dipankar: BasePalette is child class, if you don't need it just use basic Palette class [15:57] alsroot, ohk.. just like the VolumePalette() ? [15:57] dipankar: yup [15:58] ishan, I think I got what alsroot was initially trying to say. (Using VolumePalette() for code) [15:58] alsroot, sorry it took sometime for me to figure it out [15:58] dipankar, +1 [15:59] ishan_, Lets try doing one thing. [16:00] ishan_, first try creating a Palette using VolumePalette() [16:00] palette = VolumePalette('/') [16:00] dipankar, sure [16:00] in JournalButto [16:01] that will give us the idea what we can start omitting. [16:01] (Reverse Engg. :P ) [16:02] dipankar, you are basically refering to calling volumepalette from Journalbutton [16:02] right? [16:03] dipankar, or are you talking abt creating a new class in under journal button for creating new palette having volumepalette features [16:03] ishan, the first one. Calling VOlumePalette() in JournalButton [16:03] dipankar, okay [16:04] * dipankar is testing the palette=VolumePalette('/') [16:06] * dipankar is getting nice error :P [16:10] dipankar, it seems to show no error when we pass self as argument only [16:10] ishan_, but is it working? [16:11] dipankar, next problem we get is about self.props.secondary_text = mount.get_root().get_path() defined in volumepalette [16:11] according to logs [16:12] ishan_, yup [16:12] ishan_, I think I got a method. [16:12] dipankar, great [16:13] ishan_, If you look at code for BasePalette in Palettes.py [16:13] no argument is passed in Palette.__init__() [16:14] def __init__(self, home_activity): [16:14] Palette.__init__(self) [16:16] ishan_, we need just this part: [16:16] self._free_space_label.props.label = _('%(free_space)d MB Free') % \ [16:16] {'free_space': free_space / (1024 * 1024)} [16:16] in VolumePalette. [16:16] dipankar, yes along with the bar [16:16] ishan, manusheel : I am gong for dinner [16:17] meet you soon [16:17] dipankar, sure [16:17] meanwhile i will try to work it out [16:23] * ishan_ is away for 10mins [16:38] * ishan is back [16:38] ishan: Hi Ishan. [16:38] manusheel, hi sir [16:38] ishan_: Any help needed on the issue/ [16:38] ? [16:39] manusheel, we are still trying to figure out the code to be written for the journal button [16:40] ishan_: Ok. [16:41] ishan_: Can you work on it independently for the time being. It might take Dipankar sometime to join back. [16:41] manusheel, sir already doing that [16:47] ishan_: sure. [16:52] manusheel, finally something able to display the status bar but it still doesnt shows the size sir [16:56] ishan: Ok. [16:57] That is unfortunate to hear. Which function are we calling for the size? [17:04] still trying to figure out [17:06] ishan_: Sure. === mukul_afk is now known as mukul [17:55] hi manusheel sir [17:55] mukul: Hi Mukul. [17:55] manusheel sir [17:56] * dipankar is back [17:56] mukul: Can you tell me what all issues are we facing in the bug? [17:56] dipankar, sir bug solved [17:56] i am working on 484 wherein it seems transfer of files bw 2 users on a network is being talked about [17:56] dipankar: Hi Dipankar. Ishan did a great job. [17:57] mukul: Sure. Let me have a quick look on it again. [17:57] ishan, thats geat [17:58] ishan, what is the solution? [17:58] dipankar, sir coudnt have happened without your help [17:58] dipankar, just posting git diff [17:58] ishan, how? [17:58] :P [17:58] alsroot, dipankar check http://pastebin.com/23c0wrTJ [17:59] mukul: Did we see the cancel option? [17:59] yes [17:59] only sumtimes though [17:59] mukul: So, how did we reproduce this issue? [18:00] alsroot dipankar: any pointers /suggestion on the naming part [18:00] i had taken shan's help yesterday. exact issue is nt yet reproduced. asked him to be present at the same time on sugar,then added him friend then sent a file to him. [18:02] mukul: Ok. [18:03] manusheel sir: since it seems a network issue i would need someone whom I can test with. [18:03] mukul: So, this issue was in reference to collaboration. [18:03] manusheel sir : This is what I suspect. [18:03] mukul: You can test this with Dipankar. [18:03] # summary changed from file transfer: when a transfer finishes successfully, invitations still display a Cancel option to successful file transfer: offer to open Journal and to open activity [18:04] mukul: Add a comment over there. [18:04] mukul: That is at the test track item. [18:04] ishan_: just minor issues, why not to rename NewJournalPalette to something like JournalButtonPalette (since it is not new palette), also better to avoid redundant adding/removing spaces like in lines 22 [18:04] manusheel sir: This was what was one of the comments at the bug ticket. So i guess, it is a netowrking issue. [18:05] alsroot, sure [18:05] and I see a Cancel button too but I couldn't make out how a file was being transferred if at all it was transferred. [18:05] ishan_: also there are bunch of commented lines [18:06] dipankar, Hi [18:07] mukul, hey hi [18:07] dipankar, could you help me test 484 [18:07] dipankar, it seems a networking issue. [18:07] test 484? [18:07] mukul, ^^ [18:07] manusheel sir: What should I comment? [18:08] SL # 484: File transfer [18:09] mukul, just a sec [18:10] mukul, well, you asked me this a couple of days back. I am not getting what the bug is saying.. :( [18:11] mukul, is it from a pendrive to journal [18:11] ? [18:11] dipankar, Yeah sir. No problems. I guess I now know what they mean by File transfer. They mean file transfer on a network to a buddy using Send To. I want to reproduce it. [18:15] dipankar, does neighbourhood not work on sugar-jhbuild? [18:16] mukul, I am unable to see anybody on neighbourhood in jhbuild [18:16] can anyone confirm this. [18:16] ? [18:16] dipankar, same here. Let us test on sugar-emulator [18:16] ishan_, great work I must say. [18:16] dipankar, thank you [18:16] sure [18:17] mukul, I am on neighbourhood [18:18] alsroot, dipankar : check http://pastebin.com/qAMjgibh [18:19] alsroot, ishan_ , I would suggest defining the _new_ palette in graphics/palettes.py.. what say? [18:19] this way we may do away with additional importing. [18:19] (in volumestoolbar.py) [18:20] dipankar, nice [18:20] mukul, I can't see you. Are you there on sugar-emulator? [18:20] dipankar: but JournalButtonPalette is in local class for sugar shell.. [18:21] alsroot, +1 [18:21] I can see you. [18:21] alsroot, it is fine now? [18:21] alsroot, how about including it with from jarabe.view.palettes import VolumePalette [18:21] s/ 'from jarabe.view.palettes import VolumePalette' [18:21] dipankar, I made you a friend and then sent a file too [18:22] alsroot, oops I accidentally wrote graphics/palette.py. [18:22] ishan_: there are pep8 issues, you can check it using pylint/pep8.py but the problem that the rest of volumestoolbar.py also doesn't conform pep8 [18:22] it should be view/palettes.py [18:23] alsroot, didnt get you [18:23] dipankar: well, VolumePalette is journal related code not shell specific [18:23] alsroot, okay got it [18:25] alsroot, what i meant was, define the new palette class in palettes.py where other palettes are defined, and then include using, 'from jarabe.view.palettes import VolumePalette, newPalette' [18:26] mukul, neither of them is happening [18:26] dipankar: at the end it will depend on what maintainer thinks, in my mind better to avoid messing shell code and journal [18:27] alsroot, ohk. Then I agree with you [18:27] * ishan_ is away for 10mins [18:27] * dipankar doubts whether the 'add as friend' works [18:28] I could do that. But then if i am making you a friend and sending a file to you and you don't get to know about it. What is the use? [18:28] dipankar, It works partially [18:28] manusheel, alsroot, mukul : can you please check one thing? I need you to add me as your friend from neighbourhood view in sugar [18:30] dipankar: Sure. [18:30] * alsroot can't, rebuilding tp [18:31] alsroot, ok [18:33] manusheel, mukul : how come I am not getting any invitation? [18:34] dipankar, exactly. i dont' get it [18:36] mukul, I think telepathy is messed up at some place. [18:43] dipankar, +1 [18:51] dipankar, Please check in your journal whether any new entry exists called as tamyblock.py [18:52] mukul, no. [18:52] dipankar, Please check sthing unusual in your frames. [18:53] frames? [18:53] * I am going through telepathy-gabble.log [18:53] dipankar, I mean the borders that appear when you hover your mouse near an edge. [19:05] mukul, what is the problem? [19:06] dipankar, I wanted to ensure whether you have received the file coz here it stopped showing the cancel button but instead showed the dismiss button which is an indication that the transfer was complete. [19:08] mukul, no. no file received [19:10] dfarning, ping. [19:10] dipankar, yes [19:10] dfarning, just wanted to ask whether the Sugar on Ubuntu for maverick is accepted or not.. [19:11] dfarning, If I am not wrong, Maverick will be released in October. [19:12] dipankar, yes it has. neeraj is managing the packages. it will be release in oct 10. [19:12] dfarning, thats great! Thanks for the info [19:14] all, please add the bug info here : https://wiki.ubuntu.com/Sugar/Tasks/BugBashing [19:15] dipankar, the sugar on maverick release will be based on sugar .88. becasue it was too complicated to try to fit sugar .90 released with in the next couple of days onto maverick relesed on oct 10. [19:15] dfarning, ok. So in 11.04, Sugar .90 will be fitted? [19:16] dipankar, for the next ieteration of ubuntu released in april 4/11 we will use try to use sugar .92. [19:16] dipankar, that way we get the latest bug fixes. [19:16] dfarning, .92! thats cool! [19:17] dipankar, it was just too macy moving pieces for our first release :) [19:17] many [19:17] dfarning, sugar is very very fast developing! [19:17] dipankar, this time we are still learning.... next time we will be going full speed. [19:18] dfarning, yay! [19:20] dipankar, I said that I would write a email about the release process.... the main idea is that time based release are like a train schedule. There are literally 1000s of projects all working interdependently.... but trying distribute various software to users. [19:21] dfarning, ohk [19:22] dipankar, if an individual person(or patch) is late. it can catch the next train. but if a train is late it can cause the entire system to fall behind. [19:22] dipankar, in particular we are interested in the ubuntu and fedora releases. We are trying to have our stuff ready for them. [19:23] dfarning, okk. [19:24] dipankar, but we are also dependant on everything upstream.... I am sure you have seen talk about the move to gtk3. basically gnome is making a refactoring. so sugar will have to also follow suit and do some refactoring to match. [19:25] dipankar, then downstream we have other deployment which various releases of dextrose of olpc releases. [19:25] deployments which use [19:25] and [19:25] other olpc releases. [19:27] ohk. [19:28] dipankar, I am often talking about engineering trades offs. the big trade off in software is the pace of releases. developers like very fast releases. 6 months is pretty common becase it is very easy for a developer to updates his machine. [19:28] dfarning, ok.. [19:29] dipankar, on the other hand large scale users like slow and stable releases. it is very hard to update the 700,000 xo which have been deployed in UY. [19:30] dipankar, in general school prefer a 5 year release cycle! [19:31] dfarning, so there are two groups : large and developer [19:32] large are the normal users [19:32] and developers are, well... super-users [19:34] dipankar, yes in general it is easier to think of users as on a spectrum from developer to deployment. [19:35] developers are very frequest updaters -- many use jhbuild which can be updated several times per day [19:35] to deployments which are very hard to update. [19:36] ohk [19:36] manusheel, I have sent the patch (modified) [19:37] * dipankar likes the system of peer review [19:38] dfarning, manusheel : I think I should be heading to bed now. Its late. [19:38] dipankar, so back to the train anology..... in order to be useful trains should run often and 24 hours pre day..... even though most users will ride on a couple of rush hour expresses:) [19:38] dipankar, good night. [19:40] dfarning, the analogy is better said by subways :P ;) [19:40] dfarning, goodbye. see you tomorrow === mukul is now known as mukul_afk