pgAdmin III commit: Add "Search Objects" dialog

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add "Search Objects" dialog
Date: 2011-07-05 21:05:53
Message-ID: 201107052105.p65L5rHL003439@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add "Search Objects" dialog

This dialog, available from the database contextual menu, helps users to find
objects whose names match a specific pattern.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=38622ecbc08b565621c1204c48051487fc548100
Author: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 1 +
docs/Docs.vcproj | 8 +
docs/en_US/images/search.png | Bin 0 -> 42201 bytes
docs/en_US/search.html | 35 +++
pgadmin/dlg/dlgSearchObject.cpp | 506 +++++++++++++++++++++++++++++++++
pgadmin/dlg/module.mk | 1 +
pgadmin/frm/frmMain.cpp | 36 ++-
pgadmin/include/dlg/dlgSearchObject.h | 75 +++++
pgadmin/include/dlg/module.mk | 1 +
pgadmin/include/frm/frmMain.h | 3 +-
pgadmin/include/frm/module.mk | 2 +-
pgadmin/pgAdmin3.vcproj | 12 +
pgadmin/ui/dlgSearchObject.xrc | 123 ++++++++
pgadmin/ui/module.mk | 1 +
14 files changed, 793 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-05 21:06:43 Re: Fwd: Discussion - Search Objects
Previous Message Thom Brown 2011-07-05 20:25:38 Re: Changing extension schema silently fails