All times are UTC.
02:20:42 <-- vicnet has quit (Quit: Instantbird 0.2pre) 03:31:24 <-- SM0TVI has quit (Connection reset by peer) 03:31:28 --> Guest123 has joined #instantbird 04:32:21 <-- flo has quit (Quit: Instantbird 0.2pre) 06:28:27 --> flo has joined #instantbird 06:28:28 * ChanServ sets mode +qo flo flo 06:28:58 <flo> hi :) 08:40:25 --> GeekShadow has joined #instantbird 09:11:24 --> Mic has joined #instantbird 09:11:25 <-- Mic has quit (Connection reset by peer) 09:12:18 --> Mic has joined #instantbird 09:12:35 <Mic> hello 10:27:07 --> GeekShado_ has joined #instantbird 10:28:32 <-- GeekShadow has quit (Ping timeout) 10:31:15 <-- GeekShado_ has quit (Ping timeout) 11:22:53 <-- flo has quit (Quit: Instantbird 0.2pre) 11:33:19 --> GeekShadow has joined #instantbird 11:58:46 <-- GeekShadow has quit (Ping timeout) 12:03:40 --> GeekShadow has joined #instantbird 12:06:00 * Guest123 is now known as SM0TVI 12:54:20 <-- ecmuller has quit (Quit: leaving) 12:58:57 --> DetroitLibertyPenguin has joined #instantbird 14:00:51 <DetroitLibertyPenguin> Is there a Settings file or something I can copy so that when I install IB on new machines I don't need to set up all my accounts again (and try to remember all my user name and passwords for my various XMPP accounts) 14:45:08 --> flo has joined #instantbird 14:45:09 * ChanServ sets mode +qo flo flo 15:02:59 --> iLobster has joined #instantbird 15:03:09 <iLobster> Greetings 15:04:38 <iLobster> DetroitLibertyPenguin: it's in prefs.js in Profile folder 15:04:53 <flo> ahah, I was about to say "you can copy the profile folder" :) 15:05:51 <iLobster> yes, to copy whole Profile folder is better =) 15:09:25 <-- GeekShadow has quit (Ping timeout) 15:16:49 <DetroitLibertyPenguin> You guys are awesome! 15:36:08 <-- flo has quit (Quit: Instantbird 0.2pre) 15:57:44 --> vicnet has joined #instantbird 16:48:24 --> GeekShadow has joined #instantbird 16:49:59 <-- Mic has quit (Quit: Instantbird 0.2pre) 16:58:09 --> GeekShado_ has joined #instantbird 16:59:42 <-- GeekShadow has quit (Ping timeout) 17:26:26 --> GeekShadow has joined #instantbird 17:26:30 --> flo has joined #instantbird 17:26:30 * ChanServ sets mode +qo flo flo 17:27:43 <-- GeekShado_ has quit (Ping timeout) 17:46:27 <iLobster> nn 17:46:30 <-- iLobster has quit (Quit: Instantbird 0.2pre) 17:57:29 <-- GeekShadow has quit (Connection reset by peer) 17:57:53 --> GeekShadow has joined #instantbird 18:04:48 --> GeekShado_ has joined #instantbird 18:06:58 <-- GeekShadow has quit (Ping timeout) 18:19:11 <-- GeekShado_ has quit (Ping timeout) 18:37:57 --> GeekShadow has joined #instantbird 18:39:32 --> Mic has joined #instantbird 18:48:51 <Mic> Good evening 19:19:10 --> Amfi has joined #instantbird 19:19:31 <-- GeekShadow has quit (Ping timeout) 19:21:31 <-- Amfi has quit (Quit: Instantbird 0.2pre) 19:21:58 --> Amfi has joined #instantbird 19:30:37 --> GeekShadow has joined #instantbird 19:55:14 <Amfi> Hi all :) 19:55:34 <Amfi> It's a long time since my last visit... 19:57:41 <Mic> Welcome 20:06:42 <-- DetroitLibertyPenguin has quit (Quit: Instantbird 0.2pre) 20:08:06 --> DetroitLibertyPenguin has joined #instantbird 20:11:18 --> idechix has joined #instantbird 20:25:48 <Mic> flo: the groups are sort of 'hard coded' at the moment, aren't they? 20:26:11 <Mic> ie they can only be used with 'tags' (iirc) 20:26:12 <flo> I don't understand the question 20:26:33 <Mic> Too little space on the time bubbles .. try again ;) 20:27:01 <flo> bah 20:27:08 * flo tries again to debug this makefile :-P 20:27:26 <Mic> A "sort and group" feature for buddies like for mail on Thunderbird could be nice 20:28:52 <Mic> e.g. by "last conversation date" (if we had something like this) could result in groups like "Current conversations", "Recently contacted", "This week", "Last week", ".. ""Never" 20:29:19 <flo> oh 20:29:31 <flo> I tend to call that "dynamic tags" 20:29:52 <Mic> Do you? :P 20:29:59 <flo> tags that are the result of a query 20:30:16 <flo> for example, "5 most contacted" would be nice to have 20:39:33 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/3168f819c71a - Florian Quèze - Add a 'distribution' target in build.mk. 20:39:34 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/51506302f81c - Florian Quèze - Always sort the list of logs before displaying it. 20:39:35 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/67d05a922d5f - Florian Quèze - Use purpleIAccount::GetNumericId instead of sscanf on the result of GetId in purpleAccountBuddy. 20:39:49 <flo> :) 20:40:37 <flo> that "make distribution" thing took me a lot of time to get it right! 20:42:03 <Mic> What exactly (<- 'two sentence'-exactly is sufficient;) does it do? 20:44:09 <flo> calling "make distribution" from buildbot (with the right environment variable set) will replace all the buildbot steps that are currently needed after the step "compile" 20:44:49 <flo> packaging, installer, symbols, l10n repackaging, mar (update) files, upload 20:45:19 <Mic> How was this done so far? 20:46:01 <flo> 17 buildbot steps, some of them very hackish... 20:46:49 <flo> we are rewriting this because the current system is unable to produce updates for localized builds. And it's such a mess that we decided it was the right time to rewrite it from scratch and get it right. 20:47:17 <Mic> ok 20:53:51 <flo> it is one of the last few real blockers for the 0.2 release 20:54:30 <Mic> How are the webpages coming along btw? 20:54:57 <flo> the new website? 20:55:04 <Mic> yes 20:55:39 <Mic> iirc you hinted that you wanted to replace them for the next release 20:55:50 <flo> we know the layout we will use a first mockup was produced, and another iteration is coming soon 21:04:04 <Mic> bye 21:04:09 <flo> good night :) 21:04:17 <Mic> not quite ;) 21:04:29 <Mic> maintenance work first .. 21:04:38 <Mic> good night anyways 21:04:47 <-- Mic has quit (Quit: Instantbird 0.2pre) 21:45:07 <-- GeekShadow has quit (Quit: The cake is a lie !) 21:51:46 <-- idechix has quit (Quit: Instantbird 0.2pre) 21:56:02 <-- Amfi has quit (Ping timeout) 21:59:34 <-- DetroitLibertyPenguin has left #instantbird ()