Re: [Kicad-developers] New schematic file format.

2011-03-30 Thread Sergey A. Borshch
file format information changes if file was opened just for viewing or printing and it confuses version control system - now I have to check what actually was changed in file and revert such "header-line updates" to avoid meaningless commits. -- Regards, Sergey A. Borshch

Re: [Kicad-developers] Proposal - New Layers

2011-09-13 Thread Sergey A. Borshch
number of non-signal layers and pair them if necessary. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists

Re: [Kicad-developers] Concerns about clearing disagreements before committing.

2011-11-26 Thread Sergey A. Borshch
ieved. All changes will be localized in one single class. - Actually the only things that can be on more than one layer are pads and vias! Am I wrong? I'm not sure, but, possibly, some sort of barriers? -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB

Re: [Kicad-developers] sorting pins in .lib files

2012-02-23 Thread Sergey A. Borshch
heir lines order after load-modify-save, Laurent problem will be solved automatically - he can sort lined in any preferable order once. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mail

[Kicad-developers] pcbnew fix: project file location

2013-03-11 Thread Sergey A. Borshch
from kicad.pro In the same launching eeschema correctly detects config file name as /.pro Attached path fixes bug by converting .pro to /.pro in the same way as eeschema does. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia

[Kicad-developers] patch: pcbnew, hide text anchors while printing

2013-03-11 Thread Sergey A. Borshch
This patch hides text anchors while printing board in pcbnew. Every time I print board silkscreen in pcbnew first page always goes to trashcan because of points in the center of reference designators and other texts. Who needs text anchors on printed paper? -- Regards, Sergey A. Borshch

[Kicad-developers] pcbnew patch: store user selection "single page" in print dialog

2013-03-11 Thread Sergey A. Borshch
This path saves "single page" user choice in pcbnew printing dialog in the same way as all other controls in this dialog stored. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia === modified file 'pcbnew/pcbplot.h'

[Kicad-developers] patch: pcbnew printing "Fit to page" scale fix

2013-03-11 Thread Sergey A. Borshch
This patch makes scale option "fit to page" do the same as in all other programs worldwide - produce biggest image that still fits to page. Pcbnew generates 1:1-scaled centered image instead. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Ri

[Kicad-developers] patch: pcbnew. fix memory leak in printing dialog

2013-03-11 Thread Sergey A. Borshch
If user tries to generate print preview with no layer selected, *preview object not destroyed and memory leaks. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia === modified file 'pcbnew/dialogs/dialog_print_using_printer.cpp'

Re: [Kicad-developers] patch: pcbnew printing "Fit to page" scale fix

2013-03-11 Thread Sergey A. Borshch
Oos, sorry, mistype in patch. Correct patch attached. On 11.03.2013 16:17, Sergey A. Borshch wrote: This patch makes scale option "fit to page" do the same as in all other programs worldwide - produce biggest image that still fits to page. Pcbnew generates 1:1-scaled centered ima

Re: [Kicad-developers] patch: pcbnew, hide text anchors while printing

2013-03-13 Thread Sergey A. Borshch
On 11.03.2013 21:34, jp charras wrote: Le 11/03/2013 15:05, Sergey A. Borshch a écrit : This patch hides text anchors while printing board in pcbnew. Every time I print board silkscreen in pcbnew first page always goes to trashcan because of points in the center of reference designators and

Re: [Kicad-developers] Was: page selection dialog, everybody please comment

2013-04-19 Thread Sergey A. Borshch
27;s cry about money. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : h

Re: [Kicad-developers] Title block date in pcbnew

2013-05-02 Thread Sergey A. Borshch
opening/closing file without any modifications! I remember it in .sch and *-cache.lib files. The only thing I wanted is to save date only if file is really changed. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI lt

Re: [Kicad-developers] Title block date in pcbnew

2013-05-02 Thread Sergey A. Borshch
On 02.05.2013 10:45, Lorenzo Marcantonio wrote: On Thu, May 02, 2013 at 10:40:50AM +0300, Sergey A. Borshch wrote: I was complaining about date change because it was often the only change in file after just opening/closing file without any modifications! I remember it in .sch and *-cache.lib

Re: [Kicad-developers] Config file relocation (new patch)

2014-09-03 Thread Sergey A. Borshch
ther question about ~/eeschema-, ~/pcbnew- and similar files. Shouldn't it be placed in ~/.kicad or /var/lock as almost all other programs do? If those files are placed not in /var/lock, what's the purpose of username in file names if files are created inside that user home dire

Re: [Kicad-developers] [PATCH] Assertion in pcbnew/dialogs/dialog_select_net_from_list.cpp

2017-02-27 Thread Sergey A. Borshch
ns size_t type. Why should you typecast variable type instead of fixing format specifier to be consistent with actual variable type? There is %zu format specifier designed specially for size_t type since C99. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net

Re: [Kicad-developers] [PATCH] Assertion in pcbnew/dialogs/dialog_select_net_from_list.cpp

2017-02-28 Thread Sergey A. Borshch
and must have %zu "from the box". Do we use it anywhere else? Is it a reason to do it wrong way here? On Tue, 28 Feb 2017, Sergey A. Borshch wrote: On 28.02.2017 01:54, Julius Schmidt wrote: This patch fixes a format string assertion. ... -txt.Printf( wxT( &

Re: [Kicad-developers] [RFC] Strange libedit behaviour

2017-03-07 Thread Sergey A. Borshch
On 07.03.2017 15:07, Oliver Walters wrote: As an extra note to Example B in the above comment, deleting a pin also deletes any pins in other units (for multi-unit symbols) that are in the same location. This bug appears again and again every year or two. -- Regards, Sergey A. Borshch

Re: [Kicad-developers] PATCH: Fix default line widths for non-mm units in DXF import

2017-05-26 Thread Sergey A. Borshch
ences solving next bug. This can make sources a little bit more clean. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-devel

Re: [Kicad-developers] Patch: Open Datasheet in Project Dir

2017-05-28 Thread Sergey A. Borshch
g all datasheets in every project? I think it's better to keep one copy per library, so path must be relative to library location. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Maili

Re: [Kicad-developers] Patch: Open Datasheet in Project Dir

2017-05-29 Thread Sergey A. Borshch
ease let me know. I don't mind alternative proposals that can fulfill more workflow types. What I wrote is just a "shortest-path" I can see based on my own workflow. Regards, Cheng On 28 May 2017 at 20:53, Ingo Kletti <mailto:ikle...@htwg-konstanz.de>> wrote: Am 28.0

Re: [Kicad-developers] Patch: Open Datasheet in Project Dir

2017-05-31 Thread Sergey A. Borshch
share it's point of view. Regards, Cheng On May 29, 2017 12:33 PM, "Cheng Sheng" <mailto:jeru.sh...@gmail.com>> wrote: On 29 May 2017 at 09:40, Sergey A. Borshch mailto:sb...@users.sourceforge.net>> wrote: On 28.05.2017 23:49, Cheng Sheng wrote:

[Kicad-developers] netlist inconsistency

2017-07-10 Thread Sergey A. Borshch
ill feature request to generate error message (and rise DRC error) if two unnamed nets connected to same pin in different gates and one of the connection will be dropped at netlist loading? -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latv

Re: [Kicad-developers] netlist inconsistency

2017-07-13 Thread Sergey A. Borshch
As noone responded in three days I filled bug report about wrong netlist generation: https://bugs.launchpad.net/kicad/+bug/1704083 On 10.07.2017 11:27, Sergey A. Borshch wrote: Hello developers. I found that netlist generation has changed last year or so. My two years old project got

Re: [Kicad-developers] GAL canvas behavior.

2017-07-21 Thread Sergey A. Borshch
n Legacy) 2) Move segment node ("M" key in legacy) -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-develop

Re: [Kicad-developers] [RFC] proposal of adjusted netlist dialog

2014-10-22 Thread Sergey A. Borshch
: kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailin

Re: [Kicad-developers] eeschema freeze BZR5378

2015-01-19 Thread Sergey A. Borshch
not reused, why not to use power of inheritance? -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@list

Re: [Kicad-developers] Default environment variables.

2015-02-03 Thread Sergey A. Borshch
: ${KISYSMOD}/packages3d -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https

