Re: [Gimp-developer] nightly builds of the manual (buildbot)

2010-12-07 Thread Roman Joost
Hi Martin, On Tue, Dec 07, 2010 at 07:40:31PM +0100, Martin Nordholts wrote: > On 12/07/2010 03:39 AM, Roman Joost wrote: > It seems a bit too risky to push every build to wilber, at least in the > beginning. That's fine. Perhaps I could ask my employer to sponsor a bit of server

[Gimp-developer] nightly builds of the manual (buildbot)

2010-12-06 Thread Roman Joost
e snippet it was occupying about 710 MB. Questions: * Is it possible to synchronise the build artifacts (the generated HTML or other formats) with wilber? If so it would make sense to add more steps. Cheers -- Roman Joost www: http://www.romanofski.de email: r

Re: [Gimp-developer] buildbot for user manual?

2010-10-21 Thread Roman Joost
On Sat, Oct 16, 2010 at 01:58:22AM +0200, Marco Ciampa wrote: > On Tue, Oct 12, 2010 at 09:24:51AM +1000, Roman Joost wrote: > > Hi, > > > > since I saw the discussion about buildbot and nightly GIMP builds coming > > up, would there be a possibility to incl

Re: [Gimp-developer] buildbot for user manual?

2010-10-12 Thread Roman Joost
Hi Martin, On Tue, Oct 12, 2010 at 07:32:41AM +0200, Martin Nordholts wrote: > On 10/12/2010 01:24 AM, Roman Joost wrote: > > since I saw the discussion about buildbot and nightly GIMP builds coming > > up, would there be a possibility to include the user manual as well? >

[Gimp-developer] buildbot for user manual?

2010-10-11 Thread Roman Joost
Hi, since I saw the discussion about buildbot and nightly GIMP builds coming up, would there be a possibility to include the user manual as well? Perhaps even further where we could update the current development stage accessible on docs.gimp.org every night? Cheers, -- Roman Joost www: http

Re: [Gimp-developer] Procedure for updating gimp.org

2010-05-03 Thread Roman Joost
Hi Sven, On Tue, May 04, 2010 at 08:07:03AM +0200, Sven Neumann wrote: > > On Tue, 2010-05-04 at 11:37 +1000, Roman Joost wrote: > > [...] > I am still maintaining developer.gimp.org. The web-site lives in git and > anyone who can commit to the gimp source tree or the gimp

[Gimp-developer] Procedure for updating gimp.org

2010-05-03 Thread Roman Joost
named muffin. I'm wondering where the best place for this tutorial is. IMHO developer.gimp.org would be suitable, but I wonder if that is still in use or has been abandoned due to the fact that we currently have no website maintainers? Cheers for any clarifications -- Roman Joost www:

Re: [Gimp-developer] Metadata-Browser and Widgets

2010-04-21 Thread Roman Joost
> are few examples of this in GIMP. The GimpSerializable interface is one, > GimpRectangleTool is also an interface. Aw cheers for that. That should get me going. I remember that I've used the GtkTreeStore interface for the XMPModel. Cheers, -- Roman Joost www: http://www.romanofs

Re: [Gimp-developer] Metadata-Browser and Widgets

2010-04-19 Thread Roman Joost
Hi Sven, thanks for your quick reply! On Sun, Apr 18, 2010 at 10:35:33AM +0200, Sven Neumann wrote: > On Sat, 2010-04-17 at 17:25 +1000, Roman Joost wrote: > How much code does the TextView class actually borrow from the Entry > class? It would borrow the * get_text* (which returns

Re: [Gimp-developer] Calling a function from a custom module

2010-04-19 Thread Roman Joost
the backslash need to be escaped in Python string constants? I guess that could be it. I just wonder why it throws an execution error and not an IOError... Cheers, -- Roman Joost www: http://www.romanofski.de email: romanof...@gimp.org signature.asc Description: Digital signature

Re: [Gimp-developer] Calling a function from a custom module

2010-04-18 Thread Roman Joost
your problem with its error > messages. PyGimp won't even give me a line number >.< Does this code work if you put it into a Python module and don't execute it from within GIMP afterall? There is also a Python console available in GIMP from where you can start trying to

Re: [Gimp-developer] Calling a function from a custom module

2010-04-18 Thread Roman Joost
ou could paste the whole traceback... If you can import your module, it should also be possible to access your function. What will happen if you you explicitly import your function: from ofstrem import fout Cheers -- Roman Joost www: http://www.romanofski.de e

[Gimp-developer] Metadata-Browser and Widgets

2010-04-17 Thread Roman Joost
Maybe the clue is to overwrite the constructor which returns either a GtkEntry, a GtkTextView or ...? Any help, pointers, new ideas would be appreciated :) Cheers, -- Roman Joost www: http://www.romanofski.de email: romanof...@gimp.org signature.asc Description: Digital signature __

