Invitation to connect on LinkedIn

2012-01-20 Thread Mark Lu
LinkedIn I'd like to add you to my professional network on LinkedIn. - Mark Mark Lu Software Engineer at Famo.us San Francisco Bay Area Confirm that you know Mark Lu: https://www.linkedin.com/e/-e2qz00-gxobhdv9-6t/isd/5602759993/HrqbmUDG/?hs=false&tok=3U7X9hCuf0wl41 -- You are r

Re: (try 5)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

2012-01-20 Thread Dmitry Timoshkov
Aric Stewart wrote: > + TRACE("found scan=%04x keyc=%u keysym=%04lu > modified_string=%s\n", > + scanCode, keyc, keys, debugstr_an(name,idx-name)); Please keep printing a keysym in hex, printing it in decimal (especially with leading zeros) is not useful

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Henri Verbeet
On 21 January 2012 03:48, Vitaliy Margolen wrote: > IMHO, it should be an additional component sound-general, or sound-unknown, > or better yet "unknown-sound". There are many areas like that, that require > investigation by a person with knowledge of said area to properly set > component. > Yes,

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Vitaliy Margolen
On 01/20/2012 12:45 PM, Austin English wrote: On Fri, Jan 20, 2012 at 11:04, Dmitry Timoshkov wrote: Henri Verbeet wrote: On 20 January 2012 17:25, Dmitry Timoshkov wrote: If the problem is sound related there are usually some known words in the summary line describing the problem, why not

Re: comdlg32: Correctly handle filters with multiple file extensions in Save As dialogs (try 3)

2012-01-20 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=16587 Your paranoid android

Re: In-process wine server (a.k.a., "Dirty Speed Hack")

2012-01-20 Thread Stefan Dösinger
Am Freitag, 20. Januar 2012, 11:47:11 schrieb Daniel Santos: > This hack builds a libwineserver.so that the primary application (i.e., > the one you first launch) will spawn a thread and run the wine server in > the same process, What happens when this process exits normally, but other processes st

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Austin English
On Fri, Jan 20, 2012 at 11:04, Dmitry Timoshkov wrote: > Henri Verbeet wrote: > >> On 20 January 2012 17:25, Dmitry Timoshkov wrote: >> > If the problem is sound related there are usually some known words in >> > the summary line describing the problem, why not search for them? Why >> > do you t

resolving dead-locks using InterlockedPushEntrySList on MacOS #29657

2012-01-20 Thread Joerg-Cyril . Hoehle
Hi, Let's assume for the discussion that Winecoreaudio/mmdevdrv.c: ca_in_buffer_cb(...) { OSSpinLockLock(&This->lock); list_add_tail(&This->avail_buffers, &buf->entry); This->inbuf_frames += buffer->mAudioDataByteSize / This->fmt->nBlockAlign; OSSpinLockUnlock(&This->lock); } real

Re: [PATCH] ieframe: Added HTTP navigation and GoBack tests

2012-01-20 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=16580 Your paranoid android

Re: [PATCH] ieframe: Added HTTP navigation and GoBack tests

2012-01-20 Thread Jacek Caban
On 1/20/12 6:35 PM, Marvin wrote: 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

In-process wine server (a.k.a., "Dirty Speed Hack")

2012-01-20 Thread Daniel Santos
Here's my hack after some cleanup, refinements and further experimentation (mostly discovering what doesn't work). It's still in the early stages. So I had this idea about 3 years ago and when playing Star Wars Battlefront (1 and 2) and having such long load times that I couldn't alleviate much b

Re: Getting Wine's PO files on Launchpad

2012-01-20 Thread Francois Gouget
I've had a discussion about getting Wine's PO files online with Andrej Znidarsic and thought it would be interesting to share it here (with his permission): Andrej Znidarsic wrote: > I have just discussed some details about how translations in Launchpad > work. Basically there is no direct tr

Re: Major mmdevapi and winmm audio bugs

2012-01-20 Thread Andrew Eikum
On Fri, Jan 20, 2012 at 05:43:15PM +0100, joerg-cyril.hoe...@t-systems.com wrote: > #29294 no sound with ALSA loopback > #28781 loopback to Jack > It is not acceptable for winealsa to solely know "default" and "hw:x,y". > The user can define and use any other name in the asound.conf files. > The o

Major mmdevapi and winmm audio bugs

2012-01-20 Thread Joerg-Cyril . Hoehle
Hi, Again, the list is quite different from what I posted last month, partly because of a shift in focus. The good news is: judging from bugzilla, audio seems to work much better since 1.3.36/37. #29294 no sound with ALSA loopback #28781 loopback to Jack It is not acceptable for winealsa to sole

Re: (try 4)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

2012-01-20 Thread Dmitry Timoshkov
Aric Stewart wrote: > That is why I am questioning, The one in the TRACE statement > > 1) is the same as used later in the code, so retains consistency. > 2) generates a compiler warning if i remove it so appears to be useful. For sure there are other ways to avoid compiler warnings, one of th

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Dmitry Timoshkov
Henri Verbeet wrote: > On 20 January 2012 17:25, Dmitry Timoshkov wrote: > > If the problem is sound related there are usually some known words in > > the summary line describing the problem, why not search for them? Why > > do you think inventing a new keyword and adding it to the buch of bugs

Re: (try 4)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

