Re: New version of exe-thumbnailer (0.7)

2010-10-03 Thread Scott Ritchie
On 10/03/2010 07:07 PM, Nicholas van Oudtshoorn wrote: > On 10/04/2010 08:39 AM, Octavian Voicu wrote: >> On Fri, Oct 1, 2010 at 11:18 PM, Scott Ritchie > > wrote: >> >> Includes much prettier icons, support for Vista icons (with icoutils >> 0.29.1) and more. >>

Re: mono packaging, for wine packagers or anyone else who wants to follow along

2010-10-03 Thread Scott Ritchie
On 10/01/2010 01:19 PM, Vincent Povirk wrote: > Download and extract the mono 2.6.7 source tarball from > http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.7.tar.bz2 > > Use the instructions at http://wiki.winehq.org/Mono to cross-compile > Mono 2.6.7 using mingw32. Tweak the script if you have

Re: New version of exe-thumbnailer (0.7)

2010-10-03 Thread Nicholas van Oudtshoorn
On 10/04/2010 08:39 AM, Octavian Voicu wrote: On Fri, Oct 1, 2010 at 11:18 PM, Scott Ritchie mailto:sc...@open-vote.org>> wrote: Includes much prettier icons, support for Vista icons (with icoutils 0.29.1) and more. Screenshots and a description are at: http://wiki.winehq.org/ex

Re: New version of exe-thumbnailer (0.7)

2010-10-03 Thread Octavian Voicu
On Fri, Oct 1, 2010 at 11:18 PM, Scott Ritchie wrote: > Includes much prettier icons, support for Vista icons (with icoutils > 0.29.1) and more. > > Screenshots and a description are at: > http://wiki.winehq.org/exe-thumbnailer Nice! Any plans for Kubuntu / KDE support? :) Octavian

Re: Question on use of TextMetricsW

