pgadmin3 GTK - Mailing list pgadmin-hackers

From Andreas Pflug
Subject pgadmin3 GTK
Date
Msg-id 3E92C74A.8090204@web.de
Whole thread Raw
Responses Re: pgadmin3 GTK  (efesar <efesar@nmia.com>)
List pgadmin-hackers
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.

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

I found several OnXXX() methods, that are probably used in EventMaps, I
didn't check this. Please make sure they have the correct arguments. If
they don't have a sufficient argument, you won't be able to run a
Release-Build. Unfortunately, the compiler will not warn you about this.

pgadmin3/GTK doesn't look very pretty right now, but it WORKS, including
Query window/abort!

GTK to do:
- Dialog designing, hopefully portable (at the moment, the win32-
versions are duplicated to gtk)
- Fonts
- function keys
- preferences storing

Regards,

Andreas


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: rule on view in pgschema
Next
From: "Dave Page"
Date:
Subject: Re: pgadmin3 GTK