Adding wikipedia links to appdb?

2010-02-10 Thread Dan Kegel
I often want to learn more about an app while I'm in the appdb, and particularly, I want to know whether it has a good reputation. Wikipedia can often tell me what I need to know. It might be handy to have a wikipedia url field in the appdb, and an option in Browse Apps that says "only show apps

Re: shell32[1/2]: implements shell link's GetCurFile (with tests, fixes bug #21297)

2010-02-10 Thread Nikolay Sivov
On 2/10/2010 23:28, Austin English wrote: 2010/2/10 Mikołaj Zalewski: Some installers require this. +expect_eq_x(S_FALSE, IPersistFile_IsDirty(pf)); +expect_eq_x(S_FALSE, IPersistFile_GetCurFile(pf,&string)); +expect_eq_p(NULL, string); +expect_eq_x(S_OK, IShellLinkA

Re: shell32[1/2]: implements shell link's GetCurFile (with tests, fixes bug #21297)

2010-02-10 Thread Austin English
2010/2/10 Mikołaj Zalewski : >  Some installers require this. +expect_eq_x(S_FALSE, IPersistFile_IsDirty(pf)); +expect_eq_x(S_FALSE, IPersistFile_GetCurFile(pf, &string)); +expect_eq_p(NULL, string); +expect_eq_x(S_OK, IShellLinkA_GetHotkey(link, &hotkey)); +expect_eq_x(0, hotke

mountmgr removable media woes

2010-02-10 Thread louis
Hi all, I'm troubleshooting some removable media mounting issues with WINE 1.1.7. It seems that when using an auto-mounting program such as gnome-volume-manager or thunar-volman that WINE's mountmgr misses a HAL notification. This happens when WINE is already running and a new disk is inserted

Re: Some new Spanish translations

2010-02-10 Thread Nikolay Sivov
On 2/10/2010 20:28, José Manuel Ferrer Ortiz wrote: Hello all. Here you are a few newly translated Spanish resource files, for hhctrl, iccvid, localspl and mapi32 dlls. Regards, José Manuel Hi, Jose. Use UTF-8 encoding with corresponding pragma directive. +#include "localspl_private.h" + +LA

Re: Wine FIXME Report January 2010

2010-02-10 Thread Francois Gouget
On Tue, 9 Feb 2010, Michael Stefaniuc wrote: [...] > > It seems the data is sliced three ways: > I needed some catchy titles; I know those aren't that great. If somebody has > better ideas I'm all ears. I don't know if this is any better than your titles, but here's a try: * Most frequent messa

Re: [PATCH 1/3] user32/winex11: Move 32-bit cursor/icon structure to 32-bit header.

2010-02-10 Thread Alexandre Julliard
Erich Hoover writes: > --- a/include/winuser.h > +++ b/include/winuser.h > @@ -98,6 +98,17 @@ typedef HANDLE HDWP; > #define WSF_VISIBLE 1 > #define DF_ALLOWOTHERACCOUNTHOOK 1 > > +typedef struct tagWINECURSORICON { > +POINTptHotSpot; > +WORD nWidt

Re: wined3d: Add surface conversion function from WINED3DFMT_YUY2 to WINED3DFMT_B8G8R8X8_UNORM

2010-02-10 Thread Stefan Dösinger
Am 09.02.2010 um 18:11 schrieb Sandijs Ribaks: > This is a patch for http://bugs.winehq.org/show_bug.cgi?id=21629 . It seems ok in concept, just a few points: > +static void convert_yuy2_x8r8g8b8(const BYTE *src, BYTE *dst, > +DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int