2010-10-03 Thread James McKenzie
On 10/3/10 11:55 AM, Paul Vriens wrote: On 10/03/2010 08:44 PM, James McKenzie wrote: All: I am running code like the following in a richedit control to set the font to Courier 12 point font: + static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; + testFont1 = CreateFontW (12,0,0,

Re: kernel32/process: Implement GetLogicalProcessorInformation (rewrite - try 3)

2010-10-03 Thread Mike Kaplinskiy
On Sun, Oct 3, 2010 at 10:25 AM, Rudolf Mayerhofer wrote: >>A rewrite of my previously sent patches in order to avoid changing >>SYSTEM_CPU_INFORMATION. > >>This patch supersedes my previously sent patches: >>[PATCH1/3] include/winternl: Add Logical Processor Information to >>SYSTEM_CPU_INFORMATIO

Re: [3/5] mscoree: Add test for creating CLRMetaHost.

2010-10-03 Thread Greg Geldorp
> 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=5753 > > Your paranoid

Translation patches for wine-1.2.1

2010-10-03 Thread Michael Stefaniuc
Hello Alexandre, attached is the list with the translation patches to cherry-pick for wine-1.2.1. The list was generated with the attached crud patch (modified from the version I used for 1.0.1) and then I have manually removed all my janitorial patches that didn't produce conflicts. Though

Re: Question on use of TextMetricsW

2010-10-03 Thread James McKenzie
On 10/3/10 11:55 AM, Paul Vriens wrote: On 10/03/2010 08:44 PM, James McKenzie wrote: All: I am running code like the following in a richedit control to set the font to Courier 12 point font: + static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; + testFont1 = CreateFontW (12,0,0,

Re: [5/5] mscoree: Add a test that enumerates .NET runtimes.

2010-10-03 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=5754 Your paranoid android.

Re: [3/5] mscoree: Add test for creating CLRMetaHost.

2010-10-03 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=5753 Your paranoid android.

Re: Question on use of TextMetricsW

2010-10-03 Thread Paul Vriens
On 10/03/2010 08:44 PM, James McKenzie wrote: All: I am running code like the following in a richedit control to set the font to Courier 12 point font: + static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; + testFont1 = CreateFontW (12,0,0,0,FW_LIGHT, 0, 0, 0, ANSI_CHARSET, + OUT_D

Re: (5th try) winhlp32: Added Hebrew translation

2010-10-03 Thread Paul Vriens
On 10/03/2010 05:04 PM, Yaron Shahrabani wrote: + +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT + Hi Yaron, This piece should go. And I still have an apply warning for your Makefile.in patch. -- Cheers, Paul.

Question on use of TextMetricsW

2010-10-03 Thread James McKenzie
All: I am running code like the following in a richedit control to set the font to Courier 12 point font: +static const WCHAR courier[] = {'C','o','u','r','i','e','r',0}; +testFont1 = CreateFontW (12,0,0,0,FW_LIGHT, 0, 0, 0, ANSI_CHARSET, +OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRE

Re: include: Added d3d10_1.idl.

2010-10-03 Thread Rico Schüller
Am 02.10.2010 15:29, schrieb Jacek Caban: +typedef enum D3D10_SRV_DIMENSION1 +{ +D3D10_1_SRV_DIMENSION_UNKNOWN = 0, ... +D3D10_1_SRV_DIMENSION_TEXTURECUBE = 9, +D3D10_1_SRV_DIMENSION_TEXTURECUBEARRAY = 10 +} D3D10_SRV_DIMENSION1; You probably might add those to d3dco

Re: [PATCH1/3] include/winternl: Add Logical Processor Information to SYSTEM_CPU_INFORMATION

2010-10-03 Thread Rudolf Mayerhofer
On Sunday 03 October 2010 16:22:07 Eric Pouech wrote: > > SystemCpuInformation seems not defined anywhere outside Wine. > > It's not defined on MSDN, neither can it be found on any Wine-unrelated > > Documentations/Source-codes or Documentations. If you have any links or > > documentation for Syste

Re: cmd: Add a space at the end of the first echo'ed batch line

2010-10-03 Thread GOUJON Alexandre
On 10/03/2010 03:37 PM, Jacek Caban wrote: @todo_space@ is meant to do tests in todo_wine block. You should change @todo_space@ to spec in .exp file instead. If we're convinced that the whole keyword is not useful anymore, the whole handling code should be removed (although I think we'd better

Re: [PATCH1/3] include/winternl: Add Logical Processor Information to SYSTEM_CPU_INFORMATION

2010-10-03 Thread Eric Pouech
SystemCpuInformation seems not defined anywhere outside Wine. It's not defined on MSDN, neither can it be found on any Wine-unrelated Documentations/Source-codes or Documentations. If you have any links or documentation for SystemCpuInformation, could you send them please ? If i can't extend th

Re: cmd: Add a space at the end of the first echo'ed batch line

2010-10-03 Thread Jacek Caban
On 10/3/10 1:18 PM, Alexandre Goujon wrote: --- programs/cmd/tests/batch.c |2 +- programs/cmd/wcmdmain.c|3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/programs/cmd/tests/batch.c b/programs/cmd/tests/batch.c index cc8c020..d7a5e84 100644 --- a/programs/cmd

Re: [PATCH 1/2] mshtml: add support for the HTMLWindow.onunload event.

2010-10-03 Thread Jacek Caban
On 10/3/10 2:24 PM, Reece Dunn wrote: Implements HTMLWindow_get/put_onunload. +{unloadW,onunloadW,EVENTT_NONE, DISPID_EVMETH_ONUNLOAD, +EVENT_DEFAULTLISTENER|EVENT_FORWARDBODY} EVENT_DEFAULTLISTENER won't work well here. Same for your onerror patch. Ja

Re: [PATCH1/3] include/winternl: Add Logical Processor Information to SYSTEM_CPU_INFORMATION

2010-10-03 Thread Rudolf Mayerhofer
On Sunday 03 October 2010 09:34:02 Dmitry Timoshkov wrote: > Rudolf Mayerhofer wrote: > > > Are the additions to the structures your own invention? > > > > Yes, as SystemClass 0x01 and struct SYSTEM_CPU_INFORMATION seem to be > > Wine- only (I could not find anything related to that on MSDN and >

Re: [PATCH1/3] include/winternl: Add Logical Processor Information to SYSTEM_CPU_INFORMATION

2010-10-03 Thread Dmitry Timoshkov
Rudolf Mayerhofer wrote: > > Are the additions to the structures your own invention? > > Yes, as SystemClass 0x01 and struct SYSTEM_CPU_INFORMATION seem to be Wine- > only (I could not find anything related to that on MSDN and Googling it > brings > just references to Wine up). So it seems thi