[pgadmin-hackers] pgAdmin III commit: The % specifier is wrong in the Printf statement

2012-07-18 Thread Guillaume Lelarge
The % specifier is wrong in the Printf statement GetServerIndex returns a long, and not an integer. Report from Colin Beckingham. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e7854f45139ec3724ef6a4d236d1cc1d69bdfba5 Modified Fi

[pgadmin-hackers] pgAdmin III commit: The % specifier is wrong in the Printf statement

2012-07-18 Thread Guillaume Lelarge
The % specifier is wrong in the Printf statement GetServerIndex returns a long, and not an integer. Report from Colin Beckingham. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=80fe51f110966ef700f6e6e3a4d63642586e229e Modified Files

Re: [pgadmin-hackers] Pgadmin Website Russian Translation

2012-07-18 Thread Guillaume Lelarge
On Thu, 2012-07-12 at 13:01 +0400, Alexander Law wrote: > Hello, > Please commit updated translation. Done. > And I still can't see Russian when I > switch to in the languages list. Yeah, I took a look at your issue, and couldn't find a fix. > I've looked at the website source code and I thin

[pgadmin-hackers] pgAdmin website commit: Update website's russian translation

2012-07-18 Thread Guillaume Lelarge
Update website's russian translation Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=bf49eafe80b64164db67dd50d39dcd6bfb56cd86 Author: Alexander Law Modified Files -- locale/ru_RU/LC_MESSAGES/pgadmin3_website.mo | Bin 200209 ->

Re: [pgadmin-hackers] More information about the selected objects

2012-07-18 Thread Guillaume Lelarge
On Wed, 2012-07-18 at 10:41 -0300, Vinicius Santos wrote: > > One alternative option might be to have an extra wxAUI menubar > panel, > with a couple of textlabels on it. That could be moved around > and > hidden or shown in the same way we do for th

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

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

Re: [pgadmin-hackers] More information about the selected objects

2012-07-18 Thread Vinicius Santos
> > One alternative option might be to have an extra wxAUI menubar panel, > with a couple of textlabels on it. That could be moved around and > hidden or shown in the same way we do for the menu bar (or the > database selection bar on the query tool). > Good ideia. I can do. Then we see if it impr

Re: [pgadmin-hackers] More information about the selected objects

2012-07-18 Thread Dave Page
On Wed, Jul 18, 2012 at 2:13 PM, Vinicius Santos wrote: >> Not really. The panel you've used for the server name is fixed width. >> As I mentioned before, on some, if not all platforms, you can only >> have 1 variable width panel. That's one of the reasons we've avoided >> putting extra info in th

Re: [pgadmin-hackers] More information about the selected objects

2012-07-18 Thread Vinicius Santos
> > Not really. The panel you've used for the server name is fixed width. > As I mentioned before, on some, if not all platforms, you can only > have 1 variable width panel. That's one of the reasons we've avoided > putting extra info in there before, that isn't a clearly defined > width. > It's t

Re: [pgadmin-hackers] More information about the selected objects

2012-07-18 Thread Dave Page
On Wed, Jul 18, 2012 at 1:50 PM, Vinicius Santos wrote: > > Really. Your servers have very long names. This should happen only at lower > resolutions. Not really. The panel you've used for the server name is fixed width. As I mentioned before, on some, if not all platforms, you can only have 1 va

Re: [pgadmin-hackers] More information about the selected objects

2012-07-18 Thread Vinicius Santos
> > I can test the PPAS stuff, but not the Greenplum objects. But... they > shouldn't be an issue - if an object is derived from pgSchema, you can > (and should use GetSchema(). If it's derived from a pgTable, you > probably want the table name too. If it's derived from pgObject, > pgServer, pgData

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-18 Thread Dave Page
On Tue, Jul 17, 2012 at 5:15 PM, Ashesh Vashi wrote: > On Tue, Jul 17, 2012 at 6:56 PM, Dave Page wrote: > >> >> Yeah, that's because of the way we have a single makefile and a bunch >> of module.mk files in pgAdmin. We really need to refactor that in some >> way such that the object files are c

[pgadmin-hackers] pgAdmin III commit: Modify the automake build system to create object f

2012-07-18 Thread Dave Page
Modify the automake build system to create object files alongside their corresponding source files, instead of in the top level directory for each sub-project. This allows us to have source code files with the same name in different directories. Branch -- master Details --- http://git.pos