Re: gEDA-user: This patch is breaking compile

2011-08-25 Thread Felix Ruoff
I forgot to mention, that I refer to the latest patch-set available at https://bugs.launchpad.net/pcb/+bug/699497 (Patch set of 2011-08-13. Am 25.08.2011 21:57, schrieb Felix Ruoff: Hello Markus and all, (English text starts after this paragraph. Nothing important here in German said.) danke

Re: gEDA-user: This patch is breaking compile

2011-08-25 Thread Felix Ruoff
did not forget about your patch for 'Select all connected items' Am 25.08.2011 17:28, schrieb Markus Hitter: Am 23.08.2011 um 07:50 schrieb Felix Ruoff: as you can see, some of the patches failed to get applied. The reason for this are some changes in git head (the nanometer-convers

Re: gEDA-user: Layer button backgrounds - Keyboard shortcuts

2011-08-19 Thread Felix Ruoff
Hello all, Am 19.08.2011 02:47, schrieb Andrew Poelstra: On Thu, Aug 18, 2011 at 01:13:37PM -0400, DJ Delorie wrote: Ctrl- doesn't toggle visibility? That's what the lesstif HID uses. No. There is code in there to do this, but (to the best of my knowledge) it has never worked. The current acc

Re: gEDA-user: Layer button backgrounds

2011-08-17 Thread Felix Ruoff
Am 18.08.2011 09:52, schrieb Andrew Poelstra: Kai (and others), what do you think of this mockup?: http://wpsoftware.net/andrew/dump/mockup.png Very good! ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listin

Re: gEDA-user: Layer button backgrounds

2011-08-17 Thread Felix Ruoff
I personally like the new style you created. Its very nice! I think the reason for adding this small rectangles is, that its easier to see, if the button is pressed. Am 18.08.2011 04:00, schrieb Andrew Poelstra: Hey all, I am working on moving the Gtk layer-selector into its own widget (see

Re: gEDA-user: Nanometer conversion pushed to git head

2011-08-15 Thread Felix Ruoff
Congratulations! Really an impressive work! I found an 'incomplete function' (or bug) with the new coord-entry in the gtk gui: The spinning-arrows just work with mil unit set. Even, when changed to mm and back to mil, they don't work at my short test. And: the line /* FIXME: ne

Re: gEDA-user: Commandline option --menu-file

2011-08-14 Thread Felix Ruoff
Hello Kai-Martin, Am 14.08.2011 21:16, schrieb Kai-Martin Knaak: Felix Ruoff wrote: By the way: Improving the menu-structure of pcb was the second task, where I started to code for pcb. But then I found so many other things to improve, that this will still need a lot of time :-). I might

gEDA-user: PCB option --minimum polygon area

2011-08-14 Thread Felix Ruoff
Hello, as said before, I am working on Kai-Martins patch for the command-line options. I am nearly ready with modifying his patch that it will fit to actual git head. I have a question to the option '--minimum polygon area': What is the unit of the value? Is this in square* (where * is mm, m

Re: gEDA-user: Commandline option --menu-file

2011-08-14 Thread Felix Ruoff
Am 14.08.2011 18:45, schrieb Andrew Poelstra: I agree with this. The Media variable isn't used, it should be gone. Ditto for the --menu-file option. Honestly, we should probably get rid of --pcb-menu as well, unless someone wants to put in the effort to: 1. Unify lesstif/gtk handling of it.

gEDA-user: Commandline option --menu-file

2011-08-14 Thread Felix Ruoff
00:00:00 2001 From: Felix Ruoff Date: Sun, 14 Aug 2011 17:59:53 +0200 Subject: [PATCH] Remove broken --menu-file option The expected functionality is given by the option --pcb-menu for the GTK+ GUI and lesstif GUI. --- src/global.h |2 +- src/main.c |1 - 2 files changed, 1 insertions(+)

Re: gEDA-user: PCB: Documentation for command-line options (unit-changes)

2011-07-24 Thread Felix Ruoff
Am 25.07.2011 08:03, schrieb Andrew Poelstra: (...) As for units, there shouldn't really be a default unit. If no unit is given, we will probably go with cmils for the sake of backward compatibility. But we support giving units like --via-thickness 3mm (no space) and that is what should be

gEDA-user: PCB: Documentation for command-line options (unit-changes)

2011-07-24 Thread Felix Ruoff
Hello everybody, I am actually working on Kai-Martins patch for the command-ine options he suggested in http://thread.gmane.org/gmane.comp.cad.geda.user/29944/focus=30083 Its from April 2010, so there is some work to be done to fit it to the present code-base. While doing this, I got two que

Re: gEDA-user: PCB: option dumpmenu missing

2011-05-31 Thread Felix Ruoff
Thanks for your reply! Am 01.06.2011 00:51, schrieb Kai-Martin Knaak: Second thing: In the list of HIDs (line 311-323 of your patch) is the gcode-HID missing. The gcode HID is pretty new. First time I see it mentioned in the mailing list is november 2009. Seems like it had not made it to the re

Re: gEDA-user: PCB: option dumpmenu missing

2011-05-27 Thread Felix Ruoff
e suggests (extracting to multiple files), but this are just my 2 cent. Kind regards, Felix Am 26.05.2011 02:43, schrieb Kai-Martin Knaak: Felix Ruoff wrote: Later in that thread (http://www.seul.org/pipermail/geda-user/2010-April/046781.html) you said, that you will send the patches, but I

Re: gEDA-user: PCB: option dumpmenu missing

2011-05-25 Thread Felix Ruoff
Thank you! Am 25.05.2011 19:21, schrieb DJ Delorie: A patch to remove this from documentation (and one variable from the source) is appended. Pushed. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/ge

Re: gEDA-user: PCB: option dumpmenu missing

2011-05-25 Thread Felix Ruoff
file (gpcb-menu.res, same locations) ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user >From 94458c63ae97135964c41f4966b9cdf65ee4ec27 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Wed, 25

Re: gEDA-user: PCB: option dumpmenu missing

2011-05-25 Thread Felix Ruoff
Hello Kai-Martin, Am 25.05.2011 16:32, schrieb Kai-Martin Knaak: Last year, I wrote a set patches to correct this and while at it, move the source of the information into the source. I introduced an additional parameter in the comment syntax to allow for arbitrary sequence in the compiled manua

Re: gEDA-user: file format documentation formatting in the wiki

2011-05-25 Thread Felix Ruoff
I like this idea! Am 25.05.2011 16:46, schrieb Kai-Martin Knaak: While looking into ways to beautify my symbols, I just looked at the file format documentation in http://geda.seul.org/wiki/geda:file_format_spec The meaning of fields is given in tables. I find myself counting lines in the tab

gEDA-user: PCB: option dumpmenu missing

2011-05-25 Thread Felix Ruoff
Hello, in the pcb-documentation "B.3 Menu Files and Defaults" is the command-line option -dumpmenu described, but it did not work at my system. I have searched the source-code and just one boolean variable 'DumpMenuFile' in global.h can be found. Did I miss something? If someone of you confi

Re: gEDA-user: Bugtracker-cleanup

2011-05-23 Thread Felix Ruoff
Thanks a lot for reviewing and committing! Kind regards, Felix Am 23.05.2011 00:49, schrieb Krzysztof Kościuszkiewicz: Thanks for taking the time to report the list - status update below. On Sun, May 22, 2011 at 06:01:49PM +0200, Felix Ruoff wrote: Here is the list: a) Patches for

gEDA-user: Bugtracker-cleanup

2011-05-22 Thread Felix Ruoff
Hello, I spend some time with the pcb-bugtracker on launchpad. So, I made a list of things, where I think, they can be done without adding new problems. Perhaps, someone of the developer with commit-access can have a look for them. There also are several patches which looks fine to me, but my

Re: gEDA-user: Pressing "=" key causes PCB to freeze for a few minutes

2011-05-14 Thread Felix Ruoff
In the default-konfiguration, the '='-Key is for 'Simple optimization' from the 'Connects' menu. I can imagine, that this needs some time, but I have not tested it now. You can disable/modify this by editing the file 'gpcb-menu.res'. There is a line {"Simple optimization" djopt(si

Re: gEDA-user: Bug: Screenupdate on moving selected objects

2011-05-02 Thread Felix Ruoff
Thank you, it's fixed at my system, now! Am 02.05.2011 00:54, schrieb Peter Clifton: On Sun, 2011-05-01 at 22:16 +0100, Peter Clifton wrote: On Sun, 2011-05-01 at 22:55 +0200, Felix Ruoff wrote: Hello! Since commit e323e4636ef7b7239003a41ba305221bc6d9bab1 'hid/gtk: Inva

gEDA-user: Bug: Screenupdate on moving selected objects

2011-05-01 Thread Felix Ruoff
Hello! Since commit e323e4636ef7b7239003a41ba305221bc6d9bab1 'hid/gtk: Invalidate the damaged region, not the whole view' there is an error on moving selected objects. If you select an element (footprint, line, ...) and move it with a second klick+drag, just a small part of the vi

Re: gEDA-user: default pcb stackup change?

2011-04-19 Thread Felix Ruoff
around to either a new-board-wizard or new-means-load-template. So, geda/pcb users - would such a layout be a better default for you? Or worse? Or would something else make more sense? ___ geda-user mailing list geda-user@moria.seul.org http://www.seu

Re: gEDA-user: pcb-20100929 released

2011-04-19 Thread Felix Ruoff
Sorry for jumping into this topic without having read all posts. I just want to mention, that Cesar Strauss has written a new build-script last year, which he has posted to the launchpad bug 699494 (https://bugs.launchpad.net/pcb/+bug/699494). Perhaps (I did not have a test) this patch can hel

Re: gEDA-user: Spam Email to This List

2011-04-13 Thread Felix Ruoff
Yes, I got a mail from him/them at 12.March 2011. I think, someone from this firm reads the list, too. He can extract the mail-adresses from each sender. So, no need to hack the list-software itself. Best regards, Felix Am 13.04.2011 13:51, schrieb rickman: I use a separate email address for t

Re: gEDA-user: gschem usability: expand the component tree after filtering

2011-04-07 Thread Felix Ruoff
Am 07.04.2011 21:35, schrieb Krzysztof Kościuszkiewicz: On Thu, Apr 07, 2011 at 04:59:12PM +0200, Felix Ruoff wrote: I have also done a feature request for this patch at https://bugs.launchpad.net/pcb/+bug/753643. Hope, some of you like this feature, too and hope to get it accepted. Pushed

Re: gEDA-user: gschem usability: expand the component tree after filtering

2011-04-07 Thread Felix Ruoff
ourceforge.net/tracker/?func=detail&aid=3149995&group_id=161080&atid=818428 Best regards, >From 9c552a71aaf457d648ad824af4101afffc960509 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Thu, 7 Apr 2011 16:38:51 +0200 Subject: [PATCH] expand library tree after filtering This p

Re: gEDA-user: Request for patch-review (and commiting to git head)

2011-03-28 Thread Felix Ruoff
Am 29.03.2011 01:57, schrieb Markus Hitter: Am 28.03.2011 um 21:58 schrieb Felix Ruoff: - 699476 G-CODE export GUI (just documentation-changes, patch by albmcc, git-formatted by me) Does that take the substantial set of new features in the G-Code exporter into account? https

gEDA-user: Request for patch-review (and commiting to git head)

2011-03-28 Thread Felix Ruoff
Hello! I have uploaded some patches for pcb during the last weeks/months to launchpad. I am very proud to have three of them applied to git head now :-). Thanks for pushing! The following list contains those patches I have done or modified, which seems save to me. I mean save in that way, th

Re: gEDA-user: PCB Shortcut Keys

2011-03-04 Thread Felix Ruoff
If you compile pcb by yourself, you will find a file 'refcard.pdf' in /share/doc/pcb. This file gives most of the default-accelerators/shortcuts. If you are using pcb from a repository of your distro, this file will be at /usr/share/doc/pcb/refcard.dvi.gz. There are a very few mis

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

2011-03-02 Thread Felix Ruoff
Am 28.02.2011 11:48, schrieb jpka: * the "Yes" is not updated also when grid changes via keypress while > preferences dialog is active > > * maybe "Yes" as string column can be replaced with gboolean and a > GtkCellRendererToggle? > Or a custom renderer if really needed. Or a selecti

Re: gEDA-user: Advanced grids in GTK Pcb

2011-02-28 Thread Felix Ruoff
Am 28.02.2011 19:57, schrieb Peter Clifton: On Mon, 2011-02-28 at 18:06 +0100, Felix Ruoff wrote: I like the current behaviour using the wheel for zooming in and out. What I tried to suggest is adding the accelerators Ctrl and the Plus/minus - Keys for this. Ok, I think we misunderstood you

Re: gEDA-user: Advanced grids in GTK Pcb

2011-02-28 Thread Felix Ruoff
Am 28.02.2011 17:24, schrieb Kai-Martin Knaak: Felix Ruoff wrote: Ctrl+- and Ctr++ are the suggested accelerators for this action by the GNOME Hid-guidelines With the vast majority of gnome applications zoom is rarely used, or not at all. Scroll is much more common. It pays in terms of

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

2011-02-24 Thread Felix Ruoff
Am 24.02.2011 08:17, schrieb jpka: I prepare patch for new grid management, if you're interested please test it: https://bugs.launchpad.net/pcb/+bug/724154 Thanks Hi, I have had a short test of your powerfull patch. I am not sure, if I shoud post my comments to the bug or the mailing list - I

Re: gEDA-user: pcb GTK tear-off menus don't respond to mouse clicks

2011-02-23 Thread Felix Ruoff
Am 23.02.2011 18:24, schrieb Colin D Bennett: On Wed, 23 Feb 2011 01:33:17 + Peter Clifton wrote: Strange - it could be a GTK bug, as it is well known the GTK developers don't like the tear-off menu feature. I believe it is (or was intended to be) removed in GTK 3.0. Tear-off menus are stil

Re: gEDA-user: Modifying pcb-menu.res

2011-02-19 Thread Felix Ruoff
If you are using the gtk gui, you have to modify the gpcb-menu.res file. The pcb-menu.res file is for lesstif gui. This might be the reason for the missing function. The syntax looks right to me. Felix Am 19.02.2011 23:20, schrieb Oliver King-Smith: I am trying to add a keyboard

Re: gEDA-user: Advanced grids in GTK Pcb

2011-02-13 Thread Felix Ruoff
Am 14.02.2011 07:37, schrieb jpka: 3. Make g (and maybe shift-g) keys to change active grid. Sorry, it's interfere with current keybinding. I would like to suggest using '#' for enable/disable grid, perhaps '%' for grid-realign (or your new version of this) and Ctrl+- / Ctrl++ for zoo

Re: gEDA-user: PCB bug: only names, draw a line, undo: segfault

2011-01-30 Thread Felix Ruoff
Can't confirm that. Tried with git HEAD and 20091103 from ubuntu 10.10 repository (both just with GTK-gui). Kind regards, Felix Am 30.01.2011 14:48, schrieb Stephan Boettcher: PCB version 20100929 Compiled on Nov 8 2010 at 05:46:11 Debian sid. gtk. - Settings->Only Names - draw a line - hit '

Re: gEDA-user: Where to PCB patchs get submitted now?

2011-01-16 Thread Felix Ruoff
Am 17.01.2011 01:10, schrieb Bob Paddock: Is there a page on the wiki about how to use git specific to gEDA/PCB, Like how to format patches etc.? I think, http://geda.seul.org/wiki/geda:scm has the informations about that. ___ geda-user mailing li

Re: gEDA-user: Reacquainting to geda and pcb

2011-01-04 Thread Felix Ruoff
Hi, press the - key or use the menu 'Window'->'Library'. Kind regards, Felix Am 04.01.2011 22:09, schrieb Rob Butts: Hi Guys, I started working on another project where I'm back using gaf. I started new by installing Fedora 14, gschem and PCB. When I started PCB I rem

Re: gEDA-user: [Patches] GTK Recent-file-manager

2011-01-02 Thread Felix Ruoff
lists the new features/changes. But you can also have a look at the commit-messages of the patches. Kind regards, Felix >From aca0a21a61fc2265b06d444c0f37a5a89f866756 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Sun, 2 Jan 2011 18:47:08 +0100 Subject: [PATCH] Add files to recent-list on s

Re: gEDA-user: [Patches] GTK Recent-file-manager

2011-01-02 Thread Felix Ruoff
Am 01.01.2011 23:10, schrieb Felix Ruoff: Am 01.01.2011 21:35, schrieb Felix Ruoff: Am 01.01.2011 20:30, schrieb kai-martin knaak: Hmm. Isolated patches make testing a bit awkward. What might be ok for simple additions gets progressively less fun for more complicated changes. Can you set up a

Re: gEDA-user: [Patches] GTK Recent-file-manager

2011-01-01 Thread Felix Ruoff
Am 01.01.2011 21:35, schrieb Felix Ruoff: Am 01.01.2011 20:30, schrieb kai-martin knaak: Felix Ruoff wrote: I wish you much fun with testing this new features (if you like) and would be very glad to hear/read some comments! Hmm. Isolated patches make testing a bit awkward. What might be ok

Re: gEDA-user: [Patches] GTK Recent-file-manager

2011-01-01 Thread Felix Ruoff
Am 01.01.2011 20:30, schrieb kai-martin knaak: Felix Ruoff wrote: I wish you much fun with testing this new features (if you like) and would be very glad to hear/read some comments! Hmm. Isolated patches make testing a bit awkward. What might be ok for simple additions gets progressively less

gEDA-user: [Patches] GTK Recent-file-manager

2011-01-01 Thread Felix Ruoff
be very glad to hear/read some comments! Kind regards, Felix >From 4cb5fd1d1cfd1062028fa85e4888cd0e9a0950f0 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Sat, 1 Jan 2011 18:06:08 +0100 Subject: [PATCH] Add recent-file-list to pcb-menu This patch adds the GTK recent-file-manager to pcb and a li

gEDA-user: [PCB Patches] GTK 2.12 required now!

2010-12-28 Thread Felix Ruoff
ore ready. Kind regards, Felix >From 48cd5f9d5fbdec41c80e43b3e05044785af7fec8 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Tue, 28 Dec 2010 20:04:58 +0100 Subject: [PATCH] Cleanup conditional code because GTK 2.12 is required now --- src/hid/gtk/gui-output-events.c |8 1

Re: gEDA-user: [PCB-Patches] Action-documentation

2010-11-15 Thread Felix Ruoff
What do you think of the following descriptions: @item ToggleLockNames If set, text will ignore left mouse clicks and actions that work on objects under the mouse. @item ToggleOnlyNames If set, only text will be sensitive for mouse clicks and actions that work on objects under the mouse. I'd p

Re: gEDA-user: [PCB-Patches] Action-documentation

2010-11-14 Thread Felix Ruoff
Thanks for all your answers! Am 14.11.2010 03:35, schrieb kai-martin knaak: /-- +...@item ToggleLockNames +If set, the positions of all element-labels are locked relative to +the element-position. \--- a) The action is not confined to element(*)-labels. Free float

gEDA-user: [PCB-Patches] Action-documentation

2010-11-13 Thread Felix Ruoff
ving of this curious signs ("'') at the beginning of some syntax-lines (like the documentation for 'ChangeFlag()'). Kind regards, Felix >From 01d2ac533789a4340f2bf56b9337fa0c3ec2ac65 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Wed, 10 Nov 2010 22:21:55 +0100 Subjec

Re: gEDA-user: More OpenGL ideas

2010-10-29 Thread Felix Ruoff
Am 29.10.2010 02:44, schrieb kai-martin knaak: How about some low hanging fruit in the mean time? * Always highlight the object a left mouse click would refer to. This is done by many CAD applications. It would make many GUI actions more predictable to newbies (and evveryone else, too). I always

Re: gEDA-user: pcb: Some code-cleanup-patches

2010-10-16 Thread Felix Ruoff
Am 10.10.2010 10:03, schrieb Felix Ruoff: Am 10.10.2010 02:55, schrieb Peter Clifton: On Sat, 2010-10-09 at 23:29 +0200, Felix Ruoff wrote: (...) The first one (0002...) removes some unused functions from the gtk-gui-code. How is removing APIs required by the HID interface and replacing

Re: gEDA-user: pcb: Some code-cleanup-patches

2010-10-10 Thread Felix Ruoff
Am 10.10.2010 02:55, schrieb Peter Clifton: On Sat, 2010-10-09 at 23:29 +0200, Felix Ruoff wrote: Hello, today I am trying to make patches from my recent days work. I am new to git, so it takes much more time than I expected... But, here are two more patches. The first one (0002...) removes

gEDA-user: pcb: Some code-cleanup-patches

2010-10-09 Thread Felix Ruoff
tracker. Thanks and good bye, Felix >From b66809056891c138ceec8a5a4963b7e5263a7dfd Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Sat, 9 Oct 2010 23:09:25 +0200 Subject: [PATCH] gtk-gui code-cleanup Removes some unused functions --- src/hid/gtk/gtkhid-main.c | 27 +

gEDA-user: gschem: Replace recent-file-list by gtk-type

2010-10-09 Thread Felix Ruoff
685fce5ccb4090 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Sat, 9 Oct 2010 21:22:14 +0200 Subject: [PATCH] Replace recent-file-list by gtk_recent_manager This patch replaces the implemented recent-file - list by the recent-manager provided by GTK since version 2.10. Known differences to previo

gEDA-user: gschem-patch: Fix warning on mouse-over menu-item without action

2010-10-09 Thread Felix Ruoff
this patch and give some feedback! Thank you :-) Felix >From 71b8a5a3e8e2831065291bd1f6f629cb78b67f18 Mon Sep 17 00:00:00 2001 From: Felix Ruoff Date: Sat, 9 Oct 2010 18:35:33 +0200 Subject: [PATCH] Fix warning on moving over menu-item without action Fix a warning at the info-dialog if

gEDA-user: Modifications to the main-menu of PCB

2010-10-02 Thread Felix Ruoff
// if and when multiple layouts are supported ;-) Close all layouts // if and when multiple layouts are supported ;-) Quit Ctrl+Q These are my thoughts about the file-menu. Perhaps, you have some more comments or other hints? Kind regards, Felix

Re: gEDA-user: PCB: Change default file-filter in open-dialog

2010-10-02 Thread Felix Ruoff
Hello, here is (a first version) of my patch to store the last used file-filter of the file-open-dialog. It recovers the last used filter-setting on start-up of the file-open-dialog. It uses GKeyFiles to store this information. I am not sure if this is a good choice, because there already is

Re: gEDA-user: PCB: Change default file-filter in open-dialog

2010-10-01 Thread Felix Ruoff
kai-martin knaak wrote: I'd say, the default should be *.pcb + *.fp . These are by far the most likely files you'd want to load. Thanks to all for your replys! I found a way to store the last-used folder at a GKeyFile. But it is not well integrated yet, so it will need some days until I will m

Re: gEDA-user: PCB: Change default file-filter in open-dialog

2010-09-29 Thread Felix Ruoff
Hi Bert, Bert Timmerman wrote: Commit message says it all: Apply filters to load filechooser dialogs. [1988982] [2686963] Applies filters to the filechooser dialogs when loading layouts, layouts (to buffer), elements (to buffer) and netlists. Default behaviour is to not fi

Re: gEDA-user: PCB: Change default file-filter in open-dialog

2010-09-28 Thread Felix Ruoff
Done. Thanks for the message! Am 28.09.2010 22:43, schrieb DJ Delorie: Please send all patches to the tracker even if you post them online, so that there's less chance of them getting lost and forgotten. ___ geda-user mailing list geda-user@moria.se

gEDA-user: PCB: Change default file-filter in open-dialog

2010-09-28 Thread Felix Ruoff
Hello, I wondered, why the file-filter at the open-dialogs of pcb is not selected by default. For me, it is more comfortable if there are just the files shown, which can be loaded by this programm/function. I have also looked at other software and most of them do this this way (the only one

Re: gEDA-user: PCB: Default Saving-path (patch attached)

2010-09-26 Thread Felix Ruoff
Sorry, i forgot the attachement :-(. Here it is. Felix Am 26.09.2010 21:38, schrieb Felix Ruoff: Thank you, kaimartin, for your reply! IMHO, it would be better to put the patch file in a regular attachment rather than copy paste it to the main body of the mail. Mail servers do quite a bit

Re: gEDA-user: PCB: Default Saving-path (patch attached)

2010-09-26 Thread Felix Ruoff
Thank you, kaimartin, for your reply! IMHO, it would be better to put the patch file in a regular attachment rather than copy paste it to the main body of the mail. Mail servers do quite a bit of space, tab and new line munging on the main body and render the patch unusable. By contrast, they le

gEDA-user: PCB: Default Saving-path

2010-09-26 Thread Felix Ruoff
Hello, everybody! This is my first post at this mailing-list, so I would like to introduce myself very short. The main part of this mail starts after the double-line. My name is Felix and I am studying electrical engineering in Germany. I am sorry for my bad English, I hope, you will underst