[pgadmin-hackers] New acinclude.m4

2005-05-18 Thread Adam H. Pendleton
Attached is a new acinclude.m4, and a patch to our current acinclude,  
that relies on wx-config for all the flags.  Gone is all the  
complicated stuff.  The only thing this new acinclude doesn't do is  
warn about a missing stc or ogl.  It will link against them, but if a  
user doesn't have them, their compile will fail.  I'll be adding in  
stub programs to test for this in my next version.  In the meantime,  
test and enjoy.

On another note, could someone please check out ./pkg/mac/complete- 
bundle.sh and chmod +x it?  The compile on mac fails with an error  
because the execute bit is not set.

ahp

acinclude.m4.patch
Description: Binary data


acinclude.m4
Description: Binary data

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [pgadmin-hackers] SVN Commit by dpage: r4203 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread Andreas Pflug
[EMAIL PROTECTED] wrote:
Author: dpage
Date: 2005-05-18 11:59:26 +0100 (Wed, 18 May 2005)
New Revision: 4203
Modified:
  trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Hmm, wonder why this isn't working as expected.
 

Easily explained:
It should look
$Id: $
The general format is Dollar, keyword, Colon, some stuff from 
RCS/CVS/SVN/younameit, Dollar.

Regards,
Andreas
---(end of broadcast)---
TIP 8: explain analyze is your friend


[pgadmin-hackers] SVN Commit by dpage: r4212 - trunk/pgadmin3/xtra/pgagent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:34:46 +0100 (Wed, 18 May 2005)
New Revision: 4212

Modified:
   trunk/pgadmin3/xtra/pgagent/Makefile.am
Log:
Testing - ignore

Modified: trunk/pgadmin3/xtra/pgagent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/Makefile.am 2005-05-18 11:34:04 UTC (rev 
4211)
+++ trunk/pgadmin3/xtra/pgagent/Makefile.am 2005-05-18 11:34:46 UTC (rev 
4212)
@@ -1,5 +1,5 @@
 ##
-# pgAdmin III - PostgreSQL Tools
+# pgAdmin III - PostgreSQL Tools 
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


[pgadmin-hackers] SVN Commit by dpage: r4211 - in trunk/pgadmin3/xtra: . pgagent pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:34:04 +0100 (Wed, 18 May 2005)
New Revision: 4211

Modified:
   trunk/pgadmin3/xtra/Makefile.am
   trunk/pgadmin3/xtra/pgagent/Makefile.am
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Correct header

Modified: trunk/pgadmin3/xtra/Makefile.am
===
--- trunk/pgadmin3/xtra/Makefile.am 2005-05-18 11:23:46 UTC (rev 4210)
+++ trunk/pgadmin3/xtra/Makefile.am 2005-05-18 11:34:04 UTC (rev 4211)
@@ -1,3 +1,4 @@
+##
 # pgAdmin III - PostgreSQL Tools
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
@@ -4,6 +5,7 @@
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##
 
 SUBDIRS = pgagent
 

Modified: trunk/pgadmin3/xtra/pgagent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/Makefile.am 2005-05-18 11:23:46 UTC (rev 
4210)
+++ trunk/pgadmin3/xtra/pgagent/Makefile.am 2005-05-18 11:34:04 UTC (rev 
4211)
@@ -1,3 +1,4 @@
+##
 # pgAdmin III - PostgreSQL Tools
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
@@ -4,6 +5,7 @@
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##
 
 SUBDIRS = pgaevent
 

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 11:23:46 UTC 
(rev 4210)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 11:34:04 UTC 
(rev 4211)
@@ -1,3 +1,4 @@
+##
 # pgAdmin III - PostgreSQL Tools
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
@@ -4,6 +5,7 @@
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##
 
 EXTRA_DIST = \
 $(srcdir)/MSG1.bin \


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[pgadmin-hackers] SVN Commit by dpage: r4210 - trunk/pgadmin3

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:23:46 +0100 (Wed, 18 May 2005)
New Revision: 4210

Modified:
   trunk/pgadmin3/Makefile.am
Log:
Correct header

