Re: Fix for LoadStringW

2008-01-18 Thread Christopher
Ferenc Wagner wrote: > "Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > > >> "Christopher" <[EMAIL PROTECTED]> wrote: >> >> >>> Thanks for pointing that out! Am I suppose to attach a test case for all >>> my patches to wine-patches? I had submitted a testcase under the bug >>> report I fi

Wine font license

2008-01-18 Thread Brian Vincent
Right now on our fonts we say they're LGPL. (Look for the LangName attribute in the .sfd file.) We might want to make a modification to that. Here's what the FSF has to say about it: http://www.fsf.org/licensing/licenses/gpl-faq.html#FontException Or, to just copy and paste that info: -

Re: WWN license issue

2008-01-18 Thread Brian Vincent
On Jan 18, 2008 9:26 AM, Alexander Nicolaysen Sørnes < [EMAIL PROTECTED]> wrote: > Now that you mention it, since we are trying to move the AppDB to the Affero > GPL v3, it would be nice to have the WWN covered by the similar GLP v3 :) Everything I wrote was GPL v2 and I'm quite happy with that.

Re: GOM player

2008-01-18 Thread Louis Lenders
> > On 1/17/08, Dan Kegel kegel.com> wrote: > > http://www.guardian.co.uk/technology/2008/jan/17/linux.korea > > says everyone in Korea uses the GOM player... > > It installs ok, but blew up when I tried to load the Sony music > > stream from its playlist. ... > > http://www.gomplayer.com/ > >

Re: [dbghelp 10/10] Clamp minidump memory blocks to 928KB

2008-01-18 Thread Eric Pouech
Jason Green a écrit : > > > From 1127317807ec264541e2e03e6a633cefee8f697b Mon Sep 17 00:00:00 2001 > From: Jason Green <[EMAIL PROTECTED](none)> > Date: Thu, 17 Jan 2008 17:43:41 -0500 > Subject: [PATCH] Clamp minidump memory

Re: [dbghelp 7/10] Fix file searching to search only listed directories instead of the whole HD

2008-01-18 Thread Eric Pouech
Jason Green a écrit : > > > From ad95ee9cad0df8b4e8ca35d2d5a280d755c7bf7f Mon Sep 17 00:00:00 2001 > From: Jason Green <[EMAIL PROTECTED](none)> > Date: Thu, 17 Jan 2008 17:21:00 -0500 > Subject: [PATCH] Fix file searching to

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-18 Thread Eric Pouech
Jason Green a écrit : > > > From 14d91ebd5974c8fc02f8b83d53e8eff0df7ad76d Mon Sep 17 00:00:00 2001 > From: Jason Green <[EMAIL PROTECTED](none)> > Date: Thu, 17 Jan 2008 16:41:11 -0500 > Subject: [PATCH] Rewrite much of the sy

RE: GOM player

2008-01-18 Thread Rolf Kalbermatter
On 1/17/08, Dan Kegel <[EMAIL PROTECTED]> wrote: > http://www.guardian.co.uk/technology/2008/jan/17/linux.korea > says everyone in Korea uses the GOM player... > It installs ok, but blew up when I tried to load the Sony music > stream from its playlist. ... > http://www.gomplayer.com/ > supposedly

Re: Suggestion to the list maintainer

2008-01-18 Thread Tim Schmidt
On Jan 18, 2008 1:06 PM, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: > Zimbra is commercial groupware suite. SquirrelMail is free webmail > application. You are suggesting to replace whole user's email system with > some proprietary locked product. There's an (at least in name) FOSS version of Zimbr

Re: Suggestion to the list maintainer

2008-01-18 Thread Tomas Kuliavas
>> PS : I do find Subject prefixes ugly too... Bu I hadn't found a more >> handy solution. > > Don't use squirrelmail, or better yet - fix it. I suggest you replace > squirrel with Zimbra, it's much better. I'm just a happy user. Zimbra is commercial groupware suite. SquirrelMail is free webmail a

Re: Suggestion to the list maintainer

