Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-30 Thread Martin Nordholts
2011/5/30 Enrico Schröder enni.schroe...@gmail.com: Martin Nordholts mailto:ense...@gmail.com 30. Mai 2011 11:04 Hi again How's it going? Best regards, Martin Hi Martin, sorry for the long pause, finished my exams last week (with moderate success...) ;) Been working on the

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-15 Thread Martin Nordholts
2011/5/14 Enrico Schröder enni.schroe...@gmail.com Hi Martin! Parsing is done via GimpEevl which is called from the UnitEntry. I think it makes sense because the entry is responsible for input and output, the UnitAdjustment holds the value. GimpEevl does not require any UI. Or did you

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-14 Thread Enrico Schröder
Hi Martin! Martin Nordholts 11. Mai 2011 08:01 * The parsing should also be perfomed by a non-UI layer and not in

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-09 Thread Enrico Schröder
Hi everybody, I've come up with a updated (and more detailed) version of class and sequence diagrams for the new widget. http://enni.userpage.fu-berlin.de/GimpUnitEntry.pdf I tried to incorporate some of the comments. Note that all names are subject to change ;-) Our now called GimpUnitEntry

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Alexia Death
2011/5/3 Enrico Schröder enni.schroe...@gmail.com: Hi all, i've come up with the first concept for the rewrite, including a class diagram and sequence diagrams for a few use cases: http://enni.userpage.fu-berlin.de/GimpSizeEntry.pdf Note that it mainly shows how the different components work

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Tobias Jakobs
2011/5/2 Enrico Schröder enni.schroe...@gmail.com: Also, since I'm using a Mac and tried to not having to use a virtual machine, I built git-gimp natively on osx (without X11) and with a patch that moves the menubar from the main window to the top of the screen (like other mac apps). It

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Martin Nordholts
2011/5/2 Enrico Schröder enni.schroe...@gmail.com: Hi all, i've come up with the first concept for the rewrite, including a class diagram and sequence diagrams for a few use cases: http://enni.userpage.fu-berlin.de/GimpSizeEntry.pdf Note that it mainly shows how the different components work

Re: [Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-03 Thread Enrico Schröder
Hi Martin! Martin Nordholts wrote: * The sequence diagrams should be on the class interface i.e. method level. I will work on some more detailed diagrams, these were just less detailed overviews to illustrate what kind of classes I plan on using and what they do. For example, in the simply

[Gimp-developer] [GSoC] GimpSizeEntry widget

2011-05-02 Thread Enrico Schröder
Hi all, i've come up with the first concept for the rewrite, including a class diagram and sequence diagrams for a few use cases: http://enni.userpage.fu-berlin.de/GimpSizeEntry.pdf Note that it mainly shows how the different components work together, not how each component does its work