[Gimp-developer] GSoC 2011 - GimpSizeEntry widget

2011-03-27 Thread Enrico Schröder
Hello, my name is Enrico Schröder. I'm studying computer science at Freie Universität Berlin, but am currently studying abroad in Paris at Université Paris Diderot. I would like to apply for the Replace the GimpSizeEntry widget project for Summer of Code 2011. I have strong experience in C and am

[Gimp-developer] GSoC 2011 - Replace GimpSizeEntry widget

2011-04-04 Thread Enrico Schröder
Hello Gimp developers, I'm currently applying for the GimpSizeEntry project for Summer of Code. To keep my application short and to allow further discussion and feedback, I decided to post the detailed description of my proposal on the mailing list instead of in the application itself. My

[Gimp-developer] GSoC 2011 - Replace GimpSizeEntry widget

2011-04-04 Thread Enrico Schröder
Hello Gimp developers, I'm currently applying for the GimpSizeEntry widget for SummerOfCode. To keep my application short and allow further discussion and feedback, I've decided to post the detailed description of my proposal on the mailing list instead of in the application itself. My

[Gimp-developer] GSoC application overview

2011-04-08 Thread Enrico Schröder
Hello Gimp developers, I finished my applications for summer of code. 1) Replace GimpSizeEntry widgethttp://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/enrico_schroeder/1 2) Dynamically resizeable

[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

[Gimp-developer] native osx version

2011-05-03 Thread Enrico Schröder
Creating a new thread as this has nothing to do with my Summer of Code project... It would be nice, if you can document the steps to compile Gimp for MacOS in the Wiki: http://wiki.gimp.org/index.php/Users:Beginner_Developer%27s_FAQ I can try, but it was such a mess... I'm not sure I can

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

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-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

[Gimp-developer] [GSOC] GimpUnitEntry - integration into grid editor

2011-07-01 Thread Enrico Schröder
Hi all, during the integration of the new UnitEntry widget into Gimp I came across the grid editor. At the moment it uses two rows, one for entering the value in pixels, one for entering it in another unit (cm, inch etc). Both display the same value. Is there a reason for not using just one

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-14 Thread Enrico Schröder
Hi, GimpUnitEntryTable is not a GtkWidget, hence the change. I know, the name is not very good, but we're working on it ;) GimpUnitEntryTable derives from GObject and just holds, among other things, a GtkTable with the entries. So should I change these variables to GObject? Regards, Enrico

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-14 Thread Enrico Schröder
Hi I've adressed most of your comments by now. I have a few comments myself though, which I wrote directly in the file. I marked them with '##' so you can search for them. The file with the comments is to be found here:

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-16 Thread Enrico Schröder
Hi Martin! Am Freitag, 15. Juli 2011 um 16:17 schrieb Martin Nordholts: 2011/7/14 Enrico Schröder enni.schroe...@gmail.com (mailto:enni.schroe...@gmail.com): Hi I've adressed most of your comments by now. I have a few comments myself though, which I wrote directly in the file. I

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 1

2011-07-16 Thread Enrico Schröder
And now, ladies and gentleman, I present the same mail in hopefully human-readable formatting: Hi Martin! Am Freitag, 15. Juli 2011 um 16:17 schrieb Martin Nordholts: 2011/7/14 Enrico Schröder enni.schroe...@gmail.com (mailto:enni.schroe...@gmail.com): Hi I've adressed most of your

Re: [Gimp-developer] GSoC GimpUnitEntry: Review round 2

2011-08-11 Thread Enrico Schröder
Hi Martin I implemented your suggestion to follow the GtkSpinButton pattern: The UnitAdjustment now is to be created manually by the client and then set via gimp_unit_entry_set_adjustment(). I removed the majority of functions in GimpUnitEntry which mirrored GimpUnitAdjustment. Only