Re: winhlp32: Remove an untranslated resource from multiple translations.

2010-07-12 Thread Paul Vriens
On Mon, Jul 12, 2010 at 6:08 AM, Dmitry Timoshkov dmi...@codeweavers.com wrote: Michael Stefaniuc mstef...@redhat.de wrote: This affects the Bg, Cs, Da, Eo, Fi, Hu, Sk, Tr and Wa translations. It's better to have it, even not translated. String resources should be fully filled up. Why do

Re: wine explorer /desktop=Title,0x0 app.exe for fullscreen?

2010-07-12 Thread Charles Davis
On Jul 11, 2010, at 10:01 PM, James McKenzie wrote: This won't work until Apple/MacQuartz You mean XQuartz, right? builds an xrandr that works and works properly. The fact that Notepad/Regedit/Winecfg work is purely accidental and may break at any time. No, they work because they don't have

Re: user32: Make sure that main window state is consistent during the tests.

2010-07-12 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3290 Your paranoid

Re: user32: Make sure that main window state is consistent during the tests.

2010-07-12 Thread Dmitry Timoshkov
test...@testbot.winehq.org (Marvin) wrote: While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at

Re: user32: Add a test showing that SetForegroundWindow() on a visible child of invisible parent does activate the parent an

2010-07-12 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3291 Your paranoid

Manifests, Microsoft.VC90.CRT and vc_redist

2010-07-12 Thread Peter Urbanec
I'm trying to get my head around the mess generated by SxS, isolated apps, embedded manifests, local deployment and all the other solutions to DLL hell. It's hard enough to make it work on Windows, but making it work well under wine is another challenge. In a nutshell, I'd like to ship a

Re: Manifests, Microsoft.VC90.CRT and vc_redist

2010-07-12 Thread Paul Chitescu
On Monday 12 July 2010 12:49:02 pm Peter Urbanec wrote: I'm trying to get my head around the mess generated by SxS, isolated apps, embedded manifests, local deployment and all the other solutions to DLL hell. It's hard enough to make it work on Windows, but making it work well under wine

Re: Having some trouble implementing D3DXComputeNormals... any hints/advice?

2010-07-12 Thread Henri Verbeet
On 12 July 2010 04:48, Misha Koshelev misha...@gmail.com wrote: Index Buffer:        11,21,12,                {0,1,-0.5},                {0,1,-0.45},                {0.587785,0.809017,-0.5},                        {0.00954915,0.0293893,0},        20,30,11,                

Re: wined3d/directx.c: Corrected Nvidia 8400 and 8500 reporting

2010-07-12 Thread Roderick Colenbrander
Hi Seth, It is not a good idea to advertise a 8400 and a 8500 as a 8600GT. All Geforce8 GPUs have the same features (except, some have different purevideo capabilities). As mentioned before even CUDA is allowed on all GPUs but only if they have 256MB or more. Likely the app you are using either

Re: [PATCH 2/2] uninstaller: Update the Czech translation.

2010-07-12 Thread Michael Stefaniuc
Forgot to remove the [PATCH 2/2]. There is no dependency for this patch. bye michael Michael Stefaniuc wrote: Translation by Radek Vokal. --- programs/uninstaller/Cs.rc |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/programs/uninstaller/Cs.rc

Re: Manifests, Microsoft.VC90.CRT and vc_redist

2010-07-12 Thread Peter Urbanec
On 12/07/10 20:44, Paul Chitescu wrote: On Monday 12 July 2010 12:49:02 pm Peter Urbanec wrote: Wine itself provides msvcr90.dll.so, which as far as I can tell doesn't play the manifest games or provide any particular version number. Should I be using msvcr90.dll from VC redist? Should I be

Re: Manifests, Microsoft.VC90.CRT and vc_redist

2010-07-12 Thread Steven Edwards
On Mon, Jul 12, 2010 at 12:44 PM, Peter Urbanec winehq@urbanec.netwrote: Can I get wine to ignore the manifests and just load DLLs from the app directory? I am not sure if our loader was every updated to mimic this behavior (Alexandre and I discussed it before), but older versions of

Re: wined3d/directx.c: Corrected Nvidia 8400 and 8500 reporting

2010-07-12 Thread Seth Shelnutt
Roderick, You are right in that cuda is allowed on all GPU with 256mb of memory or more, the problem is that the 8300 doesn't support cuda. The 8300m does, but having the 84/8500 report as an 8300 means that if a program, fold...@homein this case, checks the gpu reported against a list of cuda

Re: README: update for 1.2

