Re: Refresh objects on Click

From: Vinicius Santos <vinicius(dot)santos(dot)lista(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Refresh objects on Click
Date: 2011-08-13 04:14:55
Message-ID: 4E45FA3F.7080208@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Em 11/08/2011 07:25, Dave Page escreveu:
> - On frmOptions, the combo box to select the refresh mode should be to
> the right of the label, not underneath. The sizing should following
> the layout of other tabs.
Done.
> - In "Refresh object on click" mode, if I click a table, and then
> click the parent database, all nodes below the "Schemas" node are
> collapsed.
Done.
>
> - Please use an actual declared enum for the setting, so we can avoid
> using "magic" numbers in execSelChange() - eg. if
> (settingRefreshOnClick == REFRESH_OBJECT_ONLY)
Done.

Unfortunately, I have no time to make tests more heavy.
If you find errors or have more suggestions, please let me know.

Thank You.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Vinicius Santos 2011-08-13 04:16:43 Re: Refresh objects on Click
Previous Message Guillaume Lelarge 2011-08-12 21:48:44 pgAdmin III commit: Fixed a remove/delete dialog, not allowing to remov