| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jun 2012 05:26:28
20090819_4
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:59:23
20090819_3
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
20090819_3
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
20090819_3
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
20090819_3
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
20090819_3
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
11 Jun 2010 13:37:41
20090819_2
|
ashish  |
- Change my maintainer address.
Approved by: pgj (mentor) |
28 Mar 2010 06:47:48
20090819_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
20090819_1
|
dinoex  |
- update to jpeg-8 |
23 Sep 2009 09:44:04
20090819
|
pav  |
- Attempt to fix QATcase
Feature safe: yes |
23 Sep 2009 09:31:30
20090819
|
pav  |
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 |