Re: Server Status window work

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Server Status window work
Date: 2009-01-06 06:21:38
Message-ID: 4962F872.1020707@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Guillaume Lelarge a écrit :
> Hi,
>
> Guillaume Lelarge a écrit :
>> [...]
>> The roadmap still shows I need to work on the server status window. But
>> it doesn't explain what I have in mind. Dave gave me some hints and
>> todos. Here is my todo list on this :
>>
>> * Replace the wxNotebook widget with the wxAuiNotebook so users can
>> close tabs and rearrange tabs order via drag-and-drop.
>>
>
> This is done in the attached patch. frmStatus.xrc should be removed, all
> the widgets are created in frmStatus.cpp.
>
> Please, do not commit, it needs more testing and, I think, more work.
> And debug too: in standalone mode, it crashes at exit.
>

Sorry this is not the last patch. It misses a #include of wx/aui/auibook.h.

I will work on it tonight but I would appreciate any
ideas/comments/requests.

--
Guillaume.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-01-06 10:01:56 SVN Commit by dpage: r7538 - trunk/pgadmin3/docs/en_US
Previous Message Guillaume Lelarge 2009-01-05 23:26:38 Re: Server Status window work