Re: [pgadmin-hackers] PoC: Little improvements to EditGrid - Enum ComboBox

2012-06-18 Thread Dickson S. Guedes
2012/6/18 Ashesh Vashi > Hi Dickson, Hello Ashesh! > On Sun, Jun 17, 2012 at 6:48 PM, Dickson S. Guedes > wrote: >> >> 2012/6/17 Ashesh Vashi >> > >> > On Sun, Jun 17, 2012 at 6:39 AM, Dickson S. Guedes >> > wrote: >> >> >>

Re: [pgadmin-hackers] Should we keep using trac?

2012-06-17 Thread Dickson S. Guedes
former to projects that are simple, with simple workflow, the second to more complex projects, with sub-project, ticket dependencies and, IMHO, a better notion of "progress" for tickets and milestones. Which goals we want to achieve? regards -- Dickson S. Guedes mail/xmpp: gue...@guede

Re: [pgadmin-hackers] PoC: Little improvements to EditGrid - Enum ComboBox

2012-06-17 Thread Dickson S. Guedes
2012/6/17 Ashesh Vashi > > On Sun, Jun 17, 2012 at 6:39 AM, Dickson S. Guedes > wrote: >> >> 2012/6/6 Dickson S. Guedes : >> > I'm starting some proof-of-concept working on frmEditGrid trying make >> > some "improvements" like: >> >

Re: [pgadmin-hackers] PoC: Little improvements to EditGrid - Enum ComboBox

2012-06-06 Thread Dickson S. Guedes
t'll be a nice addition to the tool - thanks for working on it. Thanks Dave! > One additional suggestion you may want to include: bytea handling. For > input, allow the user to select a local file as the contents of a > bytea field. For output, it would be great if we could detect s

Re: [pgadmin-hackers] Database Designer report at 28/07/2001

2011-08-01 Thread Dickson S. Guedes
2011/7/30 Luis Ochoa : > On Fri, Jul 29, 2011 at 8:50 PM, Dickson S. Guedes > wrote: >> >> 2011/7/29 Dave Page : >> > I just gave it a whirl for the first time (using the code committed to >> > master, so some of these may be fixed), and immediately ran into a

Re: [pgadmin-hackers] Database Designer report at 28/07/2001

2011-07-29 Thread Dickson S. Guedes
ference field couldn't be edited or removed, maybe displaying the relation line would be enough. - Compress the generated 'pgd' file using wxZlibInputStream and wxZlibOutnputStream. Thanks Luis for this work! Best regards -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype:

Re: [pgadmin-hackers] [pgAdmin III] #148: Miscellaneous requests for the query tool

2010-03-21 Thread Dickson S. Guedes
I also don't think we should talk in bytes. It's a number of > characters. Sounds better for me, too. > I think that's all for me. Can you send us an updated patch? Yes, I can. > Thanks a lot. Thank you too. []s Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: gue

Re: [pgadmin-hackers] [pgAdmin III] #148: Miscellaneous requests for the query tool

2010-03-19 Thread Dickson S. Guedes
ery deletion Done, using 'NO' as default. This patch fixes the 'SetMacrosFile' in sysSettings.h, too. Patch attached. Comments? Thanks. Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://www.postgresql.org.br pgadmin-ticket-148

Re: [pgadmin-hackers] Query History enhancements

2010-03-15 Thread Dickson S. Guedes
2010/3/15 Guillaume Lelarge : > Le 15/03/2010 06:28, Dickson S. Guedes a écrit : >> 2010/3/13 Guillaume Lelarge : >>> Le 14/03/2010 00:22, Dickson S. Guedes a écrit : >>>> [...] >>>> I'm thinking that there are some things that could enhance the que

Re: [pgadmin-hackers] Query History enhancements

2010-03-14 Thread Dickson S. Guedes
2010/3/13 Guillaume Lelarge : > Le 14/03/2010 00:22, Dickson S. Guedes a écrit : >> [...] >> I'm thinking that there are some things that could enhance the query >> history: allow the user defines the max size of the query that could >> be added in history, the to

[pgadmin-hackers] Query History enhancements

2010-03-13 Thread Dickson S. Guedes
Hi all, I'm thinking that there are some things that could enhance the query history: allow the user defines the max size of the query that could be added in history, the total number of queries stored and avoid store itentical queries What do you think? Best regards, Dickson S. Guedes

Re: [pgadmin-hackers] [pgAdmin III] #1: Minor patch for more GP options.

2009-04-07 Thread Dickson S. Guedes
Em Ter, 2009-04-07 às 13:24 +, pgAdmin Trac escreveu: > Ticket URL: <http://code.pgadmin.org/trac/ticket/1#comment:4> > pgAdmin III <http://code.pgadmin.org/trac/> Wow! Is there a trac system now? Nice! ":) -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.n

[pgadmin-hackers] frmEditGrid with a SQL string marked as translatable string

2009-03-17 Thread Dickson S. Guedes
Hi all, In the file pgadmin/frm/frmEditGrid.cpp line 540 there is a string (" IS DISTINCT FROM ") marked as translatable, but since it is part of the ExcludeFilter SQL string I mean this is not the expected. Am I wrong? regards, -- Dickson S. Guedes mail

Re: [pgadmin-hackers] Some notes on pgAdmin

2009-03-10 Thread Dickson S. Guedes
Em Ter, 2009-03-10 às 10:37 -0300, Dickson S. Guedes escreveu: > I don't know if somebody did it yet bu just for information. > > $ cd ~/src/pgadmin3/pgadmin > $ LC_ALL=en_US svn update > At revision 7657. > > $ find ./ -name "*.cpp" -exec egrep "^([[:

Re: [pgadmin-hackers] Some notes on pgAdmin

2009-03-10 Thread Dickson S. Guedes
^([[:space:]]{4}|\t)+" {} \; | cut -d':' -f1 | sort | uniq | wc -l 273 files matching lines started with 4 space or tabs []s Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://planeta.postgresql.org.br -- Sent via pgadmin-hackers mail

Re: [pgadmin-hackers] Some notes on pgAdmin

2009-03-09 Thread Dickson S. Guedes
o people prefer - tabs or spaces? 4 spaces = 4 bytes 1 tab= 1 byte For me this is the difference, file size. ":) -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://planeta.postgresql.org.br -- Sent via pgadmin-hackers mailing list (pgad

Re: [pgadmin-hackers] Server Status window work

2009-02-27 Thread Dickson S. Guedes
in Locks UI for example, then "Copy" using the button, the selected list changes because a refresh occurs between I select and click, so, the final copied text isn't the same that I orinally choose. ":( []s Dickson S. Guedes - mail/xmpp: gue...@guedesoft.net - skype

Re: [pgadmin-hackers] Server Status window work

2009-02-26 Thread Dickson S. Guedes
2009/2/26 Dickson S. Guedes : > OS: Ubuntu 8.04 Linux analise3 2.6.25.15-bd-mod #1 SMP PREEMPT Thu Nov > 27 10:05:44 BRST 2008 i686 > SVN Revision: 7614 > > Problem 2: With adminpack.sql loaded, when "logging_colector not > enabled or log_filename misconfigured" is

Re: [pgadmin-hackers] Server Status window work

2009-02-26 Thread Dickson S. Guedes
/usr/lib/libwx_gtk2u_core-2.8.so.0 #47 0xb757605a in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0 #48 0xb7576107 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0 #49 0x0807ca70 in main () I hope this help... Regards, Dickson S. Guedes - mail/xmpp: gue...@guedesoft.net - skype:

Re: [pgadmin-hackers] Server Status window work

2009-02-26 Thread Dickson S. Guedes
/lib/libwx_gtk2u_core-2.8.so.0 #39 0xb7862981 in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.8.so.0 #40 0xb757205a in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0 #41 0xb7572107 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0 #42 0x0807ca70 in main () []s Dickson S. Guedes - mail/xmpp

Re: [pgadmin-hackers] Server Status window work

2009-02-25 Thread Dickson S. Guedes
01.png [2] http://guedesoft.net/images/serverstatus_p1_v14d.patch.error02.png [3] http://guedesoft.net/images/serverstatus_p1_v14d.patch.error03.png -- Dickson S. Guedes - mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedesoft.net - http://planeta.postgresql.org.br -- Sent via pgadmin

Re: [pgadmin-hackers] Server Status window work

2009-02-25 Thread Dickson S. Guedes
Hi Dave, The last mail i've sent to you and Guillaume has the wrong images because it contains some personal information that couldn't be public. Is there a way to don't turn it public if it was bounced yet? I see my mistake only now ":( Thanks. 2009/2/26 Dickson S.

Re: [pgadmin-hackers] GQB bug - Segfault in 'Join' tab

2009-01-16 Thread Dickson S. Guedes
Dickson S. Guedes escreveu: Dave Page escreveu: Dickson; can you try the latest SVN code please? Ok Dave, i'll trying it now. Ok Dave, it works now. Thanks to you and Ashesh. ":) -- Dickson S. Guedes Administrador de Banco de Dados Confesol - Projeto Colmeia Florianopolis,

Re: [pgadmin-hackers] GQB bug - Segfault in 'Join' tab

2009-01-16 Thread Dickson S. Guedes
ode please? Ok Dave, i'll trying it now. Thanks. ":) -- Dickson S. Guedes Administrador de Banco de Dados Confesol - Projeto Colmeia Florianopolis, SC, Brasil (48) 3322-1185, ramal: 26 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to you

[pgadmin-hackers] GQB bug - Segfault in 'Join' tab

2009-01-16 Thread Dickson S. Guedes
ug output is attached... I hope it helps... []s -- Dickson S. Guedes Administrador de Banco de Dados Confesol - Projeto Colmeia Florianopolis, SC, Brasil (48) 3322-1185, ramal: 26 d...@analise3:~$ uname -a Linux analise3 2.6.25.15-bd-mod #1 SMP PREEMPT Thu Nov 27 10:05:44 BRST 2008 i686 GNU/L

Re: [pgadmin-hackers] import function's progress report

2009-01-05 Thread Dickson S. Guedes
or such an integration to go in, and I'll see if I can find the time to work on that Are somebody working on an embbed python in pgadmin? -- Dickson S. Guedes Administrador de Banco de Dados Confesol - Projeto Colmeia Florianopolis, SC, Brasil (48) 3322-1185, ramal: 26 -- Sent via pgadmin-