Re: [1/16] po: Update Russian translation

2012-08-24 Thread Nikolay Sivov
On 8/25/2012 09:43, Oleg Yarigin wrote: 24.08.2012 12:20, Nikolay Sivov пишет: On 8/24/2012 10:13, Oleg Yarigin wrote: "To install a new program from a floppy disk, CD-ROM drive, or your hard " "drive, click Install." msgstr "" -"Чтобы установить программу с CD-ROM, дискеты или жёсткого

Re: [1/16] po: Update Russian translation

2012-08-24 Thread Oleg Yarigin
24.08.2012 12:20, Nikolay Sivov пишет: On 8/24/2012 10:13, Oleg Yarigin wrote: "To install a new program from a floppy disk, CD-ROM drive, or your hard " "drive, click Install." msgstr "" -"Чтобы установить программу с CD-ROM, дискеты или жёсткого диска, нажмите " -"Установить." +"Для ус

Re: [1/16] po: Update Russian translation

2012-08-24 Thread Oleg Yarigin
24.08.2012 11:19, Dmitry Timoshkov пишет: These new translations look at least questionable to say the least. Pardon, what does it mean? Do you mean, my patches have no any mistake opposite of previous tries? --- Oleg.

Re: advapi32/tests: Skip a couple of registry tests on NT4 to avoid crashing it.

2012-08-24 Thread Alexandre Julliard
Francois Gouget writes: > I know it's bad form to test for the Windows version but I'm not sure > what other check would be relevant here. I think we can safely ignore such old versions at this point. -- Alexandre Julliard julli...@winehq.org

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Vincent Povirk
> IMHO the whole "resolution-independent" term in that article is a pure > speculation to justify inventing and adding new shiny technology to Windows. s/n/tt

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Dmitry Timoshkov
Vincent Povirk wrote: > >> I don't think we should make MeasureString/DrawString > >> resolution-independent because that also makes native's text > >> incredibly ugly, and would greatly increase the complexity of > >> gdip_format_string. > > > > That sounds like a pure guess, not related to my p

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Vincent Povirk
>> I don't think we should make MeasureString/DrawString >> resolution-independent because that also makes native's text >> incredibly ugly, and would greatly increase the complexity of >> gdip_format_string. > > That sounds like a pure guess, not related to my patches. Nope, I read about it here:

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Dmitry Timoshkov
Vincent Povirk wrote: > > For instance accoding to the tests MeasureCharacterRanges adds extra space > > only to X, while GdipMeasureString and GdipDrawString also add extra space > > to Height and Width of the bounding rectangle. > > That doesn't sound inconsistent to me, it's just that those f

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Vincent Povirk
> For instance accoding to the tests MeasureCharacterRanges adds extra space > only to X, while GdipMeasureString and GdipDrawString also add extra space > to Height and Width of the bounding rectangle. That doesn't sound inconsistent to me, it's just that those functions are measuring different t

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > Vincent Povirk wrote: > > > > These APIs use different logic for adding extra space, so at the moment > > > I don't see how gdip_format_string() can be used to do this in one place, > > > but if somebody has an idea how to do that - patches are welcome. > > > > That i

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Dmitry Timoshkov
Vincent Povirk wrote: > > These APIs use different logic for adding extra space, so at the moment > > I don't see how gdip_format_string() can be used to do this in one place, > > but if somebody has an idea how to do that - patches are welcome. > > That is highly unlikely, particularly given th

Re: [3/3] gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text.

2012-08-24 Thread Vincent Povirk
> These APIs use different logic for adding extra space, so at the moment > I don't see how gdip_format_string() can be used to do this in one place, > but if somebody has an idea how to do that - patches are welcome. That is highly unlikely, particularly given that MeasureCharacterRanges is the a

Re: configure --with-osmesa fails to link

2012-08-24 Thread Peter Urbanec
On 24/08/12 18:17, Alexandre Julliard wrote: libOSMesa should be built without shared-glapi, we can't use it otherwise. I rebuilt media-libs/mesa-8.1_rc1_pre20120814 without shared-glapi, but even then I get link errors during configure. Seems to be a missing dependency on C++ runtime. I'v

Re: wshom.ocx/tests: Use proper method macro

2012-08-24 Thread Marvin
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=21198 Your paranoid android

Re: quartz/tests: Use proper method macros

2012-08-24 Thread Marvin
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=21196 Your paranoid android

Re: oleaut32: VaraintChangeType to support VT_BSTR to VT_UI2|VT_ARRAY

2012-08-24 Thread Marvin
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=21195 Your paranoid android

Re: configure --with-osmesa fails to link

2012-08-24 Thread Alexandre Julliard
Peter Urbanec writes: > Any suggestions as to how this could be fixed? My autoconf skills are > no match for this problem :-( libOSMesa should be built without shared-glapi, we can't use it otherwise. -- Alexandre Julliard julli...@winehq.org

Re: configure --with-osmesa fails to link

2012-08-24 Thread Henri Verbeet
That's a Mesa bug (https://bugs.freedesktop.org/show_bug.cgi?id=47824). It might be fixed in current Mesa git, but you should be able to avoid it by disabling shared-glapi either way.

Re: oleaut32: VaraintChangeType to support VT_BSTR to VT_UI2|VT_ARRAY

2012-08-24 Thread Dmitry Timoshkov
Alistair Leslie-Hughes wrote: > Changelog: > oleaut32: VaraintChangeType to support VT_BSTR to VT_UI2|VT_ARRAY Please resend the test separately, your fix conflicts with the patch sent by Roman Dadkov. -- Dmitry.

Re: [2/16] po: Update Russian translation

2012-08-24 Thread Nikolay Sivov
On 8/24/2012 10:14, Oleg Yarigin wrote: #: comctl32.rc:88 msgid "&Add ->" -msgstr "&Добавить ->" +msgstr "&Добавить →" #: comctl32.rc:89 msgid "<- &Remove" -msgstr "<- &Удалить" +msgstr "← &Удалить" I don't think so. #: comdlg32.rc:157 comdlg32.rc:179 msgid "&Directories:" -msgstr

Re: [1/16] po: Update Russian translation

2012-08-24 Thread Nikolay Sivov
On 8/24/2012 10:13, Oleg Yarigin wrote: "To install a new program from a floppy disk, CD-ROM drive, or your hard " "drive, click Install." msgstr "" -"Чтобы установить программу с CD-ROM, дискеты или жёсткого диска, нажмите " -"Установить." +"Для установки программы с компакт- или жёстког

Re: [1/16] po: Update Russian translation

2012-08-24 Thread Dmitry Timoshkov
These new translations look at least questionable to say the least. -- Dmitry.