Re: [pgadmin-hackers] pgAdmin III commit: Modify the GNU build system so that it always rebui

2014-06-17 Thread Dave Page
The code I committed only changes xrcDialogs.cpp if a change is detected. It generates a new file with a temporary name, then diff's that with the original, and only rewrites the original if diff returns a non-zero value, otherwise it just deletes the temp file. On Tue, Jun 17, 2014 at 7:05 AM, Ti

[pgadmin-hackers] pgAdmin III commit: Remove reference to the old Ctrl+Tab autocomplete h

2014-06-17 Thread Dave Page
Remove reference to the old Ctrl+Tab autocomplete hotkey that is long since gone. Spotted by Arthur Prokosch. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cbd6e958065c3da054d577cabd2bd59398cd8686 Modified Files -- docs/en_US/quer

[pgadmin-hackers] pgAdmin III commit: - Extend ORDER BY over 3-rd column (path)

2014-06-17 Thread Dave Page
- Extend ORDER BY over 3-rd column (path) - Deduplicate objects in results grid that have a match in several search modes simultaneously. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f0cfb6c8fb9a810c3a91db36fdba7a7b27287aec Author: J.F. Oste

Re: [pgadmin-hackers] wrong current schema in Search Objects dialog box

2014-06-17 Thread Dave Page
Hi On Mon, Jun 16, 2014 at 8:54 PM, J.F. Oster wrote: > Hello, > > Monday, June 16, 2014, 11:58:28 AM, Dave Page wrote: > > DP> Do you have a few minutes to look at this please? > > Sure! > > DP> On Sun, Jun 15, 2014 at 7:30 PM, Dmitriy Olshevskiy > wrote: > >>> I applied this patch >>> http://