Re: winealsa.drv: Re-allow fallback to waveout (regression in dsound)

2009-07-18 Thread Erich Hoover
On Sat, Jul 18, 2009 at 11:58 PM, Nikolay Sivov wrote:
> On Sun, Jul 19, 2009 at 9:55 AM, Erich Hoover wrote:
>> Real Name:
>>    Erich Hoover
>> Description:
>>    Commit 'f27d88e16fe0292d3efa7dac8966a0b612e62e6d' resulted in a
>> regression in the support of dsound, causing C&C3 and C&C3: Kane's
>> Wrath to crash on load (Bug #19369).  This patch reverts the fallback
>> to waveout that was removed by the commit (code unrelated to the rest
>> of the patch).
>> Changelog:
>>    winealsa.drv: Re-allow fallback to waveout (regression in dsound)
>>
>>
>>
>
> Hi, Eric. You forgot a patch.
>

Thanks Nikolay, apparently I shouldn't try to do this late at night :)

Erich Hoover
ehoo...@mines.edu




Re: winealsa.drv: Re-allow fallback to waveout (regression in dsound)

2009-07-18 Thread Nikolay Sivov
On Sun, Jul 19, 2009 at 9:55 AM, Erich Hoover wrote:
> Real Name:
>    Erich Hoover
> Description:
>    Commit 'f27d88e16fe0292d3efa7dac8966a0b612e62e6d' resulted in a
> regression in the support of dsound, causing C&C3 and C&C3: Kane's
> Wrath to crash on load (Bug #19369).  This patch reverts the fallback
> to waveout that was removed by the commit (code unrelated to the rest
> of the patch).
> Changelog:
>    winealsa.drv: Re-allow fallback to waveout (regression in dsound)
>
>
>

Hi, Eric. You forgot a patch.




Re: SVG Logo from the website

2009-07-18 Thread Steven Edwards
On Sat, Jul 18, 2009 at 5:53 PM, Joel
Holdsworth wrote:
> The icon is the standard "certification" icon taken from the Tango base
> set. From what I can see it represents a wax seal - the old way of
> certifying one's identity. In fact the original icon has the seal drawn
> in yellow on the left of the certificate, so the idea isn't too crazy.
>
> You could be right though. Maybe the metaphore isn't as clear as it
> could be - especially when the UI explicitly uses the word
> "certificates".

Yes all the other icons seem very intuitive and you guys have been
doing great work with this but this one I think might confuse someone.

> Drawing high quality icons takes me a long time, so I'm trying to avoid
> creating too much work for myself. On the other hand if people think
> it's wrong, then I don't mind working to get it right.
>
> It doesn't matter too much either way though, because cryptui is very
> obscure - so obscure that it's only after months of work on this project
> that I've been able to find a way to actually display the dialog for the
> first time! I had to write custom test software to do it! So whatever
> happens the impact on users will be quite low.

Hehe sounds like Fun! I don't think we have to replace all of them or
at least not at one shot (at least not for something as obscure as
this one) because it is a lot of work. I think the old icon is pretty
clean in its meaning, it would be nice if we could have something just
like it but Tangoised.

-- 
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo




appinstall update: Adobe Photoshop CS 2 installer test added

2009-07-18 Thread Austin English
For those interested, I've added a test for the Photoshop CS 2 demo
installer (http://code.google.com/p/winezeug/source/detail?r=580 /
http://winezeug.googlecode.com/svn/trunk/appinstall/scripts/photoshopcs2.ahk).
Currently, the test only installs the demo and verifies the install.
I'll add tests to make sure it starts up in the next day or so.

Whlie it works, I found a few previously hidden bugs:
http://bugs.winehq.org/show_bug.cgi?id=19342 - Adobe Photoshop CS2:
Doesn't display license screen for installation (appinstall)
http://bugs.winehq.org/show_bug.cgi?id=19343 - Adobe Photoshop CS2:
Edit controls have wrong names (appinstall)
http://bugs.winehq.org/show_bug.cgi?id=19344 - Adobe Photoshop CS2:
Some files missing on installation (appinstall)

If you've got a few minutes, check out those bugs and see if you have
any information about them. Other than that, CS 2 seems to install
fine.

P.S., I'm working on some instructions for writing new tests, that
I'll put on the wiki (later tomorrow-ish). While the testing framework
is mostly complete, it's still pretty alpha/beta, and stuff may
change, as I find different features that I need/bugs to workaround.
It's at a point though that most of the 'core' stuff shouldn't change.
If you'd like to help with adding tests, shoot me an e-mail if you've
got more specific questions.

-- 
-Austin




Re: How to expanding environmental variables?

2009-07-18 Thread Austin English
On Fri, Jul 17, 2009 at 7:22 PM, Nicolas Le Cam wrote:
> 2009/7/18 Austin English :
>> Howdy all,
>>
>> I'm working on a automated test for Photoshop CS 2. As before, I'm
>> trying to do so in a portable way, so it works on various
>> locales/windows versions (or as much as possible). Because of
>> wine/windows differences, I need a portable way to get to the shared
>> documents folder, e.g.,:
>> Windows XP:
>> C:\Documents and Settings\All Users\Shared Documents
>> WIndows Vista:
>> C:\users\Public\Public Documents
>> Wine:
>> C:\users\Public\Documents
>>
>> Windows has several variables for this sort of thing
>> (http://msdn.microsoft.com/en-us/library/ms933062(WinEmbedded.5).aspx).
>> In particular, I need a way to return what %16430% is on the target
>> system. I've tried using cmd.exe to echo it, but it's not expanding
>> it. Does anyone know how I can expand this type of variable? I figured
>> there's probably something in shell32 that can accomplish this, but
>> nothing popped up at me immediately (and I'm about to run, so I wanted
>> to e-mail before I leave). Surely there's an easy way and I'm just
>> overlooking it...
>>
>> Thanks!
>> --
>> -Austin
>>
>>
>>
> On a French XP SP3 explorer sees this folder as "C:\Documents and
> Settings\All Users\Documents Partagés" but it points in fact to
> "C:\Documents and Settings\All Users\Documents", and under cmd only
> the second one is accessible. On 2K there's no linking at all, it's
> "C:\Documents and Settings\All Users\Documents" on both sides.
>
> If you have access to the registry, the full path of this folder is
> contained (at least on 2K and XP) in the key
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell
> Folders\Common Documents

This may be the way to go, thanks!

-- 
-Austin




Re: SVG Logo from the website

2009-07-18 Thread Joel Holdsworth
On Sat, 2009-07-18 at 17:30 -0400, Steven Edwards wrote:
> I am curious though, the cryptui.dll cert icons don't strike me as
> right. I can't even tell what they are supposed to be.

The icon is the standard "certification" icon taken from the Tango base
set. From what I can see it represents a wax seal - the old way of
certifying one's identity. In fact the original icon has the seal drawn
in yellow on the left of the certificate, so the idea isn't too crazy. 

You could be right though. Maybe the metaphore isn't as clear as it
could be - especially when the UI explicitly uses the word
"certificates".

Drawing high quality icons takes me a long time, so I'm trying to avoid
creating too much work for myself. On the other hand if people think
it's wrong, then I don't mind working to get it right.

It doesn't matter too much either way though, because cryptui is very
obscure - so obscure that it's only after months of work on this project
that I've been able to find a way to actually display the dialog for the
first time! I had to write custom test software to do it! So whatever
happens the impact on users will be quite low.







Re: SVG Logo from the website

2009-07-18 Thread Steven Edwards
On Sat, Jul 18, 2009 at 5:12 PM, Joel
Holdsworth wrote:
> Quick question: Does anyone have an SVG of the wine logo as used on the
> wine website? I'd like to use it as part of my graphics refresh to
> improve idb_wine.bmp as shown here:
> http://www.airwebreathe.org.uk/wine-icon/

I have no idea but I did take a look at your icon work and really like
it. I am curious though, the cryptui.dll cert icons don't strike me as
right. I can't even tell what they are supposed to be.

-- 
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo




SVG Logo from the website

2009-07-18 Thread Joel Holdsworth
Quick question: Does anyone have an SVG of the wine logo as used on the
wine website? I'd like to use it as part of my graphics refresh to
improve idb_wine.bmp as shown here:
http://www.airwebreathe.org.uk/wine-icon/









Re: Initial italian translation for taskmgr

2009-07-18 Thread Nikolay Sivov
On Sat, Jul 18, 2009 at 9:25 PM, Davide Pizzetti wrote:
> Here's the initial translation for taskmgr
>
>
>
>

Same here. Add file first with 'git add' then 'git commit' changes,
and send 'git format-patch' output.




Re: Initial italian translation for reg

2009-07-18 Thread Nikolay Sivov
On Sat, Jul 18, 2009 at 9:23 PM, Davide Pizzetti wrote:
> Here's the initial italian translation for reg
>

Your patch should create new file It.rc, it can't be applied now.




Re: kernel32: Update French translation of error messages.

2009-07-18 Thread Paul Vriens

Frédéric Delanoy wrote:

Added translation for missing string.
FWIW the Wine translation stats page (http://source.winehq.org/transl/) doesn't 
mention non-translated strings in kernel32/dlls/winerr_XXX.mc
Maybe this could be added...

Frédéric






Hi Frédéric,

I think that the issue is with wrc. Nonetheless, still worth fixing of 
course.


--
Cheers,

Paul.




Re: How to expanding environmental variables?

2009-07-18 Thread David Laight
On Fri, Jul 17, 2009 at 07:27:11PM -0500, John Klehm wrote:
> 
> Oops I guess SHGetFolderPath is more portable (win95 and up)

It is just a pain getting the right include file and library,
especially on win2k with oldish versions of visual C.

David

-- 
David Laight: da...@l8s.co.uk




Re: patch: fixed Dutch translation

2009-07-18 Thread Paul Vriens

On 17 jul 2009, at 23:33, Vincent Beers  wrote:

This is my first patch, ever, so please bear with me and tell me if  
I made any mistakes in generating and submitting the patch. :)


This is a simple patch that improves the Dutch translation in winecfg.

Vincent Beers


You could start by sending the patch ;)

Paul