2012-01-20 Thread Aric Stewart
That is why I am questioning, The one in the TRACE statement 1) is the same as used later in the code, so retains consistency. 2) generates a compiler warning if i remove it so appears to be useful. -aric On 12/01/20 10:57, Dmitry Timoshkov wrote: Aric Stewart wrote: which cast are you fin

Re: (try 4)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

2012-01-20 Thread Dmitry Timoshkov
Aric Stewart wrote: > which cast are you finding to be unneccessary? Are there that many of them? I see only one. -- Dmitry.

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Henri Verbeet
On 20 January 2012 17:25, Dmitry Timoshkov wrote: > If the problem is sound related there are usually some known words in > the summary line describing the problem, why not search for them? Why > do you think inventing a new keyword and adding it to the buch of bugs > is easier that correctly form

Re: (try 4)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

2012-01-20 Thread Aric Stewart
which cast are you finding to be unneccessary? -aric On 12/01/20 10:26, Dmitry Timoshkov wrote: Aric Stewart wrote: The problem is that there is no XK keycode for just Shift, Control or Menu so X11DRV_MapVirtualKeyEx maps them to Shift_L, etc. As a result the string XKeysymToString returns i

Re: (try 4)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

2012-01-20 Thread Dmitry Timoshkov
Aric Stewart wrote: > The problem is that there is no XK keycode for just Shift, Control or > Menu so X11DRV_MapVirtualKeyEx maps them to Shift_L, etc. As a result > the string XKeysymToString returns is a string with a _L or _R at the > end, even if the "don't care" bit is set. > > try4: For

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Dmitry Timoshkov
Andrew Eikum wrote: > > > Because then I can search for audio-related bugs where the component > > > is not yet known. > > > > If the component is unknown probably there is no need to speculate about > > the reasons and the source of the bug and investigate the problem instead? > > > > I can't

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Andrew Eikum
On Fri, Jan 20, 2012 at 10:40:53PM +0800, Dmitry Timoshkov wrote: > Andrew Eikum wrote: > > > > > Austin English wrote: > > > > >If no one opposes in the next few days I'll add it/start tagging bugs. > > > > I'm no more opposed to adding a pseudo-component. I simply > > > > suggest naming it unk

Re: (try 3)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

2012-01-20 Thread Dmitry Timoshkov
Aric Stewart wrote: > +char* idx = strrchr(name,'_'); > +if (idx) > +{ > +if (strcasecmp(idx,"_r")==0 || strcasecmp(idx,"_l")==0) > +{ > +INT rc = 0; > +TRACE("found scan=%04x keyc=%u keysy

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Dmitry Timoshkov
Andrew Eikum wrote: > > > Austin English wrote: > > > >If no one opposes in the next few days I'll add it/start tagging bugs. > > > I'm no more opposed to adding a pseudo-component. I simply > > > suggest naming it unknown-audio or unknown-sound instead of > > > "sound" such that people will hop

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Andrew Eikum
On Fri, Jan 20, 2012 at 07:23:42PM +0800, Dmitry Timoshkov wrote: > joerg-cyril.hoe...@t-systems.com wrote: > > > Austin English wrote: > > >If no one opposes in the next few days I'll add it/start tagging bugs. > > I'm no more opposed to adding a pseudo-component. I simply > > suggest naming it

Re: mmcndmgr: Implement IMMCVersionInfo

2012-01-20 Thread Alistair Leslie-Hughes
Ignore this. On 20/01/2012 9:32 PM, Alistair Leslie-Hughes wrote: Hi, Changelog: mmcndmgr: Implement IMMCVersionInfo Best Regards Alistair Leslie-Hughes

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Dmitry Timoshkov
joerg-cyril.hoe...@t-systems.com wrote: > Austin English wrote: > >If no one opposes in the next few days I'll add it/start tagging bugs. > I'm no more opposed to adding a pseudo-component. I simply > suggest naming it unknown-audio or unknown-sound instead of > "sound" such that people will hope

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Jerome Leclanche
On Fri, Jan 20, 2012 at 9:49 AM, wrote: > BTW, can I rename one of my saved searches? > Saving it as a different name (at the bottom of the page) does the trick. > Thank you, >Jörg Höhle > > J. Leclanche

"Sound" keyword on bugzilla

2012-01-20 Thread Joerg-Cyril . Hoehle
Hi, Austin English wrote: >If no one opposes in the next few days I'll add it/start tagging bugs. I'm no more opposed to adding a pseudo-component. I simply suggest naming it unknown-audio or unknown-sound instead of "sound" such that people will hopefully still use the existing quartz, mmdevapi,

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Dmitry Timoshkov
Jerome Leclanche wrote: > I see your point on printing but I disagree on it being "useless". If > "proper printing" had been a 1.4 milestone, I'm sure whoever would have > worked on it would find it wonderfully useful. If somebody is lazy or clueless to set a proper bugzilla component, then usin

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Jerome Leclanche
I see your point on printing but I disagree on it being "useless". If "proper printing" had been a 1.4 milestone, I'm sure whoever would have worked on it would find it wonderfully useful. J. Leclanche On Fri, Jan 20, 2012 at 9:35 AM, Dmitry Timoshkov wrote: > Austin English wrote: > > > I wo

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Dmitry Timoshkov
Austin English wrote: > I would say this is what components are for, though the point that > pulseaudio/etc. bugs were filed as -unknown is valid. > > If no one opposes in the next few days I'll add it/start tagging bugs. I'd oppose to adding yet another useless keyword just to avoid setting ap