Re: [pgadmin-hackers] [pgAdmin III] #371: Enhance the search tool

2012-07-20 Thread pgAdmin Trac
#371: Enhance the search tool +--- Reporter: gleu| Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Version: trunk Keyword

[pgadmin-hackers] pgAdmin III commit: Do not disable the Apply button in case of failure

2012-07-20 Thread Guillaume Lelarge
Do not disable the Apply button in case of failure On the properties' dialogs with an Apply button, if the first click on the Apply button failed to apply the changes, the Apply button becomes inactive instead of staying active. Per report from Michal Kozusznik. Branch -- REL-1_16_0_PATCHES

[pgadmin-hackers] pgAdmin III commit: Do not disable the Apply button in case of failure

2012-07-20 Thread Guillaume Lelarge
Do not disable the Apply button in case of failure On the properties' dialogs with an Apply button, if the first click on the Apply button failed to apply the changes, the Apply button becomes inactive instead of staying active. Per report from Michal Kozusznik. Branch -- master Details ---

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-20 Thread Dave Page
On Fri, Jul 20, 2012 at 9:45 AM, Akshay Joshi wrote: > >> ld: symbol(s) not found for architecture i386 >> collect2: ld returned 1 exit status >> make[3]: *** [pgadmin3] Error 1 >> make[2]: *** [all] Error 2 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> > > Fixed. Attache