Re: [Gimp-developer] XMPModel and custom signals

2009-08-04 Thread Roman Joost
On Mon, Aug 03, 2009 at 09:46:34PM +0200, Sven Neumann wrote: > Hi, > > On Fri, 2009-07-31 at 15:12 +1000, Roman Joost wrote: > > > I could and the patch provided by that bug adds a custom > > 'property-changed' signal. Sven and Mitch thought, if I inherit fr

Re: [Gimp-developer] XMPModel and custom signals

2009-08-03 Thread Roman Joost
Hi Martin, On Sun, Aug 02, 2009 at 01:58:20PM +0200, Martin Nordholts wrote: > On 08/02/2009 01:50 PM, Roman Joost wrote: > >> does not change the fact that it would be nice to have a > >> 'property-changed' signal as a convenience if you have the need to >

Re: [Gimp-developer] XMPModel and custom signals

2009-08-02 Thread Roman Joost
Hi Martin, On Sat, Aug 01, 2009 at 09:32:36AM +0200, Martin Nordholts wrote: > On 07/31/2009 07:12 AM, Roman Joost wrote: > > I could and the patch provided by that bug adds a custom > > 'property-changed' signal. Sven and Mitch thought, if I inherit from > > XMPMo

Re: [Gimp-developer] XMPModel and custom signals

2009-07-30 Thread Roman Joost
On Thu, Jul 30, 2009 at 10:42:55AM +0200, Martin Nordholts wrote: > On 07/28/2009 12:40 PM, Roman Joost wrote: > > Hi, > > > > I wasn't sure if I should bring up this discussion on the mailing list > > or better on the bug report > > (http://bug

[Gimp-developer] XMPModel and custom signals

2009-07-28 Thread Roman Joost
ake life easier. Now - as I said - maybe I missed something, but I'm keen to learn :) Cheers, -- Roman Joost www: http://www.romanofski.de email: romanof...@gimp.org signature.asc Description: Digital signature ___ Gimp-developer mailing list Gim

Re: [Gimp-developer] Problem with creating/compiling XMPModel which inherits from GObject

2009-07-16 Thread Roman Joost
that should be applied > on top of your patch. (You can squash the commits together with an > interactive git rebase) Thanks a lot! Awesome! > There are alternative ways to attack this problem [...] Thanks a lot. That sounds very reasonable. I think I go for that solution! Cheers, --

Re: [Gimp-developer] Problem with creating/compiling XMPModel which inherits from GObject

2009-07-15 Thread Roman Joost
On Thu, Jul 16, 2009 at 04:26:41PM +1000, Roman Joost wrote: > Hi, > > I thought it would be handy, if my XMPModel which stores the XMP > metadata could emit it's own signals if properties or schemas change. > > The model now inherits from GObject and but most of

[Gimp-developer] Problem with creating/compiling XMPModel which inherits from GObject

2009-07-15 Thread Roman Joost
: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ I'm just wondering what I'm doing wrong here. If there is more code needed, I could probably attach it to a bug or put it on the net somewhere. Am I mixing some fundamentals of Gtk and GObject programming here? Cheers, -- R

Re: [Gimp-developer] meta-data browser: EntryWidget + treemodel = chicken/egg problem

2009-07-14 Thread Roman Joost
Hi Martin, On Mon, Jul 13, 2009 at 12:02:29PM +0200, Martin Nordholts wrote: > On 07/12/2009 03:12 PM, Roman Joost wrote: > > When I enter the first characters in the entry, the following happens: > > > > 1. the schema is set (row-changed signal is emitted) > >

[Gimp-developer] meta-data browser: EntryWidget + treemodel = chicken/egg problem