Modified: trunk/pgadmin3/Makefile.am
===
--- trunk/pgadmin3/Makefile.am  2005-05-18 11:23:14 UTC (rev 4209)
+++ trunk/pgadmin3/Makefile.am  2005-05-18 11:23:46 UTC (rev 4210)
@@ -1,3 +1,4 @@
+##
 # pgAdmin III - PostgreSQL Tools
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
@@ -4,6 +5,7 @@
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##
 
 SUBDIRS = i18n src pkg xtra
 


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[pgadmin-hackers] SVN Commit by dpage: r4209 - in trunk/pgadmin3: . i18n pkg pkg/debian pkg/fc1 pkg/mac pkg/mandrake pkg/redhat pkg/slackware pkg/src pkg/win32 src xtra xtra/pgagent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:23:14 +0100 (Wed, 18 May 2005)
New Revision: 4209

Modified:
   trunk/pgadmin3/Makefile.am
   trunk/pgadmin3/acinclude.m4
   trunk/pgadmin3/i18n/Makefile.am
   trunk/pgadmin3/pkg/Makefile.am
   trunk/pgadmin3/pkg/debian/Makefile.am
   trunk/pgadmin3/pkg/fc1/Makefile.am
   trunk/pgadmin3/pkg/mac/Makefile.am
   trunk/pgadmin3/pkg/mandrake/Makefile.am
   trunk/pgadmin3/pkg/redhat/Makefile.am
   trunk/pgadmin3/pkg/slackware/Makefile.am
   trunk/pgadmin3/pkg/slackware/build-release
   trunk/pgadmin3/pkg/slackware/build-snapshot
   trunk/pgadmin3/pkg/src/Makefile.am
   trunk/pgadmin3/pkg/src/build-tarball
   trunk/pgadmin3/pkg/win32/Makefile.am
   trunk/pgadmin3/pkg/win32/banner.bmp
   trunk/pgadmin3/pkg/win32/licence.rtf
   trunk/pgadmin3/pkg/win32/pgadmin3.wsi
   trunk/pgadmin3/pkg/win32/pgadmin3.wsm
   trunk/pgadmin3/pkg/win32/screen.bmp
   trunk/pgadmin3/src/Makefile.am
   trunk/pgadmin3/src/pgAdmin3.dsp
   trunk/pgadmin3/xtra/Makefile.am
   trunk/pgadmin3/xtra/pgagent/Makefile.am
   trunk/pgadmin3/xtra/pgagent/pgAgent.dsp
Log:
Fix ID tags

Modified: trunk/pgadmin3/Makefile.am
===
--- trunk/pgadmin3/Makefile.am  2005-05-18 11:14:19 UTC (rev 4208)
+++ trunk/pgadmin3/Makefile.am  2005-05-18 11:23:14 UTC (rev 4209)
@@ -1,4 +1,5 @@
 # pgAdmin III - PostgreSQL Tools
+# $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


Property changes on: trunk/pgadmin3/Makefile.am
___
Name: svn:keywords
   - Author Date Id Revision
   + Id LastChangedDate Author

Modified: trunk/pgadmin3/acinclude.m4
===
--- trunk/pgadmin3/acinclude.m4 2005-05-18 11:14:19 UTC (rev 4208)
+++ trunk/pgadmin3/acinclude.m4 2005-05-18 11:23:14 UTC (rev 4209)
@@ -1,6 +1,7 @@
 ###
 #
 # pgAdmin III - PostgreSQL Tools
+# $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


Property changes on: trunk/pgadmin3/acinclude.m4
___
Name: svn:keywords
   - Author Date Id Revision
   + Id LastChangedDate Author

Modified: trunk/pgadmin3/i18n/Makefile.am
===
--- trunk/pgadmin3/i18n/Makefile.am 2005-05-18 11:14:19 UTC (rev 4208)
+++ trunk/pgadmin3/i18n/Makefile.am 2005-05-18 11:23:14 UTC (rev 4209)
@@ -1,6 +1,7 @@
 ###
 #
-# pgAdmin III - PostgreSQL Tools
+# pgAdmin III - PostgreSQL Tools
+# $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


Property changes on: trunk/pgadmin3/i18n/Makefile.am
___
Name: svn:keywords
   + Id LastChangedDate Author

Modified: trunk/pgadmin3/pkg/Makefile.am
===
--- trunk/pgadmin3/pkg/Makefile.am  2005-05-18 11:14:19 UTC (rev 4208)
+++ trunk/pgadmin3/pkg/Makefile.am  2005-05-18 11:23:14 UTC (rev 4209)
@@ -1,8 +1,11 @@
+##
 # pgAdmin III - PostgreSQL Tools
