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
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
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&
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
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
>
> 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:
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
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.
/ 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
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:
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
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
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
>
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
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
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
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
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
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
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
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
&
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
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
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
> > 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
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
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/
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.
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
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
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
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
Hi, I almost believe it, ouchh because in my country Fool's Day is at
december 28
:)
Good joke...
Regards,
Luis.
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
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
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
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
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
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
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
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 :(
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
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
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
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
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
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
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
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
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
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
(
51 matches
Mail list logo