Re: Michael Stefaniuc : winefile: Replace malloc with HeapAlloc.

2007-07-25 Thread Martin Fuchs
Hello, may I ask why you are replacing the simple malloc/free calls by the more complicated HeapAlloc API? This just makes the source longer and less readable. There is no point in avoiding C library usage in Winefile. It is just a unix application using Wine libraries - not a Wine system library

Re: [PATCH] winecfg: Add menu font settings to desktop integration tab

2007-07-25 Thread Vitaliy Margolen
Nigel Liang wrote: diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc index 5972c3b..e61bf29 100644 --- a/programs/winecfg/En.rc +++ b/programs/winecfg/En.rc @@ -200,6 +200,11 @@ BEGIN CONTROL "Link to:",IDC_LINK_SFPATH,"Button",BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED,15,19

Re: Italian translation for ui_En.rc (more)

2007-07-25 Thread Detlef Riekenberg
On Mi, 2007-07-25 at 16:55 +0200, Paolo Devoti wrote: > Attached is dlls/localui/ui_It.rc Oh, and it would be nice, when you create a Patch from your changes and please include the missing change in "localui.rc" in the Patchfile. git is prefered, but cvs should also work. Thanks for improving w

Re: Italian translation for ui_En.rc

2007-07-25 Thread Detlef Riekenberg
On Mi, 2007-07-25 at 16:55 +0200, Paolo Devoti wrote: > /* > * English resources for localui Did you forgot to replace English with Italian? > * > * Copyright 2007 Detlef Riekenberg Your can add your Name here > ADDPORT_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47 > DEF

Re: Getting CA certificates into the registry

2007-07-25 Thread Juan Lang
Is there perhaps an API to just retrieve the CA bundle from a local openssl or gnutls installation? I'm not aware of one, but I could be mistaken. --Juan

Re: Getting CA certificates into the registry

2007-07-25 Thread Hans Leidekker
On Wednesday 25 July 2007 18:20:36 Juan Lang wrote: > 4. We don't load certs in Wine at all, and don't implement certificate > chain verification, but dynamically load openssl or gnutls and ask > them to do it for us. I don't think this is simpler than the > alternatives, as I've already put a fa

[Fwd: Getting good debugging stack traces from wine apport crash reports]

2007-07-25 Thread Scott Ritchie
--- Begin Message --- Hello fans of wine, I already sent this to Scott Ritchie a while ago, but didn't get a reply, so let's try here. When we talked about improving apport to deliver better stack traces to us in Sevilla [1], someone also mentioned that wine upstream currently refuses our gdb st

Re: Should Wine move to LGPL 3?

2007-07-25 Thread Jesse Allen
On 7/25/07, Scott Ritchie <[EMAIL PROTECTED]> wrote: On Wed, 2007-07-25 at 21:01 +0200, Marcus Meissner wrote: > On Wed, Jul 25, 2007 at 03:28:13PM +0100, Damjan Novak wrote: > > On 7/25/07, Damjan Novak <[EMAIL PROTECTED]> wrote: > > > > >I dont think that it matters what the patent covenant cov

Re: Should Wine move to LGPL 3?

2007-07-25 Thread Scott Ritchie
On Wed, 2007-07-25 at 21:01 +0200, Marcus Meissner wrote: > On Wed, Jul 25, 2007 at 03:28:13PM +0100, Damjan Novak wrote: > > On 7/25/07, Damjan Novak <[EMAIL PROTECTED]> wrote: > > > > >I dont think that it matters what the patent covenant covers or not > > >for this to work, all it takes is that

Re: Greek resource files for Comctrl, user32 and oleaut32

2007-07-25 Thread Alexander Nicolaysen Sørnes
Onsdag 25 juli 2007 09:49, skrev Dj Apal [GR]: > Hello. I work on Greek localization for ReactOS and the guys there told me > that I should send you the greek resource files for the modules that they > share with you. SO here there are some first resource files. > If I send something wrong, please

Re: Should Wine move to LGPL 3?

2007-07-25 Thread Marcus Meissner
On Wed, Jul 25, 2007 at 03:28:13PM +0100, Damjan Novak wrote: > On 7/25/07, Damjan Novak <[EMAIL PROTECTED]> wrote: > > >I dont think that it matters what the patent covenant covers or not > >for this to work, all it takes is that they distribute it via vouchers > >as part of the SuSE distribution

Re: Getting CA certificates into the registry

2007-07-25 Thread Juan Lang
Isn't that what the distro's add-on value should be? Sorry, I don't understand. You think the distros should put CA certs into Wine's registry? --Juan

Re: Should Wine move to LGPL 3?

2007-07-25 Thread Damjan Novak
On 7/24/07, Scott Ritchie <[EMAIL PROTECTED]> wrote: MS explicitly excluded Wine from that deal anyway. Thanks, Scott Ritchie I dont think that it matters what the patent covenant covers or not for this to work, all it takes is that they distribute it via vouchers as part of the SuSE distr

Re: cmd:batch: Check for a context is added

2007-07-25 Thread Anatoly Lyutin
Ann & Jason Edmeades wrote: I test that and found the previous email was very slightly wrong. I've coded and sent my new patch into wine-patches as it corrects an identical trap to what you were seeing plus fixes the a runs b runs c case. Can you please try that and confirm it resolves the proble

Re: Should Wine move to LGPL 3?

2007-07-25 Thread Damjan Novak
On 7/25/07, Damjan Novak <[EMAIL PROTECTED]> wrote: I dont think that it matters what the patent covenant covers or not for this to work, all it takes is that they distribute it via vouchers as part of the SuSE distribution, and with some luck in the unfolding of these events, LGPLv3 patent prov

Re: Getting CA certificates into the registry

2007-07-25 Thread Kai Blin
On Wednesday 25 July 2007 18:20:36 Juan Lang wrote: > 2.a. We write a tool to import local certs, but make you specify the > path. Ugly, but punts the problem to the user. > > 3. We do what the distros do: get the certificates from Mozilla's CVS, > and munge them into the right format. (Google f

Getting CA certificates into the registry

2007-07-25 Thread Juan Lang
(Apologies if you get this twice - I wasn't subscribed to wine-devel on this account, and apparently it didn't get moderated through.) Folks, I'm hoping for feedback on how to get CA certificates into Wine's registry. We'll need them in order to verify signatures on things. A number of apps dep

Re: [3/7] WineD3D: Allocate render target management members in Init3D

2007-07-25 Thread Alexandre Julliard
Stefan Dösinger <[EMAIL PROTECTED]> writes: > From 05154939b9123ff44c9e3ec0417c31ccba2a8716 Mon Sep 17 00:00:00 2001 > From: Stefan Doesinger <[EMAIL PROTECTED]> > Date: Mon, 16 Jul 2007 19:49:34 +0200 > Subject: [PATCH] WineD3D: Allocate render target management members in Init3D > > GL_LIMITS()

Re: Comments on winefontcfg tool?

2007-07-25 Thread Alexandre Julliard
"Nigel Liang" <[EMAIL PROTECTED]> writes: > Hi, > > I submitted a font configure tool a few days ago that lets the user > configure system and menu fonts more easily. The tool is especially > helpful to asian and middle-eastern users where the fonts installed > may differ greatly from user to user

Re: [PATCH] monthcal todo_wine now passes

2007-07-25 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > this test succeeds for me. Not for me... -- Alexandre Julliard [EMAIL PROTECTED]