Re: Follow-up on "Query tool layout issues"

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Follow-up on "Query tool layout issues"
Дата
Msg-id 4B953C4B.3020506@lelarge.info
обсуждение исходный текст
Ответ на Re: Follow-up on "Query tool layout issues"  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Follow-up on "Query tool layout issues"
Список pgadmin-hackers
Le 08/03/2010 11:24, Dave Page a écrit :
> On Sat, Mar 6, 2010 at 5:22 PM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
> [...]
>>> BTW, on OSX, the tabset overflows the width of the dialogue now. Can
>>> we widen the dialogue, and perhaps move all the colour options onto
>>> one tab?
>>
>> I need to add 50% of the size of the dialog to get something good
>> enough. You'll find another patch for this, but I'll need to do better.
>> The dialog is usable with this patch, but it's not pretty. I'll work
>> more on this by adding sizers, but I should probably work on more
>> important items right now (exclusion constraint and other 9.0 new stuff).
>
> I wonder if the time has come to redesign it to use a listbox full of
> checkboxes/strings like some other programs do. Or replace the tabs
> with a treeview-like page browser. Or a combination of the two, like
> Visual Studio (iirc).
>

I'll try to do something based on that. My first idea was something like
wxPropertyGrid
(http://wxpropgrid.sourceforge.net/cgi-bin/index?page=about), I suppose
also this is what you wanted to say with the VisualStudio stuff.

>> To test my code, don't forget to update xrcDialogs.cpp. I don't do it to
>> keep low the size of my patches.
>
> I'm sure it's fine - please go ahead and commit if you're happy. I
> don't have too many free cycles right now, and don't want to delay
> your work.
>

OK, commit done. I did one commit per patch because I find it easier to
understand the different steps.


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

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by guillaume: r8212 - in trunk/pgadmin3: . pgadmin/ui
Следующее
От: Dave Page
Дата:
Сообщение: Re: New minor release?