RSS/Atom feed Twitter
Site is read-only, email is disabled

Save/Export Patch

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

Save/Export Patch James Hughes 16 Sep 11:16
  Save/Export Patch Alexandre Prokoudine 16 Sep 12:32
   Save/Export Patch Alexia Death 16 Sep 13:04
  Save/Export Patch Martin Nordholts 16 Sep 16:54
  Save/Export Patch Liam R E Quin 16 Sep 17:45
James Hughes
2009-09-16 11:16:24 UTC (over 15 years ago)

Save/Export Patch

Hello,

Can someone advice me the best place to start in making a patch to the UI to revert the 2.7 version to using the 2.6 style save dialogue. If someone would kindly point me in the right direction of which files I need to change would really appreciate it.

Thanks
James

Alexandre Prokoudine
2009-09-16 12:32:23 UTC (over 15 years ago)

Save/Export Patch

On Wed, Sep 16, 2009 at 1:16 PM, James Hughes wrote:

Hello,

Can someone advice me the best place to start in making a patch to the UI to revert the 2.7 version to using the 2.6 style save dialogue. If someone would kindly point me in the right direction of which files I need to change would really appreciate it.

http://www.kernel.org/pub/software/scm/git/docs/user-manual.html

Sticking a fork into GIMP was never successful. Most everybody who tried didn't get as far as picking a knife with the other hand.

Alexandre

Alexia Death
2009-09-16 13:04:51 UTC (over 15 years ago)

Save/Export Patch

On Wed, Sep 16, 2009 at 1:32 PM, Alexandre Prokoudine wrote:

On Wed, Sep 16, 2009 at 1:16 PM, James Hughes wrote:

Hello,

Can someone advice me the best place to start in making a patch to the UI to revert the 2.7 version to using the 2.6 style save dialogue. If someone would kindly point me in the right direction of which files I need to change would really appreciate it.

http://www.kernel.org/pub/software/scm/git/docs/user-manual.html

Sticking a fork into GIMP was never successful. Most everybody who tried didn't get as far as picking a knife with the other hand.

10pts for good humor.

To the fork operator, in all seriousness tho, look at git. Relevant commits are clearly marked. However, the remark above is 100% true. Just stick to 2.6 if you like that so much.

-- --Alexia

Martin Nordholts
2009-09-16 16:54:21 UTC (over 15 years ago)

Save/Export Patch

On 09/16/2009 11:16 AM, James Hughes wrote:

Hello,

Can someone advice me the best place to start in making a patch to the UI to revert the 2.7 version to using the 2.6 style save dialogue. If someone would kindly point me in the right direction of which files I need to change would really appreciate it.

Hi James,

The first work regarding save+export was merged to git master in commit cd8829b91b3a. Type

gitk cd8829b91b3a

in your GIMP git repo and you'll see the initial commits. After that, development has happened incrementally directly in git master so you'll need to manually browse the commits and identify the relevant ones.

HTH, Martin

Liam R E Quin
2009-09-16 17:45:27 UTC (over 15 years ago)

Save/Export Patch

On Wed, 2009-09-16 at 10:16 +0100, James Hughes wrote:

Can someone advice me the best place to start in making a patch to the UI to revert the 2.7 version to using the 2.6 style save dialogue.

If you can bear it, I'd say wait a little longer - the design is still evolving, and I think it's improving.

Also, you can of course say what about the new design is making things harder for you, and maybe that will help. For me the hardest thing left is that GIMP doesn't remember the "right" directory to export images, and that's already being fixed, or at least the design is in place now.

Liam