2009-07-12 Thread Roman Joost
storing the model in a private (need to read what this is about) and a it is using a reference for the row. Maybe that's something I should try... Any help or pointers to documentation or source code would be very much appreciated! Cheers, -- Roman Joost www: http://www.romanofski.de

Re: [Gimp-developer] where to put widgets for plugins

2009-07-11 Thread Roman Joost
On Sat, Jul 11, 2009 at 08:33:11AM +0200, Martin Nordholts wrote: > On 07/11/2009 08:23 AM, Roman Joost wrote: > > Hi, > > > > I wonder where I can put and compile a widget I've written for the > > metadata browser. [...] > Since we don't want the libgimpw

[Gimp-developer] where to put widgets for plugins

2009-07-10 Thread Roman Joost
e the XMPModel is storing the data in a GtkTreeModel, the widget could be initialized with a GtkTreeModel, rather providing the whole XMPModel. I'm a bit clueless here what the best solution would be. Cheers for any suggestions, -- Roman Joost www: http://www.romanofski.de email: roman

Re: [Gimp-developer] What's next for the meta-data browser

2009-07-04 Thread Roman Joost
nt to add callbacks to those tree > > columns? A pointer to documentation or some keywords I should look > > out for would be helpful. > > You want to connect to the 'edited' signal of the GtkCellRendererText > object that is responsible for rendering the edit

[Gimp-developer] What's next for the meta-data browser

2009-07-01 Thread Roman Joost
#x27;t know. If you need more information to provide useful help, let me know :) Cheers! -- Roman Joost www: http://www.romanofski.de email: romanof...@gimp.org signature.asc Description: Digital signature ___ Gimp-developer mailing list Gimp-develope

[Gimp-developer] stuck with the metadata plugin

2008-11-06 Thread Roman Joost
t on: http://amy.gocept.com/~roman/metadata.patch It's not productive code, just my lousy attempt to get more the EXIF content displayed in the metadata browser ;) And of course more experience with C. Thanks for any helpful ideas -- Roman Joost www: http://www.

Re: [Gimp-developer] [Gimp-docs] Request to include Gimp Manual

2008-10-24 Thread Roman Joost
ook is still published and available through Amazon. The URL http://gimpmanual.weebly.com is down and it looks like the published book is gone. So... what's the status now? Cheers, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digita

[Gimp-developer] Request to include Gimp Manual Book at Gimp.org books (Gimp merchandise)

2008-10-22 Thread Roman Joost
he book: http://docs.gimp.org/en/pr01.html#gimp-team I don't know who Susan A. Jones is and I also can't think of any contributions from her. Therefore I don't think she should appear as the editor of the manual. Though she probable have to be credited for her task - whateve

Re: [Gimp-developer] Request to include Gimp Manual Book at Gimp.org books (Gimp merchandise)

2008-10-22 Thread Roman Joost
ink that is possible ... at least technically. So finally - you can publish the PDF versions of the manual whereever you want to as long as you stick to the license (naming Susan A. Jones as an editor violates the license probably.). But by publishing it without asking you can't expecting any

Re: [Gimp-developer] Request to include Gimp Manual Book at Gimp.org books (Gimp merchandise)

2008-10-22 Thread Roman Joost
a note that you published the book. It would have been much better to post a mail to the docs mailing list: http://www.gimp.org/mail_lists.html -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature _

[Gimp-developer] ANNOUNCE: Gimp User Manual 2.4.2 released

2008-10-08 Thread Roman Joost
Ciampa, Jean-Pierre Litzler, Mr. Dust, Ulf-D. Ehlert, Alessandro Falappa, Kolbjørn Stuestøl, Vitaly Lomov, Alexandre Prokoudine, Axel Wernicke, Daniel Nylander, Žygimantas Beručka, Liam Quin, Bruce Cowan, Delphine Ménard Happy GIMPing! -- Roman Joost www: http://www.romanofski.de email: [EMAIL

Re: [Gimp-developer] metadata and JPEG - plans and current status

2008-07-23 Thread Roman Joost
arasite. The metadata exif-decode procedure will convert the Exif data to XMP than, to be able to display it as XMP data in the metadata browser. Now after the pros and cons about handling metadata is clarified by your mail, how different do we set our priorities to move forward for this editor an

