Re: Installing ActivePython screws up PATH in Wine?

2009-06-01 Thread Aurimas Fišeras
On 2009.06.01 08:40, Dan Kegel wrote: In Wine, I can happily install mingw and add it to the global PATH by editing the registry key PATH in [System\\CurrentControlSet\\Control\\Session Manager\\Environment] However, once I install ActivePython, something gets screwed up, and from then on,

Re: Wine translation statistics sources

2009-06-22 Thread Aurimas Fišeras
On 2009.06.20 20:19, Alexandre Julliard wrote: Mikołaj Zalewski miko...@zalewski.pl writes: It's online again. Having it on WineHQ would probably give a better uptime (and a much better latency, but this should also improve on my side, when I won't need a temporary SSH tunnel anymore and

How to test cryptui's dialogs?

2009-07-04 Thread Aurimas Fišeras
Hello, I've finished translating cryptui's resources, checked control sizes with resource editor and adjusted them where it was needed. But how can I run cryptui's wizards and other dialogs to confirm that everything else is translated correctly?

Re: How to test cryptui's dialogs?

2009-07-05 Thread Aurimas Fišeras
On 07/05/2009 03:36 AM, Frédéric Delanoy wrote: On 07/04/2009 11:29 PM, Aurimas Fišeras wrote: Hello, I've finished translating cryptui's resources, checked control sizes with resource editor and adjusted them where it was needed. But how can I run cryptui's wizards and other dialogs

Re: How to test cryptui's dialogs?

2009-07-05 Thread Aurimas Fišeras
On 07/05/2009 09:51 AM, Austin English wrote: 2009/7/5 Aurimas Fišeras auri...@gmail.com: On 07/05/2009 03:36 AM, Frédéric Delanoy wrote: On 07/04/2009 11:29 PM, Aurimas Fišeras wrote: Hello, I've finished translating cryptui's resources, checked control sizes with resource editor

Re: How to test cryptui's dialogs?

2009-07-05 Thread Aurimas Fišeras
On 07/05/2009 12:59 PM, Paul Vriens wrote: André Hentschel wrote: Paul Vriens schrieb: On 5 jul 2009, at 09:49, Frédéric Delanoy frederic.dela...@gmail.com wrote: On 07/05/2009 08:46 AM, Aurimas Fišeras wrote: On 07/05/2009 03:36 AM, Frédéric Delanoy wrote: On 07/04/2009 11:29 PM, Aurimas

Re: How to test cryptui's dialogs?

2009-07-05 Thread Aurimas Fišeras
On 07/05/2009 01:57 PM, Paul Vriens wrote: Aurimas Fišeras wrote: On 07/05/2009 12:59 PM, Paul Vriens wrote: André Hentschel wrote: Paul Vriens schrieb: On 5 jul 2009, at 09:49, Frédéric Delanoy frederic.dela...@gmail.com wrote: On 07/05/2009 08:46 AM, Aurimas Fišeras wrote: On 07/05/2009

Re: [cryptui] Show the select store text when browsing stores

2009-07-05 Thread Aurimas Fišeras
On 07/05/2009 04:08 PM, Paul Vriens wrote: Hi, We at least see the text now. Selecting is possible but doesn't work (regression?). Changelog Show the select store text when browsing stores +

Re: How to test cryptui's dialogs?

2009-07-06 Thread Aurimas Fišeras
On 07/06/2009 03:44 AM, Juan Lang wrote: Hi Aurimas, But how can I run cryptui's wizards and other dialogs to confirm that everything else is translated correctly? In addition to the excellent suggestions you've already gotten, I'll just add that it's possible to test cryptui's dialogs

What's with winetest-latest?

2009-07-06 Thread Aurimas Fišeras
I get this Error: Can't enumerate test files: 1813. And from test.winehq.org looks like everyone is getting an error.

Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-08 Thread Aurimas Fišeras
On 07/08/2009 10:31 PM, Frédéric Delanoy wrote: I think it should be under the button Finish, so that the Finish button can be shown in the same place instead of Next on the last wizard page.

Re: 2/2 winex11: add XRender based GetSrcAreaStretch

2009-07-14 Thread Aurimas Fišeras
On 07/11/2009 10:08 PM, Roderick Colenbrander wrote: Hi, This patch adds a XRender based GetSrcAreaStretch. A lot of work is offloaded to X (less round trips are needed) and it can take advantage of hardware acceleration. On Nvidia and AMD drivers blt performance has improved by 20% in

Re: [transl 7/8] Add pedantic possibilities to the resource page

2009-08-14 Thread Aurimas Fišeras
On 2009.08.14 17:28, Paul Vriens wrote: Hi, Again, passing pedantic in the URL gets a different behavior. In pedantic mode there will always be a direct comparison with English(US) when there are warnings. Changelog Add pedantic possibilities to the resource page You forgot the patch

Re: advapi32: Fix potential NULL pointer dereference in RegSetValueExA [with test] (Saturn)

2009-01-27 Thread Aurimas Fišeras
Alexandre Julliard wrote: Rob Shearman robertshear...@gmail.com writes: 2009/1/26 Aurimas Fišeras auri...@gmail.com: Saturn's error report: (INCONSISTENT USE) Possible null dereference of variable data+(count-1). This variable is checked for Null at lines: registry.c:1051 Tested

Re: advapi32: Fix potential NULL pointer dereference in RegSetValueExA [with test] (Saturn)

2009-01-27 Thread Aurimas Fišeras
Alexandre Julliard wrote: Aurimas Fišeras auri...@gmail.com writes: Alexandre Julliard wrote: Of course Windows has exception handlers all over the place, but that doesn't mean we want to replicate that behavior. But we want to have a bug-for-bug compatibility with Windows? Without

Re: advapi32: Fix potential NULL pointer dereference in RegSetValueExA [with test] (Saturn)

2009-01-27 Thread Aurimas Fišeras
Alexandre Julliard wrote: Aurimas Fišeras auri...@gmail.com writes: Alexandre Julliard wrote: We only want it when an actual app depends on it, otherwise we'd have to add exception handlers in all functions. Note that the Windows behavior often varies across versions too. So why are we

Re: advapi32: Fix potential NULL pointer dereference in RegSetValueExA [with test] (Saturn)

2009-01-28 Thread Aurimas Fišeras
Alexandre Julliard wrote: Aurimas Fišeras auri...@gmail.com writes: How to know when to fix NULL pointer dereferences if in most such cases code flow can be traced back to a windows API called by other program? If some other program is really calling it with NULL then you can fix

Re: ntdll: add a warning about running wine as root (resend)

2009-02-09 Thread Aurimas Fišeras
James Mckenzie wrote: Alexandre Julliard julli...@winehq.org wrote: [...] New wine installation: su (no dash so root's environment is not picked up) wine notepad install various programs and use them. exit User logs in a second time after learning how to properly use Wine. Attempt to

Re: comdlg32: Resize Find dialog to fit translations

2012-12-02 Thread Aurimas Fišeras
2012.12.02 07:46, Dmitry Timoshkov rašė: Aurimas Fišeras auri...@gmail.com wrote: Controls resized to fit translations for more languages. Tested with resource editor. Did you see a comment in that file just before dialog templates? Hello, I obviously didn't notice that comment. Why do

Re: comdlg32: Resize Find dialog to fit translations

2012-12-02 Thread Aurimas Fišeras
2012.12.02 20:32, Dmitry Timoshkov rašė: Aurimas Fišeras auri...@gmail.com wrote: Controls resized to fit translations for more languages. Tested with resource editor. Did you see a comment in that file just before dialog templates? Hello, I obviously didn't notice that comment. Why do