Re: [pgadmin-hackers] Translation: Languages
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 16 July 2003 21:47 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Dave Page > Subject: Re: [pgadmin-hackers] Translation: Languages > > For some unknown reason, the file didn't go to > cvsroot/pgadmin3, but to > cvsroot itself. I can't see why this happened, AFAICS wincvs did > everything right. Dave, can you have a look at languages.hwx (source) > and languages.po and move it to the right place? Done. Regards, Dave. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Re: [pgadmin-hackers] pgAdmin III Screenshots
To me please. Thanks, Dave. > -Original Message- > From: Erwien Samantha Y [mailto:[EMAIL PROTECTED] > Sent: 17 July 2003 09:21 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] pgAdmin III Screenshots > > > > Dave where i have to send the screenshoots ? > > regards, > > Erwien Samantha > > On Wed, 2003-07-16 at 12:08, Dave Page wrote: > > Hi all, > > > > I'm looking for interesting screenshots of pgAdmin III for > inclusion > > on the website. Recent ones are preferred, but it would be > nice to get > > some in a variety of languages on a variety of platforms/window > > managers, doing a variety of things. > > > > If you want to submit one or more, please email them to me > along with > > details of the platform, window manager and language. > > > > Thanks, Dave. > > > > ---(end of > > broadcast)--- > > TIP 5: Have you checked our extensive FAQ? > > > >http://www.postgresql.org/docs/faqs/FAQ.html > > > ---(end of > broadcast)--- > TIP 1: subscribe and unsubscribe commands go to > [EMAIL PROTECTED] > ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Re: [pgadmin-hackers] Trouble with wxWindows (XRC and STC linking
> -Original Message- > From: Darko Prenosil [mailto:[EMAIL PROTECTED] > Sent: 15 July 2003 20:29 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Trouble with wxWindows (XRC > and STC linking > > > There is one more problem with acinclude.m4. > > This is part of message that Vaclav Slavik (wxWindows guru) > send to me: > > >Are you sure about this? For one thing, "wx-config --libs --static" > >should output exactly same thing as "wx-config --libs" > because --static > >must come before --libs. For another, it doesn't do this > here neither > >with 2.4 nor on the trunk. > > I tried it, and this is true ! > Those two are same only if You compile wxWindows with > --disable-shared, so static is forced. That's how we usually do compile wx so we wouldn't have noticed. Adam, can you fix this in the patch you were preparing please? Regards, Dave. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[pgadmin-hackers] pgadminIII create function bug.
The New Function-properties dialogue has a property 'Secure definer'. This should be 'Security definer'. I also think it would make more sense to put this option in the 'Security' tab than in the 'Properties' tab. -- Brage Førland ---(end of broadcast)--- TIP 8: explain analyze is your friend
Re: [pgadmin-hackers] pgadminIII create function bug.
> -Original Message- > From: Brage Førland [mailto:[EMAIL PROTECTED] > Sent: 17 July 2003 11:03 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] pgadminIII create function bug. > > > The New Function-properties dialogue has a property 'Secure > definer'. This should be 'Security definer'. Thanks, fixed in CVS. > I also think it would make more sense to put this option in > the 'Security' tab than in the 'Properties' tab. Hmm, it is a property of a function so it kinda makes sense where it is (to me at least). Also, the security tab is independent of object type, so technically that would be much trickier to implement. Regards, Dave. ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[pgadmin-hackers] Editgrid text input bug
I am concerned by the outstanding bug in the edit grid that prevents the input of any more text than will actually fit in the column as displayed on screen. For example, if I have a text column, if the physical width of the cell in the grid is about an inch then I can only enter 6 or 7 characters, whether typing or pasting data. This is the one thing that keeps me using pgAdmin II at the moment :-( Interestingly, I've just tried this on Linux, and when viewing pg_description, the empty edit grid appears with 'Refreshing data, please wait...' in the task bar and then hangs. The pg console shows: LOG: SSL SYSCALL error: EOF detected LOG: pq_recvbuf: Unexpected EOF on client connection Works fine under XP... Any ideas? I'm a bit stumped :-( Regards, Dave. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Re: [pgadmin-hackers] New debian uploads
> -Original Message- > From: Raphaël Enrici [mailto:[EMAIL PROTECTED] > Sent: 16 July 2003 22:10 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] New debian uploads > > > Great! > Just some '#' that should be replaced by blank char... Can you please > add the patch attached ? The # indicates that you should be root. Why do you want to remove it? Regards, Dave. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
Re: [pgadmin-hackers] New debian uploads
On Thursday 17 July 2003 14:38, Dave Page wrote: > > -Original Message- > > From: Rapha� Enrici [mailto:[EMAIL PROTECTED] > > Sent: 16 July 2003 22:10 > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: Re: [pgadmin-hackers] New debian uploads > > > > > > Great! > > Just some '#' that should be replaced by blank char... Can you please > > add the patch attached ? > > The # indicates that you should be root. Why do you want to remove it? > > Regards, Dave. Sorry, this my fault. The lines are added to a text file. Only the command lines should start with a "#". I am fixing it now... Cheers, Jean-Michel ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Re: [pgadmin-hackers] Re: pgAdmin II Release
Thanks, patch applied. I'll try to roll a release today. Regards, Dave. > -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED] > Sent: 17 July 2003 07:23 > To: frank_lupo > Cc: Dave Page; pgadmin-hackers > Subject: Re: [pgadmin-hackers] Re: pgAdmin II Release > > > > > Hi Frank, > > > > > > Are there any last bug fixes to get into pgAdmin II > before release? > > > > > > If not, I want to get it released this week so you can > start adding > > > features again. > > > > > > Regards, Dave. > > > > > > > Hi Dave, > > I fix drop object. > > > > Sorry, add file > > Bye !! > Frank Lupo (Wolf) !! > >/\_ _/\ >\ o o / > --ooo-ooo--- > > -- > GPG Key: http://users.jc-hosting.co.uk/frank_lupo/files/publickey.txt > > WebSite: http://users.jc-hosting.co.uk/frank_lupo > > > -- > Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: StepStone le migliori soluzioni per le tue ricerche di personale! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1712&d=17-7 ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[pgadmin-hackers] Properties dialogue/pane
Just som minor comments on the english messages in the properties dialogue/pane: The columns belonging to a foreign key are named 'Child columns' in the properties pane. Any reason they are not just called 'Columns'? The 'Create operator' dialogue has a tab with the rather awkward name 'Properties 2'. Wouldn't something more describing, like 'Advanced properties', be better? There are some inconsistencies between the terminology in the properties dialogue and properties pane for some of the selections: The 'Initially deferred' deferred property of a constraint is called 'Deferred' in the properties dialogue, but 'Initially' in the properties pane. Index: Index type is called 'Strategy' in the dialogue, but 'Index type' in the pane. Aggregates: Input data type is called 'Base type' in the dialogue, but 'Input type' in the pane. Function and trigger functions: Return type/returns. Operators: Restrict proc/Restrict function, Join proc/join function, Supports hash/Hash joins?, Procedure/Operator function. Sequence: Current value/Last value. Also, the use of caps is inconsistent between the properties dialogue and properties pane. In general, all words are capitalized in the properties pane, but not in the properties dialogues. -- Brage Førland ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[pgadmin-hackers] OpenOffice HTML design
Dear Andreas, OpenOffice was used to design/modify web pages. For example, snapshots.html used to start with: It seems that OpenOffice changed the design of the page: 1) The css style sheet was removed. pgAdmin3 CVS snapshots
Re: [pgadmin-hackers] OpenOffice HTML design
Jean-Michel POURE wrote: Dear Andreas, OpenOffice was used to design/modify web pages. For example, snapshots.html used to start with: It seems that OpenOffice changed the design of the page: 1) The css style sheet was removed. pgAdmin3 CVS snapshots
Re: [pgadmin-hackers] [kpli] Tanya PostgreSQL
Dear Raphaël, This is an email from an Indonesian user called Mark Rompies <[EMAIL PROTECTED]>. Cheers, Jean-Michel *** Jean-Michel POURE <[EMAIL PROTECTED]> menulis: > Please download and install pgAdmin3 to administer PostgreSQL easily. > > pgAdmin3 was translated into Indonesian. Download daily snapshots > from: > http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/pgadmin3/docs/en_US/snapshots.html Thx for your respond. But I can't download for my unstable Debian. I follow the instructions: For Debian UNSTABLE: deb http://www.pgadmin.org/snapshots/linux/debian unstable pgadmin But get the result: ancol:/home/mark# apt-get install pgadmin3 Reading Package Lists... Done Building Dependency Tree... Done The following NEW packages will be installed: pgadmin3 0 packages upgraded, 1 newly installed, 0 to remove and 15 not upgraded. Need to get 3901kB of archives. After unpacking 15.8MB of additional disk space will be used. Err http://www.pgadmin.org unstable/pgadmin pgadmin3 0.8.0-20030716.1 403 Forbidden Failed to fetch http://www.pgadmin.org/snapshots/linux/debian/dists/unstable/pgadmin/binary-i386/pgadmin3_0.8.0-20030716.1_i386.deb 403 Forbidden E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ancol:/home/mark# ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
Re: [pgadmin-hackers] OpenOffice HTML design
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 17 July 2003 15:57 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Dave Page > Subject: Re: [pgadmin-hackers] OpenOffice HTML design > > Hi Jean-Michel, > > all I want is to hack in the text and see the styles as expected. I > tried several tools, and found that OOo seemed to make the best for > wxhtmlhelp at first glance. Writing docs is really not the stuff I'm > particularly fond of, formatting even less, and formatting the > non-visible source is... > So if Dave and you agree on a tool to use, I don't mind (as > long as it > is *not* vi). I just want to deliver content. Vi was actually a joke, but I do code the HTML by hand (using Programmers File Editor usually) - that's one of the reasons I keep it simple. Regards, Dave. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[pgadmin-hackers] pgadmin3 kinput2+canna
Hi Andreas. I want to consult you about it. One more problem came out though the solution of the locale problem could be seen. I use kinput2+canna for the Japanese input. Recent gtk2 works well. Since the solution of the locale problem, input freeze. It thought whether it was the problem of the establishment. But, Poedit works without problem. http://cre-ent.skcapi.co.jp/~saito/pgadmin3/freebsd_poedit.jpg So, I made a hypothesis. bool pgAdmin3::OnInit() /* It was added forcibly after the establishment. */ locale.Init(wxLANGUAGE_DEFAULT); locale.AddCatalog(wxT("pgadmin3")); LANG=ja_JP.UTF-8 pgadmin3 This worked perfectly. http://cre-ent.skcapi.co.jp/~saito/pgadmin3/freebsd_pgadmin3.jpg Is there any good thought? Regards, Hiroshi-Saito ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
Re: [pgadmin-hackers] Properties dialogue/pane
Brage Førland wrote: Just som minor comments on the english messages in the properties dialogue/pane: The columns belonging to a foreign key are named 'Child columns' in the properties pane. Any reason they are not just called 'Columns'? and the property dialog calls it "local column" When working with design tools, I always wondered which column is on which side of the reference. I want the namings to clearly indicate this, so how should we name that beast? The 'Create operator' dialogue has a tab with the rather awkward name 'Properties 2'. Wouldn't something more describing, like 'Advanced properties', be better? It's not advanced, just continuing from "Properties", but "Properties 2" is ugly, I admit. Maybe "Implementation"? There are some inconsistencies between the terminology in the properties dialogue and properties pane for some of the selections: The 'Initially deferred' deferred property of a constraint is called 'Deferred' in the properties dialogue, but 'Initially' in the properties pane. It's "Initially: Deferred" or "Initially: Immediate", and a checkbox "Deferred Yes/No" in properties. I think this is ok. Index: Index type is called 'Strategy' in the dialogue, but 'Index type' in the pane. ->"Access method" Aggregates: Input data type is called 'Base type' in the dialogue, but 'Input type' in the pane. pgsql doc uses both expressions. "Input type" is more intuitive, I believe. Function and trigger functions: Return type/returns. -> Return type Operators: Restrict proc/Restrict function, Join proc/join function, Supports hash/Hash joins?, Procedure/Operator function. -> function Sequence: Current value/Last value. -> Current value Also, the use of caps is inconsistent between the properties dialogue and properties pane. In general, all words are capitalized in the properties pane, but not in the properties dialogues. The Evolution Of The English Language, as seen from germany... :-) Next commit will have even better english :-) Regards, Andreas ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[pgadmin-hackers] wxWindows cvs
Hi Dave, I checked the current wxWindows CVS, and with a few patches it seems usable - My string patch was screwed up, so it needs another round through sourceforge. - The wxFileSystem destructor deleted the static list of wxFileSystemHandlers, so after first usage wx couldn't handle *any* fs. - two unicode/compilation fixes for win32. Regards, Andreas RCS file: /pack/cvsroots/wxwindows/wxWindows/src/msw/crashrpt.cpp,v retrieving revision 1.4 diff -u -r1.4 crashrpt.cpp --- crashrpt.cpp2003/07/15 23:54:37 1.4 +++ crashrpt.cpp2003/07/17 14:02:39 @@ -1118,7 +1118,7 @@ ); wxStrncat(gs_reportFilename, fname, - WXSIZEOF(gs_reportFilename) - strlen(gs_reportFilename) - 1); + WXSIZEOF(gs_reportFilename) - wxStrlen(gs_reportFilename) - 1); } return true; RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/event.h,v retrieving revision 1.175 diff -u -r1.175 event.h --- event.h 2003/07/12 23:08:55 1.175 +++ event.h 2003/07/17 13:54:39 @@ -93,7 +93,7 @@ #define DECLARE_EVENT_TYPE(name, value) \ DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_CORE, name, value) #define DECLARE_LOCAL_EVENT_TYPE(name, value) \ -DECLARE_EXPORTED_EVENT_TYPE(/* */, name, value) +extern const wxEventType name; #define DEFINE_EVENT_TYPE(name) const wxEventType name = wxNewEventType(); #define DEFINE_LOCAL_EVENT_TYPE(name) DEFINE_EVENT_TYPE(name) RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/filesys.h,v retrieving revision 1.21 diff -u -r1.21 filesys.h --- filesys.h 2003/07/08 19:52:20 1.21 +++ filesys.h 2003/07/17 14:52:51 @@ -161,7 +161,7 @@ { public: wxFileSystem() : wxObject() {m_Path = m_LastName = wxEmptyString; m_FindFileHandler = NULL;} -~wxFileSystem() { WX_CLEAR_LIST(wxList, m_Handlers); } +~wxFileSystem() {} // sets the current location. Every call to OpenFile is // relative to this location. RCS file: /pack/cvsroots/wxwindows/wxWindows/src/common/string.cpp,v retrieving revision 1.186 diff -u -r1.186 string.cpp --- string.cpp 2003/07/15 13:46:39 1.186 +++ string.cpp 2003/07/17 15:53:54 @@ -263,8 +263,8 @@ } else { -// MB2WC wants the buffer size, not the string length hence +1 -nLen = conv.MB2WC(m_pchData, psz, nLen + 1); +// MB2WC wants the buffer size, not the string length; we'll append the zero ourselves +nLen = conv.MB2WC(m_pchData, psz, nLen); if ( nLen != (size_t)-1 ) ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Re: [pgadmin-hackers] Properties dialogue/pane
It's rumoured that Andreas Pflug once said: > Brage Førland wrote: > >>Just som minor comments on the english messages in the properties >>dialogue/pane: >> >>The columns belonging to a foreign key are named 'Child columns' in the >>properties pane. Any reason they are not just called 'Columns'? >> > and the property dialog calls it "local column" > When working with design tools, I always wondered which column is on > which side of the reference. I want the namings to clearly indicate > this, so how should we name that beast? [Local] Columns -> Referenced Columns >> >>The 'Create operator' dialogue has a tab with the rather awkward name >>'Properties 2'. Wouldn't something more describing, like 'Advanced >>properties', be better? >> > It's not advanced, just continuing from "Properties", but "Properties > 2" is ugly, I admit. Maybe "Implementation"? We settled on Properties 2 in pga2. There seemed little else that was acurate despite it sounding crap. >> > The Evolution Of The English Language, as seen from germany... :-) > > Next commit will have even better english :-) I only wish my German were as good... Regards, Dave. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Re: [pgadmin-hackers] Properties dialogue/pane
On Thu, Jul 17, 2003 at 07:05:16PM +0200, Andreas Pflug wrote: > Brage Førland wrote: > > >The columns belonging to a foreign key are named 'Child columns' in the > >properties pane. Any reason they are not just called 'Columns'? > > > and the property dialog calls it "local column" > When working with design tools, I always wondered which column is on > which side of the reference. I want the namings to clearly indicate > this, so how should we name that beast? Quoting the PostgreSQL manual: [...] We say that in this situation the orders table is the referencing table and the products table is the referenced table. Similarly, there are referencing and referenced columns. However, I should think it would suffice to call the 'local columns' just columns and the referenced columns, well, 'referenced columns' in most situations. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[pgadmin-hackers] pgAdmin II 1.6.0 Released
I'm pleased to announce the release of pgAdmin II v1.6.0. pgAdmin II is a comprehensive PostgreSQL management and administration tool for Microsoft Windows platforms. For more information and downloads, please visit the website at http://www.pgadmin.org/ (kindly hosted by hub.org). This release is the third stable release of pgAdmin II. Many thanks to all those who contributed code and helped out with beta testing. Changes/updates from the previous (1.5.60) version include: - Behave nicely if the logfile cannot be opened. - Correctly delete records in some circumstances when they haven't been editted first and the primary key is not the first column. - Fix a bug in the Access Exporter that caused a crash when there was only 1 record to export [Frank Lupo]. - Fix select on operator when loading after adding a new one [Frank Lupo]. - Add drop object using cancel key [Frank Lupo]. - Add function node on trigger [Frank Lupo]. - Fix AutoSizeColumnLv if element of listview is zero [Frank Lupo]. - Fix clone CloneFunction [Frank Lupo]. - Move highlight words to Keywords.txt and use for quoting as well [Frank Lupo]. - Set default schema to public in edit grid [Frank Lupo]. - Don't allow reseting of statistics with PostgreSQL < 7.3 [Frank Lupo]. - Don't warn the user about vacuuming in use tables for PostgreSQL >= 7.2. - Create objects correctly when their parent node isn't yet created. - Import fixed length columns correctly. Regards, Dave. ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Re: [pgadmin-hackers] [kpli] Tanya PostgreSQL
Jean-Michel POURE wrote: Dear Raphaël, This is an email from an Indonesian user called Mark Rompies <[EMAIL PROTECTED]>. Cheers, Jean-Michel Dear Mark, I've just tested the repository on an unstable chrooted environment and everything seems to be ok for me. 403 error code is an http answer telling you that you are not allowed to view the site and so to get the deb file. Maybe something was wrong temporarly on the server or maybe we crossed at a time I was uploading packages to the server... Can you please try again by doing this as root : # apt-get update # apt-get install pgadmin3 If it is still going wrong, contact me by private mail (<[EMAIL PROTECTED]>), I'll try to solve the problem with you. Can you please also tell me if you are able to view this url with your favorite web browser : http://www.pgadmin.org/snapshots/linux/debian/dists/unstable/pgadmin/binary-i386/ We stay in touch until everything works fine for you. Thank you Jean-Michel for the mail forward. Regards, Raphaël Thx for your respond. But I can't download for my unstable Debian. I follow the instructions: For Debian UNSTABLE: deb http://www.pgadmin.org/snapshots/linux/debian unstable pgadmin But get the result: ancol:/home/mark# apt-get install pgadmin3 Reading Package Lists... Done Building Dependency Tree... Done The following NEW packages will be installed: pgadmin3 0 packages upgraded, 1 newly installed, 0 to remove and 15 not upgraded. Need to get 3901kB of archives. After unpacking 15.8MB of additional disk space will be used. Err http://www.pgadmin.org unstable/pgadmin pgadmin3 0.8.0-20030716.1 403 Forbidden Failed to fetch http://www.pgadmin.org/snapshots/linux/debian/dists/unstable/pgadmin/binary-i386/pgadmin3_0.8.0-20030716.1_i386.deb 403 Forbidden E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ancol:/home/mark# ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
Re: [pgadmin-hackers] New debian uploads
Jean-Michel POURE wrote: On Thursday 17 July 2003 14:3 The # indicates that you should be root. Why do you want to remove it? Regards, Dave. Because they are not command line but configuration lines for configuration files :) Sorry, this my fault. The lines are added to a text file. Only the command lines should start with a "#". I am fixing it now... The patch attached before should do the job. Thanks, Raphaël ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
Re: [pgadmin-hackers] Properties dialogue/pane
Dave Page wrote: It's rumoured that Andreas Pflug once said: Brage Førland wrote: Just som minor comments on the english messages in the properties dialogue/pane: The columns belonging to a foreign key are named 'Child columns' in the properties pane. Any reason they are not just called 'Columns'? and the property dialog calls it "local column" When working with design tools, I always wondered which column is on which side of the reference. I want the namings to clearly indicate this, so how should we name that beast? [Local] Columns -> Referenced Columns The 'Create operator' dialogue has a tab with the rather awkward name 'Properties 2'. Wouldn't something more describing, like 'Advanced properties', be better? It's not advanced, just continuing from "Properties", but "Properties 2" is ugly, I admit. Maybe "Implementation"? We settled on Properties 2 in pga2. There seemed little else that was acurate despite it sounding crap. The Evolution Of The English Language, as seen from germany... :-) Next commit will have even better english :-) I only wish my German were as good... Practice it :-) Regards, Andreas ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[pgadmin-hackers] Embedded xrc dialogs
I just committed a change to cvs, enabling to load the xrc resources from binary instead of file. When defining EMBED_XRC, the dialogs generated in ui/common/xrcDialogs.cpp are used, and the ui/common directory isn't needed for execution any more. Currently, the macro is defined for Release versions in win32, and undefined in Debug versions. We could do the same for Linux. To compile the xrc sources into the xrcDialogs.cpp, the script ui/common/embed-xrc is used. Unfortunately, I didn't succeed in making the xrcDialogs.cpp under msdev automatically, dependent on ui/common/*.xrc; should be no problem in Makefile though (if wxrc is present, this should be checked in configure). Under Win32, I used an enhanced version of wxrc which is able to evaluate wildcard filenames. The current version will not do this, but a patch is already posted to wxWindows. Regards, Andreas ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Re: [pgadmin-hackers] Embedded xrc dialogs
Hi Andreas. Oh. nice. But, Name is lower...cvs co xrcdialogs.cpp ->xrcDialogs.cpp From: "Andreas Pflug" <[EMAIL PROTECTED]> (snip) > I just committed a change to cvs, enabling to load the xrc resources > from binary instead of file. When defining EMBED_XRC, the dialogs > generated in ui/common/xrcDialogs.cpp are used, and the ui/common > directory isn't needed for execution any more. Currently, the macro is > defined for Release versions in win32, and undefined in Debug versions. > We could do the same for Linux. Regards, Hiroshi-Saito ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org