Warren Dumortier wrote:
2009/5/9 Scott Ritchie :
Warren Dumortier wrote:
Nice, however i have a little suggestion...
Would it be possible to assign an icon to WINE when you select a
program from the list? This would be nice! ;)
Huh? It's not clear to me what you're referring to here. Which l
2009/5/9 Nicklas Börjesson :
>> http://socghop.appspot.com/student_project/show/google/gsoc2009/wine/t124024892240
>> http://www.nabble.com/SOC-2009%3A-Application-Test-Suite-tc22692224.html
>
> Interesting project. At my workplace, we use TestComplete for testing
> GUI-applications,
> I have had
Well, after some (many) bugfixes and additions, the mighty DIB Engine is almost
100%
operational.
On one of tested apps (MSN Messenger) it behaves even better than original one
:-)
For whom wish to test it, bug 421 page.
Ciao
Max
> http://socghop.appspot.com/student_project/show/google/gsoc2009/wine/t124024892240
> http://www.nabble.com/SOC-2009%3A-Application-Test-Suite-tc22692224.html
Interesting project. At my workplace, we use TestComplete for testing
GUI-applications,
I have had some problems finding similar applica
2009/5/9 Nicklas Börjesson :
>
>
>>It's the registering/download manager that makes it not useful. It's
>>much harder to script all of that.
>
> Why script that? One doesn't need wine to download a file, right?
> I really don't see what the point would be to test that.
> Once you downloaded the fil
2009/5/9 Nicklas Börjesson :
>>Photoshop, however, is harder to test,
>>since it doesn't have an easy free download available.
>
> Free photoshop trial download, you do need to register (and
> download through the "download manager") though:
> https://www.adobe.com/cfusion/tdrc/index.cfm?product=ph
2009/5/9 Scott Ritchie :
> Warren Dumortier wrote:
>>
>> Nice, however i have a little suggestion...
>> Would it be possible to assign an icon to WINE when you select a
>> program from the list? This would be nice! ;)
>
> Huh? It's not clear to me what you're referring to here. Which list? Which
Warren Dumortier wrote:
Nice, however i have a little suggestion...
Would it be possible to assign an icon to WINE when you select a
program from the list? This would be nice! ;)
Huh? It's not clear to me what you're referring to here. Which list?
Which icon?
Thanks,
Scott Ritchie
Daniel Santos wrote:
> I think I just need to create a working solution and propose it as a
> patch.
It's already possible - see task manager. The only requirement for
disabling/enabling debug channels from within the progrm is the debug
channel have to be enabled at the start (WINEDEBUG=+all).
V
Few nitpicks about your patch.
Guy Albertelli wrote:
> +if (!(input = HeapAlloc( GetProcessHeap(), 0, i_size )))
> +{
> +SetLastError( ERROR_NOT_ENOUGH_MEMORY );
> +goto err_ret;
> +}
> +memset( input, 0, i_size );
To zero out allocated memory you should use HEAP_Z
What I'm proposing shouldn't interfere with that. However, my original
proposal is lacking (as I discovered when trying it out) because most of the
object files that use debug logging end up with a static struct
__wine_debug_channel variable that can't be changed from libwine after
initializa
André Hentschel wrote:
> now using SNDMSGW
> ---
> dlls/comctl32/listview.c |1 -
> dlls/comctl32/tests/listview.c |8
> include/commctrl.h |6 ++
> 3 files changed, 14 insertions(+), 1 deletions(-)
>
> +#define ListView_SetCheckState(hwndLV, iIndex, bCh
2009/5/9 Scott Ritchie :
> Hey everyone,
>
> I just wanted to say that the icon discussion I started a couple weeks back
> has born even more fruit, and I'm really happy with the current state of the
> icons that I'm now using in the 1.1.21 Ubuntu packages. I've attached them,
> and will be sending
André Hentschel wrote:
now using SNDMSGW
---
dlls/comctl32/listview.c |1 -
dlls/comctl32/tests/listview.c |8
include/commctrl.h |6 ++
3 files changed, 14 insertions(+), 1 deletions(-)
I still don't follow you. How will it run on systems without unico
2009/5/9 Nicklas Börjesson :
>>When you're not subscribed to the list, your posts have to go through
>>moderation. Sometimes that can take a while.
>
> I do subscribe to the list(and did, from the beginning).
> Or maybe subscription is more than registering to the mailing list?
>
You also need to f
15 matches
Mail list logo