2008-01-18 Thread Kuba Ober
> PS : I do find Subject prefixes ugly too... Bu I hadn't found a more handy > solution. Don't use squirrelmail, or better yet - fix it. I suggest you replace squirrel with Zimbra, it's much better. I'm just a happy user. Cheers, Kuba

Re: Suggestion to the list maintainer

2008-01-18 Thread Kuba Ober
On Wednesday 16 January 2008, [EMAIL PROTECTED] wrote: > Hello. > > I have many subscriptions to different mailing list with my email-address > and I'd appreciate a lot to be able to identify a message from this mailing > list quickly by reading it's subject. > Could you please add a subject prefix

Re: Suggestion to the list maintainer

2008-01-18 Thread Kuba Ober
On Wednesday 16 January 2008, [EMAIL PROTECTED] wrote: > Hello. > > I have many subscriptions to different mailing list with my email-address > and I'd appreciate a lot to be able to identify a message from this mailing > list quickly by reading it's subject. > Could you please add a subject prefix

Re: WWN license issue

2008-01-18 Thread Alexander Nicolaysen Sørnes
On Tuesday 15 January 2008 21:33:41 Jeremy Newman wrote: > I'll patch it so it points to the GPL v2 licence, unless someone feels > there is a reason it needs to be v3. > Now that you mention it, since we are trying to move the AppDB to the Affero GPL v3, it would be nice to have the WWN covered

Re: problem with widl.

2008-01-18 Thread Alexandre Julliard
Ivan Sinitsin <[EMAIL PROTECTED]> writes: > What do you think about that? I put in a fix to use the real parameter names instead. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Debugger unhappiness blocking valgrind runs

2008-01-18 Thread Maarten Lankhorst
Dan Kegel schreef: > On Jan 17, 2008 12:08 PM, Eric Pouech <[EMAIL PROTECTED]> wrote: > >>> http://bugs.winehq.org/show_bug.cgi?id=11211 >>> >> you're likely running out of memory (just to be sure, if the test >> segfaults, but winedbg correctly starts, it's likely the cause) >> > >

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-18 Thread Alexandre Julliard
"Jason Green" <[EMAIL PROTECTED]> writes: > + > +#ifdef TRACE_SYMBOL_LIST > +TRACE("\n\n* sorting the table {count = %d}\n\n", > module->num_sorttab); > +#endif > + > +qsort(module->addr_sorttab, module->num_sorttab, sizeof(struct > symbol_entry), symt_cmp_addr_and_size); > + > +

Re: qmgr [1/3]: Implement IClassFactory methods.

2008-01-18 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > I split the last patch into three. This is essentially the same as the last > one Roy sent, but cleaned up a bit. This adds the IClassFactory methods for > BITS. When sending a patch written by someone else, please include a From: line with the proper

problem with widl.

2008-01-18 Thread Ivan Sinitsin
I have a question about widl. tools\widl\header.cfunction "write_method_macro" fprintf(header, "#define %s_", name); write_name(header,def); fprintf(header, "(p"); for (c=0; clpVtbl->"); write_name(header, def); fprintf(header, "(p"); for (c=0; clpVtb

Re: appdb hosed

2008-01-18 Thread Alexander Nicolaysen Sørnes
On Friday 18 January 2008 10:04:00 you wrote: > Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > > The left nav bars are broken, can't approve any new test data. > > > > Does it work if you press 'refresh' a couple of times? > > Yes, thanks. > > Hopefully not everybody has to do that...?

Re: appdb hosed

2008-01-18 Thread Dan Kegel
Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > The left nav bars are broken, can't approve any new test data. > > Does it work if you press 'refresh' a couple of times? Yes, thanks. Hopefully not everybody has to do that...?

Re: appdb hosed

2008-01-18 Thread Alexander Nicolaysen Sørnes
On Friday 18 January 2008 09:08:19 Dan Kegel wrote: > The left nav bars are broken, can't approve any new test data. Does it work if you press 'refresh' a couple of times? Alexander N. Sørnes

appdb hosed

2008-01-18 Thread Dan Kegel
The left nav bars are broken, can't approve any new test data.