[pgadmin-hackers] CVS Commit by dpage: Automake trys to execute install-exec-hook if it

2005-04-27 Thread cvs
Log Message: --- Automake trys to execute install-exec-hook if it appears anywhere in the file, so we need a dummy for non-APPBUNDLE cases. Modified Files: -- pgadmin3/pkg/mac: Makefile.am (r1.2 -> r1.3) pgadmin3/src: Makefile.am (r1.105 -> r1.106) Ind

[pgadmin-hackers] CVS Commit by dpage: Dave's great build system shuffle, part deux

2005-04-26 Thread cvs
Log Message: --- Dave's great build system shuffle, part deux Modified Files: -- pgadmin3: Makefile.am (r1.39 -> r1.40) configure.ac (r1.36 -> r1.37) pgadmin3/src: Makefile.am (r1.104 -> r1.105) Added Files: --- pgadmin3/xtra:

[pgadmin-hackers] CVS Commit by dpage: Start of Dave's great build system shuffle

2005-04-26 Thread cvs
Log Message: --- Start of Dave's great build system shuffle Modified Files: -- pgadmin3: Makefile.am (r1.38 -> r1.39) configure.ac (r1.35 -> r1.36) pgadmin3/pkg: Makefile.am (r1.1 -> r1.2) pgadmin3/pkg/mac: Makefile.am (r1.1 -> r1.2)

[pgadmin-hackers] CVS Commit by dpage: Remove unused files

2005-04-26 Thread cvs
Log Message: --- Remove unused files Removed Files: - pgadmin3/pkg/win32: banner.mic screen.mic Binary files pkg/win32/banner.mic and /dev/null differ Binary files pkg/win32/screen.mic and /dev/null differ ---(end of broadcast)--

[pgadmin-hackers] CVS Commit by dpage: Remove unused files

2005-04-26 Thread cvs
Log Message: --- Remove unused files Removed Files: - pgadmin3/pkg/nsis/Images: brand.bmp checksX.bmp elephant.bmp normal-install.ico normal-uninstall.ico screen.bmp Binary files pkg/nsis/Images/normal-uninstall.ico and /dev/

[pgadmin-hackers] CVS Commit by dpage: Remove unused files

2005-04-26 Thread cvs
Log Message: --- Remove unused files Removed Files: - pgadmin3/pkg/redhat: poedit.spec wxGTK2ud.spec --- pkg/redhat/poedit.spec +++ /dev/null @@ -1,84 +0,0 @@ -%define wxGTK2_version 20030707 - -Summary: Gettext catalogs editor -Name: poedit

[pgadmin-hackers] CVS Commit by dpage: Remove unused files

2005-04-26 Thread cvs
Log Message: --- Remove unused files Removed Files: - pgadmin3/pkg/mac: PgAdminIII.icns Binary files pkg/mac/PgAdminIII.icns and /dev/null differ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to

[pgadmin-hackers] CVS Commit by dpage: Integrate pgagent visual studio project into

2005-04-26 Thread cvs
Log Message: --- Integrate pgagent visual studio project into pgAdmin workspace. Modified Files: -- pgadmin3/src: pgAdmin3.dsw (r1.1.1.1 -> r1.2) pgadmin3/xtra/pgagent: pgAgent.dsp (r1.1 -> r1.2) Index: pgAdmin3.dsw =

[pgadmin-hackers] CVS Commit by dpage: Use version/copyright from the main package.

2005-04-26 Thread cvs
Log Message: --- Use version/copyright from the main package. Modified Files: -- pgadmin3/xtra/pgagent: pgAgent.rc (r1.1 -> r1.2) Index: pgAgent.rc === RCS file: /projects/pgadmin3/xtra/pgagent/pgAgent

[pgadmin-hackers] CVS Commit by dpage: Move admin pack into the main tree for ease of

2005-04-26 Thread cvs
Log Message: --- Move admin pack into the main tree for ease of distribution. Added Files: --- pgadmin3/xtra/admin: Makefile (r1.1) README.admin (r1.1) admin.sql.in (r1.1) genfile.c (r1.1) misc.c (r1.1) --- /dev/null +++ xtra/admin/admin

[pgadmin-hackers] CVS Commit by dpage: New Directory

2005-04-26 Thread cvs
Update of /projects/pgadmin3/xtra/pgagent/include In directory developer.pgadmin.org:/tmp/cvs-serv20616/include Log Message: Directory /projects/pgadmin3/xtra/pgagent/include added to the repository ---(end of broadcast)--- TIP 5: Have you checked

[pgadmin-hackers] CVS Commit by dpage: New Directory

2005-04-26 Thread cvs
Update of /projects/pgadmin3/xtra/pgagent In directory developer.pgadmin.org:/tmp/cvs-serv20609/pgagent Log Message: Directory /projects/pgadmin3/xtra/pgagent added to the repository ---(end of broadcast)--- TIP 3: if posting/reading through Usenet

[pgadmin-hackers] CVS Commit by dpage: New Directory