[Kicad-developers] Text substitution in footprint fields - any progress?

2015-03-03 Thread Sergey A. Borshch
layers. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Kicad-developers] Text substitution in footprint fields - any progress?

2015-03-04 Thread Sergey A. Borshch
On 04.03.2015 16:42, Lorenzo Marcantonio wrote: On Wed, Mar 04, 2015 at 04:32:23PM +0200, Sergey A. Borshch wrote: As far as I remember Lorenzo anounced his implementation of text substitution of %R and %V patterns with RefDes and Value fields content. Is Seems like it dosn't works f

Re: [Kicad-developers] Printing

2015-03-25 Thread Sergey A. Borshch
(Kicad.png) and two pieces of printed pdf. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net

Re: [Kicad-developers] Printing

2015-03-26 Thread Sergey A. Borshch
On 25.03.2015 19:35, Maciej Sumiński wrote: Hi Sergey, Thank you for the report, screenshots were very helpful. Could you try the latest revision? (5536 & up) Excellent. Now it works without any visible issues. Thank You once more. -- Regards, Sergey A. Borshchmailto

Re: [Kicad-developers] Printing

2015-03-26 Thread Sergey A. Borshch
ched library brakes printing - it's pins not printed and sheet title block(!) disappears as soon as this transformer inserted into schematics. Print preview shows all Ok. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia EESchema-LIBRARY Ve

Re: [Kicad-developers] Printing

2015-03-26 Thread Sergey A. Borshch
On 26.03.2015 15:14, jp charras wrote: Le 26/03/2015 13:36, Sergey A. Borshch a écrit : I am pretty sure this component was not build with libedit. (Arcs have bugs). Can you confirm that? No, I can't confirm yet. This component was published on one russian forum, but I forwarded

Re: [Kicad-developers] Printing

2015-03-27 Thread Sergey A. Borshch
On 26.03.2015 15:14, jp charras wrote: Le 26/03/2015 13:36, Sergey A. Borshch a écrit : I am pretty sure this component was not build with libedit. (Arcs have bugs). Can you confirm that? No, I can't confirm yet. This component was published on one russian forum, but I forwarded

[Kicad-developers] Printing broken again?

2015-04-28 Thread Sergey A. Borshch
Hi everyone. Someone broke printing again. bzr rev. 5596 prints ok, while today bzr rev. 5628 print arcs in wrong direction(?). See attached screenshots. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia

Re: [Kicad-developers] Printing broken again?

2015-04-29 Thread Sergey A. Borshch
On 28.04.2015 16:53, jp charras wrote: Le 28/04/2015 15:43, Sergey A. Borshch a écrit : Hi everyone. Someone broke printing again. bzr rev. 5596 prints ok, while today bzr rev. 5628 print arcs in wrong direction(?). See attached screenshots. AFAIK, there is no changes in printing/drawing

Re: [Kicad-developers] Printing broken again?

2015-04-29 Thread Sergey A. Borshch
On 29.04.2015 11:02, jp charras wrote: Le 29/04/2015 09:34, Sergey A. Borshch a écrit : On 28.04.2015 16:53, jp charras wrote: Le 28/04/2015 15:43, Sergey A. Borshch a écrit : Hi everyone. Someone broke printing again. bzr rev. 5596 prints ok, while today bzr rev. 5628 print arcs in wrong

[Kicad-developers] unable to compile masrer HEAD