[Gimp-developer] GIMP metadata plug-in

2008-07-17 Thread Roman Joost
pointers? I try to come up with something usable ... Cheers, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Ber

[Gimp-developer] Menus under Help/User Manual

2008-07-06 Thread Roman Joost
utting numbers in front on the menu entries came to my mind, which seems like a bad workaround on another thought. Is it possible to have some kind of ordering. Though probably problematic if it should stay the same with all the translations of the menu. Cheers, -- Roman Joost www:

[Gimp-developer] ANNOUNCE: Gimp User Manual 2.4.1 released

2008-04-10 Thread Roman Joost
, Sven Neumann, Patrycja Stawiarska, Jean-Pierre Litzler, Pierre Perrier, Roman Joost, Žygimantas Beručka, Mr. Dust, Raphaël Quinet, Harald Duvenbeck, Luigi Chiesa, Yevgeniy Solomovskiy, Jan Herrmann Happy GIMPing! -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc

[Gimp-developer] ANNOUNCE: Gimp User Manual 2.4.0 released (Appendix)

2007-11-30 Thread Roman Joost
Hi! I forgot to mention that the new gimp-help-2.4.0 release also includes fixes for German, English and French. Mea culpa - sorry! Happy GIMPing! -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] ANNOUNCE: Gimp User Manual 2.4.0 released

2007-11-30 Thread Roman Joost
Rosenberg, Daniel Hornung, Paul Pronk, Patrycja Stawiarska, Mr. Dust and Albin. Happy GIMPing! -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature ___ Gimp-developer mailing list Gimp-developer

[Gimp-developer] Minutes from LGM

2007-06-05 Thread Roman Joost
nglist. Cheers, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgpQRB9IirpO9.pgp Description: PGP signature ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] ANNOUNCE: Gimp User Manual 0.11 released

2006-12-11 Thread Roman Joost
. Dust, Hans de Jonge, Kolbjørn Stuestøl, Jan Smith, Adolf Gerold, Thomas Güttler, Oleg Fritz, Raymon Van Wanrooij, Sally C. Barry, Vitaly Lomov, Stephen Brown, Roxana Chernogolova, Alexandre Prokoudine Happy GIMPing! -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED

[Gimp-developer] Re: [Gimp-web] http://layers.gimp.org/ is Ugly

2006-08-29 Thread Roman Joost
to what GIMP users nag the developers about (Usability, Window Management, etc) Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgpoyquJZLWnt.pgp Description: PGP signature ___ Gimp-developer mailing list Gimp-developer

[Gimp-developer] ANNOUNCE: Gimp User Manual 0.10 released

2006-04-14 Thread Roman Joost
, Marco Marega, Cai Qian, Thomas Lotze, Joao S. O. Bueno Calligaris, Semka Kuloviæ-Debals, Calum Mackay, Jakub Friedl, Alessandro Falappa, Marco Ciampa Thanks and Happy GIMPing! -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgpay71ZJ8zof.pgp Description: PGP signature

Re: [Gimp-developer] Why be cryptic? 'Xtns' should be name 'Extensions'

2006-03-23 Thread Roman Joost
lems and solving them. It would make sens if the project comes to a nearly dead end. But this is not the case. Be patient and/or join the development would be much smarter, in my opinion. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgpGPeRjDoVBk.pgp Descript

Re: [Gimp-developer] Why be cryptic? 'Xtns' should be name 'Extensions'

2006-03-22 Thread Roman Joost
I think not copying from Apple nor from Photoshop will be a good start ;) Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgpUqBwKv8uW8.pgp Description: PGP signature ___ Gimp-developer mailing list Gim

Re: [Gimp-developer] GIMP at LinuxTag 2006?

2006-03-08 Thread Roman Joost
On Wed, Mar 08, 2006 at 01:05:42AM -0800, Carol Spears wrote: > On Wed, Mar 08, 2006 at 10:32:45AM +0100, Roman Joost wrote: > > I met Wolfgang Drotschmann from the LinuxTag e.V. at the Chemnitzer > > LinuxTage last weekend. He kindly asked, if the developers or users of >

[Gimp-developer] GIMP at LinuxTag 2006?