2005-04-26 Thread cvs
Update of /projects/pgadmin3/xtra/admin In directory developer.pgadmin.org:/tmp/cvs-serv20580/admin Log Message: Directory /projects/pgadmin3/xtra/admin added to the repository ---(end of broadcast)--- TIP 3: if posting/reading through Usenet

[pgadmin-hackers] CVS Commit by dpage: New Directory

2005-04-26 Thread cvs
Update of /projects/pgadmin3/xtra In directory developer.pgadmin.org:/tmp/cvs-serv20571/xtra Log Message: Directory /projects/pgadmin3/xtra added to the repository ---(end of broadcast)--- TIP 2: you can get off all lists at once with the

[pgadmin-hackers] CVS Commit by andreas: gtk fixes

2005-04-26 Thread cvs
Log Message: --- gtk fixes Modified Files: -- pgadmin3/src/ui: calbox.cpp (r1.17 -> r1.18) timespin.cpp (r1.8 -> r1.9) pgadmin3/src/ui/common: dlgUser.xrc (r1.23 -> r1.24) Index: calbox.cpp ===

[pgadmin-hackers] CVS Commit by andreas: wxDatePickerCtrl preparation

2005-04-26 Thread cvs
Log Message: --- wxDatePickerCtrl preparation Modified Files: -- pgadmin3/src/agent: dlgSchedule.cpp (r1.22 -> r1.23) pgadmin3/src/include: calbox.h (r1.8 -> r1.9) dlgUser.h (r1.17 -> r1.18) timespin.h (r1.5 -> r1.6) pgadmin3/src/ui:

[pgadmin-hackers] CVS Commit by dpage: Turns out that wxMac actually supports a macish

