Re: wininet: Support http_proxy environment variable

2006-08-10 Thread Tobias Burnus
Hi, Dimi Paun wrote: On Thu, 2006-08-10 at 13:33 +0200, Francois Gouget wrote: There may also be a way to specify a password ('[EMAIL PROTECTED]'?). Format is: [user[:[EMAIL PROTECTED]:port] If I google for http_proxy, I always find this additionally prefixed by http://;. Some have

Re: wininet: Support http_proxy environment variable

2006-08-10 Thread Tobias Burnus
Hi, Augusto Arcoverde da Rocha wrote: Hu... Then a better approach would be avoid environment variables, as this seems to be a Wine development directive, and use the right format for the proxy configuration string. I disagree. I think it makes sense to support general environment

Re: wininet: Support http_proxy environment variable

2006-08-10 Thread Tobias Burnus
Hi, Augusto Arcoverde da Rocha schrieb: IMHO, the current password exposition is a ugly thing: $ export http_proxy=http://user:__**password**[EMAIL PROTECTED]:8080 I wouldn't worry to much about a PROXY password. I mean who can access files and environment variables? Basically only you and the

Re: wine

2006-08-08 Thread Tobias Burnus
Hi Hendric Xiaojing, hendric wrote: Hmm Chinese characters were shown as ??. I think there must be something wrong with the code page. Either can't I input Chinese characters. Applications could not detect their running in Chinese local correctly. I think wine still need a great

Re: bugzilla admin

2006-07-15 Thread Tobias Burnus
Hi, Tony Lambregts schrieb: Even with a new bugzilla you cannot do this yourself. Bah! Only an administrator can change a users login name (email). If you want I can change it for you. just send me an email with what you want it changed from andwhat you want it changed to. Depends how

Re: appdb security

2006-06-09 Thread Tobias Burnus
Hi, Jonathan Ernst schrieb: Le jeudi 08 juin 2006 à 11:42 -0400, Chris Morgan a écrit : Can you come up with a non-destructive working example for the appdb website(appdb.winehq.org)? ;-) I ask because I thought we went through this some time ago but I agree that what you say looks like

Re: Bugzilla: Duplicates

2006-03-23 Thread Tobias Burnus
Hello, Just found, that gcc has Most frequently reported Bugs: http://gcc.gnu.org/bugzilla/duplicates.cgi And since we have also bugzilla, i tested http://bugs.winehq.org/duplicates.cgi The Page is present, but not configured to be useful for wine. The code is in the cvs, but I'm

Re: bug in atof

2006-01-21 Thread Tobias Burnus
Hello, Peter Beutner schrieb: It doesn't parse 'd' or 'D' as exponent. Seems to be a MS-only extension to the standard :p I would guess this comes from Fortran. Real values are printed with e, those with double precision printed with d. And as one usually uses double precision in Fortran, one

Re: richedit's RTF writer writes only 8 kBi

2006-01-13 Thread Tobias Burnus
Hi, Dan Kegel wrote: In June '05, Tobias Burnus complained in http://www.winehq.com/hypermail/wine-devel/2005/06/0536.html that there seemed to be an 8kB size limit on rich text output from richedit... but nobody replied to his message. It was soon fixed. (I vaguely remember that the problem

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Tobias Burnus
Hello, Olaf Leidinger wrote: I'm testing Origin 6.0 using wine-0.9.1 and everything is really fine except saving documents. I'm getting a crash here. Just before that crash there is a dialog telling me: File not saved. Please ensure that the disk isn't full (roughly translated). Using a

Augmented file open dialog debug question

2005-11-23 Thread Tobias Burnus
Hello, I have two problems with the augmented file open dialogs. (By augmented I mean that extra buttons, checkboxes etc. have been added to the dialog.) One - this one bothers me most: This dialog has a list at the bottom, to which files can be added. The problem is: If I press the Add

Re: bug 2398: OpenGL, child windows, and wine

2005-10-22 Thread Tobias Burnus
Hello, Dan Kegel wrote: he suggests using the new GL_EXT_framebuffer_object OpenGL extension. I checked around a bit, and it appears to be at least partly supported by the latest NVidia and ATI drivers. I'm tempted to say skip the workaround, at least for the first pass, and just implement the

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Tobias Burnus
Hello, Dimi Paun wrote: Can't we simply bypass the standard Bugzilla search page altogether? After all, all that's needed is for our custom form to build the right URL. And then the customized form could have an 'Advanced Search' link pointing to the regular Bugzilla query page. That's

Problems with file creation, what means L\\??\\C:\\ vs. LC:\\

2005-07-14 Thread Tobias Burnus
Hello, I try to create a file with Origin 6.0 and saving (only) in Origin's internal format fails. Writing other file types (in Origin) to that directory works flawlessly. (Below the output using +file,+ntdll) First, kernel/file.c's CreateFileW is called - trace:file:CreateFileW