2006-03-08 Thread Roman Joost
ny at this time, so I'm not able to drive to Wiesbaden. Sebastian Laube, an enthusiastic GIMP user (who also helped to answer lots of user questions at the Chemnitzer LinuxTage) would like to help in Wiesbaden. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL

Re: [Gimp-developer] Designing a Better Font Selection Widget for use in Open Source Software

2005-09-30 Thread Roman Joost
log which I endore is the font dialog from Apples Mac OS X. You still have to scroll to pick a font, if there are lots of fonts in one category, but it minimizes the effort. Well, just my 2 cents to your proposal :) Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTE

Re: [Gimp-developer] Gimp Conference 2006

2005-09-05 Thread Roman Joost
Hi David! On Sun, Sep 04, 2005 at 08:20:44PM +0200, David Neary wrote: > Come to Lyon for the GIMP Conference, 2006! I hope I can make it. I'm really glad that you guys are organizing again a GimpCon :) Hopefully see you in Lyon! -- Roman Joost www: http://www.romanofski.de email

[Gimp-developer] GUADEC 2005-unified documentation system

2005-06-06 Thread Roman Joost
op.org/desktop-entry-spec/desktop-entry-spec-0.9.4.html#recognized-keys [2] - http://www.freedesktop.org/wiki/Standards_2fhelp_2dsystem Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgp6vM6aFZ50Z.pgp Description: PGP signature

[Gimp-developer] ANNOUNCE: Gimp User Manual 0.8 released

2005-05-21 Thread Roman Joost
Wernicke, Roman Joost, Øyvind Kolås Thanks and Happy GIMPing! -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgp24wIRUxnli.pgp Description: PGP signature

Re: [Gimp-developer] Large donation

2005-04-21 Thread Roman Joost
On Thu, Apr 21, 2005 at 01:16:02PM +0200, Dave Neary wrote: > I just found out from Tim Ney that the GIMP has received a donation of > over $5000 from Hiroyuki Ikezoe in Japan. Wohooo - that are great news! Thanks for everyone who donated to the project so far ... Greetings, -- Roman Joo

Re: [Gimp-developer] Survey: Master's thesis about communication in open sourceprojects: We need your help

2005-03-27 Thread Roman Joost
it does not matter if you are a user or a developer, we need > everybody's input. Nice, are you publishing your thesis somewhere in the web if its done? Would be interesting how the results are. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgpOPYUap

[Gimp-developer] GIMP at "Chemnitzer Linuxtage 2005"

2005-03-06 Thread Roman Joost
reading the GIMP user manual (german and english), which I really appreciate. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] pgp7YEeBatFRy.pgp Description: PGP signature

[Gimp-developer] ANNOUNCE: gimp-help-2 0.7

2005-02-20 Thread Roman Joost
pshot includes new screenshots for chinese content, fixes for the build system, stylesheets and the content. Thanks for everyone who contributed to this manual. Happy Gimping, Roman -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] ___

Re: [Gimp-developer] Judging panel for splashes

2004-12-06 Thread Roman Joost
creen fast, I'm very fine with your solution Dave. I don't have to make the decision which splash screen will be the winner, so I can shut up if you already figured out how to judge :) Dunno what the others think about this ... Greetings, -- Roman Joost www: http://www.romanofski.d

Re: [Gimp-developer] how can I edit pages on wiki.gimp.org?

2004-11-09 Thread Roman Joost
On Tue, Nov 09, 2004 at 11:51:34AM +0100, Roman Joost wrote: > It seems that the GIMP wiki now have some sort of protection against the > annoying spammers, which I really appreciate. I'm really thankfull that > Michael "gardened" the Wiki in the last months. However, am I

[Gimp-developer] how can I edit pages on wiki.gimp.org?

2004-11-09 Thread Roman Joost
It seems that the GIMP wiki now have some sort of protection against the annoying spammers, which I really appreciate. I'm really thankfull that Michael "gardened" the Wiki in the last months. However, am I able to get a password to be able to edit the pages again? Thanks and greet

[Gimp-developer] ANNOUNCE: gimp-help-2 0.5

