[pgadmin-hackers] [PATCH] Improve Cmd-Q / Exit-Menu-Item on OSX

2005-04-24 Thread Florian G. Pflug
Hi Turns out that wxMac actually supports a macish behaviour of the "Quit" MenuItem. It works similar to the About and Help menu handling - you just set s_macEditMenuItemId to the id of the Exit-Menuitem, and wx takes care of the rest. Here is is patch (3-liner, including the compiler conditionals)

Re: [pgadmin-hackers] OS X Window Management

2005-04-24 Thread Florian G. Pflug
[EMAIL PROTECTED] wrote: I'm running on wxWidgets CVS and pgAdmin3 CVS. The build worked great, apart from the non-executable script in the "make install" process. Hm.. when did you checkout the sources? This should be fixed in the latest CVS version. There's a window management issue that needs t

[pgadmin-hackers] CVS Commit by andreas: more Hint enhancements

2005-04-24 Thread cvs
Log Message: --- more Hint enhancements Modified Files: -- pgadmin3/src/include: frmMain.h (r1.64 -> r1.65) pgadmin3/src/schema: pgObject.cpp (r1.81 -> r1.82) pgServer.cpp (r1.63 -> r1.64) pgTablespace.cpp (r1.12 -> r1.13) pgUser.