[shell32] Load file context menu from resources (try 3)

2005-06-22 Thread Tobias Burnus
Hello, Michael Jung wrote: On Tuesday 21 June 2005 03:11, Tobias Burnus wrote: Well, I actually don't know what is supposed to be there; I saw quite different menus on the different Windows versions. Some seem to have the Properties and Create Link (and other stuff more) and others have

richedit's RTF writer writes only 8 kBi; my shell32 load-menu-from-resources patch

2005-06-17 Thread Tobias Burnus
Hello, assuming that this patch has not been commited since AJ does not regard it as obvious and riskfree (or even as wrong), how could I improve the patch at http://www.winehq.org/hypermail/wine-patches/2005/06/0262.html (Loads the file/folder context menu of the file menus from the resource

ISvItemCm_fnQueryContextMenu load menu from .rc: Patch writing problems

2005-06-10 Thread Tobias Burnus
Hello, I'd like to modify ISvItemCm_fnQueryContextMenu (shell32/shv_item_cmenu.c) in a way that it loads the strings from the .rc file. But I have some trouble. I modified the shell32_En.rc to look like the created context menu, but which puzzles me is that there are two times the same ID:

Re: unix filenames in notepad

2005-05-06 Thread Tobias Burnus
Hello, William Poetra Yoga H wrote: That's the beauty of it! wineprefixcreate sets z: to point to / automatically. Of course the user can always change what z: points to, but / is the default location. What I mean is, z: - / is implied in the source. So even without a z: symlink, the z: drive

Crash due to edit.c patch (was: Regression: origin6 crashes with 20050310 (20050211 works))

2005-04-06 Thread Tobias Burnus
Hello, as described in http://bugs.winehq.org/show_bug.cgi?id=2813 , Origin6 crashes with the edit.c patch, implementing !ES_AUTO[HV]SCROLL (http://www.winehq.org/hypermail/wine-cvs/2005/02/0506.html). A rather concise but hopefully complete enough trace can be found attached to the bug.

Re: Riched20: thanks + regression beta not shown

2005-04-01 Thread Tobias Burnus
Hello, Phil Krylov wrote: Before it showed a beta character from the Symbol font, now it only shows a box ([]). Did you check later CVS? I tried to read an RTF containing beta from the Symbol font both as 'b' (CP_SYMBOL codepage) and as 0xF062 (Unicode), and both did look like betas on the screen.

Re: Regression: origin6 crashes with 20050310 (20050211 works)

2005-03-30 Thread Tobias Burnus
Hello, Tobias Burnus wrote: I try to run a freshly installed Origin6.0 with 20050310, but it shows only the splash window and crashes then. Using the previous release 20050211 it runs just fine. I tracked it down to http://www.winehq.org/hypermail/wine-cvs/2005/02/0506.html Modified files

Riched20: thanks + regression beta not shown

2005-03-24 Thread Tobias Burnus
Hello, first I'd really like to thank the riched20 workers, notably Krzysztof Foltman and Phil Krylov. For the application Diamond it made a big difference: Instead of [[Aring]] etc. one sees the proper symbol and it looks much nicer. But the biggest advantage is that one can now copy or save the

Riched20: regression beta not shown; tab-wish

2005-03-24 Thread Tobias Burnus
Hello, first I'd really like to thank the riched20 workers, notably Krzysztof Foltman and Phil Krylov. For the application Diamond it made a big difference: Instead of [[Aring]] etc. one sees the proper symbol and it looks much nicer. But the biggest advantage is that one can now copy or save

Regression: origin6 crashes with 20050310 (20050211 works)

2005-03-22 Thread Tobias Burnus
Hello, I try to run a freshly installed Origin6.0 with 20050310, but it shows only the splash window and crashes then. Using the previous release 20050211 it runs just fine. While I don't mind compiling Wine and hunting for the patch which causes this problem, the number of patches is rather

WINE: Rendering in Diamond2.x works :-)

2005-02-25 Thread Tobias Burnus
Hello, I'd like to thank the Winegrowers for providing such a nice flavoured Wine. With the current version, the program Diamond is even able to render the output (at least if one turns off the double buffering): w/o rendering: http://www.physik.fu-berlin.de/~tburnus/wine/diamond2.png w/

Re: Ctrl-Shift-N recognized as Ctrl-N

2005-02-20 Thread Tobias Burnus
Hi, Andreas Mohr wrote: On Sat, Feb 19, 2005 at 10:02:13AM +0100, Tobias Burnus wrote: The application Diamond 2 has the following menu shortcuts Ctrl-N - New file Ctrl-Shift-N - Connect atoms unfortunally, I always get a new file, even if I press Shift. Try something like WINEDEBUG

Re: Ctrl-Shift-N recognized as Ctrl-N

