[pgadmin-hackers] pgAdmin III commit: Add support for setting db/user config on dlgRole
Add support for setting db/user config on dlgRole Previously, a user could only add/remove/update db/user configuration in the database properties dialog, which was a weird choice I made when adding support for db/user configuration. Now, a user can also do that from the role properties dialog. It also fixes an issue with older releases that a user can trigger when adding an equal sign in a value of a parameter (for example a schema name containing an equal sign). Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0f33f2716087d8bcf3246f4d6771dac6b99271a6 Modified Files -- pgadmin/dlg/dlgDatabase.cpp | 63 ++-- pgadmin/dlg/dlgProperty.cpp |6 + pgadmin/dlg/dlgRole.cpp | 143 +-- pgadmin/include/dlg/dlgProperty.h |1 + pgadmin/include/schema/pgRole.h |6 +- pgadmin/schema/pgDatabase.cpp | 126 +++-- pgadmin/schema/pgRole.cpp | 98 - pgadmin/ui/dlgRole.xrc| 943 +++-- 8 files changed, 783 insertions(+), 603 deletions(-) -- 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] pgAdmin III commit: Forgot to update CHANGELOG, and XRC C++ file in my
Forgot to update CHANGELOG, and XRC C++ file in my previous commit Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6b1ecbbc388efc1b976ac79fc554f1d5234b Modified Files -- CHANGELOG |1 + pgadmin/ui/xrcDialogs.cpp | 180 +++-- 2 files changed, 108 insertions(+), 73 deletions(-) -- 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] pgAdmin III commit: Add support for range types (9.2+)
Add support for range types (9.2+) Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e67c72519315b54f966d5083bd4c5f1c4c47e0bd Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgType.cpp | 199 +- pgadmin/include/dlg/dlgType.h |2 + pgadmin/include/schema/pgType.h | 69 ++- pgadmin/schema/pgType.cpp | 49 ++ pgadmin/ui/dlgType.xrc | 88 ++ pgadmin/ui/xrcDialogs.cpp | 1707 ++- 7 files changed, 1360 insertions(+), 755 deletions(-) -- 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] pgAdmin III commit: Fix my previous commit...
Fix my previous commit... yeah, I know, twice in almost a day... :-/ Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9ad748c824d2fc4125f06dbe8068a88e7bb59447 Modified Files -- pgadmin/dlg/dlgType.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) -- 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 commit: Add support for range types (9.2+)
On 29 April 2012 21:56, Guillaume Lelarge wrote: > Add support for range types (9.2+) Range types aren't added to the type drop-down and instead only show the array-equivalents. -- Thom -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers