On 16-02-2012 at 7:55 PM, Matijn Woudt wrote:
> I'd like to help get the dutch translation to 100%, but I would need
> to filter out the false positives first.
I started with this a while ago, but every time I was nearly done, more
translations were marked as fuzzy, more strings were introduced, a
On 06-08-2011 at 11:12 PM, Dan Kegel wrote:
There are many places in the wine source that use a static
to print a fixme just once. Here's a simple macro that
combines declaring and testing the static.
Thoughts?
Hi Dan,
Alexandre turned it down last time:
http://www.winehq.org/pipermail/wine
On 26-01-2011 at 3:45 PM, Albert Pool wrote:
Retry
Here an update of the Dutch Wordpad translation.
Many times computer expert jargon, half-English or too literal
translations were used in Wordpad. This is fixed by this patch.
Albert Pool
Hey Albert,
this patch wasn't accepted because it w
Hey all,
since today, the "N" string shows up as missing on
http://source.winehq.org/transl/ even though it's there in the po file.
This happened for both xcopy and cmd. In the po file it says
#: cmd.rc:257 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
so this is probably because the str
Dan Kegel wrote:
How about this:
#define WINE_ONCE(x) { static int wine_once_var##__LINE__; if
(!wine_once_var##__LINE__++) { x; }}
Example use:
-static int once;
-if (!once++) FIXME_(keyboard)("(%p,%d,0x%08x,%X):
stub\n",hwnd,id,modifiers,vk);
+WINE_ONCE(FIXME_(keyboard)("(%p,%d,0
Hey all,
adding '_ONCE' variants of DPRINTF, FIXME, WARN and ERR is a topic that
came up before on wine devel. The first version of the attached patch
was submitted by Max TenEyck Woodbury, but was deferred until after wine
1.2. I still thought it was a good idea to have the _ONCE variants, so
Michael Stefaniuc wrote:
Hello Alexandre,
attached is the list with the translation patches to cherry-pick for
wine-1.2.1. The list was generated with the attached crud patch
(modified from the version I used for 1.0.1) and then I have manually
removed all my janitorial patches that didn't pr
Paul Vriens wrote:
On 07/16/2010 03:05 PM, Sven Baars wrote:
MessageId=1207
SymbolicName=ERROR_NOT_CONTAINER
Language=NLD
-Not a container
+Geen
.
You are missing something here I guess.
I guess so too. New patch sent
Sven
Michael Stefaniuc wrote:
Hello Max,
are you replacing all FIXME with FIXME_ONCE? While I do agree that we
need the _ONCE variant changing all FIXME is not useful.
bye
michael
On 07/14/2010 09:02 PM, Max TenEyck Woodbury wrote:
---
dlls/ntdll/file.c | 40 ++---
Henri Verbeet wrote:
On 13 July 2010 00:22, Sven Baars wrote:
-Te veel open bestanden
+Teveel open bestanden
Actually, I think the original was more correct. AFAIK "teveel" is a noun.
True. Blame my teachers for never correcting me when I've been doing
this wr
Charles Davis wrote:
On Jun 26, 2010, at 2:32 PM, Jaroslav Šmíd wrote:
---
dlls/hhctrl.ocx/chm.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/hhctrl.ocx/chm.c b/dlls/hhctrl.ocx/chm.c
index 4c85bd9..f0452fa 100644
--- a/dlls/hhctrl.ocx/chm.c
+++ b/dlls/hhct
Hey Łukasz,
all your translations are written in UTF-8, but to actually use UTF-8,
you also have to include a
#pragma code_page(65001)
on top of the file. In this case for example
+#include "res.h"
+
+LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
+
+#pragma code_page(65001)
Atm, if you compile win
Hello Frédéric,
Frédéric Delanoy wrote:
2010/6/2 Sven Baars mailto:sven.w...@gmail.com>>
---
programs/cmd/Nl.rc | 194
---
1 files changed, 106 insertions(+), 88 deletions(-)
Hi Sven,
Some remarks:
- You shouldn't
Luca Bennati wrote:
+/* + * English resources for localspl + * + * Copyright 2005 Huw
Davies + * Copyright 2006 Detlef Riekenberg + *
Hey Luca,
This should probably be
+/*
+ * Italian resources for localspl
+ *
+ * Copyright 2010Luca Bennati
+ *
Same for your other patches ;)
Sven
Dmitry Timoshkov wrote:
Maarten Lankhorst wrote:
On 23-05-10 01:57, Dan Kegel wrote:
I think it's a good idea. 'regression' isn't as strong as 'bisected'.
Unless there are objections, I'll add the keyword on Monday.
I think I'll object. I don't see any point in the bisec
Louis Lenders wrote:
Nikolay Sivov codeweavers.com> writes:
I believe developer's attention doesn't depend on bug state
(confirmed/uncofirmed) at all.
I'm not sure about that, my experience is that some developers do care about
regressions and some don't (actually i thin
Zachary Goldberg wrote:
+AppDB / BugZilla
+BugZilla Changes:
+
+
+
+
+
+ Category
+
+
+Total Bugs Last Issue
+
+
+ Total Bugs This Issue
+
+
+ Net Change
+
+
+
+
+
+ UNCONFIRMED
+
+
+ 2795
+
+
+ 2821
+
+
+
+ +26
+
+
+
+
+
+ NEW
+
+
+ 2677
+
+
+ 2683
Joel Holdsworth wrote:
> Hi Joel,
>
> I think this has been mentioned before, but the monitor icons (32-bit
> and 8-bit for size 32) show a wider lower half of the monitor compared
> to the upper half (I think the 32-bit size 22 as well).
>
I've heard feedback about the screen colour befor
How about this:
First check it the normal way, also taking the maximum patch number into
account.
If a patch with a number higher than the maximum comes in that also
changes tests, then you run the whole patchset again.
If a set is not complete after x hours after the last patch has been se
Greg Geldorp schreef:
From: Ge van Geldorp
From: Roderick Colenbrander
I'm not sure how the bot works but it looks like it concatenated some
of my patches together and then applied to them. I have no idea to
what Wine version it was since it applies fine on Wine git here. It
could be that
20 matches
Mail list logo