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
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?
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.
Er, wut? Maybe you just missed it:
http://qt-project.org/doc/qt-4.8/qobject.html#sender
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.
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.
Totally agree