All times are UTC.
00:06:47 <-- dew has quit (Connection reset by peer) 00:12:27 --> clokep_ has joined #instantbird 00:14:26 <clokep_> qheaden_away: Memoserv is an awful idea for me right now. 00:14:30 <clokep_> I haven't been authenticating. 00:14:50 * qheaden_away is now known as qheaden 00:14:54 <clokep_> qheaden_away: http://log.bezut.info/instantbird/yesterday/#m262 Umm...what? What does the awesometab have to do with buddy icons? 00:14:56 <qheaden> clokep_: I kinda figured that. :) 00:15:11 * clokep_ is now known as clokep 00:15:44 <qheaden> clokep: Nothing directly. I just wanted to make sure my icon code is compatible with awesome tab. 00:16:06 <clokep> qheaden: There's nothing you have to do for it to be "compatible". 00:16:10 <clokep> Just implement the prpl interface 00:16:20 <qheaden> I wanted to ensure that the icons are downloaded in time for viewing in the friends list. 00:16:57 <qheaden> clokep: Are we supposed to save the icons locally? 00:17:55 <clokep> qheaden: We could cache them, check what the XMPP code does. 00:18:06 <clokep> qheaden: "in time for viewing in the friends list" makes no sense to me. :-/ 00:18:10 * clokep has to go grocery shopping. 00:18:13 <clokep> I'll be back later probably. 00:18:16 <qheaden> :P 00:18:17 <qheaden> Okay 00:19:22 --> dew has joined #instantbird 00:19:31 --> nhnt11 has joined #instantbird 00:21:12 <-- nhnt11 has quit (Ping timeout) 00:23:53 <-- wnayes has quit (Ping timeout) 00:24:00 --> jb has joined #instantbird 00:24:12 <-- jb has quit (Input/output error) 00:27:23 --> wnayes has joined #instantbird 00:30:16 <-- rosonline has quit (Ping timeout) 00:30:21 <-- Mook_as has quit (Quit: Mook_as) 01:03:18 <-- chrisccoulson has quit (Ping timeout) 01:16:25 <clokep> qheaden: "It isn't complete" in bug 2070, can you add what isn't complete about it. :) 01:16:43 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=2070 enh, --, ---, qheaden, NEW, Add Support for Buddy Icons 01:20:25 --> chrisccoulson has joined #instantbird 01:21:05 --> rosonline has joined #instantbird 01:21:49 <-- rosonline has quit (Client exited) 01:26:35 <instantbot> clokep@gmail.com granted feedback for attachment 2659 on bug 2070. 01:26:38 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=2070 enh, --, ---, qheaden, NEW, Add Support for Buddy Icons 01:28:40 <clokep> Btw I don't think we ened a separate new conversation component. 01:31:28 <qheaden> clokep: I guess it is complete for getting. That's all of your feedback comments? :) 01:34:56 --> mconley has joined #instantbird 02:14:47 <-- wnayes has quit (Quit: wnayes) 02:22:24 <qheaden> clokep: Each buddy icon packet also contains a checksum. So I guess we could make use of it for caching purposes, to determine when our cache needs updating. 02:27:10 <-- clokep has quit (Quit: http://www.mibbit.com ajax IRC Client) 02:27:12 <-- micahg has quit (Connection reset by peer) 02:31:53 <-- mconley has quit (Input/output error) 02:43:01 --> micahg has joined #instantbird 02:46:29 --> RongYao1 has joined #instantbird 02:59:21 --> Mook has joined #instantbird 03:05:27 <instant-buildbot> build #926 of linux-nightly-default is complete: Success [build successful] Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/926 03:05:49 * RongYao1 is now known as rongyao 03:07:42 <rongyao> hey guys, morning... and evening as well for the us people 03:08:40 <rongyao> appearing around because i thought here i might receive some answers about themes and instantbird, having issues with time variable in themes, i want to set a different time format than the default one 03:09:36 <rongyao> instantbird uses %time% as default, in adium tutorials is said people can use %time{%x %X}% 03:10:33 <rongyao> tried it, it shows date and time as your local, perfect but i want to specify day of the week and month by names, is there a way to do that 03:12:58 <instant-buildbot> build #926 of macosx-nightly-default is complete: Failure [failed shell_3] Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/926 03:15:02 <Mook> looks like it's http://lxr.instantbird.org/instantbird/source/chat/modules/imThemes.jsm#352 03:15:45 <Mook> which means the thing in {} is just passed to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleFormat 03:15:48 <rongyao> and by the way, i've used the date format pattern mentioned in here http://unicode.org/reports/tr35/tr35-4.html#Date_Format_Patterns which should work with instantbird, but %time{%eee %MMM %d}% ignores the pattern and returns the full result with even daylight saving time information 03:16:41 * qheaden is now known as qheaden_away 03:18:11 <rongyao> ah thanks for the info, i will look at mozilla developer pages, seems theres explained quite well 03:18:26 <Mook> try, umm, "%a %b %d" 03:19:58 <rongyao> yes yes, i will just found it does use the string reference here http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html 03:20:02 <rongyao> ^^ 03:22:03 <rongyao> thank you very much Mook 03:22:24 <Mook> you're welcome! 03:24:02 <rongyao> ah one more question that bothers me in awhile now, when my conversation is on hold (twitter) and someone mention me (reply) the conversation shows up and steals focus, that also happens with other chats, how i can prevent that and stop instantbird from stealing the focus or even auto-open the conversation window when i get a reply? 03:25:23 <Mook> Try the checkboxes in the "When receiving a new message" section of Tools -> Preferences -> General? 03:25:43 <Mook> I don't actually know if that helps at all 03:29:02 <rongyao> i only got checked "flash the taskbar item" 03:31:41 <rongyao> will try to find my answer somewhere in the core js of instantbird, because i can't even find it in config editor 03:33:24 <Mook> does unchecking the flash taskbar help? 03:33:50 <rongyao> will try now wierd that never come to mind to uncheck this one 03:34:23 <rongyao> hey Mook will you mention my name or open a conversation? 03:34:39 <Mook> rongyao: no I won't! :p 03:34:47 <rongyao> XD 03:34:59 <rongyao> it still pops out like a boss 03:35:05 <Mook> aww 03:36:07 <rongyao> maybe should open a trouble ticket for this one, but is not that urgent since if you keep it open is not that nagging 03:37:52 <Mook> Or read the log in a day or two to see if somebody already has an answer 03:37:57 <Mook> the IRC log, that is. 03:39:29 <rongyao> hmmm good idea, i will check that too ;) 03:42:09 <rongyao> and heres the theme i working on 03:42:10 <rongyao> http://i41.tinypic.com/x4q8ua.jpg - 2 variations each one with 40 color variations ;D 03:44:11 <rongyao> http://i44.tinypic.com/25pra6d.jpg 03:44:12 <Mook> there really needs to be a better option for colour variations; that dropdown is kinda unusable. 03:45:20 <rongyao> it is good, i thought dropdown will screw up when i add too many, but for my surprise it adapted well to the number of the themes 03:47:53 <rongyao> i mean drop down has scrollbar you can just scrollover, the issue is only when variations are not named right or has weird names, then it is a mess 03:54:27 <rongyao> okey checked the date pattern formats and it works flawlessly, really thanks for the help, now i will be able to sleep calm ;D 03:55:19 --> clokep_ has joined #instantbird 03:59:33 <-- chrisccoulson has quit (Ping timeout) 04:04:44 <-- rongyao has left #instantbird () 04:14:48 --> chrisccoulson has joined #instantbird 04:15:09 <-- clokep_ has quit (Quit: http://www.mibbit.com ajax IRC Client) 04:26:36 <-- Mook has quit (Quit: Mook) 05:47:20 <-- qheaden_away has quit (Ping timeout) 05:50:39 <-- EionRobb has quit (Quit: Leaving.) 05:53:13 <instant-buildbot> build #1022 of win32-nightly-default is complete: Success [build successful] Build details are at http://buildbot.instantbird.org/builders/win32-nightly-default/builds/1022 06:31:48 --> mpmc has joined #instantbird 06:34:49 <-- mpmc has quit (Connection reset by peer) 06:35:25 --> EionRobb has joined #instantbird 06:58:40 --> qheaden has joined #instantbird 07:21:27 * qheaden is now known as qheaden_away 07:25:23 --> mpmc has joined #instantbird 09:29:06 <-- mpmc has quit (Connection reset by peer) 09:48:53 --> aleth has joined #instantbird 09:48:53 * ChanServ sets mode +h aleth 10:39:47 <instantbot> aleth@instantbird.org granted review for attachment 2660 on bug 2078. 10:39:50 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=2078 nor, --, ---, nhnt11, ASSI, Home/End in newtab filterbox don't work as expected 10:40:17 <instantbot> aleth@instantbird.org cancelled review?(benediktp@ymail.com ) for attachment 2660 on bug 2078. 10:51:09 <-- EionRobb has quit (Quit: Leaving.) 11:35:44 --> jb has joined #instantbird 11:39:27 <-- jb has quit (Ping timeout) 12:25:20 --> Mic has joined #instantbird 12:25:20 * ChanServ sets mode +h Mic 12:33:42 <-- Mic has quit (Quit: Instantbird -- http://www.instantbird.com) 12:44:26 --> jb has joined #instantbird 12:48:20 <-- jb has quit (Quit: jb) 12:49:35 --> jb has joined #instantbird 12:54:49 --> Mic has joined #instantbird 12:54:49 * ChanServ sets mode +h Mic 13:10:13 <-- jb has quit (Quit: jb) 13:11:12 --> jb has joined #instantbird 13:23:15 <-- jb has quit (Ping timeout) 13:34:30 --> jb has joined #instantbird 13:42:27 --> mconley has joined #instantbird 14:14:42 --> flo-retina has joined #instantbird 14:14:42 * ChanServ sets mode +qo flo-retina flo-retina 14:15:11 <-- aleth has quit (Quit: Ciao) 14:17:38 <-- jb has quit (Ping timeout) 14:45:11 --> nhnt11_phone has joined #instantbird 14:45:28 <nhnt11_phone> Hi 14:45:48 <nhnt11_phone> Been a bit busy today, but I'll be online through the night. 14:47:07 <nhnt11_phone> Should be back in a couple hours, bye! 14:47:11 <-- nhnt11_phone has quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )) 14:58:59 <-- Mic has quit (Quit: Instantbird -- http://www.instantbird.com) 15:23:35 --> aleth has joined #instantbird 15:23:35 * ChanServ sets mode +h aleth 15:25:25 --> jb has joined #instantbird 15:29:29 <-- aleth has quit (Quit: Ciao) 15:40:08 <-- jb has quit (Quit: jb) 15:43:58 --> jb has joined #instantbird 16:26:58 --> Mook_as has joined #instantbird 17:38:34 --> nhnt11 has joined #instantbird 18:37:14 <-- nhnt11 has quit (Ping timeout) 18:44:59 --> aleth has joined #instantbird 18:44:59 * ChanServ sets mode +h aleth 19:01:28 --> Mic has joined #instantbird 19:01:28 * ChanServ sets mode +h Mic 19:06:10 --> rosonline has joined #instantbird 19:53:43 <-- aleth has quit (Quit: Ciao) 20:30:43 --> nhnt11 has joined #instantbird 20:37:31 <-- nhnt11 has quit (Ping timeout) 20:39:14 --> nhnt11 has joined #instantbird 20:42:50 <-- Tonnes has quit (Connection reset by peer) 20:53:19 --> EionRobb has joined #instantbird 20:55:14 --> Tonnes has joined #instantbird 21:04:40 <instantbot> nhnt11@gmail.com cancelled review?(aleth@instantbird.o rg) for attachment 2663 on bug 2081. 21:04:41 <instantbot> nhnt11@gmail.com requested review from aleth@instantbird.o rg for attachment 2664 on bug 2081. 21:04:43 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=2081 min, --, ---, nhnt11, ASSI, Pressing the up key in the top row of the newtab should refocus the filterbox 21:12:35 * nhnt11 wonders if this is a good comment: http://pastebin.instantbird.com/268570 21:12:58 <nhnt11> Bah, probably not. 21:13:17 <-- mconley has quit (Input/output error) 21:18:24 <EionRobb> its ok 21:19:20 * nhnt11 thinks this is better http://pastebin.instantbird.com/268583 21:22:31 <Mook_as> I like the first one better. 21:24:17 <nhnt11> Ok. If the first one is clear, I'll go with it. 21:25:22 <Mook_as> I just fell asleep in the second one :p 21:25:51 <nhnt11> :P 21:27:47 * qheaden_away is now known as qheaden 21:27:53 <qheaden> Hi all. 21:29:26 <nhnt11> Hi qheaden 21:45:25 <flo-retina> nhnt11: "AccId" is cryptic. Why not "AccountId"? 21:45:53 <nhnt11> That was because it's long, but ok. 22:04:15 <nhnt11> flo-retina: Do you agree with clokep that prplIChatRoom is a confusing interface name? I can't think of anything else to call it. 22:25:12 <qheaden> I'll be on later, and through the night. 22:25:16 * qheaden is now known as qheaden_away 22:43:57 <-- Mic has quit (Quit: Instantbird -- http://www.instantbird.com) 22:49:11 --> wnayes has joined #instantbird 23:12:13 <-- jb has quit (Ping timeout) 23:20:00 <-- nhnt11 has quit (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com) 23:20:43 --> jb has joined #instantbird 23:48:32 <-- jb has quit (Ping timeout)