2010-07-12 Thread Frédéric Delanoy
In this hunk, -wine notepad.exe /parameter1 -parameter2 parameter3 - (calling program with parameters) +wine notepad.exe readme.txt (calling program with parameters) shouldn't the /parameter1 and -parameter2 remain? i.e. are '/' and '-'

Old documentation changelogs to be kept?

2010-07-12 Thread Frédéric Delanoy
In the documentation directory, there are ChangeLog.ALPHA, ChangeLog.BETA and ChangeLog.OLD. Are these files still useful (most recent entry is dated 2008-06-16)? Or are they simply kept as a log of the good old pre-git days? Frédéric

Re: wined3d/directx.c: Corrected Nvidia 8400 and 8500 reporting

2010-07-12 Thread Roderick Colenbrander
I'm fine with tying the 8400 and 8500 together if you assign it 128MB of memory for now. I think the desktop cards typically have 256MB or more but some boards (and I think mostly laptops) might have only 128MB. Though the same issue would remain for the 8100/8200/m8300 regarding cuda, but those

Re: Having some trouble implementing D3DXComputeNormals... any hints/advice?

2010-07-12 Thread Henri Verbeet
On 12 July 2010 22:43, Misha Koshelev misha...@gmail.com wrote: Thank you Henri for the explanation. In fact it seems that this flag is default on D3DXComputeTangentFrameEx:        D3DXTANGENT_WEIGHT_BY_AREA                Weight the direction of the computed per-vertex normal                

Re: xrender.c is does not find fontconfig.h on OS X Tiger

2010-07-12 Thread Mike Kronenberg
On 05.06.2010, at 01:36, Mike Kronenberg wrote: Dear List OS X Tiger does has not have fontconfig, so I'm building it in ~/buildwine/usr to keep it out of /usr. I include the headers and libs from ~/buildwine/usr with CPPFLAGS and CFLAGS. This worked fine until 1.2-rc1 and 1.2-rc2.

Re: kernel32: Partially update the Dutch translation

2010-07-12 Thread Henri Verbeet
On 13 July 2010 00:22, Sven Baars sven.w...@gmail.com wrote: -Te veel open bestanden +Teveel open bestanden Actually, I think the original was more correct. AFAIK teveel is a noun. MessageId=102 SymbolicName=ERROR_SEM_IS_SET Language=NLD -Semaphore is set +Semafoor is een set I guess it

Re: Having some trouble implementing D3DXComputeNormals... any hints/advice?

2010-07-12 Thread Misha Koshelev
On Mon, 2010-07-12 at 22:54 +0200, Henri Verbeet wrote: On 12 July 2010 22:43, Misha Koshelev misha...@gmail.com wrote: Thank you Henri for the explanation. In fact it seems that this flag is default on D3DXComputeTangentFrameEx: D3DXTANGENT_WEIGHT_BY_AREA Weight

Re: Having some trouble implementing D3DXComputeNormals... any hints/advice?

2010-07-12 Thread Henri Verbeet
On 13 July 2010 01:11, Misha Koshelev misha...@gmail.com wrote: I love your polite way of saying RTFM ;) While it only rarely hurts to read the docs carefully, that wasn't my intention here. I really only noticed that bit myself after you mentioned D3DXTANGENT_WEIGHT_BY_AREA. What isn't entirely

Re: shlwapi/tests: Fix GLE for SHFormatDateTimeA

2010-07-12 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3297 Your paranoid

Re: wine explorer /desktop=Title,0x0 app.exe for fullscreen?

2010-07-12 Thread James McKenzie
Charles Davis wrote: On Jul 11, 2010, at 10:01 PM, James McKenzie wrote: This won't work until Apple/MacQuartz You mean XQuartz, right? Correct. Add MacPorts to this as they distribute XQuartz as an installable product. My confusion here... builds an xrandr that works and works

[TRY 2] wined3d/directx.c: Corrected Nvidia 8400 and 8500 reporting

2010-07-12 Thread Seth Shelnutt
This patches moved the Nvidia 8400 and 8500 reporting to it's own if statement and own return value. This will enable CUDA programs that check the renderer and compare it to a list of cuda capable devices to run on these cards. The 8300, which they currently are reported as, is not a CUDA capable

Re: New static analysis tool recommended by Mozilla: sixgill.org

2010-07-12 Thread Austin English
On Sun, Jul 11, 2010 at 9:03 PM, Scott Ritchie sc...@open-vote.org wrote: I was watching this presentation on Mozilla's static analysis tools: http://www.galois.com/blog/2010/07/09/galois-tech-talk-video-large-scale-static-analysis-at-mozilla/?ftw He is very fond of a new tool made by a