users/quan74/pgadmin-import.git
16 years agoFix the tooltips on the debugger toolbar, and adjust the default perspective to ensur...
dpage [Tue, 5 May 2009 11:14:04 +0000 (11:14 +0000)]
Fix the tooltips on the debugger toolbar, and adjust the default perspective to ensure there's enough room for the buttons on GTK. [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7843 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix variable add/remove buttons.
dpage [Tue, 5 May 2009 11:03:38 +0000 (11:03 +0000)]
Fix variable add/remove buttons.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7842 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoDisable editing of parameters for wrapped functions in EDB. [Ashesh Vashi]
dpage [Tue, 5 May 2009 11:02:29 +0000 (11:02 +0000)]
Disable editing of parameters for wrapped functions in EDB. [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7841 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix a memory leak, per Ashesh.
dpage [Tue, 5 May 2009 10:13:13 +0000 (10:13 +0000)]
Fix a memory leak, per Ashesh.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7840 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoI find one more issue on windows, from dlgDirectDbg::OnClose we're calling Close
dpage [Tue, 5 May 2009 10:06:30 +0000 (10:06 +0000)]
I find one more issue on windows, from dlgDirectDbg::OnClose we're calling Close
function for the frmMain window. As dlgDirectDbg is child of the frmMain, it will
also call Close function for dlgDirectDbg. Hence, this will leads to infinite
recursive call on windows. I don't understand, why it is not the case with gtk/MacOS.

[Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7839 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoPlease find the patch for an issue related to the debugger in gtk (linux).
dpage [Tue, 5 May 2009 10:05:57 +0000 (10:05 +0000)]
Please find the patch for an issue related to the debugger in gtk (linux).

Please find the steps to reproduce this issue:
1. Right click any pl/pgsql function without any parameter. Select
   Debugging->Debug.
2. It will open the debugger window.
3. Select File->Exit from menu.
4. Press 'yes' for the below question:
   "Are you sure you wish to abort the debugging session?
    This will abort the function currently being debugged."
5. Close main window.
6. This will gives you the following message and wait for all threads to be
   getting killed.
   "TIME WITH TIMEZONE: Debug: 1 threads were not terminated by the application."

I found that - we're creating two dbgPgConn object, one in ctlCodeWindow and the
other in dlgDirectDbg. Both creates their own threads (dbgThread object).

When we abort debugging, somehow it is not calling the Close function of the
dlgDirectDbg only on linux (wxGTK). Hence, the thread created in dlgDirectDbg is
not get killed/stopped in this case.

[Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7838 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoDisplay the logfile correctly on Greenplum [Chuck McDevitt]
dpage [Tue, 5 May 2009 09:29:44 +0000 (09:29 +0000)]
Display the logfile correctly on Greenplum [Chuck McDevitt]
Don't hide the log pane if the instrumentation functions are missing, as it screws up the perspective for the next server which does have them [Dave Page]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7837 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoDisplay partition hierarchy correctly on Greenplum. [Chuck McDevitt]
dpage [Tue, 5 May 2009 09:28:18 +0000 (09:28 +0000)]
Display partition hierarchy correctly on Greenplum. [Chuck McDevitt]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7836 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate portuguese translation, per Hélder M. Vieira.
guillaume [Tue, 5 May 2009 09:25:14 +0000 (09:25 +0000)]
Update portuguese translation, per Hélder M. Vieira.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7835 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate chinese traditional translation, per 郭朝益 (ChaoYi, Kuo).
guillaume [Sun, 3 May 2009 19:49:00 +0000 (19:49 +0000)]
Update chinese traditional translation, per  郭朝益 (ChaoYi, Kuo).

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7834 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate german translation, per Harald Armin Massa.
guillaume [Sun, 3 May 2009 18:13:33 +0000 (18:13 +0000)]
Update german translation, per Harald Armin Massa.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7833 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate italian translation, per Giuseppe Sacco.
guillaume [Sat, 2 May 2009 20:21:18 +0000 (20:21 +0000)]
Update italian translation, per Giuseppe Sacco.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7832 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate .pot files.
guillaume [Sat, 2 May 2009 19:59:40 +0000 (19:59 +0000)]
Update .pot files.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7831 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate french translation.
guillaume [Sat, 2 May 2009 19:59:22 +0000 (19:59 +0000)]
Update french translation.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7830 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAutomatic merge using stringmerge script.
guillaume [Sat, 2 May 2009 18:14:32 +0000 (18:14 +0000)]
Automatic merge using stringmerge script.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7827 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure the debugger exists correctly [Ashesh Vashi]
dpage [Wed, 29 Apr 2009 11:07:15 +0000 (11:07 +0000)]
Ensure the debugger exists correctly [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7826 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix another irksome resizing bug under GTK
dpage [Mon, 27 Apr 2009 13:56:43 +0000 (13:56 +0000)]
Fix another irksome resizing bug under GTK

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7825 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoDon't let the user try to debug wrapped functions/procedures in EDB.
dpage [Mon, 27 Apr 2009 13:06:12 +0000 (13:06 +0000)]
Don't let the user try to debug wrapped functions/procedures in EDB.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7824 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agosome adjustment.(ja_JP)
hiroshi [Sat, 25 Apr 2009 10:48:40 +0000 (10:48 +0000)]
some adjustment.(ja_JP)

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7823 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agosome adjustments(ja_JP).
hiroshi [Fri, 24 Apr 2009 16:03:33 +0000 (16:03 +0000)]
some adjustments(ja_JP).

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7822 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoSupport verify-ca and verify-full as sslmode values, new in 8.4
mha [Fri, 24 Apr 2009 12:38:54 +0000 (12:38 +0000)]
Support verify-ca and verify-full as sslmode values, new in 8.4

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7821 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure the user enters a trigger body if creating an edb-spl trigger.
dpage [Fri, 24 Apr 2009 12:23:26 +0000 (12:23 +0000)]
Ensure the user enters a trigger body if creating an edb-spl trigger.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7820 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoRemove sslverify again, since it's been removed from libpq after 8.4beta1
mha [Fri, 24 Apr 2009 11:49:06 +0000 (11:49 +0000)]
Remove sslverify again, since it's been removed from libpq after 8.4beta1

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7819 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoRemove useless rule view option.
dpage [Fri, 24 Apr 2009 08:45:42 +0000 (08:45 +0000)]
Remove useless rule view option.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7818 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoDebugger related fixes:
dpage [Fri, 24 Apr 2009 07:44:08 +0000 (07:44 +0000)]
Debugger related fixes:
* SSL Verify support introduced PG 8.4 and later.
  We were not taking care about it.
* We were not catching an exception - thrown from Init
  function of dlgPgConn (debugger/dbgPgConn.cpp:228)
* Also include one change related to set isGreenplum in
  debugger/dbgPgConn. isGreenplum variable is getting set in
  the block whose condition is (isEdb && ...). So, value for
  isGreenplum will be a garbage value when we have
  postgresql/greenplum server, otherwise it will be false
  (for edb).
[Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7817 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAdd TODO item per Andreas Neumann
dpage [Fri, 17 Apr 2009 11:59:15 +0000 (11:59 +0000)]
Add TODO item per Andreas Neumann

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7816 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAdd support for RETURNS TABLE() on functions [Ashesh Vashi].
dpage [Fri, 17 Apr 2009 11:54:37 +0000 (11:54 +0000)]
Add support for RETURNS TABLE() on functions [Ashesh Vashi].

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7815 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix the AUI handling for the status form. It didn't handle localisation properly...
dpage [Thu, 16 Apr 2009 14:12:20 +0000 (14:12 +0000)]
Fix the AUI handling for the status form. It didn't handle localisation properly (which would result in a blank screen being display if switched to Japanese for example) and the Default View option was restoring the last saved perspective, and not the hard-coded default.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7814 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure account expiration dates are displayed and handled consistently [Ashesh Vashi...
dpage [Thu, 16 Apr 2009 11:02:13 +0000 (11:02 +0000)]
Ensure account expiration dates are displayed and handled consistently [Ashesh Vashi/Dave Page]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7813 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate the GQB to demand load the contents of each schema individually. This requires...
dpage [Thu, 16 Apr 2009 08:29:25 +0000 (08:29 +0000)]
Update the GQB to demand load the contents of each schema individually. This requires some pretty heavy
structural changes, but I think it's a good improvement.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7812 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUse a save dialog when exporting data per Herouth Maoz
dpage [Wed, 15 Apr 2009 12:53:40 +0000 (12:53 +0000)]
Use a save dialog when exporting data per Herouth Maoz

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7811 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoThere may not always be an extension on plugin library names
dpage [Wed, 15 Apr 2009 09:56:43 +0000 (09:56 +0000)]
There may not always be an extension on plugin library names

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7810 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix a crash bug in the Query Tool [Ashesh Vashi]
dpage [Wed, 15 Apr 2009 09:25:25 +0000 (09:25 +0000)]
Fix a crash bug in the Query Tool [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7809 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure we have a consistent message when dropping server objects [Ashesh Vashi]
dpage [Wed, 15 Apr 2009 09:18:20 +0000 (09:18 +0000)]
Ensure we have a consistent message when dropping server objects [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7808 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoGreenplum stores the number of rows per segmentDatabase (actually the max of any...
dpage [Wed, 15 Apr 2009 09:06:29 +0000 (09:06 +0000)]
Greenplum stores the number of rows per segmentDatabase (actually the max of any of the segDBs) in pg_class.reltuples, not the total number of tuples.

This causes the stats to display wrong values, and causes pgAdmin to warn that Analyze is needed when it is not.

This simple patch multiplies the reltuples x gp_segments, so that we get a better value.

Of course, it only does this for Greenplum connections.
[Chuck McDevitt]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7807 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix an apparent hang when debugging in some languages. [Ashesh Vashi]
dpage [Mon, 13 Apr 2009 16:15:15 +0000 (16:15 +0000)]
Fix an apparent hang when debugging in some languages. [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7806 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoCheck the the appropriate debugger plugin is loaded before offering debugging options.
dpage [Wed, 8 Apr 2009 16:16:44 +0000 (16:16 +0000)]
Check the the appropriate debugger plugin is loaded before offering debugging options.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7805 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoValidate the View dialogue properly [Ashesh Vashi]
dpage [Wed, 8 Apr 2009 14:05:21 +0000 (14:05 +0000)]
Validate the View dialogue properly [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7804 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoSerbian translation: I forgot this part of the patch.
guillaume [Tue, 7 Apr 2009 17:55:53 +0000 (17:55 +0000)]
Serbian translation: I forgot this part of the patch.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7802 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoSerbian translation: sr_YU is now sr_RS.
guillaume [Tue, 7 Apr 2009 17:55:05 +0000 (17:55 +0000)]
Serbian translation: sr_YU is now sr_RS.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7801 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix job step creation [Ashesh Vashi]
dpage [Tue, 7 Apr 2009 11:00:31 +0000 (11:00 +0000)]
Fix job step creation [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7800 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix an infinite loop in the debugger which appears to occur with certain themes under...
dpage [Mon, 6 Apr 2009 20:40:05 +0000 (20:40 +0000)]
Fix an infinite loop in the debugger which appears to occur with certain themes under wxGTK on Debian. Per Heikki Linnakangas

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7799 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoRename the new CREATE DATABASE options to set collation and ctype into
dpage [Mon, 6 Apr 2009 08:50:06 +0000 (08:50 +0000)]
Rename the new CREATE DATABASE options to set collation and ctype into
LC_COLLATE and LC_CTYPE, per discussion on pgsql-hackers.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7798 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agolv_LV is not anymore unmaintained :)
guillaume [Sat, 4 Apr 2009 20:41:32 +0000 (20:41 +0000)]
lv_LV is not anymore unmaintained :)

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7796 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAdds HTML Help project files for the french manual, and updates batch file and Visual...
guillaume [Sat, 4 Apr 2009 17:39:42 +0000 (17:39 +0000)]
Adds HTML Help project files for the french manual, and updates batch file and VisualC++ project to take care of them.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7795 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate serbian translation, per Bojan Škaljac.
guillaume [Sat, 4 Apr 2009 14:25:26 +0000 (14:25 +0000)]
Update serbian translation, per Bojan Škaljac.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7794 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate french translation of the manual. And fixes one error on the english
guillaume [Sat, 4 Apr 2009 13:37:34 +0000 (13:37 +0000)]
Update french translation of the manual. And fixes one error on the english
manual.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7793 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFixes on the Server Status documentation.
guillaume [Sat, 4 Apr 2009 13:30:40 +0000 (13:30 +0000)]
Fixes on the Server Status documentation.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7792 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoSome fixes on the manual: update screenshots, add new command line parameters,
guillaume [Sat, 4 Apr 2009 13:22:22 +0000 (13:22 +0000)]
Some fixes on the manual: update screenshots, add new command line parameters,
update members of the translation team.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7791 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoIncrease the log buffers
dpage [Thu, 2 Apr 2009 09:31:23 +0000 (09:31 +0000)]
Increase the log buffers

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7790 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate image
dpage [Wed, 1 Apr 2009 14:26:03 +0000 (14:26 +0000)]
Update image

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7789 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix the validation of database and schema restriction strings per Kieran McCusker
dpage [Wed, 1 Apr 2009 14:24:57 +0000 (14:24 +0000)]
Fix the validation of database and schema restriction strings per Kieran McCusker

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7788 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix missing Greenplum reloptions [Chuck McDevitt]
dpage [Wed, 1 Apr 2009 12:09:33 +0000 (12:09 +0000)]
Fix missing Greenplum reloptions [Chuck McDevitt]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7787 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAdd missing 'cert' authentication method, and allow an option to be set for any hosts...
dpage [Wed, 1 Apr 2009 11:55:01 +0000 (11:55 +0000)]
Add missing 'cert' authentication method, and allow an option to be set for any hostssl entry in the pg_hba.conf editor, per Magnus.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7786 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoImplement a more robust check to ensure that users can't enter invalid values for...
dpage [Wed, 1 Apr 2009 11:51:25 +0000 (11:51 +0000)]
Implement a more robust check to ensure that users can't enter invalid values for sequences. Do it properly this time :-)

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7785 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoImplement a more robust check to ensure that users can't enter invalid values for...
dpage [Wed, 1 Apr 2009 11:09:24 +0000 (11:09 +0000)]
Implement a more robust check to ensure that users can't enter invalid values for sequences.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7784 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix help description
dpage [Tue, 31 Mar 2009 16:12:42 +0000 (16:12 +0000)]
Fix help description

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7783 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoDocumentation fixes.
guillaume [Tue, 31 Mar 2009 15:53:03 +0000 (15:53 +0000)]
Documentation fixes.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7782 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoSupport ldap, gss and sspi authentication methods in the pg_hba.conf editor.
dpage [Tue, 31 Mar 2009 13:18:26 +0000 (13:18 +0000)]
Support ldap, gss and sspi authentication methods in the pg_hba.conf editor.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7781 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate latvian translation, per Lauris Buksis-Haberkorns.
guillaume [Mon, 30 Mar 2009 21:40:36 +0000 (21:40 +0000)]
Update latvian translation, per Lauris Buksis-Haberkorns.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7779 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate latvian translation, per Lauris Bukšis-Haberkorns.
guillaume [Mon, 30 Mar 2009 08:46:00 +0000 (08:46 +0000)]
Update latvian translation, per Lauris Bukšis-Haberkorns.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7778 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate portuguese translation, per Hélder M. Vieira.
guillaume [Sun, 29 Mar 2009 20:20:05 +0000 (20:20 +0000)]
Update portuguese translation, per Hélder M. Vieira.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7777 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFrench manual of pgAdminIII.
guillaume [Sun, 29 Mar 2009 13:10:06 +0000 (13:10 +0000)]
French manual of pgAdminIII.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7776 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoA little light Friday evening query tuning.
dpage [Fri, 27 Mar 2009 21:41:30 +0000 (21:41 +0000)]
A little light Friday evening query tuning.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7775 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoRemove the 'use tab key for autocomplete' option as it breaks other editor features...
dpage [Fri, 27 Mar 2009 21:16:07 +0000 (21:16 +0000)]
Remove the 'use tab key for autocomplete' option as it breaks other editor features for little gain. Fix the Tab key in frmQuery while we're at it.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7774 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure we always use a valid format string with wxLogScriptVerbose.
dpage [Fri, 27 Mar 2009 18:25:10 +0000 (18:25 +0000)]
Ensure we always use a valid format string with wxLogScriptVerbose.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7773 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoCleanup and optimise the GQB treeview population queries. Not sure how I failed to...
dpage [Fri, 27 Mar 2009 17:39:42 +0000 (17:39 +0000)]
Cleanup and optimise the GQB treeview population queries. Not sure how I failed to notice these were in such bad shape :-(. I think we need to add some load-on-demand code to properly optimise here though.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7772 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate french translation.
guillaume [Fri, 27 Mar 2009 16:45:34 +0000 (16:45 +0000)]
Update french translation.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7771 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate chinese translation, per Quan Zongliang.
guillaume [Fri, 27 Mar 2009 16:32:36 +0000 (16:32 +0000)]
Update chinese translation, per Quan Zongliang.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7768 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate .pot files.
guillaume [Fri, 27 Mar 2009 10:18:26 +0000 (10:18 +0000)]
Update .pot files.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7767 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAutomatic merge using stringmerge script.
guillaume [Fri, 27 Mar 2009 09:56:58 +0000 (09:56 +0000)]
Automatic merge using stringmerge script.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7765 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate french translation.
guillaume [Fri, 27 Mar 2009 09:52:06 +0000 (09:52 +0000)]
Update french translation.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7764 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix Mac licence
dpage [Thu, 26 Mar 2009 22:04:16 +0000 (22:04 +0000)]
Fix Mac licence

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7761 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate licence for the Windows installer.
dpage [Thu, 26 Mar 2009 21:32:05 +0000 (21:32 +0000)]
Update licence for the Windows installer.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7760 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoMore licence/copyright updates
dpage [Thu, 26 Mar 2009 21:24:39 +0000 (21:24 +0000)]
More licence/copyright updates

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7759 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoChange the licence to BSD
dpage [Thu, 26 Mar 2009 20:49:59 +0000 (20:49 +0000)]
Change the licence to BSD

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7758 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate french translation (a typo found by Guillaume Smet).
guillaume [Thu, 26 Mar 2009 14:38:49 +0000 (14:38 +0000)]
Update french translation (a typo found by Guillaume Smet).

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7757 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix a possible crash when closing the Query Tool, and correct some kooky logic. ...
dpage [Thu, 26 Mar 2009 09:03:53 +0000 (09:03 +0000)]
Fix a possible crash when closing the Query Tool, and correct some kooky logic. [Ashesh Vashi/Dave Page]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7756 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agowxSTC seems to have block indent/outdent :-( (or :-) depending on perspective!)
dpage [Wed, 25 Mar 2009 20:04:58 +0000 (20:04 +0000)]
wxSTC seems to have block indent/outdent :-( (or :-) depending on perspective!)

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7755 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoadd status bar to make the dialogue look as it should.
dpage [Tue, 24 Mar 2009 11:47:00 +0000 (11:47 +0000)]
add status bar to make the dialogue look as it should.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7753 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoMake sure hhp2cached is available when rebuilding the docs.
dpage [Tue, 24 Mar 2009 10:31:12 +0000 (10:31 +0000)]
Make sure hhp2cached is available when rebuilding the docs.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7752 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure we correctly handle the case where a user tries to set a sequence max value...
dpage [Tue, 24 Mar 2009 09:13:00 +0000 (09:13 +0000)]
Ensure we correctly handle the case where a user tries to set a sequence max value higher than int8 allows.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7749 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate chinese's translation (zh_CN), per Quan Zongliang.
guillaume [Tue, 24 Mar 2009 07:23:17 +0000 (07:23 +0000)]
Update chinese's translation (zh_CN), per Quan Zongliang.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7748 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate .pot file.
guillaume [Mon, 23 Mar 2009 22:02:05 +0000 (22:02 +0000)]
Update .pot file.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7747 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoPrep for beta 2
dpage [Mon, 23 Mar 2009 14:07:33 +0000 (14:07 +0000)]
Prep for beta 2

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7746 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure the wxBusyInfo box displays a message when loading the GQB.
dpage [Mon, 23 Mar 2009 12:28:00 +0000 (12:28 +0000)]
Ensure the wxBusyInfo box displays a message when loading the GQB.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7745 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAdd missing tooltips to the GQB buttons (sorry translators)
dpage [Mon, 23 Mar 2009 12:22:30 +0000 (12:22 +0000)]
Add missing tooltips to the GQB buttons (sorry translators)

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7744 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate italian's translation, per Giuseppe Sacco.
guillaume [Mon, 23 Mar 2009 12:14:16 +0000 (12:14 +0000)]
Update italian's translation, per Giuseppe Sacco.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7743 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix a reliance on wxColour failing silently to convert invalid colour strings - in...
dpage [Mon, 23 Mar 2009 11:57:44 +0000 (11:57 +0000)]
Fix a reliance on wxColour failing silently to convert invalid colour strings - in a debug build you get assertions.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7742 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAvoid updating the GQB if closing the window.
dpage [Mon, 23 Mar 2009 11:28:50 +0000 (11:28 +0000)]
Avoid updating the GQB if closing the window.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7741 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate french translation.
guillaume [Mon, 23 Mar 2009 10:31:00 +0000 (10:31 +0000)]
Update french translation.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7740 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAutomatic merge using stringmerge script.
guillaume [Mon, 23 Mar 2009 09:05:32 +0000 (09:05 +0000)]
Automatic merge using stringmerge script.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7739 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix server status bug when server connection drops, per a report from Mike
guillaume [Mon, 23 Mar 2009 08:59:45 +0000 (08:59 +0000)]
Fix server status bug when server connection drops, per a report from Mike
Blackwell.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7738 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoja newest.
hiroshi [Sun, 22 Mar 2009 07:03:58 +0000 (07:03 +0000)]
ja newest.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7737 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoTypo fix.
guillaume [Sat, 21 Mar 2009 15:02:43 +0000 (15:02 +0000)]
Typo fix.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7736 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoFix typo in japanese's translation, per Quan Zongliang.
guillaume [Sat, 21 Mar 2009 14:47:02 +0000 (14:47 +0000)]
Fix typo in japanese's translation, per Quan Zongliang.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7735 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoAdd menu items to the query tool to allow access to the new editor functions, and...
dpage [Fri, 20 Mar 2009 14:23:47 +0000 (14:23 +0000)]
Add menu items to the query tool to allow access to the new editor functions, and so the user can learn them. Per suggestion from Raymond O'Donnell. [Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7734 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate serbian's translation, per Bojan Skaljac.
guillaume [Thu, 19 Mar 2009 18:42:59 +0000 (18:42 +0000)]
Update serbian's translation, per Bojan Skaljac.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7733 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoUpdate italian's translation, per Giuseppe Sacco.
guillaume [Thu, 19 Mar 2009 18:39:57 +0000 (18:39 +0000)]
Update italian's translation, per Giuseppe Sacco.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7732 a7884b65-44f6-0310-8a51-81a127f17b15

16 years agoEnsure that dependencies between tables and sequences
dpage [Thu, 19 Mar 2009 10:35:42 +0000 (10:35 +0000)]
Ensure that dependencies between tables and sequences
used by serial columns are displayed properly [Ashesh
Vashi].

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7730 a7884b65-44f6-0310-8a51-81a127f17b15