Re: [pgadmin-hackers] Discussion - Search Objects

2011-06-07 Thread Guillaume Lelarge
On Tue, 2011-06-07 at 21:25 +0100, Dave Page wrote: > On Tue, Jun 7, 2011 at 9:11 PM, Guillaume Lelarge > wrote: > > On Tue, 2011-06-07 at 21:58 +0200, Jasmin Dizdarevic wrote: > >> I know...these are the strings that has to be translated. As I know in > >> pgAdmin there are language files, which

Re: [pgadmin-hackers] Discussion - Search Objects

2011-06-07 Thread Dave Page
On Tue, Jun 7, 2011 at 9:11 PM, Guillaume Lelarge wrote: > On Tue, 2011-06-07 at 21:58 +0200, Jasmin Dizdarevic wrote: >> I know...these are the strings that has to be translated. As I know in >> pgAdmin there are language files, which are defined something like >> this: >> English - Foreign Langu

Re: [pgadmin-hackers] Discussion - Search Objects

2011-06-07 Thread Jasmin Dizdarevic
that's exactly what I'm looking for :) thank you! 2011/6/7 Guillaume Lelarge > On Tue, 2011-06-07 at 21:58 +0200, Jasmin Dizdarevic wrote: > > I know...these are the strings that has to be translated. As I know in > > pgAdmin there are language files, which are defined something like > > this: >

Re: [pgadmin-hackers] Discussion - Search Objects

2011-06-07 Thread Guillaume Lelarge
On Tue, 2011-06-07 at 21:58 +0200, Jasmin Dizdarevic wrote: > I know...these are the strings that has to be translated. As I know in > pgAdmin there are language files, which are defined something like > this: > English - Foreign Language > Server Groups - Servergruppen > Help - Hilfe > > >

Re: [pgadmin-hackers] Discussion - Search Objects

2011-06-07 Thread Jasmin Dizdarevic
I know...these are the strings that has to be translated. As I know in pgAdmin there are language files, which are defined something like this: English - Foreign Language Server Groups - Servergruppen Help - Hilfe These mappings are used when the GUI is being rendered - based on the selected

Re: [pgadmin-hackers] Discussion - Search Objects

2011-06-07 Thread Guillaume Lelarge
On Tue, 2011-06-07 at 19:30 +0200, Jasmin Dizdarevic wrote: > In the search result list I've to build a node path. the problem is, > that node paths are language dependent. > how can i manually translate "Server > Groups/Servers/local.db/Databases/..." to > "Servergruppen/Server/local.db/Datenbank

[pgadmin-hackers] pgAdmin III commit: Fix adding a comment to a new column

2011-06-07 Thread Guillaume Lelarge
Fix adding a comment to a new column This patch fixes a bug that occurs when a user opens table properties, selects Columns tab, and then clicks on "Add" to set column's properties (at least, name, type, and comment). The comment was ignored. Report from Aleksey Chirkin. Branch -- master De

Re: [pgadmin-hackers] Discussion - Search Objects

2011-06-07 Thread Jasmin Dizdarevic
In the search result list I've to build a node path. the problem is, that node paths are language dependent. how can i manually translate "Server Groups/Servers/local.db/Databases/..." to "Servergruppen/Server/local.db/Datenbanken" (german) in an elegant way? 2011/6/1 Jasmin Dizdarevic > Alright

Re: [pgadmin-hackers] Update functions and trigger functions by clicking

2011-06-07 Thread Dave Page
On Tue, Jun 7, 2011 at 1:51 AM, Vinicius Santos wrote: >> >> I'd probably be happy with a patch that offered *both* "refresh object >> on click" and "refresh object and children on click", but not just the >> latter - the use case is just too narrow imho. >> > > I agree with you. > > What do you t