2005-04-25 Thread cvs
Log Message: --- Turns out that wxMac actually supports a macish behaviour of the "Quit" MenuItem. It works similar to the About and Help menu handling - you just set s_macEditMenuItemId to the id of the Exit-Menuitem, and wx takes care of the rest. Here is is patch (3-liner, including the

[pgadmin-hackers] CVS Commit by andreas: more Hint enhancements

2005-04-24 Thread cvs
Log Message: --- more Hint enhancements Modified Files: -- pgadmin3/src/include: frmMain.h (r1.64 -> r1.65) pgadmin3/src/schema: pgObject.cpp (r1.81 -> r1.82) pgServer.cpp (r1.63 -> r1.64) pgTablespace.cpp (r1.12 -> r1.13) pgUser.

[pgadmin-hackers] CVS Commit by andreas: more Hint enhancements

2005-04-22 Thread cvs
Log Message: --- more Hint enhancements Modified Files: -- pgadmin3/src/ui: events.cpp (r1.130 -> r1.131) frmHint.cpp (r1.7 -> r1.8) Index: frmHint.cpp === RCS file: /projects/pgadmin3/src/ui/f

[pgadmin-hackers] CVS Commit by andreas: more Hint enhancements

2005-04-22 Thread cvs
Log Message: --- more Hint enhancements Modified Files: -- pgadmin3: CHANGELOG.txt (r1.206 -> r1.207) pgadmin3/docs/en_US/hints: pk.html (r1.3 -> r1.4) pgadmin3/src: pgAdmin3.dsp (r1.127 -> r1.128) pgadmin3/src/include: frmHint.h

[pgadmin-hackers] CVS Commit by andreas: 1.2.2 compiles with wx2.6

2005-04-22 Thread cvs
Log Message: --- 1.2.2 compiles with wx2.6 Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: CHANGELOG.txt (r1.171.2.8 -> r1.171.2.9) Index: CHANGELOG.txt === RCS file: /projects/pgadmin3/CHAN

[pgadmin-hackers] CVS Commit by andreas: todo

2005-04-22 Thread cvs
Log Message: --- todo Modified Files: -- pgadmin3: TODO.txt (r1.132 -> r1.133) Index: TODO.txt === RCS file: /projects/pgadmin3/TODO.txt,v retrieving revision 1.132 retrieving revision 1.133 diff -LTOD

[pgadmin-hackers] CVS Commit by dpage: Test commit - ignore

2005-04-20 Thread cvs
Log Message: --- Test commit - ignore Modified Files: -- pgadmin3: CHANGELOG.txt (r1.205 -> r1.206) Index: CHANGELOG.txt === RCS file: /projects/pgadmin3/CHANGELOG.txt,v retrieving revision 1.205 retri

[pgadmin-hackers] CVS Commit by andreas: gtk fix

2005-04-19 Thread cvs
Log Message: --- gtk fix Modified Files: -- pgadmin3/src/ui: frmHint.cpp (r1.5 -> r1.6) Index: frmHint.cpp === RCS file: /projects/pgadmin3/src/ui/frmHint.cpp,v retrieving revision 1.5 retrieving revis

[pgadmin-hackers] CVS Commit by andreas: Hint enhancements

2005-04-19 Thread cvs
Log Message: --- Hint enhancements Added Files: --- pgadmin3/docs/en_US/hints: vacuum.html (r1.1) --- /dev/null +++ docs/en_US/hints/vacuum.html @@ -0,0 +1,36 @@ + + + + + +Guru Hints + + + + +Running VACUUM recommended + +The estimated rowcount on the table "" deviate

[pgadmin-hackers] CVS Commit by andreas: Hint enhancements

2005-04-19 Thread cvs
Log Message: --- Hint enhancements Modified Files: -- pgadmin3: CHANGELOG.txt (r1.204 -> r1.205) Index: CHANGELOG.txt === RCS file: /projects/pgadmin3/CHANGELOG.txt,v retrieving revision 1.204 retrievi

[pgadmin-hackers] CVS Commit by andreas: Hint enhancements

2005-04-19 Thread cvs
Log Message: --- Hint enhancements Modified Files: -- pgadmin3/src/ui/common: xrcDialogs.cpp (r1.60 -> r1.61) Index: xrcDialogs.cpp === RCS file: /projects/pgadmin3/src/ui/common/xrcDialogs.cpp,v retri

[pgadmin-hackers] CVS Commit by andreas: Hint enhancements

2005-04-19 Thread cvs
Log Message: --- Hint enhancements Modified Files: -- pgadmin3/src/include: frmHint.h (r1.4 -> r1.5) frmMain.h (r1.63 -> r1.64) pgObject.h (r1.66 -> r1.67) pgTable.h (r1.29 -> r1.30) pgadmin3/src/schema: pgObject.cpp (r1.80 -> r1.

[pgadmin-hackers] CVS Commit by andreas: unbreak pipe conn stuff

2005-04-19 Thread cvs
Log Message: --- unbreak pipe conn stuff Modified Files: -- pgadmin3/src/schema: pgServer.cpp (r1.62 -> r1.63) pgadmin3/src/ui: dlgServer.cpp (r1.19 -> r1.20) frmQuery.cpp (r1.83 -> r1.84) Index: pgServer.cpp

[pgadmin-hackers] CVS Commit by andreas: Unix Domain Socket additional stuff

2005-04-18 Thread cvs
Log Message: --- Unix Domain Socket additional stuff Modified Files: -- pgadmin3/src/ui: dlgServer.cpp (r1.18 -> r1.19) Index: dlgServer.cpp === RCS file: /projects/pgadmin3/src/ui/dlgServer.cpp,v retr

[pgadmin-hackers] CVS Commit by andreas: Unix Domain Socket additional stuff switch to

2005-04-18 Thread cvs
Log Message: --- Unix Domain Socket additional stuff switch to wxWidgets 2.6 Modified Files: -- pgadmin3: CHANGELOG.txt (r1.203 -> r1.204) pgadmin3/src: pgAdmin3.dsp (r1.126 -> r1.127) pgadmin3/src/schema: pgServer.cpp (r1.61 -> r1.62) pg

[pgadmin-hackers] CVS Commit by dpage: Only set the schedule end date to NULL when

2005-04-16 Thread cvs
Log Message: --- Only set the schedule end date to NULL when actually required. Modified Files: -- pgadmin3/src/agent: dlgSchedule.cpp (r1.21 -> r1.22) Index: dlgSchedule.cpp === RCS file: /projects/pg

[pgadmin-hackers] CVS Commit by dpage: Enable the OK button when editting steps or

2005-04-16 Thread cvs
Log Message: --- Enable the OK button when editting steps or schedules from dlgJob Modified Files: -- pgadmin3/src/agent: dlgJob.cpp (r1.18 -> r1.19) Index: dlgJob.cpp === RCS file: /projects/pgadmin3/

[pgadmin-hackers] CVS Commit by dpage: Allow insertion of steps & schedules with SQL > 255

2005-04-16 Thread cvs
Log Message: --- Allow insertion of steps & schedules with SQL > 255 chars in length from dlgJob. Ensure record IDs are correctly set. Modified Files: -- pgadmin3/src/agent: dlgJob.cpp (r1.17 -> r1.18) dlgSchedule.cpp (r1.20 -> r1.21) dlgStep.cpp (r1

[pgadmin-hackers] CVS Commit by dpage: Since the autotools for some reason refuse to strip

2005-04-14 Thread cvs
Log Message: --- Since the autotools for some reason refuse to strip the binary (although it should be stripped, according to "info automake"), I added a strip command to install-exec-hook. The rename from pgadmin3 to pgAdmin3 is now in two stepts - first to tmp, then to pgAdmin3, since

[pgadmin-hackers] CVS Commit by dpage: Updates for future wx2.6.

2005-04-14 Thread cvs
Log Message: --- Updates for future wx2.6. Modified Files: -- pgadmin3: acinclude.m4 (r1.45 -> r1.46) Index: acinclude.m4 === RCS file: /projects/pgadmin3/acinclude.m4,v retrieving revision 1.45 retrie

[pgadmin-hackers] CVS Commit by dpage: This patch .) Doesn't actually switch pgadmin3

2005-04-14 Thread cvs
Log Message: --- This patch .) Doesn't actually switch pgadmin3 over to using wx2.6 aka CVS HEAD ;-) .) It just e.g. adds a 2.6-case to checks where there is a 2.4 and a 2.5 case .) It works around the postgres-ssl problem on osx, by checking wether

[pgadmin-hackers] CVS Commit by dpage: Unix Domain Socket support as inspired by Dominique

2005-04-14 Thread cvs
Log Message: --- Unix Domain Socket support as inspired by Dominique Quatravaux Modified Files: -- pgadmin3: CHANGELOG.txt (r1.202 -> r1.203) TODO.txt (r1.131 -> r1.132) pgadmin3/docs/en_US: connect.html (r1.7 -> r1.8) pgadmin3/src/db:

[pgadmin-hackers] CVS Commit by dpage: Include OGL instructions.

2005-04-14 Thread cvs
Log Message: --- Include OGL instructions. Don't look for mirrors ourselves anymore - use the postgresql.org download system. Modified Files: -- www/pgadmin3/cnt: cnt_download.php (r1.75 -> r1.76) Index: cnt_download.php ==

[pgadmin-hackers] CVS Commit by dpage: Include OGL instructions.

2005-04-14 Thread cvs
fig + Install the wxWidgets Object Graphics Library as follows: + + # cd ../ogl +# make +# make install +# ldconfig Download and unpack the pgAdmin source code. If you wish to use CVS code: ---(end of broadc

[pgadmin-hackers] CVS Commit by dpage: No-one is maintaining this anymore, so remove it

2005-04-14 Thread cvs
Log Message: --- No-one is maintaining this anymore, so remove it rather than keep an out of date version. Removed Files: - www/pgadmin3/cnt: pgadmin3.xml --- pgadmin3/cnt/pgadmin3.xml +++ /dev/null @@ -1,187 +0,0 @@ - - - - 1.15 -

[pgadmin-hackers] CVS Commit by dpage: Don't look for mirrors ourselves anymore - use the

2005-04-14 Thread cvs
Log Message: --- Don't look for mirrors ourselves anymore - use the postgresql.org download system. Removed Files: - www/pgadmin3/cnt: cnt_mirrors.php --- pgadmin3/cnt/cnt_mirrors.php +++ /dev/null @@ -1,78 +0,0 @@ -"; -echo sprintf(_("Feel free to download pg

[pgadmin-hackers] CVS Commit by dpage: Updated Japanese translation from Hiroshi

2005-04-12 Thread cvs
Log Message: --- Updated Japanese translation from Hiroshi Modified Files: -- pgadmin3/src/ui/ja_JP: pgadmin3.mo (r1.31 -> r1.32) pgadmin3.po (r1.29 -> r1.30) Index: pgadmin3.po === RCS file: /

[pgadmin-hackers] CVS Commit by andreas: fix menu after save

2005-04-12 Thread cvs
Log Message: --- fix menu after save Modified Files: -- pgadmin3/src/ui: frmHbaConfig.cpp (r1.5 -> r1.6) Index: frmHbaConfig.cpp === RCS file: /projects/pgadmin3/src/ui/frmHbaConfig.cpp,v retrieving re

[pgadmin-hackers] CVS Commit by dpage: MAC OSX bundle support [Florian G.

2005-04-12 Thread cvs
Log Message: --- MAC OSX bundle support [Florian G. Pflug] Modified Files: -- pgadmin3: Makefile.am (r1.37 -> r1.38) acinclude.m4 (r1.43 -> r1.44) configure.ac (r1.34 -> r1.35) pgadmin3/pkg/mac: Info.plist (r1.1 -> r1.2) pgadmin3/src:

[pgadmin-hackers] CVS Commit by dpage: Latest agent-related changes

2005-04-12 Thread cvs
Log Message: --- Latest agent-related changes Modified Files: -- pgadmin3/src/agent: dlgJob.cpp (r1.16 -> r1.17) dlgSchedule.cpp (r1.19 -> r1.20) dlgStep.cpp (r1.16 -> r1.17) pgaSchedule.cpp (r1.22 -> r1.23) pgaStep.cpp (r1.18 -> r1.1

[pgadmin-hackers] CVS Commit by dpage: Don't rtl the English text (per Hossein Noorikhah)

2005-04-09 Thread cvs
Log Message: --- Don't rtl the English text (per Hossein Noorikhah) Modified Files: -- www/pgadmin3/css: bluehaze-rtl.css (r1.1 -> r1.2) Index: bluehaze-rtl.css === RCS file: /projects/www/pgadmin3/css

[pgadmin-hackers] CVS Commit by andreas: VACUUM hint

2005-04-07 Thread cvs
Log Message: --- VACUUM hint Modified Files: -- pgadmin3: CHANGELOG.txt (r1.201 -> r1.202) pgadmin3/src/include: frmHint.h (r1.3 -> r1.4) pgServer.h (r1.44 -> r1.45) pgadmin3/src/schema: pgServer.cpp (r1.60 -> r1.61) pgTable.c

[pgadmin-hackers] CVS Commit by andreas: Control dependent win32 services

2005-04-04 Thread cvs
Log Message: --- Control dependent win32 services Modified Files: -- pgadmin3: CHANGELOG.txt (r1.200 -> r1.201) pgadmin3/src/schema: pgServer.cpp (r1.59 -> r1.60) pgadmin3/src/ui: ctlSQLResult.cpp (r1.24 -> r1.25) Index: CHANGELOG.txt ==

[pgadmin-hackers] CVS Commit by andreas: Fix some typos comment out job trigger (not yet

2005-04-01 Thread cvs
Log Message: --- Fix some typos comment out job trigger (not yet implemented) Modified Files: -- pgagent: pgagent.sql (r1.7 -> r1.8) Index: pgagent.sql === RCS file: /projects/pgagent/pgagent.sql,v ret

[pgadmin-hackers] CVS Commit by andreas: Speed up of column property retrieval

2005-04-01 Thread cvs
Log Message: --- Speed up of column property retrieval Modified Files: -- pgadmin3: CHANGELOG.txt (r1.199 -> r1.200) pgadmin3/src/include: pgColumn.h (r1.29 -> r1.30) pgadmin3/src/schema: pgColumn.cpp (r1.41 -> r1.42) pgadmin3/src/utils:

[pgadmin-hackers] CVS Commit by dpage: Fix changing of view ownership

2005-04-01 Thread cvs
Log Message: --- Fix changing of view ownership Modified Files: -- pgadmin3: CHANGELOG.txt (r1.198 -> r1.199) Index: CHANGELOG.txt === RCS file: /projects/pgadmin3/CHANGELOG.txt,v retrieving revision 1

[pgadmin-hackers] CVS Commit by dpage: Fix changing of view ownership

2005-04-01 Thread cvs
Log Message: --- Fix changing of view ownership Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3/src/ui: dlgView.cpp (r1.10.2.1 -> r1.10.2.2) Index: dlgView.cpp === RCS file: /projects/pgadmin

[pgadmin-hackers] CVS Commit by dpage: Fix changing of view ownership

2005-04-01 Thread cvs
Log Message: --- Fix changing of view ownership Modified Files: -- pgadmin3/src/ui: dlgView.cpp (r1.11 -> r1.12) Index: dlgView.cpp === RCS file: /projects/pgadmin3/src/ui/dlgView.cpp,v retrieving revi

[pgadmin-hackers] CVS Commit by andreas: Fix DateStyle to be 7.3 compatible

2005-03-31 Thread cvs
Log Message: --- Fix DateStyle to be 7.3 compatible Modified Files: -- pgadmin3/src/db: pgConn.cpp (r1.67 -> r1.68) Index: pgConn.cpp === RCS file: /projects/pgadmin3/src/db/pgConn.cpp,v retrieving rev

[pgadmin-hackers] CVS Commit by andreas: Fix sysSettings::Write

2005-03-30 Thread cvs
Log Message: --- Fix sysSettings::Write Modified Files: -- pgadmin3/src/include: sysSettings.h (r1.38 -> r1.39) pgadmin3/src/schema: pgForeignKey.cpp (r1.28 -> r1.29) pgadmin3/src/utils: sysSettings.cpp (r1.70 -> r1.71) Index: sysSettings.h

[pgadmin-hackers] CVS Commit by andreas: Fix reading/writing bool config values

2005-03-29 Thread cvs
Log Message: --- Fix reading/writing bool config values Modified Files: -- pgadmin3/src/include: sysSettings.h (r1.37 -> r1.38) pgadmin3/src/ui: frmMain.cpp (r1.124 -> r1.125) pgadmin3/src/utils: sysSettings.cpp (r1.69 -> r1.70) Index: sysSe

[pgadmin-hackers] CVS Commit by dpage: Fix ssl detection

2005-03-29 Thread cvs
Log Message: --- Fix ssl detection Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: acinclude.m4 (r1.37.2.3 -> r1.37.2.4) Index: acinclude.m4 === RCS file: /projects/pgadmin3/acinclude.m4,v r

[pgadmin-hackers] CVS Commit by dpage: Update for 1.2.1

2005-03-29 Thread cvs
Log Message: --- Update for 1.2.1 Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3/pkg/win32: pgadmin3.wsi (r1.27 -> r1.27.2.1) pgadmin3.wsm (r1.10 -> r1.10.2.1) ---(end of broadcast)--- TIP 1: subsc

[pgadmin-hackers] CVS Commit by dpage: Include Slony and pgAgent in the translations

2005-03-29 Thread cvs
Log Message: --- Include Slony and pgAgent in the translations [Hiroshi Saito] Modified Files: -- pgadmin3: stringextract (r1.9 -> r1.10) stringextract.bat (r1.7 -> r1.8) Index: stringextract.bat =

[pgadmin-hackers] CVS Commit by dpage: Refresh tree properly after editting Agent objects.

2005-03-28 Thread cvs
Log Message: --- Refresh tree properly after editting Agent objects. Modified Files: -- pgadmin3/src/agent: pgaJob.cpp (r1.16 -> r1.17) pgaSchedule.cpp (r1.21 -> r1.22) pgaStep.cpp (r1.17 -> r1.18) Index: pgaSchedule.cpp

[pgadmin-hackers] CVS Commit by dpage: Improve phrasing (no offence to Andreas intended -

2005-03-28 Thread cvs
Log Message: --- Improve phrasing (no offence to Andreas intended - his English is still waaay better than my German :-) ) Modified Files: -- pgadmin3/docs/en_US/hints: pk.html (r1.2 -> r1.3) Index: pk.html =

[pgadmin-hackers] CVS Commit by dpage: listen_addresses appeared in 8.0, not 7.4.

2005-03-28 Thread cvs
Log Message: --- listen_addresses appeared in 8.0, not 7.4. And the old option was tcpip_socket :-) Modified Files: -- pgadmin3/docs/en_US/hints: conn-listen.html (r1.3 -> r1.4) Index: conn-listen.html ==

[pgadmin-hackers] CVS Commit by andreas: FK MATCH FULL Option: User defined system schemas

2005-03-28 Thread cvs
Log Message: --- FK MATCH FULL Option: User defined system schemas Modified Files: -- pgadmin3: TODO.txt (r1.130 -> r1.131) Index: TODO.txt === RCS file: /projects/pgadmin3/TODO.txt,v retrieving revisi

[pgadmin-hackers] CVS Commit by andreas: Fix typo Connezione -> Connessione

2005-03-28 Thread cvs
Log Message: --- Fix typo Connezione -> Connessione Modified Files: -- pgadmin3/src/ui/it_IT: pgadmin3.mo (r1.22 -> r1.23) ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://a

[pgadmin-hackers] CVS Commit by andreas: Fix typo Connezione -> Connessione

2005-03-28 Thread cvs
Log Message: --- Fix typo Connezione -> Connessione Modified Files: -- pgadmin3/src/ui/it_IT: pgadmin3.po (r1.21 -> r1.22) Index: pgadmin3.po === RCS file: /projects/pgadmin3/src/ui/it_IT/pgadmin3.po,v

[pgadmin-hackers] CVS Commit by andreas: - Guru hint for server connections

2005-03-27 Thread cvs
Log Message: --- - Guru hint for server connections Modified Files: -- pgadmin3/docs/en_US/hints: conn-listen.html (r1.1 -> r1.2) Index: conn-listen.html === RCS file: /projects/pgadmin3/docs/en_US/hin

[pgadmin-hackers] CVS Commit by andreas: New Directory

2005-03-27 Thread cvs
Update of /projects/pgadmin3/docs/en_US/hints In directory developer.pgadmin.org:/tmp/cvs-serv13857/hints Log Message: Directory /projects/pgadmin3/docs/en_US/hints added to the repository ---(end of broadcast)--- TIP 7: don't forget to inc

[pgadmin-hackers] CVS Commit by dpage: Correctly identify primary key columns in

2005-03-26 Thread cvs
Log Message: --- Correctly identify primary key columns in properties pane. Modified Files: -- pgadmin3: CHANGELOG.txt (r1.195 -> r1.196) pgadmin3/src/schema: pgColumn.cpp (r1.40 -> r1.41) Index: CHANGELOG.txt ===

[pgadmin-hackers] CVS Commit by dpage: Correctly identify primary key columns in

2005-03-26 Thread cvs
Log Message: --- Correctly identify primary key columns in properties pane. Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: CHANGELOG.txt (r1.171.2.6 -> r1.171.2.7) pgadmin3/src/schema: pgColumn.cpp (r1.38.2.1 -> r1.38.2.2) Index: CHANGELOG.t

[pgadmin-hackers] CVS Commit by dpage: Hmm, there are no guruhints in 1.2.x...

2005-03-26 Thread cvs
Log Message: --- Hmm, there are no guruhints in 1.2.x... Tags: REL-1_2_0_PATCHES Removed Files: - pgadmin3/docs/en_US: guruhints.html --- docs/en_US/guruhints.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - -Guru Hints - - - - -Guru Hints - -pgAdmin III has som

[pgadmin-hackers] CVS Commit by dpage: Added a tip

2005-03-25 Thread cvs
Log Message: --- Added a tip Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3/docs/en_US: tips.txt (r1.5 -> r1.5.2.1) Index: tips.txt === RCS file: /projects/pgadmin3/docs/en_US/tips.txt,v ret

[pgadmin-hackers] CVS Commit by dpage: Added a tip

2005-03-25 Thread cvs
Log Message: --- Added a tip Modified Files: -- pgadmin3/docs/en_US: tips.txt (r1.5 -> r1.6) Index: tips.txt === RCS file: /projects/pgadmin3/docs/en_US/tips.txt,v retrieving revision 1.5 retrieving re

[pgadmin-hackers] CVS Commit by dpage: Version number bump for 1.2.1

2005-03-25 Thread cvs
Log Message: --- Version number bump for 1.2.1 Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: configure.ac (r1.32 -> r1.32.2.1) pgadmin3/src/include: version.h (r1.19.2.1 -> r1.19.2.2) Index: configure.ac

[pgadmin-hackers] CVS Commit by dpage: Use PostgreSQL 8.0 (pgInstaller) libs & headers.

2005-03-25 Thread cvs
Log Message: --- Use PostgreSQL 8.0 (pgInstaller) libs & headers. Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3/src: pgAdmin3.dsp (r1.116 -> r1.116.2.1) Index: pgAdmin3.dsp === RCS file: /p

[pgadmin-hackers] CVS Commit by dpage: Fix a couple of compile errors from back-patched

2005-03-25 Thread cvs
Log Message: --- Fix a couple of compile errors from back-patched fixes. Hopefully nothing else was missed :-) Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3/src/include: pgConn.h (r1.27.2.1 -> r1.27.2.2) pgadmin3/src/schema: pgDomain.cpp (r1

[pgadmin-hackers] CVS Commit by dpage: Tweak column names

2005-03-24 Thread cvs
Log Message: --- Tweak column names Modified Files: -- pgagent: pgagent.sql (r1.6 -> r1.7) Index: pgagent.sql === RCS file: /projects/pgagent/pgagent.sql,v retrieving revision 1.6 retrieving revision 1

[pgadmin-hackers] CVS Commit by dpage: Set column stats and comments correctly when

2005-03-19 Thread cvs
Log Message: --- Set column stats and comments correctly when creating tables. Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: CHANGELOG.txt (r1.171.2.5 -> r1.171.2.6) pgadmin3/src/include: dlgColumn.h (r1.10.2.1 -> r1.10.2.2) pgadmin3/src

[pgadmin-hackers] CVS Commit by dpage: Set column stats and comments correctly when

2005-03-19 Thread cvs
Log Message: --- Set column stats and comments correctly when creating tables. Modified Files: -- pgadmin3: CHANGELOG.txt (r1.194 -> r1.195) pgadmin3/src/include: dlgColumn.h (r1.11 -> r1.12) pgadmin3/src/ui: dlgTable.cpp (r1.50 -> r1.51) In

[pgadmin-hackers] CVS Commit by dpage: Call wxTheApp->Yield(); to allow the connecting

2005-03-18 Thread cvs
Log Message: --- Call wxTheApp->Yield(); to allow the connecting busy box to redraw after leaving the password dialogue. Modified Files: -- pgadmin3/src/schema: pgServer.cpp (r1.58 -> r1.59) Index: pgServer.cpp =

[pgadmin-hackers] CVS Commit by dpage: Include the hostname in the connect string for

2005-03-18 Thread cvs
Log Message: --- Include the hostname in the connect string for Kerberos support, per Magnus Hagander Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: CHANGELOG.txt (r1.171.2.4 -> r1.171.2.5) pgadmin3/src/db: pgConn.cpp (r1.60.2.2 -> r1.60.2.3

[pgadmin-hackers] CVS Commit by dpage: Include the hostname in the connect string for

2005-03-18 Thread cvs
Log Message: --- Include the hostname in the connect string for Kerberos support, per Magnus Hagander Modified Files: -- pgadmin3/src/db: pgConn.cpp (r1.65 -> r1.66) Index: pgConn.cpp === RCS file: /p

[pgadmin-hackers] CVS Commit by dpage: Include the hostname in the connect string for

2005-03-18 Thread cvs
Log Message: --- Include the hostname in the connect string for Kerberos support, per Magnus Hagander Modified Files: -- pgadmin3: CHANGELOG.txt (r1.193 -> r1.194) Index: CHANGELOG.txt === RCS file: /

[pgadmin-hackers] CVS Commit by dpage: Fix some tabs that my editor converted to spaces.

2005-03-16 Thread cvs
Log Message: --- Fix some tabs that my editor converted to spaces. Modified Files: -- pgadmin3: Makefile.am (r1.36 -> r1.37) Index: Makefile.am === RCS file: /projects/pgadmin3/Makefile.am,v retrieving

[pgadmin-hackers] CVS Commit by dpage: I wanted to build a .app bundle for pgadmin, but I

2005-03-16 Thread cvs
Log Message: --- I wanted to build a .app bundle for pgadmin, but I found no support for this in the build system. I added an option --build-bundle that basically overwrites --prefix to $(pwd)tmp, and added a PgAdminIII.app target to Makefile.am. The built bundle includes the pgadmin3 bin

[pgadmin-hackers] CVS Commit by dpage: New Directory

2005-03-16 Thread cvs
Update of /projects/pgadmin3/pkg/mac In directory developer.pgadmin.org:/tmp/cvs-serv15105/mac Log Message: Directory /projects/pgadmin3/pkg/mac added to the repository ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send

[pgadmin-hackers] CVS Commit by dpage: Fix for non-SSL enabled libpq builds [Florian G.

2005-03-16 Thread cvs
Log Message: --- Fix for non-SSL enabled libpq builds [Florian G. Pflug] Modified Files: -- pgadmin3: CHANGELOG.txt (r1.192 -> r1.193) pgadmin3/src/db: pgConn.cpp (r1.64 -> r1.65) pgadmin3/src/include: pgConn.h (r1.30 -> r1.31) Index: CHANGE

[pgadmin-hackers] CVS Commit by dpage: Mask the password on the main tab of the user

2005-03-16 Thread cvs
Log Message: --- Mask the password on the main tab of the user properties dialogue [Hiroshi Saito] (again - arrgh, I'm losing it!!) Modified Files: -- pgadmin3/src/include: dlgUser.h (r1.16 -> r1.17) pgadmin3/src/ui: dlgUser.cpp (r1.38 -> r1.39) pga

[pgadmin-hackers] CVS Commit by dpage: Mask the password on the main tab of the user

2005-03-16 Thread cvs
Log Message: --- Mask the password on the main tab of the user properties dialogue [Hiroshi Saito] Modified Files: -- pgadmin3: Makefile.am (r1.34 -> r1.35) acinclude.m4 (r1.42 -> r1.43) configure.ac (r1.33 -> r1.34) pgadmin3/src/include:

[pgadmin-hackers] CVS Commit by dpage: Updated translation from Slawomir Sudnik

2005-03-16 Thread cvs
Log Message: --- Updated translation from Slawomir Sudnik Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3/src/ui/pl_PL: pgadmin3.mo (r1.17 -> r1.17.2.1) pgadmin3.po (r1.18 -> r1.18.2.1) Index: pgadmin3.po ==

[pgadmin-hackers] CVS Commit by dpage: Updated translation from Slawomir Sudnik

2005-03-16 Thread cvs
Log Message: --- Updated translation from Slawomir Sudnik Modified Files: -- pgadmin3/src/ui/pl_PL: pgadmin3.mo (r1.17 -> r1.18) pgadmin3.po (r1.18 -> r1.19) Index: pgadmin3.po === RCS file: /p

[pgadmin-hackers] CVS Commit by dpage: Schedule UI updates.

2005-03-15 Thread cvs
Log Message: --- Schedule UI updates. Modified Files: -- pgadmin3/src/agent: dlgSchedule.cpp (r1.17 -> r1.18) pgaSchedule.cpp (r1.19 -> r1.20) pgadmin3/src/agent/include: dlgSchedule.h (r1.10 -> r1.11) pgaSchedule.h (r1.13 -> r1.14) p

[pgadmin-hackers] CVS Commit by andreas: Change plain backup file default extension to

2005-03-13 Thread cvs
Log Message: --- Change plain backup file default extension to .sql Add CASCADE dropping Modified Files: -- pgadmin3: CHANGELOG.txt (r1.190 -> r1.191) Index: CHANGELOG.txt === RCS file: /projects/pgadm

[pgadmin-hackers] CVS Commit by dpage: Number weekdays correctly.

2005-03-11 Thread cvs
Log Message: --- Number weekdays correctly. Modified Files: -- pgadmin3/src/agent: pgaSchedule.cpp (r1.17 -> r1.18) Index: pgaSchedule.cpp === RCS file: /projects/pgadmin3/src/agent/pgaSchedule.cpp,v r

[pgadmin-hackers] CVS Commit by dpage: Number weekdays correctly.

2005-03-11 Thread cvs
Log Message: --- Number weekdays correctly. Modified Files: -- pgagent: pgagent.sql (r1.5 -> r1.6) Index: pgagent.sql === RCS file: /projects/pgagent/pgagent.sql,v retrieving revision 1.5 retrieving re

[pgadmin-hackers] CVS Commit by dpage: Display schedules properly in the properties pane

2005-03-11 Thread cvs
Log Message: --- Display schedules properly in the properties pane Modified Files: -- pgadmin3/src/agent: dlgSchedule.cpp (r1.16 -> r1.17) pgaSchedule.cpp (r1.16 -> r1.17) pgadmin3/src/agent/include: pgaSchedule.h (r1.11 -> r1.12) Index: pgaSche

[pgadmin-hackers] CVS Commit by dpage: Updated pgAgent schema with cron-style scheduling.

2005-03-11 Thread cvs
Log Message: --- Updated pgAgent schema with cron-style scheduling. Modified Files: -- pgagent: pgagent.sql (r1.4 -> r1.5) Index: pgagent.sql === RCS file: /projects/pgagent/pgagent.sql,v retrieving re

[pgadmin-hackers] CVS Commit by dpage: New splash screen

2005-03-04 Thread cvs
Log Message: --- New splash screen Removed Files: - pgadmin3/src/include/images: splash.mic Binary files src/include/images/splash.mic and /dev/null differ ---(end of broadcast)--- TIP 9: the planner will ignore your

[pgadmin-hackers] CVS Commit by dpage: Fix aggregate SQL generation per James Prichard

2005-03-04 Thread cvs
Log Message: --- Fix aggregate SQL generation per James Prichard Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: CHANGELOG.txt (r1.171.2.3 -> r1.171.2.4) pgadmin3/src/include: dlgProperty.h (r1.41.2.1 -> r1.41.2.2) pgadmin3/src/schema:

[pgadmin-hackers] CVS Commit by dpage: Fix aggregate SQL generation per James Prichard

2005-03-04 Thread cvs
Log Message: --- Fix aggregate SQL generation per James Prichard Modified Files: -- pgadmin3: CHANGELOG.txt (r1.188 -> r1.189) pgadmin3/src/include: dlgProperty.h (r1.45 -> r1.46) pgadmin3/src/schema: pgAggregate.cpp (r1.26 -> r1.27) pgad

  1   2   3   4   5   6   7   8   >