« Previous day | Index | Today | Next day » Channels | Search | Join
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:22 | dfarning is now known as dfarning_afk | |
00:22 | dfarning_afk is now known as dfarning | |
00:25 | bernie_afk has quit IRC | |
00:25 | dfarning has quit IRC | |
00:28 | dfarning <dfarning!~dfarning![]() |
|
00:30 | dfarning has quit IRC | |
00:31 | dfarning <dfarning!~dfarning![]() |
|
00:34 | neeraj <neeraj!~neeraj![]() |
|
00:51 | dfarning_afk <dfarning_afk!~dfarning![]() |
|
00:52 | dfarning has quit IRC | |
00:56 | dfarning_afk is now known as dfarning | |
00:56 | dfarning | is away: Away |
00:56 | is back (gone 00:00:13) | |
01:20 | neeraj has quit IRC | |
01:25 | neeraj <neeraj!~neeraj![]() |
|
01:32 | manusheel_ is now known as manusheel | |
01:39 | neeraj has quit IRC | |
02:16 | dfarning has quit IRC | |
02:16 | manusheel_afk <manusheel_afk!~manusheel![]() |
|
02:20 | dfarning <dfarning!~dfarning![]() |
|
02:28 | dfarning is now known as dfarning_afk | |
02:29 | dfarning_afk is now known as dfarning | |
02:29 | dfarning is now known as dfarning_afk | |
02:29 | dfarning_afk is now known as dfarning | |
03:04 | manusheel has quit IRC | |
03:04 | manusheel_afk is now known as manusheel | |
07:53 | manusheel is now known as manusheel_afk | |
09:53 | alsroot has quit IRC | |
09:53 | alsroot <alsroot!~alsroot![]() |
|
14:18 | manusheel_afk is now known as manusheel | |
14:25 | ishan <ishan!~ishan![]() |
|
14:31 | ishan | alsroot, around? |
14:31 | alsroot | ishan: yup |
14:32 | ishan | alsroot, can you elaborate on the contents of the mail? |
14:34 | alsroot | ishan: in BuddyMenu, menu items are being filled only once (before you add buddy to friends list), thus after that, palette shows "Add friend" despite of the fact that buddy is already a friend |
14:35 | ishan | alsroot, okay but how is it different from friends view then |
14:36 | is the menu being displayed for botn views same? | |
14:36 | botn/both | |
14:36 | alsroot | ishan: there is another BuddyMenu object, and it is being filled after making buddy a friend |
14:37 | ishan | alsroot, okay |
14:40 | alsroot, are you talking about def _make_friend_cb(self, menuitem): | |
14:40 | friends.get_model().make_friend(self._buddy) | |
14:40 | present in the buddymenu.py | |
14:43 | alsroot | ishan: yup |
14:44 | ishan | alsroot, but there is check for remove friend as well |
14:44 | def _remove_friend_cb(self, menuitem): | |
14:44 | friends.get_model().remove(self._buddy) | |
14:46 | alsroot | ishan: yup, but it does not correspond to issue w/ wrong Add/Remove |
14:47 | ishan | alsroot, i am confused |
14:47 | alsroot | ishan: there is BuddyMenu object created before adding buddy to friends list, after adding, it still contain the same menu entries("Add") and this is a fail |
14:47 | ishan | alsroot, okay |
14:47 | alsroot | *the |
14:55 | ishan | alsroot, so basically we have to add a check in buddymenu.py which checks if the person is friend? |
14:56 | before the buddymenu is created | |
14:58 | alsroot | ishan: but it is already done _add_buddy_items |
14:58 | ishan | alsroot, okay |
14:58 | alsroot | ishan: the problem is that BuddyMenu is already created and friend status is changed after that |
14:58 | ishan | alsroot, got that point |
15:00 | alsroot, i am confused about why is buddymenu being updated for friend view and not for neighbourhood view | |
15:00 | alsroot | ishan: it is not being updated, there is one more BuddyMenu object created in friends view |
15:01 | ishan | alsroot, okay |
15:02 | alsroot, Any pointer on how to update the list | |
15:03 | alsroot | ishan: you can refill menu if friend status was changed |
15:21 | ishan | alsroot, can you tell me any file where this is being done to check |
15:23 | alsroot | ishan: you can override Palette.popup method |
15:25 | ishan | alsroot, can u explain what you mean by palette.popup |
15:26 | alsroot | ishan: you can add this check to overriden Palette.popup method |
15:27 | ishan | alsroot, which check are you refering to? |
15:27 | alsroot | ishan: check before refilling menu |
15:27 | ..about how refill can be done, see sugar-toolkit/src/sugar/graphics/palette.py:_Menu class | |
15:28 | ishan | alsroot, okay |
15:29 | alsroot | ishan: at the and, _Menu is gtk.Menu |
15:29 | ishan | alsroot, got that |
15:31 | alsroot, so basically a palette.popup method has to be added in _menu class | |
15:32 | alsroot | ishan: nope, see sources of Palette class which is parent of BuddyMenu |
15:33 | ishan | alsroot, okay |
15:33 | alsroot, okay | |
15:34 | alsroot, will get back after dinner | |
15:34 | is away for dinner | |
15:36 | ASEEM <ASEEM!73f21570![]() |
|
15:45 | ASEEM has quit IRC | |
15:48 | aseem <aseem!73f27185![]() |
|
15:53 | manusheel | aseem: Hi Aseem. |
15:53 | aseem: Which bug are you working on? | |
15:56 | aseem | manusheel:hi sir |
15:56 | manusheel: working on #2318 | |
15:56 | manusheel | aseem: Ok. |
15:57 | aseem | manusheel:sir i have already sent u my ssh2 public key |
15:59 | manusheel | Great. Thanks. |
15:59 | aseem: What all have we gathered on SL#2318? | |
16:03 | ayush <ayush!~ayush![]() |
|
16:03 | aseem | manusheel: the volume of free space shown in the volumes toolbar is different from that shown in frame view and favorites view |
16:04 | so i am tryin to figure out the difference in their codes | |
16:05 | that is the function that generates the free space might not be used in the volumes toolbar | |
16:07 | manusheel | aseem: Ok, which code files did you look at? |
16:09 | aseem | volumestoolbar.py |
16:09 | manusheel | Aseem: How can we rectify the issue? |
16:11 | aseem | i think the function should be used in the same manner as in the case of frames view and favorite view |
16:11 | manusheel | aseem: You found volumestoolbar.py in the Journal directory, right? |
16:15 | aseem | tes sir |
16:15 | yes* | |
16:16 | sir please tell me the path for control panel | |
16:24 | anurag <anurag!~anurag![]() |
|
16:27 | ishan has quit IRC | |
16:29 | ishan <ishan!~ishan![]() |
|
16:32 | ayush has quit IRC | |
16:34 | anurag has quit IRC | |
16:35 | anurag <anurag!~anurag![]() |
|
16:39 | ayush <ayush!~ayush![]() |
|
16:51 | ayush has quit IRC | |
16:59 | ayush <ayush!~ayush![]() |
|
17:03 | ishan has quit IRC | |
17:03 | ishan <ishan!~ishan![]() |
|
17:10 | ishan has quit IRC | |
17:13 | ayush_ <ayush_!~ayush![]() |
|
17:15 | ishan <ishan!~ishan![]() |
|
17:15 | ayush has quit IRC | |
17:22 | ayush_ has quit IRC | |
17:40 | ayush <ayush!~ayush![]() |
|
17:51 | aseem | alsroot: i am currently working on #2318. Please guide me on how to approach. |
17:53 | anurag has quit IRC | |
17:54 | alsroot | aseem: where you stuck? |
17:59 | aseem: you can just code the same for non-removable devices as for removable | |
18:01 | manusheel | alsroot: Thank you. |
18:01 | aseem: Yes, that should be good enough for the fix. | |
18:01 | aseem | alsroot:i actually cant find waht exactly the volumes toolbar is showing |
18:03 | ayush has quit IRC | |
18:04 | alsroot | aseem: see VolumesToolbar class, it adds new button for every mount (for external devices) |
18:05 | aseem | alsroot: thanks. i'll check this |
18:11 | dfarning is now known as dfarning_afk | |
18:11 | dfarning_afk is now known as dfarning | |
18:12 | dfarning | hey assem do you have a minute to help me set up an acount for you at sunjammer? |
18:13 | ishan, ping^^ | |
18:22 | ishan | dfarning, hi |
18:24 | dfarning | ishan, Can you email me a copy of your public ssh key? |
18:24 | ishan | dfarning, sure |
18:32 | dfarning, sent | |
18:34 | ayush <ayush!~ayush![]() |
|
18:43 | ayush has quit IRC | |
18:49 | ayush <ayush!~ayush![]() |
|
18:52 | aseem has quit IRC | |
19:09 | ayush has quit IRC | |
19:20 | ayush <ayush!~ayush![]() |
|
19:25 | ayush has quit IRC | |
19:39 | ayush <ayush!~ayush![]() |
|
19:48 | neeraj_ <neeraj_!~neeraj![]() |
|
19:50 | ishan has quit IRC | |
19:50 | ishan <ishan!~ishan![]() |
|
20:03 | ayush has quit IRC | |
20:07 | neeraj_ is now known as _neeraj_ | |
20:12 | ishan has quit IRC | |
20:30 | ayush <ayush!~ayush![]() |
|
20:42 | ayush has quit IRC | |
20:56 | ayush <ayush!~ayush![]() |
|
21:06 | ayush has quit IRC | |
21:11 | _neeraj_ has quit IRC | |
22:17 | ayush <ayush!~ayush![]() |
|
22:22 | ayush has quit IRC | |
22:34 | ayush <ayush!~ayush![]() |
|
22:53 | manusheel is now known as manusheel_afk | |
23:07 | manusheel_afk is now known as manusheel | |
23:31 | ayush has quit IRC | |
23:45 | ayush <ayush!~ayush![]() |
|
23:51 | ayush has quit IRC |
« Previous day | Index | Today | Next day » Channels | Search | Join