Unix Technical Forum

Comments on a separate tab?

This is a discussion on Comments on a separate tab? within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Hi, Properties dialog takes a lot of space. I think it's mainly because of the comments textfield. I would ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-14-2008, 12:46 PM
Guillaume Lelarge
 
Posts: n/a
Default Comments on a separate tab?

Hi,

Properties dialog takes a lot of space. I think it's mainly because of
the comments textfield. I would find great to put it on its own tab. I
haven't actually look at the code to see if that's possible at all. I
would like to know your feelings about this.

Regards.


--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-14-2008, 04:58 PM
Dave Page
 
Posts: n/a
Default Re: Comments on a separate tab?

On Sat, Jun 14, 2008 at 9:50 AM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Hi,
>
> Properties dialog takes a lot of space. I think it's mainly because of the
> comments textfield. I would find great to put it on its own tab. I haven't
> actually look at the code to see if that's possible at all. I would like to
> know your feelings about this.


Should be straighforward technically speaking, just a bit of effort
because of all the dialogues that would need updating. It seems like a
nice idea, but currently the comment box acts as a 'filler' to ensure
the dialogues look full. Not sure they would all look correct with it
someplace else.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-17-2008, 04:04 AM
Guillaume Lelarge
 
Posts: n/a
Default Re: Comments on a separate tab?

Guillaume Lelarge a écrit :
> Dave Page a écrit :
>> On Sat, Jun 14, 2008 at 9:50 AM, Guillaume Lelarge
>> <guillaume@lelarge.info> wrote:
>>>
>>> Properties dialog takes a lot of space. I think it's mainly because
>>> of the
>>> comments textfield. I would find great to put it on its own tab. I
>>> haven't
>>> actually look at the code to see if that's possible at all. I would
>>> like to
>>> know your feelings about this.

>>
>> Should be straighforward technically speaking, just a bit of effort
>> because of all the dialogues that would need updating. It seems like a
>> nice idea, but currently the comment box acts as a 'filler' to ensure
>> the dialogues look full. Not sure they would all look correct with it
>> someplace else.

>
> My main concern is to be able to create table on my laptop (monitor size
> 1280x800) and the previous size didn't allow this to me.
>


It seems I don't have every dialogs in the patch... grmbl... I'll look
into this.


--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-17-2008, 04:04 AM
Dave Page
 
Posts: n/a
Default Re: Comments on a separate tab?

On Sat, Jun 14, 2008 at 10:33 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
>
> My main concern is to be able to create table on my laptop (monitor size
> 1280x800) and the previous size didn't allow this to me.


Seems reasonable. Note that I was intending to redesign the table
dialogue anyway - thats the only oversized one iirc.

> I hope I did a complete review of all dialogs. I think they all look correct
> on my Linux box. Not sure on Windows and MacOS X.


I'm sure I'll complain quickly enough :-p


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-17-2008, 04:04 AM
Guillaume Lelarge
 
Posts: n/a
Default Re: Comments on a separate tab?

Dave Page a écrit :
> On Sat, Jun 14, 2008 at 10:33 PM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>> My main concern is to be able to create table on my laptop (monitor size
>> 1280x800) and the previous size didn't allow this to me.

>
> Seems reasonable. Note that I was intending to redesign the table
> dialogue anyway - thats the only oversized one iirc.
>


Yes, that's the one that actually triggers me to review all our dialogs.

>> I hope I did a complete review of all dialogs. I think they all look correct
>> on my Linux box. Not sure on Windows and MacOS X.

>
> I'm sure I'll complain quickly enough :-p
>


I hope so


--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-17-2008, 04:04 AM
Dave Page
 
Posts: n/a
Default Re: Comments on a separate tab?

On Mon, Jun 16, 2008 at 8:39 AM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:

>> I'm sure I'll complain quickly enough :-p

>
> I hope so


Hmm, here we go then (having tried the patch) :-(

- On a purely personal level, I'm not sure I like it. I think the
dialogues in general were much more aesthetically pleasing with the
comments at the bottom of the main section of the dialogues.

- On the table and function dialogues, we have an issue because the
number of tabs is so wide that they extend off the page on OS X (which
doesn't seem to have a nice way to scroll tab like Windows/GTK). That
was becoming an issue anyway, but this patch makes it worse.

- You missed some dialogues, eg. dlgTablespace. I think you already
spotted that though :-p

- Property dialogues should all be the same size (the accepted
exceptions being dlgTable which is bigger through necessity, and
dlgFunction/dlgTrigger/dlgPackage which are resizable to accomodate
editing of code). See
http://svn.pgadmin.org/cgi-bin/viewc...ge_design.html
(which needs to be resurrected).

I wonder if effort in this area would be better expended on starting
the table dialogue redesign, as that should be the only one that
causes problems on your laptop screen.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-17-2008, 04:04 AM
Guillaume Lelarge
 
Posts: n/a
Default Re: Comments on a separate tab?

Dave Page a écrit :
> On Mon, Jun 16, 2008 at 8:39 AM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>
>>> I'm sure I'll complain quickly enough :-p

>> I hope so

>
> Hmm, here we go then (having tried the patch) :-(
>
> - On a purely personal level, I'm not sure I like it. I think the
> dialogues in general were much more aesthetically pleasing with the
> comments at the bottom of the main section of the dialogues.
>


OK.

> - On the table and function dialogues, we have an issue because the
> number of tabs is so wide that they extend off the page on OS X (which
> doesn't seem to have a nice way to scroll tab like Windows/GTK). That
> was becoming an issue anyway, but this patch makes it worse.
>


I completely agree. Having a big number of tabs is a problem.

> - You missed some dialogues, eg. dlgTablespace. I think you already
> spotted that though :-p
>


I don't know how I handled this, but not in a good way. Some of my
changes are completely lost.

> - Property dialogues should all be the same size (the accepted
> exceptions being dlgTable which is bigger through necessity, and
> dlgFunction/dlgTrigger/dlgPackage which are resizable to accomodate
> editing of code). See
> http://svn.pgadmin.org/cgi-bin/viewc...ge_design.html
> (which needs to be resurrected).
>


It sure needs. http://wiki.postgresql.org/wiki/PgAdmin_Internals seems
to be the right place for this kind of information.

> I wonder if effort in this area would be better expended on starting
> the table dialogue redesign, as that should be the only one that
> causes problems on your laptop screen.
>


You're only talking about this patch, not about the "adding sizers and
spacers" patch ?

I agree we should not apply this (incomplete) patch. But the "adding
sizers and spacers" patch seems still relevant.


--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-17-2008, 04:04 AM
Dave Page
 
Posts: n/a
Default Re: Comments on a separate tab?

On Mon, Jun 16, 2008 at 9:06 AM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Dave Page a écrit :
>>
>> http://svn.pgadmin.org/cgi-bin/viewc...ge_design.html
>> (which needs to be resurrected).
>>

>
> It sure needs. http://wiki.postgresql.org/wiki/PgAdmin_Internals seems tobe
> the right place for this kind of information.


Yes, I'll add it there.

>> I wonder if effort in this area would be better expended on starting
>> the table dialogue redesign, as that should be the only one that
>> causes problems on your laptop screen.
>>

>
> You're only talking about this patch, not about the "adding sizers and
> spacers" patch ?
>
> I agree we should not apply this (incomplete) patch. But the "adding sizers
> and spacers" patch seems still relevant.


Oh yes, I agree. Fixing up the dialogues to use sizers properly is
definitely worthwhile. It'll fix some issues I've seen in Russian
recently for a start.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:59 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com