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
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
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
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
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
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
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'
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
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'
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
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
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
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
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
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
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
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( &
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
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
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
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
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:
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
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
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
: 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
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
: ${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
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
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
(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
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
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
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
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
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
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
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
=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
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
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
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
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
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
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
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
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
. 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
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
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
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
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
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
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
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
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/~
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
57 matches
Mail list logo