Re: [pgadmin-hackers] Database designer

2012-03-05 Thread Luis Ochoa
On Thu, Mar 1, 2012 at 8:23 AM, Dave Page wrote: > Hi > > On Thu, Mar 1, 2012 at 4:06 PM, Guillaume Lelarge > wrote: > > >> 2) Why does it take so many steps to add a column? Click the + icon, > >> and choose a name, then right click and select a datatype > >> (incidentally, some common types li

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

2011-07-30 Thread 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 few > > issues: > > I tested here (from commit b63c368a84) and have s

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

2011-07-30 Thread Luis Ochoa
On Fri, Jul 29, 2011 at 4:34 AM, Dave Page wrote: > Hi Luis > > On Fri, Jul 29, 2011 at 2:59 AM, Luis Ochoa wrote: > > Hi, I don't report to this list (just to gsoc one) from some time, mostly > > because I don't want to spam it. > > You should do - there&

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-06-29 Thread Luis Ochoa
On Wed, Jun 29, 2011 at 3:51 AM, Dave Page wrote: > On Wed, Jun 29, 2011 at 3:16 AM, Luis Ochoa wrote: > > > > Well, I can change that class name, but when should I do that, now or > > later? > > which name can be used? > > Now would be better - I prefer not t

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-06-28 Thread Luis Ochoa
Well, I really don't have any objections about change library name, but in fact I wrote to my mentor informing about this change a few weeks ago. I choose wxhotdraw because is a wxwidgets (wx) implementation of a hotdraw like framework (http://portal.acm.org/citation.cfm?id=157803), like jhotdraw

Re: [pgadmin-hackers] First test of the Database Designer

2011-06-16 Thread Luis Ochoa
> > Can you tell me how much progress you did since you started working on > this list? I tried to compile your branch tonight, but got some errors > about missing files. Should be the same issue as always (obsolete > module.mk files). > > I just made a git pull from my repository at latest commit:

[pgadmin-hackers] Looking for suggestions about how should I implement an action at database designer UI

2011-06-13 Thread Luis Ochoa
In a relationship between tables, I need to allow use of existing columns as destination target of my foreign key columns. Right now, when a user create a relationship between two tables, he should select kind: from fk or from uk ( and which?) and the fk columns are created in an automatic way at d

Re: [pgadmin-hackers] First test of the Database Designer

2011-06-11 Thread Luis Ochoa
On Sat, Jun 11, 2011 at 3:06 AM, Guillaume Lelarge wrote: > Hi, > > I tried Luis's repo this morning, and here are the things I've found > that still need some work before reaching the first goal: > > * I have an assertion each time I launch pgAdmin2 from your repo: > Debug: ./src/common/cmdline.

Re: [pgadmin-hackers] Problem trying to compiling pgAdmin at ubuntu 11.04

2011-06-09 Thread Luis Ochoa
/ called server with source /usr/include/postgresql/8.4/server and it compile it, thanks Ashesh . Regards, Luis. On Thu, Jun 9, 2011 at 1:26 AM, Ashesh Vashi wrote: > Hi Luis, > > On Thu, Jun 9, 2011 at 11:20 AM, Luis Ochoa wrote: > >> I have made this process several times in oth

[pgadmin-hackers] Problem trying to compiling pgAdmin at ubuntu 11.04

2011-06-08 Thread Luis Ochoa
I have made this process several times in others distro without errors, but this time I tried to compile pgAdmin at ubuntu 11.04, a new fresh install, then I installed postgres, compile wxwidgets GTK and then go to pgadmin dir and run configure (no enable debug right now) with the following result:

[pgadmin-hackers] Hi, I'm looking the best way of doing edition of relationship figure metadata at database designer

2011-06-06 Thread Luis Ochoa
I'm finishing the first goal of my database designer improvement project http://goo.gl/21rXu and now I'm adding a new metadata information to relationship objects, with info about: match, on delete, on update and table constraint name (for fk) as shown below: REFERENCES reftable...column constrain

[pgadmin-hackers] Database Designer for pgAdmin - Weekly Report #2 GSOC 2011 [24/05 - 01/06]

2011-06-01 Thread Luis Ochoa
Hi, all here is my weekly report for second gsoc week. a) what got done this week? Last week I have been working in removing bad code, replacing code for a more efficient version, finishing some old todo, fixing a lot of ugly recursive bugs, and testing some ideas (I commit some and discard other

Re: [pgadmin-hackers] A question about database designer first deliverable

2011-05-22 Thread Luis Ochoa
On Sun, May 22, 2011 at 2:04 AM, Guillaume Lelarge wrote: > On 05/19/2011 04:42 PM, Luis Ochoa wrote: > > Sorry for delay but I almost can't work until today because I was > finishing > > something related to a subject that I'm taking and I feel a little sick >

Re: [pgadmin-hackers] Question about fk and uk for Database Modeler

2011-05-22 Thread Luis Ochoa
On Sun, May 22, 2011 at 2:10 AM, Guillaume Lelarge wrote: > On 05/20/2011 05:26 PM, Luis Ochoa wrote: > > I'm checking right now database designer way of updating / creating > foreign > > keys from pk, and as part of this work I want to add uk / fk > implementation, &g

[pgadmin-hackers] Question about fk and uk for Database Modeler

2011-05-20 Thread Luis Ochoa
I'm checking right now database designer way of updating / creating foreign keys from pk, and as part of this work I want to add uk / fk implementation, but I want to check some points before, because I'm not totally sure about it, please I'll appreciate your help. 1.How should I add option to cho

Re: [pgadmin-hackers] A question about database designer first deliverable

2011-05-19 Thread Luis Ochoa
gards. Luis. On Thu, May 19, 2011 at 1:05 AM, Guillaume Lelarge wrote: > On 05/16/2011 09:28 AM, Guillaume Lelarge wrote: > > Le 05/13/2011 12:05 AM, Luis Ochoa a écrit : > >> Hi, Guillaume, I have found my first issue, I wrote at my schedule that > for > >> my first

[pgadmin-hackers] A question about database designer first deliverable

2011-05-12 Thread Luis Ochoa
Hi, Guillaume, I have found my first issue, I wrote at my schedule that for my first deliverable I won't create code any new features for database designer class commitable status, but when I try to do all "DD-TODO" labels, I have found some things that I need to write new code to accomplish the go

[pgadmin-hackers] Weekly Report #1 GSOC 2001 [02/05 - 08/05]

2011-05-09 Thread Luis Ochoa
Last week, I updated after some research my github repo forked from pgAdmin github mirror https://github.com/postgres/pgadmin3 and then I merge it with ticket225 branch from Guillaume with all last GSoC work and Guillaume changes at: https://github.com/gleu/pgadmin3/tree/ticket225 and after tha

Re: [pgadmin-hackers] First part of Luis's project for GSoC2011

2011-05-02 Thread Luis Ochoa
Hi all, I'm very happy of having this second chance to finish my last gsoc physical database modeler created at last gsoc in a professional way, for people don't remember or know it, you can watch at youtube video with an old version of it: http://www.youtube.com/watch?v=RbXIuyTIpJ0 but this time

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-26 Thread Luis Ochoa
I believe this warning is because something simple, try to verify that pointer is set before using for evaluation of an expression, in other words (example warning at gqb/gqbViewPanels.cpp:211) (add if expression before using gModel...) if(gModel) or if(gModel!=NULL) gModel->changes

Re: [pgadmin-hackers] GSoC database modeler [Luis Ochoa]

2010-08-24 Thread Luis Ochoa
On Tue, Aug 24, 2010 at 4:33 PM, Guillaume Lelarge wrote: > Le 17/08/2010 04:44, Luis Ochoa a écrit : > > On Mon, Aug 16, 2010 at 5:26 PM, Guillaume Lelarge > > wrote: > > [...] > >> I think we need to get rid of the "undefined" pseudo-type. I would like &

Re: [pgadmin-hackers] Troubles when compiling a fresh master branch on Windows

2010-08-18 Thread Luis Ochoa
I had same issues only on windows, but I solved it in a temporary way On Wed, Aug 18, 2010 at 9:47 AM, Guillaume Lelarge wrote: > Hi, > > I installed git on my windows box. I launched Visual Studio 2008 to > compile it, and it gives me two errors : > > error C2248: 'wxString::wxString' : cannot a

Re: [pgadmin-hackers] GSoC database modeler [Luis Ochoa]

2010-08-16 Thread Luis Ochoa
On Mon, Aug 16, 2010 at 5:26 PM, Guillaume Lelarge wrote: > Le 16/08/2010 22:40, Thom Brown a écrit : > > On 16 August 2010 21:05, Luis Ochoa wrote: > >> Hi, this is my patch for GSoC 2010 database designer for pgAdmin, I hope > it > >> likes you, I have done a lot

Re: [pgadmin-hackers] Some trouble with building in Windows

2010-07-31 Thread Luis Ochoa
Hi, you can check at: http://wiki.postgresql.org/wiki/PgAdmin_Internals#Windows On Sat, Jul 31, 2010 at 4:43 AM, 韦春阳 wrote: > Hi, > I'm a beginner and i have some trouble with building pgAdmin source in > Windows. I build the source follow the step in > http://git.postgresql.org/gitweb?p=pgadmin

Re: [pgadmin-hackers] Looking for table design interface advice for pgAdmin Database Designer

2010-07-23 Thread Luis Ochoa
> > I'm not sure about line up data types you can see other modeller like > this: > > > > http://www.fabforce.net/dbdesigner4/images/ss/dbd4_ss_simplemodel.png > > > > and in fact they align at left table's columns. Probably line up > datatypes > > won't get a better reading, because columns sizes

Re: [pgadmin-hackers] Looking for table design interface advice for pgAdmin Database Designer

2010-07-15 Thread Luis Ochoa
On Wed, Jul 14, 2010 at 5:46 PM, Guillaume Lelarge wrote: > Le 14/07/2010 17:56, Thom Brown a écrit : > > On 14 July 2010 16:38, Luis Ochoa wrote: > ... > >> Regards, Luis. > >> > > > > Thanks for working on this. > > > > I'm wond

[pgadmin-hackers] Looking for table design interface advice for pgAdmin Database Designer

2010-07-14 Thread Luis Ochoa
Hi, I'm just working right now at Database Designer for pgAdmin with the GSoC, and I want to create a table user interface that will be simple, easy to use, and more keyboardless possible, right now my proposal is with two designs that you can see at this image: http://a.imageshack.us/img707/8048/

[pgadmin-hackers] A simple question

2010-06-12 Thread Luis Ochoa
Hi, I'm creating some class for DD (Database Designer) that use multiple hierarchy from two classes. Question: Is there any incompatibility issue on all plataforms with multiple classes hierarchy? because I'm only testing with windows (VS2008) right now. Regards, Luis.

[pgadmin-hackers] Question about windows IDE version

2010-05-25 Thread Luis Ochoa
Hia, today I update my working copy of pgAdmin from svn and now I can't use visual studio 2005 Express Edition (my development environment for GSoC) but right now I get the message that the new version is 2008. My question is this was done on purpose and Should I update my developmente environment

[pgadmin-hackers] STL and pgAdmin

2010-05-14 Thread Luis Ochoa
Hi, I have just one question, I want to create a class that allow to create collections with enumerators/iterators to make my work easier when creating the database designer for GSoC, but a few years ago when I created the GQB I do something like that but my solution was create it for one kind of o

Re: [pgadmin-hackers] Hi, gsoc proposal

2010-04-08 Thread Luis Ochoa
t the basis for this functionalities on the code and it can be implemented by me or someone else in the future. Thanks for your idea. On Thu, Apr 8, 2010 at 4:11 PM, Guillaume Lelarge wrote: > Le 08/04/2010 16:36, Luis Ochoa a écrit : > > Hi, everyone, I'm thinking in a proposal fo

[pgadmin-hackers] Hi, gsoc proposal

2010-04-08 Thread Luis Ochoa
Hi, everyone, I'm thinking in a proposal for this year GSoC, a physical ER modeler for pgAdmin, just like "oracle" datamodeler or the designer, but a little adjusted to postgresql, accepting types, hierarchy and others features of the database. The main idea is to almost everything with a few clic

Re: [pgadmin-hackers] [pgadmin-support] Goodbye

2009-04-01 Thread Luis Ochoa
Hi, I almost believe it, ouchh because in my country Fool's Day is at december 28 :) Good joke... Regards, Luis.

Re: [pgadmin-hackers] Beta 2

2009-03-20 Thread Luis Ochoa
I'm going to try to fix the bug at GQB but I can't promise my success at that date. Regards, Luis. On 3/20/09, Dave Page wrote: > > I'm thinking Monday for Beta 2. Any objections? > > -- > Dave Page > EnterpriseDB UK: http://www.enterprisedb.com > > -- > Sent via pgadmin-hackers mailing list

Re: [pgadmin-hackers] Hi, Testeting Beta GQB bug and patch

2009-03-16 Thread Luis Ochoa
Sorry I forgot to attach the patch. Regards, Luis. 16-03-2009-misplaced joins anchors on table resize when a big alias is set.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org

[pgadmin-hackers] Hi, Testeting Beta GQB bug and patch

2009-03-16 Thread Luis Ochoa
Bug: If you add a large alias to a table (bigger than table) with joins and locate at left position in the relationship of joins, then the table is resize but the position of joins anchors aren't recalculate, leaving the joins anchors misplaced (ex: inside the table in the middle ). Solve on atta

Re: [pgadmin-hackers] Some notes on pgAdmin

2009-03-09 Thread Luis Ochoa
On Mon, Mar 9, 2009 at 2:06 PM, Chuck McDevitt wrote: > > > > Yeah - we generally use 4 spaces, but tabs keep creeping in. I'm > > beginning to this we should use tabs instead, and see if we can't run > > something akin to pgindent over the code to clean it up nicely. > > > > What do people prefer

Re: [pgadmin-hackers] consulta

2009-02-24 Thread Luis Ochoa
Edwin, esta es una lista solamente para tratar temas relacionados con pgAdmin la herramienta para administrar postgresql, por lo que tu consulta debe ser dirigida a alguna de las listas de la siguiente direccion: http://jdbc.postgresql.org/lists.html donde tratan los temas de java con postgresql, t

Re: [pgadmin-hackers] Patch for "Panel for Joins in the Graphic Query Builder"

2008-12-04 Thread Luis Ochoa
On Wed, Dec 3, 2008 at 6:13 AM, Ashesh Vashi <[EMAIL PROTECTED]>wrote: > Hi Luis Ochoa, > > Thanks for reviewing it. > >> >> A good way to access the vector, but allowing the code to access directly >> the objects based on the index probably decrease the indepe

Re: [pgadmin-hackers] Patch for "Panel for Joins in the Graphic Query Builder"

2008-12-03 Thread Luis Ochoa
On Mon, Dec 1, 2008 at 6:41 AM, Ashesh D Vashi < [EMAIL PROTECTED]> wrote: > Hi All, > > As per my discussion with Dave Page: > - Replace the generic dialog box that the graphical query builder uses when > you right-click a join, and select the join type option. It currently > uses > an ugly

Re: [pgadmin-hackers] TODO List

2008-11-18 Thread Luis Ochoa
Hi, Dave in the todo list as major project you can add and an entity relationship model tool with reverse engineering that manage all major features of postgresql (like complex types and others). I hope to help in this item after start to work again in the GQB and finish it :) I have been busy :(

Re: [pgadmin-hackers] Cooperation

2008-10-29 Thread Luis Ochoa
the ER modeler and start the design of this tool with that idea in our goal. Regards, Luis Ochoa. On Wed, Oct 29, 2008 at 4:56 PM, Robert Mitwicki <[EMAIL PROTECTED]> wrote: > Hi, > > My name is Robert Mitwicki I am student of University of Science and > Technology in Cracow (POL

Re: [pgadmin-hackers] Last Patch for pgAdmin Graphical Query Builder as GSOC Student.

2008-08-18 Thread Luis Ochoa
I do was to copy all dlls from pgadmin installation dir installed by postgreSQL installer to the folder were I unzipped all files and it works with messages about missing txts but not really important for testing (on 32 bits win). Regards, Luis. On 8/18/08, Andy Burns <[EMAIL PROTECTED]> wrot

[pgadmin-hackers] Last Patch for pgAdmin Graphical Query Builder as GSOC Student.

2008-08-18 Thread Luis Ochoa
Hi, everybody, this is my last patch for pgAdmin project as GSOC Student, for the Graphical Query Builder add-on, but this not means will be the last one, I just continue the development of this add-on and will contribute to the projects in other ways like programming new features for GQB and other

Re: [pgadmin-hackers] New Patch for GQB

2008-08-14 Thread Luis Ochoa
Hi, Dave. I read your commentaries a few days ago but I can't reply at that time. :) > Yup - looking much better :-). FYI, I expect to be tweaking this for a > short while after GSoC finishes before it's committed - I hope you'll > still be helping out! For what it's worth, I do consider the proj

Re: [pgadmin-hackers] New Patch for GQB

2008-08-12 Thread Luis Ochoa
Sorry, but in last email this list means things to do on next days [not things fixed, because that list will be very very big :- ) ] > -. Better Destructors. > .- Fix Source Code Comments > -. Views not available > .- Move Images to images folder > Here it's the url for windows binary version

[pgadmin-hackers] New Patch for GQB

2008-08-12 Thread Luis Ochoa
New Patch for GQB, improvements and bugs fixed. -. Better Destructors. .- Fix Source Code Comments -. Views not available .- Move Images to images folder http://rapidshare.com/files/136775512/OnlyPatch.zip.html P.S. I have binary version for windows please write an email if you want, and in visu

Re: [pgadmin-hackers] First public pre-alpha release of GQB (Graphical Query Builder) for pgAdmin

2008-08-04 Thread Luis Ochoa
Hi, I solve some issues relating to compiling on non-windows plataforms. I eliminate the GTK code and use only wxwidgets code right now, ok. Now I tested this new patch on linux debian testing & windows XP. Still there is an issue while applying the patch (fuzzy now), with frmQuery.h, I try to fi

[pgadmin-hackers] First public pre-alpha release of GQB (Graphical Query Builder) for pgAdmin

2008-07-26 Thread Luis Ochoa
Hi everyone, I have been working on improve my Google Summer of Code Project: http://wiki.postgresql.org/wiki/Gsoc08-querybuilder for a while, and today I'm going to release what I believe it's the first public pre-alpha release, as you notice this release is for testing only an i'ts provided wit

Re: [pgadmin-hackers] Comment about pgAdmin Internals wiki

2008-05-08 Thread Luis Ochoa
On Thu, May 8, 2008 at 3:46 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Luis Ochoa a écrit : > > > Hi everyone, I just want to comment about a wiki in what I've been > > working on a little. This wiki try to be a quick guide for developers > > introdu

[pgadmin-hackers] Comment about pgAdmin Internals wiki

2008-05-07 Thread Luis Ochoa
Hi everyone, I just want to comment about a wiki in what I've been working on a little. This wiki try to be a quick guide for developers introduction inside pgAdmin Internals (now it's a stub only), if someone wants to contribute the address is: http://wiki.postgresql.org/wiki/PgAdmin_Internals (