Re: Rework on the dialogs UI

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Rework on the dialogs UI
Дата
Msg-id 4D9DC2C6.3080008@lelarge.info
обсуждение исходный текст
Ответ на Re: Rework on the dialogs UI  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Rework on the dialogs UI  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Le 07/04/2011 15:17, Guillaume Lelarge a écrit :
> Le 07/04/2011 14:58, Dave Page a écrit :
>> On Thu, Apr 7, 2011 at 11:11 AM, Guillaume Lelarge
>> <guillaume@lelarge.info> wrote:
>>> Le 07/04/2011 12:10, Guillaume Lelarge a écrit :
>>>> [...]
>>>> The patch attached changes some dialogs UI so that they work on a
>>>> 800x600 screen.
>>>>
>>>> What i did, mostly, was to keep name, oid, owner, comment, and
>>>> replication widgets in the first tab, and added a second one for the
>>>> rest of the definition of the object (hence the tab's name, Definition).
>>>>
>>>> Comments?
>>>>
>>>> PS: there is still work to do on the frmOptions dialog which is bigger
>>>> than a 800x600 screen.
>>>>
>>>>
>>>
>>> Sorry, patch attached this time.
>>>
>>
>> Hi
>>
>> Just took a quick look at a number of dialogues and had some comments:
>>
>> - Did you do a pass over *all* dialogues? dlgJob for example, isn't
>> touched, but I'm not sure it needs to be.
>>
>
> Yeah, I looked at all of them. I decided not to change dialogs that are
> not related to a SQL type (IOW, replication ones and pgAgent ones). They
> seem to work on a 800x600 screen.
>
>> - dlgDatabase isn't wide enough by default on the Mac (you cannot see
>> all of the tabs). Also applies to dlgFunction, and maybe others.
>>
>
> Should apply to dlgTable too.
>

Fixed that issue. I was only looking at a new database, rather than at
an existing one (a tab is added when looking at an existing database).

>> - The catalog properties dialogue crashes horribly.
>>
>
> It doesn't crash on my laptop (I tried with information_schema and
> pg_catalog on a PostgreSQL HEAD).
>

Still didn't reproduce it.

>> - Have you come up with a new set of standard sizes?
>>
>
> Yeah, two sizes:
>
>  * small one: 220,250

new small size is 250,250

>  * big one: 270,250
>
> But it seems I forgot dlgServer and dlgTable. Just fixed dlgServer.
> Working on dlgTable right now.
>

Fixed too.

I fixed also the frmOptions window.

New patch (to apply after the old one... I mean they both need to be
applied).


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Rework on the dialogs UI
Следующее
От: Dave Page
Дата:
Сообщение: Re: Rework on the dialogs UI