All times are UTC.
00:08:40 <-- nhnt11 has quit (Ping timeout: 121 seconds) 00:09:01 <-- bogdan_maris has quit (Ping timeout: 121 seconds) 00:12:10 <-- abdelrhman has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 01:13:24 <-- mpmc has quit (A TLS packet with unexpected length was received.) 02:14:18 <instant-buildbot> build #696 of linux64-nightly-default is complete: Failure [4failed compile] Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/696 02:16:18 <instant-buildbot> build #3168 of macosx-nightly-default is complete: Failure [4failed compile] Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/3168 03:24:33 --> nhnt11 has joined #instantbird 03:24:33 * ChanServ sets mode +h nhnt11 03:42:44 <-- bgmCoder has quit (Connection closed) 04:22:07 --> nhnt12 has joined #instantbird 04:22:07 * ChanServ sets mode +h nhnt12 04:23:27 <-- nhnt11 has quit (Ping timeout: 121 seconds) 04:26:11 <-- nhnt12 has quit (Ping timeout: 121 seconds) 04:51:04 --> bogdan_maris has joined #instantbird 06:15:00 --> mpmc has joined #instantbird 06:24:58 <-- bogdan_maris has quit (Ping timeout: 121 seconds) 06:53:40 --> bogdan_maris has joined #instantbird 08:10:08 --> nhnt11 has joined #instantbird 08:10:08 * ChanServ sets mode +h nhnt11 08:11:24 --> Bollebib has joined #instantbird 08:31:58 <-- nhnt11 has quit (Connection closed) 08:33:04 --> nhnt11 has joined #instantbird 08:33:04 * ChanServ sets mode +h nhnt11 09:47:07 --> Defman has joined #instantbird 09:47:13 <Defman> hi 09:47:22 <-- mpmc has quit (A TLS packet with unexpected length was received.) 09:49:41 <nhnt11> Defman: Hello 09:49:55 <Defman> just wanna ask: is there an addon for Skype protocol support? 09:50:13 <nhnt11> No, sorry. 09:50:17 <Defman> :( 09:50:34 <Defman> Micro$oft dropped support for Skype for Linux :( 09:50:41 <nhnt11> I want to say more but I really gtg, sorry 09:50:42 <nhnt11> good night 09:50:42 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 09:50:48 <Defman> bye. 10:07:59 <-- Defman has quit (A TLS packet with unexpected length was received.) 10:30:16 <instant-buildbot> build #697 of linux64-nightly-default is complete: Failure [4failed shell_6] Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/697 10:40:00 --> aleth has joined #instantbird 10:40:00 * ChanServ sets mode +o aleth 10:46:56 --> mpmc has joined #instantbird 10:47:18 <-- Suiseiseki has quit (Ping timeout: 121 seconds) 11:01:17 <-- Bollebib has quit (Connection closed) 11:03:59 --> Suiseiseki has joined #instantbird 11:06:53 --> Bollebib has joined #instantbird 12:05:15 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 12:37:16 --> chrisccoulson has joined #instantbird 13:02:59 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 13:28:08 --> chrisccoulson has joined #instantbird 13:40:23 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 13:51:51 --> chrisccoulson has joined #instantbird 13:55:48 <-- mpmc has quit (A TLS packet with unexpected length was received.) 14:20:50 --> abdelrhman has joined #instantbird 14:24:42 <aleth> abdelrhman: Don't wait too long with your interface design. It doesn't have to be perfect. If you are unsure, put it in an etherpad to discuss it with nhnt11. 14:25:12 <abdelrhman> OK 14:27:33 <-- abdelrhman has quit (Connection closed) 14:42:22 --> abdelrhman has joined #instantbird 14:45:27 <-- abdelrhman has quit (Connection closed) 14:45:32 --> abdelrhman has joined #instantbird 14:58:40 --> bgmCoder has joined #instantbird 15:02:06 <-- abdelrhman has quit (Ping timeout: 121 seconds) 15:05:46 --> abdelrhman has joined #instantbird 15:09:37 <abdelrhman> aleth: https://public.etherpad-mozilla.org/p/XVQMUHzYBX, I'll submit it on Bugzilla when it's back. 15:11:24 --> unghost has joined #instantbird 15:16:45 <-- abdelrhman has quit (Ping timeout: 121 seconds) 15:17:35 --> abdelrhman has joined #instantbird 16:02:13 <-- abdelrhman has quit (Ping timeout: 121 seconds) 16:06:02 --> abdelrhman has joined #instantbird 16:22:11 <-- abdelrhman has quit (Ping timeout: 121 seconds) 16:25:30 --> abdelrhman has joined #instantbird 17:05:10 <-- abdelrhman has quit (Connection closed) 17:05:18 --> abdelrhman has joined #instantbird 17:25:44 <-- abdelrhman has quit (Connection closed) 17:25:57 --> abdelrhman has joined #instantbird 17:27:38 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 17:40:23 <flo-retina> aleth: I think I'll r+, but when looking at the patch, I can't help wondering if we really need the <xul:hbox flex="1" class="contact-hbox"... for the 1-line contact, and the <xul:vbox flex="1" class="contact-vbox"... for the big contact. 17:47:29 <aleth> can you put equivalent attributes/classes on <content>? I thought that was a placeholder like <children> 17:54:41 <aleth> try it and see, I guess 17:54:57 <-- abdelrhman has quit (Connection closed) 17:55:26 <flo-retina> aleth: <content> is the node that the binding is attached to, you can put attributes on it 17:56:04 --> abdelrhman has joined #instantbird 17:56:39 <aleth> It doesn't work. The mousethrough attribute is ignored, and the contact becomes unclickable 17:57:47 <aleth> Hmm, maybe we can do without that anyway 18:02:16 <aleth> We can, but the layout goes wrong 18:02:51 <aleth> I think I'll pass on whether it's possible to get rid of those container boxes. If you think you know a way feel free to experiment ;) 18:05:48 --> chrisccoulson has joined #instantbird 18:05:59 <-- abdelrhman has quit (Ping timeout: 121 seconds) 18:06:33 --> abdelrhman has joined #instantbird 18:08:57 <flo-retina> aleth: I don't feel like experimenting with code today, sorry ;) 18:16:40 <-- abdelrhman has quit (Ping timeout: 121 seconds) 18:37:27 --> abdelrhman has joined #instantbird 18:40:12 <-- abdelrhman has quit (Connection closed) 18:40:18 --> abdelrhman has joined #instantbird 18:45:08 <flo-retina> aleth: saving one node per small contact is likely more interesting than saving a couple nodes per big contact; there's rarely more than one big contact at a time, whereas there are potentially thousands of small contacts 18:46:58 <aleth> good point 18:58:48 <aleth> however, if you try it it messes up the margins and the selection, and the expanded contact gets centered wrongly. probably possible to fix by rewriting the css, but... 18:59:24 * aleth retires from it by claiming it's offtopic for that bug to remove existing vboxes/hboxes ;) 19:04:09 <flo-retina> aleth: you know I said it was just food for thoughts and r+'ed, right? 19:04:44 <aleth> it was a good point and if it had been an easy win... ;) 19:09:18 <-- abdelrhman has quit (Ping timeout: 121 seconds) 19:15:27 --> abdelrhman has joined #instantbird 19:22:47 <-- abdelrhman has quit (Connection closed) 19:22:53 --> abdelrhman has joined #instantbird 19:29:49 <-- abdelrhman has quit (Connection closed) 19:29:56 --> abdelrhman has joined #instantbird 19:35:26 <-- abdelrhman has quit (Connection closed) 19:35:32 --> abdelrhman has joined #instantbird 19:41:26 <-- abdelrhman has quit (Ping timeout: 121 seconds) 20:00:45 --> nhnt11 has joined #instantbird 20:00:45 * ChanServ sets mode +h nhnt11 20:04:37 <aleth> nhnt11: there is a skype prpl, it's built in & pref'd off. clokep wrote it 20:07:44 * nhnt11 knew he shouldn't have answered that 20:07:59 <nhnt11> :( 20:09:20 * nhnt11 forgot that landed 20:20:15 <-- nhnt11 has quit (Ping timeout: 121 seconds) 20:20:25 --> abdelrhman has joined #instantbird 20:23:35 <-- chrisccoulson has quit (Quit: Ex-Chat) 20:33:28 <-- abdelrhman has quit (Ping timeout: 121 seconds) 20:41:52 <instant-buildbot> build #698 of linux64-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/698 20:47:55 --> abdelrhman has joined #instantbird 20:48:08 <instantbot> aleth@instantbird.org changed the Resolution on bug 954368 from --- to FIXED. 20:48:09 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954368 nor, --, Instantbird 49, aleth, RESO FIXED, Contact list entries don't adapt their height to the actual font size 20:54:40 <-- aleth has quit (Quit: Instantbird 49) 20:58:07 <-- abdelrhman has quit (Ping timeout: 121 seconds) 20:58:23 --> abdelrhman has joined #instantbird 21:10:00 <-- abdelrhman has quit (Connection closed) 21:13:43 --> abdelrhman has joined #instantbird 21:15:25 --> nhnt11 has joined #instantbird 21:15:25 * ChanServ sets mode +h nhnt11 21:16:46 <-- abdelrhman has quit (Connection closed) 22:20:25 <-- EionRobb has quit (Ping timeout: 121 seconds) 22:29:01 <-- nhnt11 has quit (Ping timeout: 121 seconds) 22:30:30 --> EionRobb has joined #instantbird 22:45:47 <-- EionRobb has quit (Ping timeout: 121 seconds) 22:50:38 --> EionRobb has joined #instantbird 22:54:32 --> mpmc has joined #instantbird 23:45:01 --> abdelrhman has joined #instantbird 23:45:21 <-- abdelrhman has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)