refactoring, icons

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, ennixo <ennixo(at)free(dot)fr>
Subject: refactoring, icons
Date: 2005-08-15 09:11:53
Message-ID: 43005C59.1000102@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

In the last days, I did some major code cleanup, to make extensions
easier. The class hierarchy is a little enriched to avoid switch cases
in collections, and factory classes provide information for all objects
and actions so adding new code has minimal impact (no more editing
frmMain/event/menu/misc/pgObject/whoKnowsAllThePlaces)
As a result, I might have broken some checks, so please report all
oddities/problems/bugs you notice.

In particular, the following problems may occur:
- menu items not enabled/not disabled when appropriate
- wrong results after refresh
- wrong icons

Thanks to Niko, we have shiny new icons for all pgAdmin objects,
including all collections. IMNSHO he did a very decent job, thanks Niko!

Regards,
Andreas

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-08-15 09:33:38 SVN Commit by andreas: r4407 - in trunk/pgadmin3/src: . schema
Previous Message svn 2005-08-15 09:11:33 SVN Commit by andreas: r4406 - trunk/pgadmin3/src