Re: gEDA-user: Warp pointer nonesense

2011-07-25 Thread Gabriel Paubert
On Mon, Jul 25, 2011 at 01:15:17AM +0200, Kai-Martin Knaak wrote: Peter Clifton wrote on the other list where mere users are not allowed to post: If no-one has any objection, I will remove the code which warps the mouse pointer when selecting nets in the netlist window. Speaking of

Re: gEDA-user: Warp pointer nonesense

2011-07-25 Thread Peter Clifton
On Mon, 2011-07-25 at 09:04 +0200, Gabriel Paubert wrote: On Mon, Jul 25, 2011 at 01:15:17AM +0200, Kai-Martin Knaak wrote: Peter Clifton wrote on the other list where mere users are not allowed to post: If no-one has any objection, I will remove the code which warps the mouse

gEDA-user: Migration form eagle to gEDA

2011-07-25 Thread bsali...@gmail.com
Hi, I guess that his question might have been asked before but is there any howto or tutorial to migrate from Eagle to gEDA? I tried Google searches but no meaningful information has been found. Thanks ___ geda-user mailing list

Re: gEDA-user: Warp pointer nonesense

2011-07-25 Thread Kai-Martin Knaak
Peter Clifton wrote in the other mailinglist where mere users are not allowed to post: How about the attached patch? GTK HID, GL implementation only at the moment (GDK renderer won't build with this patch - sorry). Please give it a try... done. It kind of works. On a large, crammed

gEDA-user: dir = g_dir_open() should be freed by g_dir_close(dir)

2011-07-25 Thread Karl Hammar
In g_rc.c g_rc_component_library_search() g_rc_source_library_search() calls g_dir_open(), but they never free the result with g_dir_close(), giving us a memory leak. It seems to been this way since the first commit. Regards, /Karl Hammar

gEDA-user: g_access() needs glib/gstdio.h

2011-07-25 Thread Karl Hammar
Commit 22985618d999e1b54009b7a3e4f07b27b449f91d added g_access calls in libgeda/src/f_basic.c, which is implicit unless glib/gstdio.h is included. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46

Re: gEDA-user: Warp pointer nonesense

2011-07-25 Thread DJ Delorie
Speaking of pointer warping: why is the pointer not warped when swapping sides (with TAB for example) ? At least it's not done with the lesstif HID. That's intentional. I'm aware that max XWarpPointer claims that There is seldom any reason for calling this function., but this is the

Re: gEDA-user: Warp pointer nonesense

2011-07-25 Thread DJ Delorie
The idea here is that the board flips around the mouse pointer. Lesstif never flips around the pointer; it always flips around the center of the screen. What you can see before the flip is the same as what you can see afterwards. ___ geda-user

Re: gEDA-user: Migration form eagle to gEDA

2011-07-25 Thread Colin D Bennett
On Sun, 24 Jul 2011 19:17:39 -0700 bsali...@gmail.com bsali...@gmail.com wrote: I guess that his question might have been asked before but is there any howto or tutorial to migrate from Eagle to gEDA? I tried Google searches but no meaningful information has been found. Do you mean migration

gEDA-user: How to make gnetlist output properly in case of vectored inputs and outputs.

2011-07-25 Thread Ananda Murthy R S
Hello, Some XSPICE models have vector inputs and vector outputs. In such cases, how to make gnetlist generate the correct netlist by putting the node numbers or names within square brackets like this: [1 2 ] Thanks for your help. Anand -- Close Windows ! Open source !!

Re: gEDA-user: Migration form eagle to gEDA

2011-07-25 Thread Abhijit Kshirsagar
Recently I wrote a small script to automate some of the things needed to be done after the gEDA tools are installed: such as setting up per-user symbols and footprint directories; and adding these to the gafrc and gschemrc files, etc... The script (Setup_gEDA.sh) is well commented

Re: gEDA-user: Warp pointer nonesense

2011-07-25 Thread Peter Clifton
On Mon, 2011-07-25 at 02:44 +0200, Kai-Martin Knaak wrote: Peter Clifton wrote in the other mailinglist where mere users are not allowed to post: How about the attached patch? GTK HID, GL implementation only at the moment (GDK renderer won't build with this patch - sorry).

Re: gEDA-user: Warp pointer nonesense

2011-07-25 Thread DJ Delorie
Since it is XOR drawn, that would depend on what colour your board is ;) The problem with XOR is that, for a palette-based screen, you don't know that XOR will give a visible color. Even with truecolor visuals, you have to be careful what you XOR with. Maybe we should bring back the thumbnail