[pgadmin-hackers] Import from CSV

2008-11-25 Thread Quan Zongliang
Hi, all Next, I plan to code TODO Item "- Import from CSV". Maybe, export function is also expected by somebody. It will take a long time, several months. Because I have to do it in spare time. And I am unfamiliar at i18n, first attempt. Now, there is frmExport class, it used by query tool to ex

[pgadmin-hackers] Dialog sizing (arrrggghh!)

2008-11-25 Thread Dave Page
Hi Guillaume, I noticed another issue with the dialogues today - on Mac, the listview on the definition pane of dlgType (for a composite type) doesn't shrink when the dialogue is shrunk. We've seen this before, so I'm guessing you know which is the correct fix :-) Also, we seem to have lost the s

[pgadmin-hackers] SVN Commit by dpage: r7506 - trunk/pgadmin3/pgadmin/dlg

2008-11-25 Thread svn
Author: dpage Date: 2008-11-25 13:22:20 + (Tue, 25 Nov 2008) New Revision: 7506 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7506&view=rev Log: Fix initial layout of the index dialogue so that lstColumns is appropriately sized by default. Modified: trunk/pgadmin3

Re: [pgadmin-hackers] new patch for index DESC/NULLS FIRST/NULLS LAST

2008-11-25 Thread Dave Page
On Sat, Nov 22, 2008 at 10:43 AM, Quan Zongliang <[EMAIL PROTECTED]> wrote: >> That code could use some formatting changes though >> We also try to leave empty lines between distinct blocks of code to >> aid readability. > > Done. > >> - lstColumns should always display the order and nulls values >

Re: [pgadmin-hackers] pgAgent 2.0.0 compilation errors (types casting)

2008-11-25 Thread Dave Page
Hi Tomasz On Tue, Nov 25, 2008 at 11:02 AM, Tomasz Zeman <[EMAIL PROTECTED]> wrote: > Hi Dave, > > > I have adjusted cmake to use the mswu and wxWidgets are compiled to use > Unicode. > Unfortunately, the compilation error still appears. > > Between other errors, I am having the following compilat

[pgadmin-hackers] SVN Commit by dpage: r7505 - trunk/pgadmin3/pgadmin/dlg

2008-11-25 Thread svn
Author: dpage Date: 2008-11-25 10:56:16 + (Tue, 25 Nov 2008) New Revision: 7505 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7505&view=rev Log: Avoid an assert if no index access method is selected. Modified: trunk/pgadmin3/pgadmin/dlg/dlgIndex.cpp -- Sent via p

[pgadmin-hackers] SVN Commit by dpage: r7504 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/dlg pgadmin/ui

2008-11-25 Thread svn
Author: dpage Date: 2008-11-25 09:41:32 + (Tue, 25 Nov 2008) New Revision: 7504 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7504&view=rev Log: Add support for DESC and NULLs FIRST/LAST options for index columns [Quan Zongliang]. Modified: trunk/pgadmin3/CHANGELOG