pgAdmin III commit: Add "Search Objects" dialog - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add "Search Objects" dialog
Date
Msg-id 201107052105.p65L5rHL003439@gothos.postgresql.org
Whole thread Raw
List 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.dizdarevic@gmail.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(-)


pgadmin-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: Changing extension schema silently fails
Next
From: Guillaume Lelarge
Date:
Subject: Re: Fwd: Discussion - Search Objects