2004-11-03 Thread Roman Joost
ating the whole thing). Contributors: Raymond Ostertag, Julien Hardelin, Cédric Gémy, Sébastien Barre, Niklas Mattison, William Skaggs, Cai Qian, Eric Lamarque, Sven Neumann, Daniel Egger, Roman Joost Happy Gimping, Roman signature.asc Description: Digital signature

Re: [Gimp-developer] Re: [Gimp-docs] adding a help button to GimpDialog

2004-10-06 Thread Roman Joost
t done: |# | 12% Language: zh_CN Found titles for: 288 ids - Todo: 83 ids Percent done: |### | 77% Note, that this result don't cover any additional written documents. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] ANNOUNCE: GIMP 2.0 User Manual -- developer snapshot

2004-08-09 Thread Roman Joost
helpful, but not required. We're also looking for proof readers. A mostly up-to-date CVS version of the manual can be found at: http://docs.gimp.org/ Thanks to all who made this snapshot possible. Happy writing and testing, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROT

Re: [Gimp-developer] help docs for tablets

2004-07-30 Thread Roman Joost
ntation? Anyway, putting documents to the WIKI which need a big overhaul is a nice idea. I'll have a look at the document. Maybe, we could document only GIMP related topics and delegating basic tablet usage stuff to the Wacom Howto. Greetings, -- Roman Joost www: http://www.romanofski.de

[Gimp-developer] Re: [Gimp-docs] Wording in German: Toolbox

2004-07-26 Thread Roman Joost
On Mon, Jul 26, 2004 at 05:31:28PM +0200, Sven Neumann wrote: > Hi, > > I am sure you already checked the german > glossary maintained by the GTP, didn't you? > Yep - and there is nothing in there. But i'll post my message as on gimp-i18n as well. Greetings,

[Gimp-developer] Wording in German: Toolbox

2004-07-26 Thread Roman Joost
quot; will be a more descriptive word for the Toolbox than "Werkzeugkasten". But, maybe I'm totally wrong and other may think of a completly different window/dialog? So, what do you guys think: "Werkzeugfenster" or "Werkzeugkasten"? Thanks, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] Good news

2004-07-23 Thread Roman Joost
MP meeting. After GUADEC, Dave and I were spaeking with Kenneth and he forwarded us to other SuSE people. Actually, I'm looking forward to work with the SuSE people, which will speed up the development of the whole manual. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EM

Re: [Gimp-developer] A few website ideas

2004-07-22 Thread Roman Joost
I am looking at right now. Well.. i would assume that the "Help" menupoint gives me help if I'm stuck in the website or need some to know what some words mean. I think Documentation is the better main point. You can then specify which documentation you mean: Documentation |-

[Gimp-developer] Guadec5 - first meeting

2004-07-20 Thread Roman Joost
I hope that the summarize of the first meeting on GUADEC 5 isn't to late. -- Topic: GimpCon status - first meeting Present: Sven Neumann (neo), Tor Lillqist (tml), David Odin (dindix), Dave Neary (bolsh), Roman Joost (roman

Re: [Gimp-developer] rearranging Xtns Menu

2004-07-09 Thread Roman Joost
'm wrong, but do you refer here to the normal Help which is now in /Help? If not, should the help entry only cover documentation for the plugins or what is the help thingy doing there? Cheers, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] status of gimp-help-2

2004-07-04 Thread Roman Joost
ople to help us and to have a nice user manual for everyone who is using The GIMP. [1] - gimp/app/widgets/gimphelp-ids.h [2] - http://doc-book.sf.net/homepage/ [3] - http://docutils.sourceforge.net/ [4] - http://docutils.sourceforge.net/sandbox/mmgilbe/rst.py [5] - http://www.mono-project

Re: [Gimp-developer] [OFFTOPIC] About the Guadec-2004

2004-07-02 Thread Roman Joost
of > the Gimp. Same here! > For those who wasn't there, I've put some random pictures here: > http://dindinx.net/photos/album.php?a=/GUADEC-2004/ Nice fotos! Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] new mailinglist

2004-07-01 Thread Roman Joost
: [EMAIL PROTECTED] Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] Confirmation for GUADEC accomodation?

2004-06-21 Thread Roman Joost
e confirmation about beeing registered for the student flat came in here last week. So I think, you'll get the confirmation E-Mail as well in some days. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] Re: Usability test - Results available

2004-06-04 Thread Roman Joost
t? No - this seems to be an issue of the default SuSE theme. The tests were made on a SuSE distribution with an installed GIMP 2.0. They're using QT and GTK+ themes together and it seems, that something is broken there. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMA

Re: [Gimp-developer] Who's coming to GIMPCon?

2004-06-04 Thread Roman Joost
didn't received anything. After asking in may, they said, they'll send the confirmation mails in few days, which didn't happen. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] Web content for GUADEC

2004-04-28 Thread Roman Joost
t the > conference. > > How does this sound? If this sounds OK, can I ask people to start > collecting that information? Who's up for it? > Sounds OK for me, why don't use the WIKI for site preperations (at least to collect the needed informations). Greetings -- Rom

[Gimp-developer] Re: [Gimp-web] Gimp Help on web page?

2004-04-13 Thread Roman Joost
i engine) to Docbook. This would allow users to edit the > help pages they reach when pressing F1. Could be an interesting > experiment... I tried a way to have such a thing for our wiki but failed. So, it would be nice to try the approach from the wikipedia guys :) Greetings -- Rom

Re: [Gimp-developer] Gimp usability tests

2004-04-09 Thread Roman Joost
ect, that TheGimp will become more powerfull and usable as he was in the past. Thats why the usability tests are for. At least that TheGimp's userbase consists of developers, graphic geeks and normal users. We're providing the Gimp manual for the most of the normal users, btw. > can some

Re: [Gimp-developer] Gimp usability tests

2004-04-06 Thread Roman Joost
Greetings -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] Gimp usability tests

2004-04-06 Thread Roman Joost
stand that only tabs can be moved betweend docks and not the docks itself. b) Does the user find the active area, where he can drop the tab to the dock. Thats all of them. In hope it would be useful, Greetings -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] Press pack

2004-03-15 Thread Roman Joost
there we go. Any reccommendations before 2.0 should go here, or to the > wiki. > I looked at the article and sometimes browsed the wiki pages as well. Good work! Greetings -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] the GIMP help system, i18n and other problems

2004-03-12 Thread Roman Joost
ussions. There is nothing what i can add here. Thanks for implementing this for 2.0 release! Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] Project structure

2004-03-09 Thread Roman Joost
On Tue, Mar 09, 2004 at 09:29:02AM +0100, Dave Neary wrote: > > I'd like to propose that the following roles be defined and published > on the site (if it ever gets updated). > > Help: Roman Joost > If the gimp-help-2 team has nothing against this, it'll be okey f

[Gimp-developer] ANNOUNCE: GIMP 2.0 User Manual -- developer snapshot

2004-03-08 Thread Roman Joost
made this snapshot possible. Happy writing and testing, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] Costs estimates

2004-02-25 Thread Roman Joost
for this year and let some more important persons for gimp development to meet eachother in kristiansand. About 500 EUR looks possible for me, but traveling by car seems more stressfull for my car than for me ;) Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] gimp-help-2 preperations for our 1st release

2004-02-04 Thread Roman Joost
sure if this is an "improvement" of the "tool call". Don't get me wrong, but your suggestion covers only tool menu and is not very generic. This section should show the user how he uses the tool or start the dialog. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] gimp-help-2 preperations for our 1st release

2004-02-03 Thread Roman Joost
11th. Hopefully, this release will get some more attention of writing content and fixing tiny errors for the manual. So, keep up the good work and let me know if there are any problems regarding the release. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signatur

Re: [Gimp-developer] gimp-help-2 news ...

2004-01-14 Thread Roman Joost
On Tue, Jan 13, 2004 at 11:32:21AM +0100, Sven Neumann wrote: > Roman Joost <[EMAIL PROTECTED]> writes: > > > I looked at http://www.sagehill.net/docbookxsl/UseCatalog.html#d0e3162 > > and it seems for me, that we don't need a DTD declaration on top of > > gimp

Re: [Gimp-developer] gimp-help-2 news ...

2004-01-12 Thread Roman Joost
esent and the corresponding environment variable is set. I tried to build the manual after removing the declaration and the translation process works fine. If this would work on other machines, i'll remove the DTD declaration on top of gimp.xml. Are there any concerns about that or do i mi

Re: [Gimp-developer] gimp-help-2 news ...