+# $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##
 
 SUBDIRS = debian fc1 mac mandrake redhat slackware src win32
 


Property changes on: trunk/pgadmin3/pkg/Makefile.am
___
Name: svn:keywords
   - Author Date Id Revision
   + Id LastChangedDate Author

Modified: trunk/pgadmin3/pkg/debian/Makefile.am
===
--- trunk/pgadmin3/pkg/debian/Makefile.am   2005-05-18 11:14:19 UTC (rev 
4208)
+++ trunk/pgadmin3/pkg/debian/Makefile.am   2005-05-18 11:23:14 UTC (rev 
4209)
@@ -1,8 +1,12 @@
+##
 # pgAdmin III - PostgreSQL Tools
+# $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##
+
 EXTRA_DIST = \
$(srcdir)/changelog \
 $(srcdir)/compat \


Property changes on: trunk/pgadmin3/pkg/debian/Makefile.am
___
Name: svn:keywords
   - Author Date Id Revision
   + Id LastChangedDate Author

Modified: trunk/pgadmin3/pkg/fc1/Makefil

[pgadmin-hackers] SVN Commit by dpage: r4207 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:13:54 +0100 (Wed, 18 May 2005)
New Revision: 4207

Modified:
   trunk/pgadmin3/xtra/pgagent/pgaevent/MSG1.bin
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
   trunk/pgadmin3/xtra/pgagent/pgaevent/README
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.def
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsw
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.h
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.mc
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.rc
Log:
Fix ID tag


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/MSG1.bin
___
Name: svn:keywords
   + Id LastChangedDate Author


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
___
Name: svn:keywords
   + Id LastChangedDate Author


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/README
___
Name: svn:keywords
   + Id LastChangedDate Author

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c 2005-05-18 11:11:41 UTC 
(rev 4206)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c 2005-05-18 11:13:54 UTC 
(rev 4207)
@@ -1,7 +1,7 @@
 //
 //
 // pgAgent - PostgreSQL Tools
-// RCS-ID:  $Id: pgAdmin3.cpp 4181 2005-05-13 11:12:03Z dpage $
+// RCS-ID:  $Id$
 // Copyright (C) 2003 The pgAdmin Development Team
 // This software is released under the Artistic Licence
 //


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
___
Name: svn:keywords
   + Id LastChangedDate Author


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.def
___
Name: svn:keywords
   + Id LastChangedDate Author

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp   2005-05-18 11:11:41 UTC 
(rev 4206)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp   2005-05-18 11:13:54 UTC 
(rev 4207)
@@ -42,7 +42,8 @@
 # PROP Intermediate_Dir "Release"
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /FD /c
+# SUBTRACT CPP /YX /Yc /Yu
 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 # ADD BASE RSC /l 0x809 /d "NDEBUG"
@@ -68,7 +69,8 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /FD /GZ /c
+# SUBTRACT CPP /YX /Yc /Yu
 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 # ADD BASE RSC /l 0x809 /d "_DEBUG"
@@ -107,6 +109,10 @@
 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 # Begin Source File
 
+SOURCE=..\..\..\src\include\images\pgAdmin3.ico
+# End Source File
+# Begin Source File
+
 SOURCE=.\pgamsgevent.rc
 # End Source File
 # End Group


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp
___
Name: svn:keywords
   + Id LastChangedDate Author


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsw
___
Name: svn:keywords
   + Id LastChangedDate Author


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.h
___
Name: svn:keywords
   + Id LastChangedDate Author


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.mc
___
Name: svn:keywords
   + Id LastChangedDate Author


Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.rc
_

[pgadmin-hackers] SVN Commit by dpage: r4208 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:14:19 +0100 (Wed, 18 May 2005)
New Revision: 4208

Removed:
   trunk/pgadmin3/xtra/pgagent/pgaevent/Debug/
Log:
Remove directory added in error


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[pgadmin-hackers] SVN Commit by dpage: r4206 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:11:41 +0100 (Wed, 18 May 2005)
New Revision: 4206

Modified:
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Hmm, wonder why this isn't working as expected.

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 11:03:11 UTC 
(rev 4205)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 11:11:41 UTC 
(rev 4206)
@@ -1,5 +1,5 @@
 # pgAdmin III - PostgreSQL Tools
