Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Did Hell Freeze Over? GIMP 2.8 Released

  1. #11
    Join Date
    Nov 2011
    Posts
    257

    Default

    the only way that open source projects don't suck balls is for people to donate rougly the same as they would for commercial apps. that means forking over at least 150 when using gimp. otherwise it's going to be the same old crap

  2. #12
    Join Date
    Jan 2011
    Posts
    56

    Default

    Quote Originally Posted by RealNC View Post
    IMO this is a good example of why Gtk is not suited for complicated stuff. It's good for simple things, but once you're doing something *really* non-trivial, it becomes a liability.
    Except the delays have nothing to do with GTK+.

  3. #13
    Join Date
    Jan 2009
    Posts
    821

    Default

    Quote Originally Posted by prokoudine View Post
    Except the delays have nothing to do with GTK+.
    Ach, what do you know? You only keep up with the development so you can let people know the status of GIMP and try and get more people involved (I believe this is the meaning of "news and community outreach").
    These guys ARE Qt! If any other toolkit is perceived to be anything other than suckage, where would they be?

  4. #14
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,463

    Default

    Quote Originally Posted by Linuxhippy View Post
    Couldn't agree more. Having worked with higher-level UI toolkits like QT and Java/Swing it makes me wonder how so many developers can manage the burden of GTKs horrible API design.
    Implying Qt or Java are any better, they just suck at different parts. For example in Qt they have the most idiotic message system ever, one that doesn't let you know the sender. Wtf were they smoking? That's about the second most important part in messaging, after the message contents themselves.

    That makes the usual hello world in many toolkits require absurd workarounds in Qt, mainly a window with some buttons and actions, "you pressed button 1", "pressed button 2". That doesn't exactly instill confidence in Qt as a toolkit in general.


    Haven't done a Java GUI in a few years (thank $DEITY) so I can't remember what sucked hard there, I just have some undescribable nightmares from that era.

  5. #15
    Join Date
    Sep 2010
    Posts
    303

    Default

    Quote Originally Posted by Linuxhippy View Post
    Couldn't agree more. Having worked with higher-level UI toolkits like QT and Java/Swing it makes me wonder how so many developers can manage the burden of GTKs horrible API design.
    And the yet again completly screwed up their filechooser for GTK3 (and for fun, backported the changes to GTK2 - yeah!)

    I didn't read up on the filechooser changes (instead hoped they would have done a good job) so what changes were made that screw their filechooser?

  6. #16
    Join Date
    Jul 2008
    Location
    Greece
    Posts
    3,618

    Default

    Quote Originally Posted by curaga View Post
    Implying Qt or Java are any better, they just suck at different parts. For example in Qt they have the most idiotic message system ever, one that doesn't let you know the sender. Wtf were they smoking?
    Er, wut? Maybe you just missed it:

    http://qt-project.org/doc/qt-4.8/qobject.html#sender

  7. #17
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,463

    Default

    Quote Originally Posted by RealNC View Post
    Er, wut? Maybe you just missed it:

    http://qt-project.org/doc/qt-4.8/qobject.html#sender
    Damn, thanks. I distinctly recall reading official Qt docs saying it was not supported, maybe in the tutorials section.

  8. #18
    Join Date
    Jul 2008
    Location
    Greece
    Posts
    3,618

    Default

    Quote Originally Posted by curaga View Post
    Damn, thanks. I distinctly recall reading official Qt docs saying it was not supported, maybe in the tutorials section.
    It's just not recommended. You shouldn't need to know the sender of a message for the same reason you shouldn't need to know the caller of a function. Remember that class functions are also messages in OO thinking (calling a member function is "sending a message to the object"). If you do need to know, this can be a sign of bad design.

  9. #19
    Join Date
    Jan 2011
    Posts
    102

    Default

    I think it would be nice just to be able merge multiple layers together without having to hide all but the ones you want to merge. They have a linking function, but you can't merge linked layers. I don't use GIMP for much but that's the only reason I'd ever bother linking layers anyway. It would also be nice to just be able to select multiple layers without linking (say, to delete them).
    Last edited by randomizer; 05-04-2012 at 11:10 PM.

  10. #20
    Join Date
    Sep 2011
    Posts
    390

    Default

    Totally agree

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •