Re: bugzilla search error

2005-09-23 Thread James Hawkins
On 9/24/05, James Hawkins <[EMAIL PROTECTED]> wrote: > On 9/24/05, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > > > > When itry to click the top search button in bugzilla search, with summary = > > msvcrt and keywords = msvcrt > > I am getting the above error > > > > This error occurrs wheneve

Re: bugzilla search error

2005-09-23 Thread James Hawkins
On 9/24/05, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > Software error: Undefined subroutine > &Bugzilla::Search::ThrowUserError called at > Bugzilla/Search.pm line 561. > > > > For help, please send mail to the webmaster ([EMAIL PROTECTED]), > giving this error message and the time and date o

bugzilla search error

2005-09-23 Thread Vijay Kiran Kamuju
Software error: Undefined subroutine &Bugzilla::Search::ThrowUserError called at Bugzilla/Search.pm line 561. For help, please send mail to the webmaster ([EMAIL PROTECTED]), giving this error message and the time and date of the error. Hi, When itry to click the top search button in bugzilla

Need help copying and painting with BitBlt

2005-09-23 Thread James Hawkins
Hey guys, I'm working on implementing the SizeBar in HTML Help, but I'm running into troubles with BitBlt. The expected behavior is as follows: * User left-clicks on the SizeBar window. WM_LBUTTONDOWN - Copy the contents of the SizeBar window to a bitmap. * User "drags" the SizeBar left or rig

Re: XEmbed Systray Support

2005-09-23 Thread James Liggett
On Wed, 2005-09-21 at 12:07 +0200, Alexandre Julliard wrote: > Also what's > the reason for having an XSync here? The XSync call is in the example on freedeskotop.org for showing how to send client messages (http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.2.html#messages) uses

Re: mlang

2005-09-23 Thread Aric Stewart
I did not see a way to go both ways. From a CHARSET to CodePage was given in TranslateCharsetInfo but unless i missed it there was not a way to go from CodePage to CHARSET. If there is a way then i can make that work then I will change things to use that instead. -aric Huw D M Davies wrote:

Re: mlang

2005-09-23 Thread Huw D M Davies
On Fri, Sep 23, 2005 at 01:38:39PM -0500, Aric Stewart wrote: > Implement a basic beginning for >fnIMLangFontLink_CodePageToCodePages, > fnIMLangFontLink_CodePagesToCodePage and fnIMLangFontLink_GetFontCodePages. > Also some tests for the new functions. > Index: dlls/mlang/mlang.c >

Theming SoC outcome

2005-09-23 Thread Frank Richter
Hi, as some of you may have noticed, I did a bunch of theming-related work in Wine, which was done within a project in Google's Summer of Code. This is a small overview over what I've done: - All "non-standard" controls(those that are provided by comctl32, e.g. Tabs) are themed and seem to work qu

(no subject)

2005-09-23 Thread dank
Dimi wrote: >> http://kegel.com/wine/qa > >Good page. Thanks! >I'm afraid that it will not get enough >exposure up on your site though, Don't underestimate the power of search engines to find obscure content... but I agree. >it seems to me >it would fit perfectly into our Wiki. Ditto for the