-# RCS-ID:  $Id: pgAdmin3.cpp 4181 2005-05-13 11:12:03Z dpage $
+# $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[pgadmin-hackers] SVN Commit by dpage: r4205 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:03:11 +0100 (Wed, 18 May 2005)
New Revision: 4205

Modified:
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
Log:
Hmm, wonder why this isn't working as expected.

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c 2005-05-18 11:02:35 UTC 
(rev 4204)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c 2005-05-18 11:03:11 UTC 
(rev 4205)
@@ -1,7 +1,7 @@
 //
 //
 // pgAgent - PostgreSQL Tools
-// $Id$
+// RCS-ID:  $Id: pgAdmin3.cpp 4181 2005-05-13 11:12:03Z dpage $
 // Copyright (C) 2003 The pgAdmin Development Team
 // This software is released under the Artistic Licence
 //
@@ -9,7 +9,6 @@
 //
 //
 
-
 #include 
 #include 
 #include 


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[pgadmin-hackers] SVN Commit by dpage: r4203 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 11:59:26 +0100 (Wed, 18 May 2005)
New Revision: 4203

Modified:
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Hmm, wonder why this isn't working as expected.

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 10:54:28 UTC 
(rev 4202)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 10:59:26 UTC 
(rev 4203)
@@ -1,5 +1,5 @@
 # pgAdmin III - PostgreSQL Tools
-# $Id $
+# $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[pgadmin-hackers] SVN Commit by dpage: r4204 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 12:02:35 +0100 (Wed, 18 May 2005)
New Revision: 4204

Modified:
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Hmm, wonder why this isn't working as expected.

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 10:59:26 UTC 
(rev 4203)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 11:02:35 UTC 
(rev 4204)
@@ -1,5 +1,5 @@
 # pgAdmin III - PostgreSQL Tools
-# $Id$
+# RCS-ID:  $Id: pgAdmin3.cpp 4181 2005-05-13 11:12:03Z dpage $
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[pgadmin-hackers] SVN Commit by dpage: r4201 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 11:53:40 +0100 (Wed, 18 May 2005)
New Revision: 4201

Modified:
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Fix ID tag 

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 10:06:29 UTC 
(rev 4200)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 10:53:40 UTC 
(rev 4201)
@@ -1,5 +1,5 @@
 # pgAdmin III - PostgreSQL Tools
-# $Id$
+# $Id:$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[pgadmin-hackers] SVN Commit by dpage: r4202 - trunk/pgadmin3/xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 11:54:28 +0100 (Wed, 18 May 2005)
New Revision: 4202

Modified:
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Fix ID tag

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
===
--- trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 10:53:40 UTC 
(rev 4201)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am2005-05-18 10:54:28 UTC 
(rev 4202)
@@ -1,5 +1,5 @@
 # pgAdmin III - PostgreSQL Tools
-# $Id:$
+# $Id $
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
 # This software is released under the Artistic Licence
 #


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[pgadmin-hackers] SVN Commit by dpage: r4200 - in trunk/pgadmin3: . src xtra xtra/pgagent xtra/pgagent/pgaevent

2005-05-18 Thread svn
Author: dpage
Date: 2005-05-18 11:06:29 +0100 (Wed, 18 May 2005)
New Revision: 4200

Added:
   trunk/pgadmin3/xtra/pgagent/pgaevent/
   trunk/pgadmin3/xtra/pgagent/pgaevent/Debug/
   trunk/pgadmin3/xtra/pgagent/pgaevent/MSG1.bin
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
   trunk/pgadmin3/xtra/pgagent/pgaevent/README
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.def
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsw
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.h
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.mc
   trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.rc
Modified:
   trunk/pgadmin3/configure.ac
   trunk/pgadmin3/src/pgAdmin3.dsp
   trunk/pgadmin3/src/pgAdmin3.dsw
   trunk/pgadmin3/xtra/Makefile.am
   trunk/pgadmin3/xtra/pgagent/Makefile.am
   trunk/pgadmin3/xtra/pgagent/pgAgent.rc
Log:
Add pgaevent subproject (Win32 event log message format DLL)
Cleanup main pgAdmin VC++ workspace.

