[pgadmin-hackers] PATCH: Save & restore last active panel in Options dialogue

2013-12-05 Thread J.F. Oster
Hello All, This little improvement saves some time for a user actively playing with program's options. Last chosen treeview item label (translated!) is saved among other settings and used on next dialogue invocation to find and select treeview item with same label. Сontrol over panels visibility

Re: [pgadmin-hackers] Text goes out of header area in html reports

2013-12-05 Thread Dave Page
Hi On Wed, Dec 4, 2013 at 9:08 AM, Dhiraj Chawla wrote: > Hi, > > We have found that if the name of a database is too long (max limit allowed > for a database name) and when we generate the reports (properties, > dependencies, etc) for such databases, then the name of database in the > header goe

Re: [pgadmin-hackers] PATCH: Choose best width for Data Output columns of Query tool

2013-12-05 Thread J.F. Oster
Hello Dinesh, Thursday, December 5, 2013, 1:38:10 PM, you wrote: DK> I have reviewed your patch and managed to traverse each line DK> of your code, except "AutoColumn" function body. Could you give me DK> some information, when the pgAdmin goes to this function call. You mean AutoSizeColumn()?

Re: [pgadmin-hackers] [HACKERS] Changes in Trigger Firing

2013-12-05 Thread Sameer Kumar
One scenario where I can forsee an issue is when someone uses the tablename with-in the trigger function on which the trigger was fired. I am not sure how and what issue might crop up but this will be one of my test cases.

Re: [pgadmin-hackers] PATCH: Choose best width for Data Output columns of Query tool

2013-12-05 Thread Dinesh Kumar
Hi , On Tue, Dec 3, 2013 at 8:57 PM, J.F. Oster wrote: > Hello Dinesh, > > Tuesday, December 3, 2013, 12:23:16 PM, you wrote: > > > DK> Could you change this like "event.CmdDown() > DK> || event.CtrlDown()" for supporting both Mac, as well non-mac > DK> keyboards. > > Done. > > Thank you very mu