Re: memory leak detection patch (usable for

2005-09-23 Thread Oliver Stieber
--- Detlef Riekenberg <[EMAIL PROTECTED]> wrote: > Hi Mike > > > This patch is written for MSI, but could be adapted to other code. It > > keeps a linked list of allocated memory and removes free'd memory from > > the list. > > Nice Hint. > I will reuse that, while working on the Printing su

oh, and a question about old config options

2005-09-23 Thread Robbert Xerox
Hi, i also would like to ask the following question: I've sent in a patch to add an option to run applications in Managed mode (or not). My question is : what is the status of this option (and others from the old config file) in current wine: is there a policy to get rid of these options, or will t

Re: Organizing more Wine bug triage

2005-09-23 Thread Dimi Paun
From: <[EMAIL PROTECTED]> > As a first stab, I've created a web page, > http://kegel.com/wine/qa > describing bug triage and giving easy steps > for people who are interested in helping. Good page. I'm afraid that it will not get enough exposure up on your site though, it seems to me it would fi

Empowering QA volunteers to add keywords...

2005-09-23 Thread Robbert Xerox
I'd like to help out too, to get the bugzilla database managed a bit. I think you have to contact dustin navea; i've sent him a mail but got no response. Anyone suggestions? Regards In the OpenOffice.org QA project, volunteers who have proven themselves by adding helpful comments to a few bug re

Re: memory leak detection patch (usable for

2005-09-23 Thread Detlef Riekenberg
Hi Mike > This patch is written for MSI, but could be adapted to other code. It > keeps a linked list of allocated memory and removes free'd memory from > the list. Nice Hint. I will reuse that, while working on the Printing subsystem. > so hopefully somebody else will find it useful too. sh

Empowering QA volunteers to add keywords...

2005-09-23 Thread dank
In the OpenOffice.org QA project, volunteers who have proven themselves by adding helpful comments to a few bug reports can then request to be given the ability to change all fields of a bug report (see http://qa.openoffice.org/helping.html). IMHO Wine might want to try that out, too. I hereby re

Re: ntsepkg.h and security.h missed in wine

2005-09-23 Thread Ivan Leo Puoti
Steven Edwards wrote: > Find out who the author is if it is not listed in the header and add a LGPL header with a copyright line and submit the headers to wine-patches. Mingw headers are licensed under a BSD/X11 style license so we have no problem including them in wine. They aren't licenced a

Fwd: [RESEND] WININET: use ICU_BROWSER_MODE in InternetCanonicalizeUrl

2005-09-23 Thread Denis Lukianov
Anything wrong with my patch? It hasn't been acceptedBegin forwarded message:From: Denis Lukianov <[EMAIL PROTECTED]>Date: 22 September 2005 03:06:12 BDTTo: [EMAIL PROTECTED]Subject: [RESEND] WININET: use ICU_BROWSER_MODE in InternetCanonicalizeUrlReply-To: wine-devel@winehq.org Fixes bug 3319.

Organizing more Wine bug triage

2005-09-23 Thread dank
Wine's bugzilla has 375 unconfirmed bugs reported since the beginning of the year. A fair number of these are worth fixing, but don't have good recipes for how to reproduce them. I think it's time to make a concerted effort to recruit more Wine users to help triage bug reports, so wine developers c

Re: ntsepkg.h and security.h missed in wine

2005-09-23 Thread Steven Edwards
Hi Peter, On 9/23/05, Peter Lemenkov <[EMAIL PROTECTED]> wrote: > I'm trying to compile Miranda-IM with Winelib (main module already > compiled) and find oud that these two necessary headers are missed in > Wine-includes. In order to compile miranda-im, I took 'em from MinGW > win32api distributio

Re: OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-09-23 Thread Alex Villací­s Lasso
Dimi Paun wrote: From: "Alex Villací­s Lasso" <[EMAIL PROTECTED]> By popular request, I am resending the implementation for DECIMAL multiplication/division in small patches. Good, but please send one patch per email. I sent the patches one per email, as indicated. However, only t

Re: Documentation volunteer(s) needed

2005-09-23 Thread josephblack
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Folks, > > As most of you probably know (at least those of you who managed to get > out of bed in time for my keynote ;-) we are supposed to release 0.9 > real soon now. We do have one remaining issue: the documentation > needs some maj

ntsepkg.h and security.h missed in wine

2005-09-23 Thread Peter Lemenkov
Hello, All! I'm trying to compile Miranda-IM with Winelib (main module already compiled) and find oud that these two necessary headers are missed in Wine-includes. In order to compile miranda-im, I took 'em from MinGW win32api distribution: http://cvs.sourceforge.net/viewcvs.py/*checkout*/m

Re: Norwegian Bokmål documentation

2005-09-23 Thread Alexandre Julliard
"Alexander N. Sørnes" <[EMAIL PROTECTED]> writes: > I don't know how to make a patch for this, but the README.no file in > documentation/ should be renamed README.nb. There are two variants of > Norwegian: Bokmål (nb) and Nynorsk (nn). The idea is the default language gets the main name, then

Re: [DOCS, POLICY] Documenting stuff that doesn't work right?

2005-09-23 Thread Alexandre Julliard
Holly Bostick <[EMAIL PROTECTED]> writes: > Well I *thought* I had-- I renamed my current .wine directory (I have > several previous renamed .wine directories in my ~/ folder; the names > all start with .wine, though, such as .wine.borked, .wine.borkedmaybe, > .wine.old and the like. I try to pres

Re: [DOCS, POLICY] Documenting stuff that doesn't work right?

2005-09-23 Thread Holly Bostick
Alexandre Julliard schreef: > Holly Bostick <[EMAIL PROTECTED]> writes: > > >> I was installing Icewind Dale, and like all games and >> Wine-installed programs, I meant to install to the partition I have >> set aside for that purpose, which is mounted to /usr/local/games, >> with a symlink in my

Re: Interaction between shell32.ShellExecute, IContextMenu and the ShellLink object?

2005-09-23 Thread Kevin Koltzau
On Friday 23 September 2005 4:10 am, Mike McCormack wrote: > Hi All, > The question is, through which interface (or set of interfaces) does > shell32 invoke the Shelllink object? > > From what I can determine, ShellExecute should use the .lnk extension > to look in the registry (HKCR\.lnk -> HKCR\

Interaction between shell32.ShellExecute, IContextMenu and the ShellLink object?

2005-09-23 Thread Mike McCormack
Hi All, Currently the way that ShellExecute is implemented looks wrong. Resolving shortcuts is done by calling SHELL_ResolveShortCutW (line 273 of dlls/shell32/shlexec.c) instead of invoking ShellLink object and letting it resolve itself. The question is, through which interface (or set of

Re: autogen configure script

2005-09-23 Thread Marcus Meissner
On Fri, Sep 23, 2005 at 02:31:55AM -0400, Steven Edwards wrote: > Hi, > A lot of people don't like the fact we diff configure and configure.ac > so here is a autogen.sh ripped from the Samba4 source. Can we get > something like this in cvs? Please keep this kind of abonimation from CVS. Just do n

Re: WooHoo get a load of this :-)

2005-09-23 Thread Marcus Meissner
> I'd say we should all wait till we see what's in the challenge registration > form, where they are actually supposed to reveal exactly what those $10k buys > them. > > One application doesn't mean much. It can be something huge. It can be > something that needs something that wine nowhere nea

Re: autogen configure script

2005-09-23 Thread Mike McCormack
Steven Edwards wrote: A lot of people don't like the fact we diff configure and configure.ac so here is a autogen.sh ripped from the Samba4 source. Can we get something like this in cvs? You don't need to diff configure, only configure.ac. Alexandre discards configure changes and regenerate

QA'ing wine running elementary school software

2005-09-23 Thread dank
I'm still looking around to figure out what software it'd be worth QA'ing under Wine as Wine approaches 0.9 or 1.0. Here's a likely set of candidates in the educational software category, along with links to free demos and the appropriate appdb pages: "Kidspiration" Free trial: http://www.inspirat