Re: pgadmin3 GTK

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgadmin3 GTK
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B8259F30@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на pgadmin3 GTK  (Andreas Pflug <Andreas.Pflug@web.de>)
Ответы Re: pgadmin3 GTK  (Andreas Pflug <Andreas.Pflug@web.de>)
Список pgadmin-hackers
Hi Andreas,

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas.Pflug@web.de]
> Sent: 08 April 2003 13:58
> To: Keith; pgadmin-hackers@postgresql.org; Dave Page
> Subject: [pgadmin-hackers] pgadmin3 GTK
>
>
> Hi Keith,
>
> I just updated CVS with a version that's runnable under GTK.
> I had to change quite a lot until the compiler accepted all files.

Excellent, thanks. I'll get Mark to have a look once he's finished
building his new dev box.

> Issues:
> Please do not use
>     for (int si=0 ; ...)
> Instead, declare int si; separately. You never know what the compiler
> really does from that.

Yeah, I ran into that on the C++ module of my course a while ago. The
Borland compiler barfs on it completely...

> GTK to do:
> - Dialog designing, hopefully portable (at the moment, the win32-
> versions are duplicated to gtk)

That's fine. Mark can look at that.

> - Fonts
> - function keys
> - preferences storing

That should work already if you use sysSettings. We spent some time on
that before Christmas making it work correctly in *nix and Win32. In
win32 it uses the registry, and on *nix, it uses ~/.pgadmin3 iirc.

Regards, Dave


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: pgadmin3 GTK
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: pgadmin3 GTK