[pgadmin-hackers] SVN Commit by guillaume: r8175 - trunk/pgadmin3/pgadmin/dlg

2010-02-12 Thread svn
Author: guillaume

Date: 2010-02-12 21:27:14 + (Fri, 12 Feb 2010)

New Revision: 8175

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8175&view=rev

Log:
Fix a crash when trying to add a column for a primary key and a unique
constraint.

Bug available since I added the code to handle the change of an operator class
on an index column.


Modified:
   trunk/pgadmin3/pgadmin/dlg/dlgIndex.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8176 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm pgadmin/include/utils pgadmin/utils

2010-02-12 Thread svn
Author: guillaume

Date: 2010-02-12 21:44:54 + (Fri, 12 Feb 2010)

New Revision: 8176

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8176&view=rev

Log:
Support for query automatic history.


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
   trunk/pgadmin3/pgadmin/include/frm/frmQuery.h
   trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
   trunk/pgadmin3/pgadmin/utils/sysSettings.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] [pgAdmin III] #93: Recording query history

2010-02-12 Thread pgAdmin Trac
#93: Recording query history
--+-
  Reporter:  gleu |   Owner:  dpage
  Type:  feature  |  Status:  closed   
  Priority:  minor|   Milestone:  1.12 
 Component:  pgadmin  | Version:  trunk
Resolution:  fixed|Keywords:  querytool
  Platform:  all  |  
--+-
Changes (by gleu):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => 1.12


Comment:

 Done in r8176.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8177 - in trunk/pgadmin3: . pgadmin/ctl pgadmin/dlg pgadmin/include/ctl pgadmin/schema pgadmin/ui

2010-02-12 Thread svn
Author: guillaume

Date: 2010-02-12 22:02:41 + (Fri, 12 Feb 2010)

New Revision: 8177

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8177&view=rev

Log:
Support for more complexe user/database default GUC setttings.


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/ctl/ctlListView.cpp
   trunk/pgadmin3/pgadmin/dlg/dlgDatabase.cpp
   trunk/pgadmin3/pgadmin/include/ctl/ctlListView.h
   trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp
   trunk/pgadmin3/pgadmin/ui/dlgDatabase.xrc

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] Re: [pgAdmin III] #102: Allow more complex user/database default GUC settings

2010-02-12 Thread pgAdmin Trac
#102: Allow more complex user/database default GUC settings
--+-
  Reporter:  gleu |   Owner:  gleu
  Type:  feature  |  Status:  closed  
  Priority:  minor|   Milestone:  1.12
 Component:  pgadmin  | Version:  trunk   
Resolution:  fixed|Keywords:  configeditor
  Platform:  all  |  
--+-
Changes (by gleu):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 Done in r8177.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8178 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm pgadmin/include/utils pgadmin/ui pgadmin/utils

2010-02-12 Thread svn
Author: guillaume

Date: 2010-02-13 00:50:36 + (Sat, 13 Feb 2010)

New Revision: 8178

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8178&view=rev

Log:
Handle customization of some files (favourites, macros, queries' history).


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/frm/frmOptions.cpp
   trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
   trunk/pgadmin3/pgadmin/include/frm/frmOptions.h
   trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
   trunk/pgadmin3/pgadmin/ui/frmOptions.xrc
   trunk/pgadmin3/pgadmin/utils/favourites.cpp
   trunk/pgadmin3/pgadmin/utils/macros.cpp
   trunk/pgadmin3/pgadmin/utils/sysSettings.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] SVN Commit by guillaume: r8179 - trunk/pgadmin3/pgadmin/ui

2010-02-12 Thread svn
Author: guillaume

Date: 2010-02-13 00:51:37 + (Sat, 13 Feb 2010)

New Revision: 8179

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8179&view=rev

Log:
Update the xrc cpp file.


Modified:
   trunk/pgadmin3/pgadmin/ui/xrcDialogs.cpp

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] [pgAdmin III] #131: Change location of query favourites.xml

2010-02-12 Thread pgAdmin Trac
#131: Change location of query favourites.xml
--+-
  Reporter:  Nick Kitson  |   Owner:  gleu 
  Type:  feature  |  Status:  closed   
  Priority:  minor|   Milestone:  1.12 
 Component:  pgadmin  | Version:  trunk
Resolution:  fixed|Keywords:  querytool
  Platform:  all  |  
--+-
Changes (by gleu):

  * status:  assigned => closed
  * resolution:  => fixed
  * milestone:  => 1.12


Comment:

 Done in r8178.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] [pgAdmin III] #109: Add statement_timeout UI on the query tool

2010-02-12 Thread pgAdmin Trac
#109: Add statement_timeout UI on the query tool
-+--
  Reporter:  Fabrice Nouvel  |   Owner:  gleu 
  Type:  feature |  Status:  closed   
  Priority:  minor   |   Milestone:   
 Component:  pgadmin | Version:  trunk
Resolution:  won't fix   |Keywords:  querytool
  Platform:  all |  
-+--
Changes (by gleu):

  * status:  assigned => closed
  * resolution:  => won't fix


Comment:

 We won't apply this one, according to a talk I had with the user
 interested by this feature.

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] Re: [pgAdmin III] #102: Allow more complex user/database default GUC settings

2010-02-12 Thread pgAdmin Trac
#102: Allow more complex user/database default GUC settings
--+-
  Reporter:  gleu |   Owner:  gleu
  Type:  feature  |  Status:  closed  
  Priority:  minor|   Milestone:  1.12
 Component:  pgadmin  | Version:  trunk   
Resolution:  fixed|Keywords:  configeditor 9.0
  Platform:  all  |  
--+-
Changes (by gleu):

  * keywords:  configeditor => configeditor 9.0


-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers