Re: gEDA-user: Please test new grids for GTK PCB

2011-03-21 Thread jpka
On Thu, 10 Mar 2011 09:16:08 +0100, Krzysztof Kościuszkiewicz wrote: 2011/3/10 jpka jo...@kvidex.ru: Great! Thank you :) The last question is, when i find correct callback signature, passed arguments absolutely cannot be modified in any way, including adding random arguments, right? You

Re: gEDA-user: Please test new grids for GTK PCB

2011-03-09 Thread jpka
On Fri, 04 Mar 2011 02:17:35 +0100, Krzysztof Kościuszkiewicz wrote: Please check the attached patch - now everything in the model is updated correctly. Works well, thank you! I will post it soon on Launchpad https://bugs.launchpad.net/pcb/+bug/724154

Re: gEDA-user: Please test new grids for GTK PCB

2011-03-09 Thread jpka
Hi! On Thu, 03 Mar 2011 15:39:22 +0100, Krzysztof Kościuszkiewicz wrote: I was asking why in the model you keep strings and not ints/floats? I don't know if i can directly place user-editable numeric values into treeview, instead of strings, it's possible? This is due to absence of examples:

Re: gEDA-user: Please test new grids for GTK PCB

2011-03-09 Thread jpka
On Wed, 09 Mar 2011 21:52:15 +0100, Krzysztof Kościuszkiewicz wrote: The success story would look like: ... Great! Thank you :) The last question is, when i find correct callback signature, passed arguments absolutely cannot be modified in any way, including adding random arguments, right?

Re: gEDA-user: Please test new grids for GTK PCB

2011-02-28 Thread jpka
https://bugs.launchpad.net/pcb/+bug/724154 Hi! Thanks for your feedback. I prepare and post newgrids.pcb-git-199z.v2.patch on Launchpad, i make some bugfixes: Felix Ruoff wrote: Some comments (most of them for usability): - You often mention in the tooltips the shortcut '^M'. At my system

Re: gEDA-user: Advanced grids in GTK Pcb

2011-02-28 Thread jpka
Does the grid still change in case you swap the measurement unit? Now, not. This behaviour should probably go away. Switching to mm doesn't neccessarily mean you want a mm-related grid. +1, already done. ___ geda-user mailing list

Re: gEDA-user: Advanced grids in GTK Pcb

2011-02-28 Thread jpka
I would like to suggest using '#' for enable/disable grid, perhaps '%' for grid-realign (or your new version of this) and Ctrl+- / Ctrl++ for zooming in/out. Partially done, in progress. ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: Metric, Imperial, Rounding, DRC, and board houses

2011-02-24 Thread jpka
Use metric grid/unit +1 Pcb's grid is much more precise (it's float point variable) than even internal pcb units (which is small enough but integer), and errors introduced by grid itself (if any) is not cumulative across board items (pins, etc). So simply set grid to 1 mm should give

Re: gEDA-user: Snap to grid preventing selecting/dragging text

2011-02-21 Thread jpka
The recent discussion on improved grid handling would also improve this. I work on new friendly grids in PCB. Currently i almost done and now try to prepare a patch, i will post it in next days or hours. I also need some help to regenerate documentation: main pdf is regenerated after toplevel

Re: gEDA-user: Advanced grids in GTK Pcb

2011-02-13 Thread jpka
Hi all! Thanks for replies. Now i know my work is welcomed, so i will try to do it according to your suggestions. The main goals of my work is: 1. Make more than one level of grid. When we zoom out too far, grid now not disappears, but replaces by super grid of another color. The amount of