Hi All, I have a problem with a Epson FS200 Slide/negs Scanner. The problem is more obvious with negatives than with slides. The problem is that I always get...
Javier Hernandez
fjherna@...
Oct 5, 2001 5:51 pm
13878
Hi, we have tried to keep the CVS version of GIMP compileable with the latest releases of GTK+ and friends as well as with the current state of these modules...
Sven Neumann
sven@...
Oct 5, 2001 5:52 pm
13879
Testing -Yosh _______________________________________________ Gimp-developer mailing list Gimp-developer@... ...
Manish Singh
yosh@...
Oct 5, 2001 5:53 pm
13880
Testing. Woohow. -Yosh _______________________________________________ Gimp-developer mailing list Gimp-developer@... ...
Manish Singh
yosh@...
Oct 5, 2001 5:54 pm
13881
Hi, ... I'm all for it. I have already considered doing such a change in gimp HEAD. I'd favor a separate translation domain for the tips since we could avoid...
Sven Neumann
sven@...
Oct 5, 2001 5:54 pm
13882
... Well, if it's _always_ in the same position, could I recommend creating a selection based on that pixel information, rotating the image, selecting a small...
Steinar H. Gunderson
sgunderson@...
Oct 5, 2001 5:59 pm
13883
... I vote for an XML file, if it matters. carol _______________________________________________ Gimp-developer mailing list ...
Carol Spears
cspears@...
Oct 5, 2001 6:00 pm
13884
Hi, ... it would matter if you could name an advantage it would give us. I don't mind adding a simple XML-parser to GIMP-1.4 since it's pretty simple using...
Sven Neumann
sven@...
Oct 5, 2001 6:19 pm
13885
... No, as you say, a header file is probably the easiest solution, there is probably no need for XML as there are no attributes etc. Thanks for looking into...
Christian Rose
menthos@...
Oct 5, 2001 6:24 pm
13886
... Indeed. We should return the universe for a refund. Kelly _______________________________________________ Gimp-developer mailing list ...
Kelly Martin
kmartin@...
Oct 5, 2001 6:29 pm
13887
Hi Sven, ... In my search for low-maintenance web content, gimp tips might be a nice thing. It would make the page look like someone cared about enough to ...
Carol Spears
cspears@...
Oct 5, 2001 6:31 pm
13888
... hmm.. XML could be quickly converted to HTML and used on the web site as a something-or-other? (actually it doesn't matter to me, I am just being silly) ...
Rebecca J. Walter
rjp@...
Oct 5, 2001 6:34 pm
13889
Hi Rebecca, ... XML is supposed to make information more portable into the future, right? GIMP is being used in classrooms lately, it would be nice if we have...
Carol Spears
cspears@...
Oct 5, 2001 6:49 pm
13890
I added a new version of Adaptive Contrast Enhancement to the plugin registry because Kevin doesn't support it anymore. The gtk part is not perfect, so could...
Martin Weber
martweb@...
Oct 5, 2001 6:59 pm
13891
I added a new version of Adaptive Contrast Enhancement to the plugin registry because Kevin doesn't support it anymore. The gtk part is not perfect, so could...
martweb@...
Oct 5, 2001 7:06 pm
13892
Hi. Does it bother anyone else that GIMP translations are being handled by Gnome? I sort of enjoyed the whining when it was being handled by GIMP people. carol...
Carol Spears
cspears@...
Oct 5, 2001 7:49 pm
13893
... I'm not as familiar with XML conversion tools as I am with SGML, but I think they exist. It is like the GIMP help. We write the help in DocBook SGML. It...
Rebecca J. Walter
rjp@...
Oct 5, 2001 7:51 pm
13894
... Couldn't Resynthesize help here? -- branko collin collin@... _______________________________________________ Gimp-developer mailing list ...
Branko Collin
collin@...
Oct 5, 2001 7:59 pm
13895
Hello again Rebecca, ... Okay, everything I know about XML I learned by osmosis (ie, i slept with XML in a Nutshell under my pillow), but XML seems to make...
Carol Spears
cspears@...
Oct 5, 2001 8:15 pm
13896
... Huh? How do you mean? I really don't care who translates our messages as long as the GIMP people have the decision on the project. -- Servus, Daniel ...
Daniel Egger
degger@...
Oct 5, 2001 10:08 pm
13897
... It is SGML right now but is written with XML compatibility in mind so we would simply need to flip a switch (in every file that is) to have full XML. ... ...
Daniel Egger
degger@...
Oct 5, 2001 10:17 pm
13898
... Actually if there was an XML parser this would be the simplest solution. It is just that we'd need a parser and I haven't evaluated the GMarkup part of the...
Daniel Egger
degger@...
Oct 5, 2001 10:29 pm
13899
... Ok. ... If you use a single file, that is true, yes. ... I agree about the advantage over several files, but even a single Gimp Tips XML file would have to...
Christian Rose
menthos@...
Oct 5, 2001 10:42 pm
13900
... We can also use XML for its original purpose -- a markup language. Even just adding an emphasis tag can allow tip writers to be <em>much</em> more ...
Nathan C Summers
rockwlrs@...
Oct 6, 2001 8:07 am
13901
Hi, ... I don't think we want all translations in one file. Not in CVS and not in the distribution. The file will get large and akward to edit. I don't think...
Sven Neumann
sven@...
Oct 6, 2001 9:25 am
13902
Hi, ... GTK+-2.0 allows some simple markup to be applied to labels and other text areas without too much hassle. Actually we don't even need to go for the XML...
Sven Neumann
sven@...
Oct 6, 2001 9:38 am
13903
... I agree with Sven about images in tips. Maybe in the future, after we (we mainly means syngin) have finished documenting all the stuff that HAS to be...
Rebecca J. Walter
rjp@...
Oct 6, 2001 10:05 am
13904
... That wasn't my point. I meant that it might be sensible for tips (instead of introducing the header kludge) and for plugin descriptions because it makes...
Daniel Egger
degger@...
Oct 6, 2001 10:38 am
13905
... That's an abuse of a tag. <em> is a stylistic tag from the HTML days, with XML text should be marked like: <markup><em</markup> is a stylistic tag. The...
Daniel Egger
degger@...
Oct 6, 2001 10:50 am
13906
... No prof. You've got it wrong. em means emphasis. It means the text should be given some sort of emphasis. The stylesheets then determine what that...