2004-01-11 Thread Roman Joost
r. Are you be able to send me the files by mail? I'll have a look at it. Compare them to my ones i appended on the mail. Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; [ ]> http://www.

Re: [Gimp-developer] gimp-help-2 news ...

2004-01-09 Thread Roman Joost
On Fri, Jan 09, 2004 at 10:06:50PM +0100, raymond ostertag wrote: > Le lun 05/01/2004 ?? 00:49, Roman Joost a ??crit : > > > 1. The problem, that the whole content is mixed up after the generation > > is now fixed. The problem was, that only the dtd in gimp.xml was wrong. &g

Re: [Gimp-developer] gimp-help-2 news ...

2004-01-09 Thread Roman Joost
On Fri, Jan 09, 2004 at 11:10:46PM +0100, raymond ostertag wrote: > Le lun 05/01/2004 ?? 00:49, Roman Joost a ??crit : > > a) Screenshots should be made with the standard GNOME theme and a > > generic font (like Bitstream Sans). > > > Standard GNOME theme is ? I

[Gimp-developer] gimp-help-2 news ...

2004-01-04 Thread Roman Joost
hes for 2004! [1] - http://wiki.gimp.org/gimp/StructureOfTheDocumentation Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] gimp-help-2 - TODOs and ideas

2003-12-18 Thread Roman Joost
On Thu, Dec 18, 2003 at 12:44:16AM +0100, Daniel Egger wrote: > Am Mit, den 17.12.2003 schrieb Roman Joost um 21:30: > > > 1. Renaming of the current XML files, that the corresponding help ids: > > app/widgets/gimphelp-ids.h. This is mostly done by me. I'll check

Re: [Gimp-developer] gimp-help-2 status

2003-12-18 Thread Roman Joost
Sorry for replying a bit late, but i didn't looked in my gimp mailinglist folder ... On Thu, Dec 11, 2003 at 08:08:55AM +0100, Daniel Egger wrote: > Am Mit, den 10.12.2003 schrieb Roman Joost um 22:55: > > > With Raymonds help i'm now be able to build the help with UTF-8

[Gimp-developer] gimp-help-2 - TODOs and ideas

2003-12-17 Thread Roman Joost
p-2 (writing content or something else) and can use bugzilla. How do think other gimp-help-2 members about this? Maybe the project needs a bit more contributors, for making sense... I updated the WIKI pages correspondingly to this mail. Greetings, -- Roman Joost www: http://www.romanofsk

[Gimp-developer] gimp-help-2 status

2003-12-10 Thread Roman Joost
ent and stay in sync with Raymond and Julien. I'm looking forward to have a meeting with the Gimpers in Berlin on the 20C3 and a good manual for the Gimp 2. I hope i didn't missed something ... Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: [Gimp-developer] gimp-help-2 updated

2003-12-04 Thread Roman Joost
On Wed, Dec 03, 2003 at 07:38:00PM +0100, Raymond Ostertag wrote: > On Wed, 3 Dec 2003 12:18:15 +0100 > Roman Joost <[EMAIL PROTECTED]> wrote: > > > > > > What do you call uncommented ? Do you mean not translated ? > > No, sorry for the bad description.

Re: [Gimp-developer] gimp-help-2 updated

2003-12-03 Thread Roman Joost
On Mon, Dec 01, 2003 at 07:08:19PM +0100, Raymond Ostertag wrote: > On Fri, 28 Nov 2003 23:29:40 +0100 > Roman Joost <[EMAIL PROTECTED]> wrote: > > > 4. I found some uncommented code in the frensh translation. It would be > > usefull, that the translator document some

Re: [Gimp-developer] gimp-help-2 updated

2003-11-30 Thread Roman Joost
utf-8 - sorry. Well, in that case i'll make to step to utf-8 and let you all if i'm running into trouble. I'm on adding the swedish language support for scizzo - stay tuned ;) Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

[Gimp-developer] gimp-help-2 updated

2003-11-28 Thread Roman Joost
... Thanks to all authors for the good work and happy writing :) References: --- [1] - http://wiki.gimp.org/gimp/StructureOfTheDocumentation Greetings, -- Roman Joost www: http://www.romanofski.de email: [EMAIL PROTECTED] signature.asc Description: Digital signature

  1   2   >