#instantbird log on 01 29 2010

All times are UTC.

00:14:44 <-- DetroitLibertyPenguin has quit (Quit: Instantbird 0.2b2pre)
01:22:59 <-- stevo has quit (Connection reset by peer)
05:46:33 <-- flo has quit (Quit: Instantbird 0.2b2pre)
07:32:38 --> flo has joined #instantbird
07:32:38 * ChanServ sets mode +qo flo flo 
07:37:04 <flo> hi :)
08:43:43 <flo> that "show offline buddies" bothers me
08:50:18 <flo> hmm, I suspected a performance issue
08:50:36 <flo> now that I've mesured the time to build a group, it's obvious
08:54:36 <flo> it takes about 5ms for each buddy
09:20:40 --> GeekShadow has joined #instantbird
09:54:50 --> Mic1 has joined #instantbird
09:54:56 <Mic1> morning
09:55:40 <flo> hi :)
09:57:36 <GeekShadow> Mic1, flo hello
09:57:45 <GeekShadow> is instantbird using sqlite ?
09:57:50 <flo> yes
09:57:54 <flo> for the buddy list
09:59:55 <GeekShadow> ok, the thing is I'm working on an addon which use sqlite and I'm new to SQlite with XUL/js
10:00:26 <GeekShadow> I was wondering what is the best solution to ship an existing sqlite database in the addon
10:03:46 <flo> you can either ship the .sqlite file
10:04:06 <flo> but if the addon is going to write in it, the written data would be lost when upgrading the addon
10:04:24 <flo> or you can just put all the data in a big SQL query adding it when creating the table
10:05:46 <GeekShadow> what is the best solution ? It's also possible to detect if there are changes or if the sqlite file is present ?
10:06:01 <flo> the best solution for what?
10:06:20 <GeekShadow> ship the sqlite file or write data in the firstrun
10:06:52 <flo> depends if the database is going to be readonly or not...
10:07:15 <GeekShadow> it should be writable
10:07:22 <GeekShadow> so no read only
10:07:29 <flo> then you can't ship the .sqlite file
10:08:32 <flo> oh well, except if you want to do some "magic", and copy the .sqlite file to the profile folder if the file doesn't exist there yet before opening it.
10:09:58 <GeekShadow> flo: ok, do you have some resources on how I copy the sqlite file from the addon folder to the profile folder ?
10:10:22 <flo> no
10:10:53 <flo> but if you already know how you can get both the folder of your addon, and the profile folder, then it's only a matter of using the nsILocalFile API...
10:14:26 <GeekShadow> ok I will do some research :) thanks a lot
10:14:44 <GeekShadow> flo: I'm working on improving birdtune addon for Songbird
10:15:07 <GeekShadow> the first version was simply a frame to access a list of radios
10:15:51 <GeekShadow> using a php script and a database store in my server
10:16:21 <GeekShadow> next version will use sqlite, mainly to let people add/delete/modify streams links
10:30:16 --> Troy has joined #instantbird
10:30:30 <-- Troy has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.17/2009122204])
10:33:09 --> Troy has joined #instantbird
11:06:39 <-- GeekShadow has quit (Quit: http://www.mibbit.com ajax IRC Client)
11:21:59 --> test234 has joined #instantbird
11:24:13 <-- test234 has quit (Quit: http://www.mibbit.com ajax IRC Client)
12:09:20 <-- flo has quit (Quit: Instantbird 0.2b2pre)
12:24:22 --> GeekShadow has joined #instantbird
13:11:53 --> deOmega has joined #instantbird
13:12:04 <-- deOmega has quit (Quit: Instantbird 0.2b2pre)
13:13:20 --> deOmega has joined #instantbird
13:13:55 <deOmega> gm...
13:14:18 <deOmega> miminize to tray is not working in  the nightly from last night
13:14:57 <deOmega> Also.. the record conversation selections do not stick after reboot
13:15:06 <deOmega> after restarting program
13:43:50 <-- Troy has quit (Connection reset by peer)
14:15:05 --> flo has joined #instantbird
14:15:05 * ChanServ sets mode +qo flo flo 
14:19:22 --> DetroitLibertyPenguin has joined #instantbird
14:29:35 <deOmega> 7:13:56 AM - deOmega: gm...
14:29:35 <deOmega> 7:14:20 AM - deOmega: miminize to tray is not working in the nightly from last night
14:29:35 <deOmega> 7:14:59 AM - deOmega: Also.. the record conversation selections do not stick after reboot
14:29:35 <deOmega> 7:15:07 AM - deOmega: after restarting program
14:46:39 <-- GeekShadow has quit (Quit: http://www.mibbit.com ajax IRC Client)
14:51:56 <-- deOmega has left #instantbird ()
15:10:52 --> DetroitLibertyPenguin1 has joined #instantbird
15:10:58 <-- DetroitLibertyPenguin has quit (No route to host)
15:12:22 <-- DetroitLibertyPenguin1 has quit (Connection reset by peer)
15:12:28 --> DetroitLibertyPenguin has joined #instantbird
15:21:19 <-- Mic1 has quit (Quit: Leaving.)
15:38:20 --> Troy has joined #instantbird
15:57:46 * Guest123 is now known as SM0TVI
16:39:28 <-- flo has quit (Quit: Instantbird 0.2b2pre)
16:39:49 --> Mic has joined #instantbird
16:46:11 <-- Mic has quit (Quit: Instantbird 0.2b2pre)
16:52:48 --> Mic has joined #instantbird
17:38:19 --> stevo has joined #instantbird
18:31:47 --> idechix has joined #instantbird
18:32:41 --> flo has joined #instantbird
18:32:42 * ChanServ sets mode +qo flo flo 
18:39:45 --> deOmega has joined #instantbird
18:40:17 <deOmega> still no one here? :(
18:41:38 <flo> hey
18:41:52 <-- Mic has quit (Quit: Instantbird 0.2b2pre)
18:42:18 <deOmega> hi flo
18:42:18 <flo> thanks for reporting the issue about the logging preferences, I'm glad it's fixed (for the next nightly ;)) before we release 0.2 final. It could have been a very serious privacy issue! :)
18:42:21 <deOmega> 1 sec
18:47:31 <deOmega> awesome :)
18:48:20 <deOmega> how aout the  minimize to tray ..i know it is an extension.. is it just  not compatible and case closed until the developer updates... or is it just a glitch?
18:51:22 <-- Troy has quit (Connection reset by peer)
18:51:48 <idechix> deOmega: use the previous version, it works
18:52:19 <deOmega> teh previous minimize to tray?
18:52:49 <deOmega> this problem is just  the result of last night's nightly
18:52:57 <idechix> https://addons.instantbird.org/en-US/instantbird/addons/versions/211#version-0.5.1
18:53:52 <idechix> the 0.5.2 doesn't work on nightlies
18:55:32 <deOmega> ok..  it had been working up until this morning though, for what it is worth... still trying to retrieve that file
18:56:15 <deOmega> Thank you very much
18:57:06 <idechix> you're welcome
18:57:23 <deOmega> i keep getting this
18:57:29 <deOmega> addon not found
18:57:36 <deOmega> and so it loads something else
18:58:49 <idechix> ahah ^^' bad luck
18:59:24 <deOmega> lol.. yeah,  cannot even get the regular one
18:59:34 <deOmega> tehnewer version.. says same thing
18:59:53 <idechix> flo must know why ^^'
18:59:59 <flo> nope
19:00:04 <flo> Even must know!
19:00:06 <flo> ;)
19:00:14 <deOmega> even: nope
19:00:28 <deOmega> jk
19:01:18 <deOmega> well, i  have been working with it   as is all day, so i will hang in there
19:01:25 <flo> and he's been idle for 2 days and 7 hours on the machine from which he is connected here :-/
19:01:54 <deOmega> hibernating?
19:02:19 <flo> no, he just happens to use several computers
19:02:29 <deOmega> ah, ok
19:02:32 <flo> I know he made some changes to the addon website today
19:02:56 <deOmega> hmm,  does spellie checkie wokie? 
19:03:12 <deOmega> hmm, i am not getting   underlines etc when i make my  usual errors
19:03:45 <deOmega> man, I bring all sorts of problems lol
19:04:36 --> DGMurdockIII has joined #instantbird
19:04:51 * flo just emailed him about that download issue
19:05:05 <deOmega> Thank you
19:05:34 <flo> deOmega: the spell checked is broken on the very first conversation tab you open, that's bug 295
19:05:37 <instantbot> flo: Bug https://bugzilla.instantbird.org/show_bug.cgi?id=295 min, --, 0.2, nobody, NEW, No spell check on the first opened Tab
19:06:47 <DGMurdockIII> are you guys going to try to apply for this years google summer of code?
19:06:58 <deOmega> hmm, weird
19:07:02 <flo> why not...
19:09:26 <DGMurdockIII> so you are going to try this year
19:09:39 <flo> we tried the last 2 years
19:10:17 <DGMurdockIII> why did you knot get it in
19:10:47 <flo> blahblah too many great applications
19:18:55 --> GeekShadow has joined #instantbird
19:24:34 --> GeekShado_ has joined #instantbird
19:27:01 <-- GeekShadow has quit (Ping timeout)
19:29:05 <-- deOmega has quit (Quit: Instantbird 0.2b2pre)
19:29:22 --> deOmega has joined #instantbird
19:29:24 <-- deOmega has quit (Quit: deOmega)
19:30:11 --> deOmega has joined #instantbird
19:30:35 <deOmega> would u believe it?  clicked teh   close button on the buddy list twice
19:30:45 <deOmega> with no minimize to tray.. stuff closes lol
19:37:24 <flo> heh
20:32:45 <deOmega> u have made a change i like.. the tabs maintain  an even size. whether u have 1 tab or 4
20:32:52 <deOmega> as opposed to varied size
20:33:14 <deOmega> would like though is they coudl be allowed to   go a little smaller when more tabs are added
20:33:28 <deOmega> they are scrolling a bit too soon for me
20:33:36 <deOmega> for me :)
20:37:05 <deOmega> would like though IF they could have a smaller min size.. so will try to do that  later today.. I know that was an option
20:37:17 <deOmega> in   the editor
21:14:52 <flo> yes, it's something you can easily change
21:21:46 --> Amfi has joined #instantbird
21:24:38 <-- Amfi has quit (Quit: http://www.mibbit.com ajax IRC Client)
21:29:24 <-- idechix has quit (Quit: Instantbird 0.2b2pre)
21:39:17 <-- deOmega has left #instantbird ()
21:43:28 <-- DGMurdockIII has quit (Quit: get satisfied! • :: www.unitedservers.de ««« (Gamers.IRC) »»» gamersirc.net ::)
22:39:14 <instantbot> florian@instantbird.org granted review for attachment 261 on bug 322.
22:39:18 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=322 min, --, ---, nobody, NEW, Add ellipsis for menu items that require further user interaction
22:51:07 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/6361822acbff - Florian Qu?ze - Bug 323 - Guard the aliasing mode against re-entry.
22:51:09 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/6f60e7dacb4d - Florian Qu?ze - Add a 'Show offline buddies' context menu item on the buddy list.
22:51:10 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/b33f9be8d6b8 - Benedikt P. - Bug 322 - Add ellipsis for menu items that require further user interaction. r=fqueze
22:51:11 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/0de08e9a83d0 - Florian Qu?ze - Do not reset the logs pref at each initialization of libpurple.
22:51:12 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/9ead83b72460 - Benedikt P. - Fix typo in id of a menuseparator...
22:51:51 <instantbot> florian@instantbird.org set the Resolution field on bug 322 to FIXED.
22:51:53 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=322 tri, --, 0.2b2, leeraccount, RESO FIXED, Add ellipsis for menu items that require further user interaction
22:54:53 <instantbot> florian@instantbird.org set the Resolution field on bug 323 to FIXED.
22:54:55 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=323 min, --, 0.2b2, nobody, RESO FIXED, F2 key causes problem during aliasing
22:55:44 <instantbot> florian@instantbird.org cancelled review?(florian@instantbird .org) for attachment 262 on bug 323.
23:01:21 <-- DetroitLibertyPenguin has quit (Quit: Instantbird 0.2b2pre)
23:04:19 <instantbot> New Instantbird (UI) bug 325 filed by florian@instantbird.org.
23:04:21 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=325 min, --, ---, nobody, NEW, Unresponsiveness when turning on the display of offline buddies
23:09:52 <flo> good night