2020-02-23 Thread Sergey A. Borshch
=OFF KICAD_SPICE=ON was ok month ago. Today I got dialog_about.cpp:(.text+0x234e): undefined reference to `KICAD_CURL_EASY::KICAD_CURL_EASY()' what am I doing wrong? -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, L

Re: [Kicad-developers] unable to compile masrer HEAD

2020-02-23 Thread Sergey A. Borshch
On 2/23/20 6:36 PM, Jon Evans wrote: https://gitlab.com/kicad/code/kicad/-/merge_requests/113 @Sergey -- are you able to build with BUILD_GITHUB_PLUGIN=ON for now? Yes, I am. Hope you'll fix BUILD_GITHUB_PLUGIN=OFF soon. -- Regards, Sergey A. Borshchmailto: sb...@sourceforg

Re: [Kicad-developers] problem with modal component viewer and other modal dialogs

2015-07-30 Thread Sergey A. Borshch
ultiple displays in linux+Cinnamon -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscrib

Re: [Kicad-developers] Thanks to whoever done this :D

2015-07-31 Thread Sergey A. Borshch
On 30.07.2015 16:10, Wayne Stambaugh wrote: If you or anyone else happens to find any other dialogs without a default button, please report them as soon as possible so they can be fixed for the stable release. OpenGL canvas, Dimension properties edit dialog. -- Regards, Sergey A. Borshch

Re: [Kicad-developers] Circle dimensions

2016-04-11 Thread Sergey A. Borshch
to edit point coordinates or radius. It can be nice also to have the ability to define arcs by center, radius and two angles. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https

Re: [Kicad-developers] 3D file relative paths

2016-04-12 Thread Sergey A. Borshch
Project Directory rather than an absolute path in cases where the file path cannot be shortened via the use of an alias. why relative to Current Project Directory and not to footprint directory? -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia

Re: [Kicad-developers] Circle dimensions

2016-04-12 Thread Sergey A. Borshch
ll my charts has diameter dimensions drawn, so it quite annoying for me to convert diameter (radius) from chart to point coordinates. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing

Re: [Kicad-developers] PATCH: 3D resolver

2016-04-20 Thread Sergey A. Borshch
script instead of pcbnew in your example and this script define its own variable ENV_VAR with value "something_2", this local variable takes precedence over global ENV_VAR and over ENV_VAR with value "something" supplied in command line. -- Regards, Sergey A. Borshch

Re: [Kicad-developers] New eeschema file format

2016-08-02 Thread Sergey A. Borshch
ly describe arcs, both of them has no diverge, both of them are usable in particular situation. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-devel

Re: [Kicad-developers] rc2

2018-04-03 Thread Sergey A. Borshch
. Changing any preference stored in project file causes page layout description file setting to get lost from project. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net

Re: [Kicad-developers] Indeterministic netlist export for multiunit components

2018-05-18 Thread Sergey A. Borshch
ts belongs to different component types or which field value differs if component type is the same. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kic

Re: [Kicad-developers] Netlist generation for pins with no-connects

2018-06-05 Thread Sergey A. Borshch
scribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad

Re: [Kicad-developers] [eeschema/question] use mouse position instead of custom position for selecting objects?

2019-03-21 Thread Sergey A. Borshch
On 22.03.2019 01:41, Tomasz Wlostowski wrote: Is there a chance there's a regression in V5/V5.1? If so, I'm willing to fix this. Does it need to be a regression to be fixed? -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Ri

Re: [Kicad-developers] Atomic Libraries Proposal

2019-05-23 Thread Sergey A. Borshch
pins names only. -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://lau

Re: [Kicad-developers] Atomic Libraries Proposal

2019-05-26 Thread Sergey A. Borshch
Hi Seth. On 24.05.2019 16:13, Seth Hillbrand wrote: Am 2019-05-24 02:36, schrieb Sergey A. Borshch: Major limitation is that your proposal still does not provide mapping between symbol pins and footprints pins, so user has to keep separate footprints for, say, sot23 bipolar, FET, Zenner and IC

Re: [Kicad-developers] Ratsnest options

2019-06-13 Thread Sergey A. Borshch
fewer net classes than nets, and this would group similar nets together. -Reece ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListH

Re: [Kicad-developers] Python: time_t needs mapping; tentative patch

2017-11-28 Thread Sergey A. Borshch
bit values so I'm not sure unint64_t makes sense. Is it a good time to resolve ambiguity and introduce new typedef or class "timestamp_t"? -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI lt

Re: [Kicad-developers] Run-time expression eval in text fields

2018-01-17 Thread Sergey A. Borshch
cribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~

Re: [Kicad-developers] [PATCH] Don't draw invisible pins in component chooser

2018-02-07 Thread Sergey A. Borshch
be : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Regards, Sergey A. Borshchmailto: sb...@sourceforge.net SB ELDI ltd. Riga, Latvia ___ Mailing list: https://launchpad.net/~ki