Commit graph

4 commits

Author SHA1 Message Date
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
489c47933e - Attempt to fix QATcase
Feature safe:	yes
2009-09-23 09:44:04 +00:00
Pav Lucistnik
ab686017c2 Developing and debugging UIs can be a pain. When something
goes wrong, it's not always obvious why. You can waste hours
writing logging statements only to find out that a widget is
in the wrong container, or an attribute wasn't set correctly.

Developing isn't much better either. Ever spend time writing
temporary code just to test a new feature, code you know you're
going to throw away in an hour, and yet you end up spending the
next 20 minutes debugging your temporary code? Sucks, doesn't
it?

What your program really needs is a good Parasite infestation.

Parasite is a debugging and development tool that runs inside
your GTK+ application's process. It can inspect your application,
giving you detailed information on your UI, such as the hierarchy,
X window IDs, widget properties, and more. You can modify properties
on the fly in order to experiment with the look of your UI.

WWW:	http://chipx86.github.com/gtkparasite/

PR:		ports/131877
Submitted by:	Ashish Shukla <wahjava@gmail.com>
Feature safe:	yes
2009-09-23 09:31:30 +00:00