2005-02-20 Thread Tobias Burnus
Hi, Andreas Mohr wrote: On Sat, Feb 19, 2005 at 10:02:13AM +0100, Tobias Burnus wrote: The application Diamond 2 has the following menu shortcuts Ctrl-N - New file Ctrl-Shift-N - Connect atoms unfortunally, I always get a new file, even if I press Shift. Try something like WINEDEBUG

Ctrl-Shift-N recognized as Ctrl-N

2005-02-19 Thread Tobias Burnus
Hello, using wine-20050111-0.1 (SUSE builds) or a nightly Codeweavers (or an older version of both for that matter) I have the following problem. The application Diamond 2 has the following menu shortcuts Ctrl-N - New file Ctrl-Shift-N - Connect atoms unfortunally, I always get a new

Re: wineloader: call wineprefixcreate with explicit WINEPREFIX

2005-01-07 Thread Tobias Burnus
Hello, Crestez Leonard wrote: +if [ -z $WINEPREFIX ] +then While my bash accepts this, Tru64 UNIX's POSIX shell does not. Please use $WINEPREFIX instead. Tobias

Re: [AppDB] Fix to allow creating of new accounts (urgent)

2005-01-05 Thread Tobias Burnus
Hello, $result = mysql_query(INSERT INTO user_list VALUES ( NOW(), 0, . '$username', password('$password'), . - '$realname', '$email', NOW(), 0, 0)); + '$realname', '$email', NOW(), 0, 0,

Re: MSIEXEC: Make installation of InstMsiA.exe possible

2004-11-06 Thread Tobias Burnus
Hello, Hans Leidekker wrote: I have an InstMsiA.exe that uses two undocumented msiexec command line parameters: /m and /D and uses an undocumented modifier (!) with the /q parameter. Our msiexec fails when it encounters these and responds with a usage message. For /m I found the following, don't

Re: shell32: shlfileop; Add resource for renaming files on collision (patch 2)

2004-10-21 Thread Tobias Burnus
Hello, Rolf Kalbermatter wrote: + IDS_COPY_X_OF_TEXT Kopie%svon %s + IDS_COPY_X_OF_TEXT Copy%sof %s I may miss something, but I think there is are space missing around the first '%s'. Tobias

Re: Document dosdevices/unc/ (take 2)

2004-08-26 Thread Tobias Burnus
Hello, seemingly I'm unable to grep 'cause I couldn't find the the UNC already present in that file (but not yet on the winehq.org). I therefore added UNC and Universal Naming Convention increasing the chance that one finds it using google/grep. Tobias Index: configuring.sgml

Localizing shell32/shv_item_cmenu.c:ISvItemCm_fnQueryContextMenu

2004-08-26 Thread Tobias Burnus
Hello, if I right click in the file open dialog, select a file and right click, I get a context menu with English menu items. Expected: I'll get a localized menu (e.g. in German). Any idea how to get a localized version? From dlls/shell32/shv_item_cmenu.c *

Menu problem: top menu drawn ok, pulldowns miss text

2004-08-16 Thread Tobias Burnus
Hello, I have a strange problem with the Cambridge Advanced Learner's Dictionary. It, finally¹, starts up but (besides other problems) there is a glitch in the menu. The menu bar looks ok, the dropdown menus work, but the items are empty. The (single?) submenu works again. See

Re: list view completely mangled in WINE

2004-08-05 Thread Tobias Burnus
Hello, Tobias Burnus wrote: The patch improves the situation a lot! Even Save List works now! Thanks! I have another strangeness with multi-select lists (e.g. the lists in Diamond but this might affect other lists as well): * I go to a line, press shift and then the arrow keys. If I use arrow

Re: list view completely mangled in WINE

2004-08-03 Thread Tobias Burnus
Hello, Dimitrie O. Paun wrote: BTW, I've tried to install the demo, but the installer dies on my version of wine. Does it work for you, or did you use Windows for the installation? I used WINE (more precisely CrossOver Office 3.0.1 and CXO nightly) to install the program, which worked flawlessly.

Re: list view completely mangled in WINE

2004-08-02 Thread Tobias Burnus
Hello, Filip Navara wrote: Can you try the attached patch please? The patch improves the situation a lot! Even Save List works now! Thanks! Before: http://www.physik.fu-berlin.de/~tburnus/wine/diamond_list_wine.png Afterwards: http://www.physik.fu-berlin.de/~tburnus/wine/diamond_list_wine2.png The

err:opengl:X11DRV_ChoosePixelFormat Flag not supported

2004-06-30 Thread Tobias Burnus
Hello, I have the following problems with WINE, CVS version as of yesterday and Crystal Impact's Diamond http://www.crystalimpact.com/diamond/ http://www.crystalimpact.com/download/diamond/demo/dm2demo.exe, which installs flawlessly. a) I get a err:opengl:X11DRV_ChoosePixelFormat Flag