#instantbird log on 06 20 2014

All times are UTC.

00:18:14 --> jb has joined #instantbird
00:21:07 <-- jb has quit (Ping timeout)
00:21:55 --> wnayes has joined #instantbird
00:25:17 --> jb has joined #instantbird
00:26:57 <-- jb has quit (Ping timeout)
00:29:39 --> jb has joined #instantbird
00:38:15 <-- rosonline has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
00:42:54 <-- jb has quit (Ping timeout)
00:48:40 --> jb has joined #instantbird
00:59:25 <-- clokep_work has quit (Ping timeout)
01:06:13 <-- jb has quit (Ping timeout)
01:06:23 --> jb has joined #instantbird
01:09:19 <-- Rym has quit (Ping timeout)
01:12:38 <-- jb has quit (Ping timeout)
01:18:20 <-- Mook_as has quit (Quit: Mook_as)
01:18:41 <-- mayanktg has quit (Ping timeout)
01:20:11 --> mayanktg has joined #instantbird
01:29:00 <mayanktg> flo-retina: I have made the changes you've mentioned. The negative margin for video element was to hide the video stream which isn't going to be included in the final image. I'm trying to remove the negative margin too.
01:49:25 * nhnt11 is back :]
01:49:29 <nhnt11> mayanktg: Have you uploaded a patch?
01:49:50 <mayanktg> nhnt11: No I didn't.
01:50:01 <mayanktg> Should I upload it for you?
01:50:12 <nhnt11> If you do, I can take a look :)
01:50:21 <mayanktg> Yepp
01:55:01 <-- Armada has quit (Quit: Leaving)
01:55:23 <mayanktg> nhnt11: I have uploaded the patch.
01:55:34 <nhnt11> got the email :)
01:57:43 <mayanktg> I have created a resetMargin selector for all the elements you added the {margin: 0; padding: 0}
02:06:39 <mayanktg> Did you try the patch? The CSS must have been broken again :S
02:08:10 <nhnt11> mayanktg: http://puu.sh/9BuC4/3d334bdcce.png :)
02:08:15 <nhnt11> I haven't made any changes
02:08:27 <nhnt11> however... http://puu.sh/9BuDh/55e1b2c860.png
02:09:15 <nhnt11> retina: http://puu.sh/9BuG0/221af0331c.png
02:09:19 <-- wnayes has quit (Ping timeout)
02:09:24 <nhnt11> I'll fix it.
02:10:22 <mayanktg> nhnt11: ahh :( That space is again occurring. Even though I changed it to box :S  
02:12:26 <mayanktg> Do you know how to add high resolution icons for aero?
02:12:41 <nhnt11> mayanktg: Out of curiosity, why have you used toolbarbuttons instead of buttons?
02:12:43 <nhnt11> No I don't.
02:12:48 --> wnayes has joined #instantbird
02:13:27 <nhnt11> mayanktg: Using buttons instead of toolbarbuttons makes both "back" and "capture" equally sized
02:13:43 <nhnt11> I'm trying to get rid of that extra 4px at the right side
02:14:40 <nhnt11> mayanktg: Changing all of those toolbarbuttons to buttons fixes the 4px margin issue
02:14:55 <mayanktg> nhnt11: I used it because the ff hamburger menu from where I borrowed the design used them as toolbarbutton.
02:15:29 <mayanktg> nhnt11: Ok. That was for the buttons in panel-1
02:15:40 <nhnt11> mayanktg: Yes, in panel 1 you need them for the icons
02:16:03 <nhnt11> Elsewhere you can just use button
02:16:55 <mayanktg> And I guess you'll have to change some CSS too if you replace the toolbarbutton with button?
02:16:59 <nhnt11> http://puu.sh/9Bvad/62c1a42635.png
02:16:59 <nhnt11> http://puu.sh/9Bvb0/03941ecce5.png
02:17:00 <nhnt11> http://puu.sh/9Bvcw/f32c0c2c52.png
02:17:00 <nhnt11> No
02:17:01 <nhnt11> No CSS change
02:17:25 <nhnt11> Everything looks perfect on both retina and non-retina
02:17:49 <mayanktg> that's great :)
02:17:54 <nhnt11> mayanktg: I think the problem with the margins is because the deck is not "dynamic" in the sense that it takes the size of the largest contained panel
02:18:03 <nhnt11> So if any panel is smaller, there will be whitespace
02:18:10 <nhnt11> Because the deck doesn't resize itself
02:18:27 <nhnt11> Anyway...
02:18:35 <nhnt11> I think you're set :)
02:18:51 <nhnt11> Maybe I'll do a drive-by review on the patch, I've got some time
02:19:46 <mayanktg> Hope so. Ok. I've to make the  changes in the jar.mn for aero and also for the negative margin in the webcamVideo.
02:20:00 <nhnt11> mayanktg: You don't seem to have active states for the icons
02:20:10 <mayanktg> I've added the state
02:20:12 <nhnt11> Didn't Florian request that?
02:20:18 <nhnt11> For the buttons, yes. not for hte icons.
02:20:46 <nhnt11> If that's what he asked for, great.
02:21:10 <mayanktg> No. There weren't any icons available for the active state of the icons and he said he's fine with it. 
02:21:15 <nhnt11> alright
02:21:22 <nhnt11> Just checking
02:22:31 <nhnt11> brb in 10 mins
02:38:20 <-- wnayes has quit (Quit: wnayes)
02:46:28 <nhnt11> re
03:06:20 --> mconley has joined #instantbird
03:10:06 <mayanktg> nhnt11: I only changed the toolbarbutton to button for the panel2-3 and the buttons appear to have 3D effect :-/ http://i.imgur.com/eVNa3pgl.jpg
03:10:27 <nhnt11> mayanktg: Add -moz-appearance: none if you haven't already
03:10:37 <mayanktg> Whereas changing it back again to toolbarbutton causes no such issues.
03:11:05 <nhnt11> I can't get the close button to work on retina display :-/
03:16:52 <mayanktg> I have already added the -moz-appearance: none to the buttons. Adding border: none to those buttons fixed it up. 
03:17:01 <nhnt11> cool
03:17:54 <mayanktg> I have no idea how to fix the buttons. Maybe its because I'm using a stack which is causing this problem?
03:18:01 <nhnt11> I'm trying
03:20:24 <-- mconley has quit (Ping timeout)
03:20:53 --> mconley has joined #instantbird
03:22:14 <nhnt11> gtg
03:22:14 <nhnt11> sorry
03:22:17 <nhnt11> couldn't fix this
03:22:17 <nhnt11> later
03:22:19 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
03:23:25 <mayanktg> np. Bye :) 
04:00:06 <mayanktg> Sorry but idk how to add high resolution icons for windows hidpi :( . Please help me this. Until then I'm making changes to the video call patch.
04:07:19 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
04:34:17 <-- mconley has quit (Input/output error)
05:35:59 --> Rym has joined #instantbird
05:45:28 <flo-retina> mayanktg: Just don't.
05:45:37 <flo-retina> mayanktg: we don't support hidpi for windows anywhere (yet)
05:45:53 <mayanktg> flo-retina: Ok.
05:46:34 <mayanktg> removed :)
05:46:38 <flo-retina> ah, 20 minutes ago "At local FedEx facility" :)
05:48:02 <mayanktg> and soon your house would be full of Minis ;)
05:58:14 <mayanktg> flo-retina: Whenever you are free could you try fixing the "X" button of the user icon bug? nhnt11 was trying it but he's gone for the moment. He just changed  "toolbarbutton" to "button" for panel 2-3 in the patch I uploaded.
05:58:58 <flo-retina> I thought it just needed the height and width to be set (likely to 16px). Have you all tried that already?
05:59:42 <mayanktg> I remember nhnt11 did try that.
06:00:16 <mayanktg> I won't be able to know if I'm doing it right. I don't have a Mac. :-| 
06:05:54 <mayanktg> The problem is most probably because of using stack. Is there any other method to add the icon? By setting the z-index to 1 and 2 for image and button element?
06:07:33 --> gerard-majax__ has joined #instantbird
06:11:09 --> nhnt11-phone has joined #instantbird
06:11:48 <nhnt11-phone> flo-retina: I tried setting widtgs and heights, removed block layout and set margins instead, copied the status indicator dot css, so on
06:12:22 <nhnt11-phone> For some reason the width was messed up
06:12:29 <nhnt11-phone> And only on my retina screen
06:12:44 <nhnt11-phone> Not sure if i was doing something wrong or what.
06:12:51 <nhnt11-phone> Bye
06:12:57 <-- nhnt11-phone has quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
06:14:28 <-- EionRobb has quit (Quit: Leaving.)
06:22:03 <flo-retina> the stack seems a reasonable way to do it
06:22:08 <flo-retina> I'll have a look later
06:22:14 * flo-retina needs breakfast before
06:23:15 <flo-retina> "7:53 am	 On FedEx vehicle for delivery"
06:24:35 <-- gerard-majax__ has quit (Ping timeout)
06:25:51 <-- flo-retina has quit (Ping timeout)
06:36:38 --> flo-retina has joined #instantbird
06:36:39 * ChanServ sets mode +qo flo-retina flo-retina 
06:37:07 * flo-retina has just got a large parcel! \o/
06:40:10 --> gerard-majax__ has joined #instantbird
06:43:04 <-- gerard-majax__ has quit (Ping timeout)
06:54:08 <flo-retina> I unboxed everything, took photos that I'll share later today, and put everything back in the box
06:54:31 * Fallen|away is now known as Fallen
06:58:27 --> EionRobb has joined #instantbird
06:59:02 --> gerard-majax__ has joined #instantbird
07:08:01 <-- Rym has quit (Ping timeout)
07:09:01 <-- gerard-majax__ has quit (Ping timeout)
07:42:43 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
07:49:38 --> gerard-majax__ has joined #instantbird
07:51:44 --> iamjayakumars has joined #instantbird
08:11:27 --> Mic|web has joined #instantbird
08:29:24 --> nhnt11-phone has joined #instantbird
08:30:01 <-- nhnt11-phone has quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
08:32:37 <-- iamjayakumars has quit (Client exited)
08:36:35 <-- chrisccoulson has quit (Quit: OSError: [Errno 130] Owner died)
08:36:45 --> chrisccoulson has joined #instantbird
08:37:39 <-- mayanktg has quit (Ping timeout)
08:46:12 --> iamjayakumars has joined #instantbird
08:47:27 --> mayanktg has joined #instantbird
09:04:01 <-- iamjayakumars has quit (Client exited)
09:08:38 --> iamjayakumars has joined #instantbird
09:10:48 --> Armada has joined #instantbird
09:18:56 --> BWMerlin has joined #instantbird
09:19:54 --> flo-retina has joined #instantbird
09:19:54 * ChanServ sets mode +qo flo-retina flo-retina 
09:35:12 <-- iamjayakumars has quit (Client exited)
09:39:07 * Fallen is now known as Fallen|away
09:44:29 --> aleth has joined #instantbird
09:44:29 * ChanServ sets mode +o aleth 
09:51:41 --> mpmc has joined #instantbird
09:52:33 <-- EionRobb has quit (Quit: Leaving.)
09:57:03 <flo-retina> http://queze.net/goinfre/minis/
09:59:45 <aleth> Heh, they all come with Firefox stickers preinstalled ;)
10:01:50 <Mic|web> :)
10:02:30 <-- aleth has quit (Ping timeout)
10:04:23 <flo-retina> aleth: that's so that we don't forget where they are coming from ;).
10:04:49 <flo-retina> the minis we got were all Talos slaves
10:05:01 <flo-retina> 6 were running windows XP, 4 Windows 7.
10:21:17 --> aleth has joined #instantbird
10:21:17 * ChanServ sets mode +o aleth 
10:32:14 <-- Mic|web has quit (Quit: http://www.mibbit.com ajax IRC Client)
10:47:50 --> flo-linux has joined #instantbird
10:48:34 <aleth> bah, looks like the tree is busted again...
10:48:54 * aleth is impressed at the number of m-c changes that manage to do this to TB.
10:48:57 <flo-retina> is that the same bustage as last night? (the memory reporter that changed)
10:49:09 <flo-retina> aleth: purplexpcom is busted too
10:49:17 <aleth> looks like it
10:50:01 <flo-retina> I wanted to look at it this morning
10:50:07 <flo-retina> and got distracted by fedex :-]
10:53:11 <flo-linux> "A new version of Ubuntu is available. Would you like to upgrade?" hmm, probably not :-S
10:53:44 <aleth> Better stick with the LTS...
10:55:28 <flo-linux> apparently I'm on 13.10, I don't think that's an LTS
10:55:36 <-- flo-linux has quit (Input/output error)
10:56:05 <aleth> Ah, then the upgrade might even make sense ;)
10:56:24 <flo-retina> it's still supported, so I don't feel the need to upgrade
10:57:30 <aleth> They'll support it until 14.10?
10:58:38 --> flo-linux has joined #instantbird
11:04:03 <-- aleth has quit (Ping timeout)
11:04:23 --> aleth has joined #instantbird
11:04:23 * ChanServ sets mode +o aleth 
11:04:41 <flo-linux> whenever I see how Instantbird looks on a non-Mac os, I think I should spend a month with that OS as my primary OS, and fix how it looks :-]
11:23:07 --> clokep_work has joined #instantbird
11:23:07 * ChanServ sets mode +o clokep_work 
11:24:22 <clokep_work> aleth (or someone else running Linux) can you maybe answer the mail we just got?
11:25:14 <aleth> clokep_work: I put up a patch to fix the install instructions with the more recent 32bit package list on the website ages ago, it just has to land.
11:26:04 <clokep_work> :-\
11:26:10 <aleth> Of course it's possible that patch is itself not up to date anymore (probably older than 14.04) but better than nothing.
11:26:34 <clokep_work> I think flo-linux/flo-retina wrote to the mailing list w/ all the packages that are necessary.
11:27:13 <aleth> bug 976083
11:27:15 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=976083 nor, --, ---, aleth, ASSI, Update FAQ to include required libraries for newer 64b Ubuntus
11:27:23 <aleth> Maybe flo can check the list before checkin then.
11:29:45 <instantbot> New Instantbird - Conversation bug 1028120 filed by clokep@gmail.com.
11:29:46 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1028120 min, --, ---, nobody, NEW, [tab complete] Don't tab complete a nick that has already been added to the message
11:30:57 <clokep_work> aleth: https://groups.google.com/forum/#!topic/mozilla.support.instantbird/asRIeZvSayY
11:31:32 <aleth> clokep_work: That's what that patch is based on,
11:32:01 <aleth> Still, 13.10 not 14.04. Maybe sawrubh is on 14.04?
11:34:00 <clokep_work> aleth: The second post there I Think includes the extra stuff for 14.04.
11:34:23 <aleth> clokep_work: ah, I missed that! Excellent, then it just has to land :)
11:35:21 <sawrubh> I'm on 13.10
11:38:06 --> Rym has joined #instantbird
11:38:14 <clokep_work> I'll answer the email in a bit.
11:39:26 <aleth> flo-linux: Could you push the patch linked above please when you have a chance?
11:43:28 <-- clokep_work has quit (Ping timeout)
11:58:59 --> clokep_work has joined #instantbird
11:58:59 * ChanServ sets mode +o clokep_work 
12:05:28 --> jb has joined #instantbird
12:05:48 <-- aleth has quit (Ping timeout)
12:15:46 --> aleth has joined #instantbird
12:15:46 * ChanServ sets mode +o aleth 
12:32:15 <-- jb has quit (Ping timeout)
12:36:07 --> jb has joined #instantbird
12:43:39 --> qheaden has joined #instantbird
12:43:57 <-- qheaden has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
12:45:50 --> qheaden has joined #instantbird
12:57:44 <-- aleth has quit (Ping timeout)
12:57:57 --> aleth has joined #instantbird
12:57:57 * ChanServ sets mode +o aleth 
13:16:17 <-- Rym has quit (Ping timeout)
13:17:52 --> Rym has joined #instantbird
13:24:00 <-- aleth has quit (Ping timeout)
13:24:04 --> aleth has joined #instantbird
13:24:05 * ChanServ sets mode +o aleth 
13:28:27 <flo-retina> FYI https://hg.mozilla.org/users/florian_queze.net/purple/rev/f5cb24367552
13:31:04 <clokep_work> flo-retina: Thanks.
13:36:25 <aleth> flo-retina++
13:39:06 <mayanktg> aleth: Hi.
13:39:47 <aleth> Hello
13:39:51 <mayanktg> aleth: The endCall method of conversation binding deletes the video streams and resets the chat box, whereas the encall() of the prpl is used to send session-terminate stanza to the user. Merging them would mean sending the stanza back and forth. :-o 
13:40:33 <aleth> I didn't say merge them, I said call the prpl one from the conversation.xml one. Or doesn't that make sense?
13:40:56 <aleth> It looked like in the code you were always calling one after the other.
13:42:04 <mayanktg> Upon receiving the session-terminate stanza, only endCall from conversation.xml is called.
13:42:53 <mayanktg> |case "call-disconnect": this.endCall();|
13:44:02 <aleth> Maybe the conversation.xml endcall needs an optional parameter then (a flag that if it's true means the prpl call is already closed)
13:44:58 <aleth> so on call-disconnect you do this.endCall(true) and then endcall won't call the prpl endcall as it's not needed.
13:45:06 <mayanktg> Yuppp! :)
13:45:23 <mayanktg> Thanks. Got it :)
13:52:25 <-- BWMerlin has quit (Quit: BWMerlin)
14:03:02 <-- clokep_work has quit (Ping timeout)
14:12:05 <-- aleth has quit (Ping timeout)
14:26:34 --> clokep_work has joined #instantbird
14:26:34 * ChanServ sets mode +o clokep_work 
14:34:37 --> mayanktg-ph has joined #instantbird
14:42:25 --> mconley has joined #instantbird
14:53:26 --> aleth has joined #instantbird
14:53:26 * ChanServ sets mode +o aleth 
15:19:01 <-- Rym has quit (Ping timeout)
15:24:00 --> rosonline has joined #instantbird
15:27:11 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
15:33:36 <-- jb has quit (Ping timeout)
15:33:54 --> jb has joined #instantbird
15:34:39 --> Rym has joined #instantbird
15:42:10 <-- gerard-majax__ has quit (Ping timeout)
15:42:51 <-- stux has quit (Quit: Aloha!)
15:51:46 --> arlolra has joined #instantbird
15:52:48 --> Mic|web has joined #instantbird
15:59:18 <-- jb has quit (Ping timeout)
16:03:13 <-- Mic|web has quit (Quit: http://www.mibbit.com ajax IRC Client)
16:10:21 --> jb has joined #instantbird
16:13:55 <-- mayanktg has quit (Ping timeout)
16:24:22 <-- aleth has quit (Ping timeout)
16:31:40 --> aleth has joined #instantbird
16:31:40 * ChanServ sets mode +o aleth 
16:34:01 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
16:34:26 <-- aleth has quit (Ping timeout)
16:34:33 <-- flo-linux has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
16:43:03 --> stux has joined #instantbird
16:44:20 --> mayanktg has joined #instantbird
16:45:18 <-- mayanktg-ph has quit (Quit: )
16:50:56 --> aleth has joined #instantbird
16:50:56 * ChanServ sets mode +o aleth 
16:52:31 <-- jb has quit (Ping timeout)
16:54:25 --> Mook_as has joined #instantbird
17:06:19 --> gerard-majax__ has joined #instantbird
17:09:10 <-- gerard-majax__ has quit (Ping timeout)
17:14:21 --> flo-retina has joined #instantbird
17:14:21 * ChanServ sets mode +qo flo-retina flo-retina 
17:22:44 --> Even has joined #instantbird
17:22:44 * ChanServ sets mode +o Even 
17:22:54 <-- rosonline has quit (Client exited)
17:24:37 <-- aleth has quit (Ping timeout)
17:25:18 --> gerard-majax__ has joined #instantbird
17:27:59 <-- gerard-majax__ has quit (Ping timeout)
17:37:16 --> aleth has joined #instantbird
17:37:16 * ChanServ sets mode +o aleth 
17:41:54 --> jb has joined #instantbird
17:45:35 <-- jb has quit (Ping timeout)
17:46:26 <-- clokep_work has quit (Ping timeout)
17:48:58 <-- aleth has quit (Ping timeout)
18:06:33 --> flo-linux has joined #instantbird
18:10:29 <mayanktg> When a video chat is going on and conversation is closed, the video call should be terminated too. 
18:12:59 <mayanktg> I mean initiate endCall() on closing the conversation, if call is going on... 
18:17:35 <instantbot> New Instantbird - Conversation bug 1028336 filed by florian@queze.net.
18:17:37 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1028336 enh, --, ---, nobody, NEW, Dragging some text over a tab should select the tab
18:19:00 <flo-retina> I think it's not the first time I attempted to do this and am disappointed it doesn't do anything
21:02:23 --> instantbot has joined #instantbird
21:02:23 topic changed by concrete.mozilla.org to "Ask about Instantbird (http://instantbird.com) here!|Current version is Instantbird 1.5! :) |News: http://blog.instantbird.org/ |Nightlies: http://nightly.instantbird.im/ (for testing only) |IRC logs: http://log.bezut.info/ |Pastebin: http://pastebin.instantbird.org/ | Bugs: https://bugzilla.mozilla.org"
21:02:24 * ChanServ sets mode +v instantbot 
21:02:46 <flo-retina> instantbot: welcome back! :)
21:02:47 <instantbot> yo flo-retina
21:03:26 --> EionRobb has joined #instantbird
21:04:51 <mayanktg> aleth: I removed the resizeVideo method from the binding and now all the modification is handled by the CSS and its working pretty well. I have kept the dimensions of the localVideo fixed, will make it dynamic once we start making calls which are suitable for wider windows.
21:04:51 <mayanktg> When the call is going on the video Call button should be disabled. and re-enabled when the call has been ended.
21:26:39 <-- mayanktg has quit (Ping timeout)
21:28:31 --> mayanktg has joined #instantbird
21:39:37 <-- clokep has quit (Ping timeout)
21:40:17 --> Hadi has joined #instantbird
21:40:33 --> clokep_work has joined #instantbird
21:40:33 * ChanServ sets mode +o clokep_work 
21:48:45 --> jb has joined #instantbird
22:05:34 <-- clokep_work has quit (Ping timeout)
22:07:38 --> clokep_work has joined #instantbird
22:07:38 * ChanServ sets mode +o clokep_work 
22:16:01 --> wnayes has joined #instantbird
22:22:11 <-- jb has quit (Ping timeout)
22:25:08 <-- Hadi has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:47:56 <mayanktg> The button now remains disabled until the user disconnects the call. :) 2/3rd portion is reserved for video call and 1/3rd for the chat. It is appearing the way it should except for the side margins in the remoteVideo.
22:48:07 <mayanktg> A notification bar will appear if there is failure in establishing the call.
22:48:43 <mayanktg> I will test the patch on other laptop before going to bed and see if its working properly or not :)
22:49:41 <clokep_work> :)
22:57:18 <mayanktg> I'll try do these things tomorrow now... Add system message on call connect and disconnect, add image and CSS to the close button. :)
23:03:36 <-- Rym has quit (Ping timeout)
23:06:35 --> BWMerlin has joined #instantbird
23:09:34 <-- clokep_work has quit (Ping timeout)
23:13:04 --> clokep_work has joined #instantbird
23:13:04 * ChanServ sets mode +o clokep_work 
23:14:46 <-- clokep_work has quit (Ping timeout)
23:28:00 <-- mconley has quit (Input/output error)
23:41:40 <-- arlolra has quit (Quit: arlolra)
23:53:28 --> Rym has joined #instantbird