Modified: trunk/pgadmin3/configure.ac
===
--- trunk/pgadmin3/configure.ac 2005-05-17 20:55:04 UTC (rev 4199)
+++ trunk/pgadmin3/configure.ac 2005-05-18 10:06:29 UTC (rev 4200)
@@ -41,7 +41,7 @@
 
 AC_CONFIG_FILES([Makefile
 i18n/Makefile
-src/Makefile
+ src/Makefile
 pkg/Makefile
 pkg/debian/Makefile
 pkg/fc1/Makefile
@@ -52,5 +52,6 @@
 pkg/src/Makefile
 pkg/win32/Makefile
 xtra/Makefile
-xtra/pgagent/Makefile])
+xtra/pgagent/Makefile
+xtra/pgagent/pgaevent/Makefile])
 AC_OUTPUT

Modified: trunk/pgadmin3/src/pgAdmin3.dsp
===
--- trunk/pgadmin3/src/pgAdmin3.dsp 2005-05-17 20:55:04 UTC (rev 4199)
+++ trunk/pgadmin3/src/pgAdmin3.dsp 2005-05-18 10:06:29 UTC (rev 4200)
@@ -4,7 +4,7 @@
 
 # TARGTYPE "Win32 (x86) Application" 0x0101
 
-CFG=pgAdmin3 - Win32 Unicode SSL Release
+CFG=pgAdmin3 - Win32 Release
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run
 !MESSAGE 
@@ -13,12 +13,12 @@
 !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:
 !MESSAGE 
-!MESSAGE NMAKE /f "pgAdmin3.mak" CFG="pgAdmin3 - Win32 Unicode SSL Release"
+!MESSAGE NMAKE /f "pgAdmin3.mak" CFG="pgAdmin3 - Win32 Release"
 !MESSAGE 
 !MESSAGE Possible choices for configuration are:
 !MESSAGE 
-!MESSAGE "pgAdmin3 - Win32 Unicode SSL Debug" (based on "Win32 (x86) 
Application")
-!MESSAGE "pgAdmin3 - Win32 Unicode SSL Release" (based on "Win32 (x86) 
Application")
+!MESSAGE "pgAdmin3 - Win32 Debug" (based on "Win32 (x86) Application")
+!MESSAGE "pgAdmin3 - Win32 Release" (based on "Win32 (x86) Application")
 !MESSAGE 
 
 # Begin Project
@@ -29,60 +29,60 @@
 MTL=midl.exe
 RSC=rc.exe
 
-!IF  "$(CFG)" == "pgAdmin3 - Win32 Unicode SSL Debug"
+!IF  "$(CFG)" == "pgAdmin3 - Win32 Debug"
 
 # PROP BASE Use_MFC 0
 # PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "pgAdmin3___Win32_Unicode_SSL_Debug"
-# PROP BASE Intermediate_Dir "pgAdmin3___Win32_Unicode_SSL_Debug"
+# PROP BASE Output_Dir "pgAdmin3___Win32_Debug"
+# PROP BASE Intermediate_Dir "pgAdmin3___Win32_Debug"
 # PROP BASE Ignore_Export_Lib 0
 # PROP BASE Target_Dir ""
 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Unicode_SSL_Debug"
-# PROP Intermediate_Dir "Unicode_SSL_Debug"
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "include/" /I 
"c:/wxWidgets-2.6/include" /I "c:/wxWidgets-2.6/contrib/include" /I 
"c:/wxWidgets-2.6/lib/mswd" /I "c:/postgresql/include" /D "WIN32" /D "_DEBUG" 
/D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D 
"__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D wxUSE_UNICODE=1 /D 
"_UNICODE" /D "UNICODE" /FAcs /FR /FD /c
-# SUBTRACT BASE CPP /YX /Yc /Yu
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "c:/wxWidgets-2.6/include" 
/I "c:/wxWidgets-2.6/contrib/include" /I "c:/program 
files/postgresql/8.0/include" /I "include/" /I "agent/include" /I 
"slony/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D 
"__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D 
WINVER=0x0400 /D "STRICT" /D wxUSE_UNICODE=1 /D "_UNICODE" /D "UNICODE" /D 
"SSL" /FAcs /Fr /Yu"pgadmin3.h" /FD /c
 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "c:/wxWidgets-2.6/include" /I 
"c:/wxWidgets-2.6/contrib/include" /I "c:/program files/postgresql/8.0/include" 
/I "include/" /I "agent/include" /I "slony/include" /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D 
"__WI