Re: [Kicad-developers] possible eeschema selection bug

2015-01-27 Thread Eldar Khayrullin
I can't reproduce it. Application: kicad Version: (2015-01-17 BZR 5386)-product Release build wxWidgets: Version 3.0.1 (debug,wchar_t,compiler with C++ ABI 1002,GCC 4.9.1,wx containers,compatible with 2.8) Platform: Linux 3.16.0-29-generic x86_64, 64 bit, Little endian, wxGTK Boost version:

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-09 Thread Eldar Khayrullin
Add check to negative values of mark length. Use GetCurrentLineWidth() instead of currentPenWidth. 09.03.2015 19:06, jp charras пишет: Le 09/03/2015 16:29, Eldar Khayrullin a écrit : It is possible? May be you mean that need check this condition? 09.03.2015 18:19, jp charras пишет: Le 09/03

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-09 Thread Eldar Khayrullin
It is possible? May be you mean that need check this condition? 09.03.2015 18:19, jp charras пишет: Le 09/03/2015 15:36, Eldar Khayrullin a écrit : I deleted Magic numbers that set parameters of dash lines. Use constants in mils. Then apply radius correction and scale to plot units when start

[Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-09 Thread Eldar Khayrullin
I deleted Magic numbers that set parameters of dash lines. Use constants in mils. Then apply radius correction and scale to plot units when start to plotting. Make for PDF, PS, SVG plotters. And some minor fixes. * Английский - определен * Русский * Русский javascript:void(0); ===

Re: [Kicad-developers] [PATCH] Set dash lines parameters in one place for plot

2015-03-11 Thread Eldar Khayrullin
Hello. Thanks to jp charras. To Nick: this patch only removes inconsistency of setup params for dashed lines for plotting and nothing to break. See rev5484 http://bazaar.launchpad.net/%7Ekicad-product-committers/kicad/product/revision/5484. 10.03.2015 23:44, Nick Østergaard пишет: Ohh,

[Kicad-developers] [PATCH] Pl_editor hotkey tab fix and i18n

2015-04-19 Thread Eldar Khayrullin
Hello. i18n patch. * Английский - определен * Русский * Русский javascript:void(0); === modified file 'pagelayout_editor/hotkeys.cpp' --- pagelayout_editor/hotkeys.cpp 2015-04-16 15:26:51 + +++ pagelayout_editor/hotkeys.cpp 2015-04-19 07:51:06 + @@ -116,7 +116,7 @@ // list of

[Kicad-developers] [PATCH] eeschema hotkey libedit tab name fix

2015-04-19 Thread Eldar Khayrullin
Patch === modified file 'eeschema/hotkeys.cpp' --- eeschema/hotkeys.cpp 2015-04-16 15:26:51 + +++ eeschema/hotkeys.cpp 2015-04-19 08:45:32 + @@ -323,7 +323,7 @@ { { g_CommonSectionTag,common_Hotkey_List,commonSectionTitle}, { schematicSectionTag,

[Kicad-developers] [PATCH] 3d_view view text in bottom right corner i18n

2015-04-19 Thread Eldar Khayrullin
Patch === modified file '3d-viewer/3d_canvas.cpp' --- 3d-viewer/3d_canvas.cpp 2015-04-16 07:43:27 + +++ 3d-viewer/3d_canvas.cpp 2015-04-19 08:54:52 + @@ -496,7 +496,7 @@ msg.Printf( wxT( dy %3.2f ), m_draw3dOffset.y ); Parent()-SetStatusText( msg, 2 ); -msg.Printf( wxT(

Re: [Kicad-developers] [PATCH] [VER 2] dist and d labels in Kicad package

2015-04-19 Thread Eldar Khayrullin
Instead previous patch. Add spaces between values. 19.04.2015 16:40, Eldar Khayrullin пишет: Eeschema, Libedit have in status bar label d that means distance. But Pcbnew and Gerbview have label dist instead this. I think that they should be same. d label is short, not bulky and looks pretty

Re: [Kicad-developers] [PATCH] missing i18n on Pl_Editor

2015-04-19 Thread Eldar Khayrullin
Patch 19.04.2015 04:52, Marco Ciampa пишет: On the left bottom corner of the Pl_Editor, the page size width and height info are always untranslated. Regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. ++ | GNU/Linux User #78271 | | FSFE

[Kicad-developers] [PATCH] dist and d labels in Kicad package

2015-04-19 Thread Eldar Khayrullin
Eeschema, Libedit have in status bar label d that means distance. But Pcbnew and Gerbview have label dist instead this. I think that they should be same. d label is short, not bulky and looks pretty than dist. Patch make label d for all them. === modified file 'gerbview/gerbview_frame.cpp' ---

Re: [Kicad-developers] [PATCH] [VER 2] dist and d labels in Kicad package

2015-04-19 Thread Eldar Khayrullin
Maybe :) Ok, but I think they should be the same. And in pcbnew need add spaces between dx value and dy label, and dy value and dist label for better perception. 19.04.2015 21:39, jp charras пишет: Le 19/04/2015 15:54, Eldar Khayrullin a écrit : Instead previous patch. Add spaces between

[Kicad-developers] [PATCH] i18n pcbnew gal popup menu entries

2015-05-03 Thread Eldar Khayrullin
Patch === modified file 'pcbnew/tools/common_actions.cpp' --- pcbnew/tools/common_actions.cpp 2015-05-01 09:31:23 + +++ pcbnew/tools/common_actions.cpp 2015-05-03 06:42:35 + @@ -183,11 +183,11 @@ // View Controls TOOL_ACTION COMMON_ACTIONS::zoomIn( common.Control.zoomIn,

Re: [Kicad-developers] [PATCH] i18n missing

2015-04-14 Thread Eldar Khayrullin
Ok. I'm understood. 14.04.2015 20:55, jp charras пишет: Le 14/04/2015 18:30, Eldar Khayrullin a écrit : Repeat. P.S. May be previous mail was dissapear 11.04.2015 13:10, Marco Ciampa пишет: I do not why but I just noted that in Eeschema (last build) Preferences-Hotkeys-Edit hotkeys first

Re: [Kicad-developers] i18n missing

2015-04-11 Thread Eldar Khayrullin
Patch 11.04.2015 13:10, Marco Ciampa пишет: I do not why but I just noted that in Eeschema (last build) Preferences-Hotkeys-Edit hotkeys first two tabs titles are not nationalized (Common Schematic Editor) the last is ok. -- Marco Ciampa I know a joke about UDP, but you might not get

Re: [Kicad-developers] [PATCH] i18n missing

2015-04-11 Thread Eldar Khayrullin
Patch. Sorry for repeat. 11.04.2015 13:10, Marco Ciampa пишет: I do not why but I just noted that in Eeschema (last build) Preferences-Hotkeys-Edit hotkeys first two tabs titles are not nationalized (Common Schematic Editor) the last is ok. -- Marco Ciampa I know a joke about UDP, but

[Kicad-developers] [PATCH] Make translatable English entry

2015-04-04 Thread Eldar Khayrullin
Another one patch that make translatable Select Language-English entry === modified file 'common/pgm_base.cpp' --- common/pgm_base.cpp 2015-03-31 15:46:31 + +++ common/pgm_base.cpp 2015-04-04 11:58:17 + @@ -115,7 +115,7 @@ wxLANGUAGE_ENGLISH, ID_LANGUAGE_ENGLISH,

[Kicad-developers] [PATCH]Translate Select tool Select... entry

2015-04-04 Thread Eldar Khayrullin
Hello. This patch translates Select... entry. * Английский - определен * Русский * Русский javascript:void(0); === modified file 'pcbnew/tools/selection_tool.cpp' --- pcbnew/tools/selection_tool.cpp 2015-04-02 14:09:48 + +++ pcbnew/tools/selection_tool.cpp 2015-04-04 11:27:08 + @@

[Kicad-developers] [BUG] Static array isn't translatable

2015-04-04 Thread Eldar Khayrullin
File pcbnew/dialogs/dialog_create_array.cpp have next: Line 40: static const wxString charSetDescriptions[] = { Numerals (0,1,2,...,9,10), Hexadecimal (0,1,...,F,10,...), Alphabet, minus IOSQXZ, Alphabet, full 26 characters }; ___

Re: [Kicad-developers] [PATCH] Make translatable English entry

2015-04-04 Thread Eldar Khayrullin
I hadsuch a doubt. I am agree with you. 04.04.2015 17:56, Wayne Stambaugh пишет: The English language entry name does not get translated by design. On 4/4/2015 8:01 AM, Eldar Khayrullin wrote: Another one patch that make translatable Select Language-English entry

Re: [Kicad-developers] [PATCH] Make translatable English entry

2015-04-04 Thread Eldar Khayrullin
, then it might be ok. Just an observation. 2015-04-04 14:01 GMT+02:00 Eldar Khayrullin eldar.khayrul...@mail.ru: Another one patch that make translatable Select Language-English entry ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad

Re: [Kicad-developers] Documentation update

2015-04-04 Thread Eldar Khayrullin
Maybe I can mistaken, but I think that need to divide each i18n to separate repos on Github in accordance them language, for example kicad-doc-ru, kicad-doc-fr and so on. Each repo contains two languages one from them english. kicad-doc-en main repo contains only english language. Other repos

Re: [Kicad-developers] Documentation update

2015-04-04 Thread Eldar Khayrullin
Ok)) 04.04.2015 21:54, Marco Ciampa пишет: Just to make the whole thing clear(er). The way it is done now, the method used to handle the documents compilation, permit to separate the Author from the Translator in a way that the Author can work on the docs freely. The Translator's life is

[Kicad-developers] [PATCH] Make translatable Routing Options... entry

2015-04-05 Thread Eldar Khayrullin
Hi all. Patch to another translatable entry. === modified file 'pcbnew/router/pns_tool_base.cpp' --- pcbnew/router/pns_tool_base.cpp 2015-03-10 14:38:27 + +++ pcbnew/router/pns_tool_base.cpp 2015-04-05 10:03:31 + @@ -57,7 +57,8 @@ TOOL_ACTION PNS_TOOL_BASE::ACT_RouterOptions(

Re: [Kicad-developers] [PATCH] Make translatable Routing Options... entry

2015-04-05 Thread Eldar Khayrullin
Glad to help 05.04.2015 19:03, Maciej Sumiński пишет: Thank you Eldar, I committed your patch in 5577. Regards, Orson On 04/05/2015 12:26 PM, Eldar Khayrullin wrote: Hi all. Patch to another translatable entry. ___ Mailing list: https

Re: [Kicad-developers] routing options missing i18n (patch)

2015-04-05 Thread Eldar Khayrullin
Ok :-) 05.04.2015 18:59, Marco Ciampa пишет: Sorry Eldar! I have to check email _before_ posting! Sorry for the noise! -- Marco Ciampa I know a joke about UDP, but you might not get it. ++ | GNU/Linux User #78271 | | FSFE fellow #364 |

[Kicad-developers] [PATCH] Libedit Show... instead Edit... tooltip to show document file button in toolbar

2015-04-19 Thread Eldar Khayrullin
Patch === modified file 'eeschema/tool_lib.cpp' --- eeschema/tool_lib.cpp 2015-03-27 10:26:07 + +++ eeschema/tool_lib.cpp 2015-04-19 14:24:27 + @@ -186,7 +186,7 @@ m_mainToolBar-AddSeparator(); m_mainToolBar-AddTool( ID_LIBEDIT_VIEW_DOC, wxEmptyString, KiBitmap( datasheet_xpm

Re: [Kicad-developers] Schematic Symbol Philosophy?

2015-06-08 Thread Eldar Khayrullin
thing(you can make mistakes). It was an offer, do not judge strictly. 08.06.2015 19:42, Andy Peters пишет: On Jun 7, 2015, at 1:33 AM, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: What problem is this trying to solve? No copy sch symbols, no copy pcb footprints, more ready parts with same

Re: [Kicad-developers] Schematic Symbol Philosophy?

2015-06-06 Thread Eldar Khayrullin
Addition. New cache component assignments: PART_SYMBOL - component symbol PART_ID - component field Value PART_FOOTPRINT -component field Footprint [PART_PINS] - [components pins] // accordance part PINS table 06.06.2015 11:49, Eldar Khayrullin пишет: Fix previous: Maybe add new file format

Re: [Kicad-developers] Schematic Symbol Philosophy?

2015-06-06 Thread Eldar Khayrullin
- select part from list - [schematic load sch symbol and add to cache library new component with reassign pins in accordance fields PINS-ENDPINS and footprint field with footprint name]. I think this is easy way to add part and add new possibility. 06.06.2015 11:44, Eldar Khayrullin пишет

Re: [Kicad-developers] Schematic Symbol Philosophy?

2015-06-06 Thread Eldar Khayrullin
Not fullyunderstood. I meant that part libs is complement component libs but don't change current components using. Part libs are optional for using. 06.06.2015 15:19, Vesa Solonen пишет: 06/06/15, 11:44, Eldar Khayrullin kirjoitti: Maybe add new file format components library that consist

Re: [Kicad-developers] Schematic Symbol Philosophy?

2015-06-09 Thread Eldar Khayrullin
Thank you Heiko. Sorry for my broken english. Heiko understood what I mean. I add. For example: I have OPAMP. I use 2 symbols OPAMP2 (2 in body), OPAMP4 and I use 3 footprints. I make 6 components (6 files only with different pin assignment). And if I'll be want to add new opamps I only add

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread Eldar Khayrullin
Need change relative paths of 3d models (Kicad doesn't found them). Convert: ./model.wrl to ${KIPRJMOD}/model.wrl. 03.07.2015 12:08, easyw пишет: Hi Cirilo, I've uploaded the recent version of the script with the demo board at sourceforge

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-04 Thread Eldar Khayrullin
suggestion and feedback, Maurice thank you for On 04/07/2015 12.03, Eldar Khayrullin wrote: But then if launch ./launch-kicad_StepUp.sh: ['${KIPRJMOD}/c0603.wrl', 121.92, -147.32, 180.0, 'Top'] error missing ${KIPRJMOD}/c0603.step 04.07.2015 12:21, Eldar Khayrullin пишет: Need change relative

Re: [Kicad-developers] wxFormBuilder and the future

2015-08-13 Thread Eldar Khayrullin
Hi all. Maybe in future need to port kicad in other modern gui as qt( https://en.wikipedia.org/wiki/Qt_(software) ) 13.08.2015 13:00, Blair Bonnett пишет: Hi all, It appears wxFormBuilder is, if not dead, not far from it. The evidence: * No stable release in 4 years, and the last beta

Re: [Kicad-developers] Stable release update.

2015-11-16 Thread Eldar Khayrullin
om-dot-br>" Russian (RU) Igor Plyatov <plyatov[at]gmail-dot-com> Russian (RU) Andrey Fedorushkov <an...@mail.ru> +Russian (RU) Eldar Khayrullin <eldar.khayrul...@mail.ru> Spanish (ES) Pedro Martin del Valle <pkicad[at]yahoo-dot-es> Spanish (ES) Iñigo Zuluaga &l

[Kicad-developers] Compile error rev.6320

2015-11-17 Thread Eldar Khayrullin
Today after recompile I have compile error. Compile cmd: mkdir build cd build cmake -DKICAD_SKIP_BOOST=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON \ -DCMAKE_BUILD_TYPE=Debug ../

Re: [Kicad-developers] Compile error rev.6320

2015-11-17 Thread Eldar Khayrullin
Thanks. It has helped. 17.11.2015 19:42, jp charras пишет: Le 17/11/2015 17:32, Eldar Khayrullin a écrit : Today after recompile I have compile error. Compile cmd: mkdir build cd build cmake -DKICAD_SKIP_BOOST=ON \ -DCMAKE_INSTALL_PREFIX=/usr

Re: [Kicad-developers] Version 4 stable branch rc1 released.

2015-09-13 Thread Eldar Khayrullin
https://bugs.launchpad.net/kicad/+bug/1384902 13.09.2015 02:11, Wayne Stambaugh пишет: Without further ado, you've asked for it and here it is: https://launchpad.net/kicad/4.0 I'm not 100% sure I'm happy with the way the branch on Launchpad turned out. Some of this is no doubt due to my

Re: [Kicad-developers] [PATCH] Fixed a False BZR Version Number Built From Local Branch of GIT-Source-Mirror

2015-09-13 Thread Eldar Khayrullin
Current build show: Version: (2015-09-13 BZR 6192, Git fdefe25-fdefe25)-product debug build Maybe should be: ... Git fdefe25-dirty ... Ps: I change code in my clone of repo but don't commit it. 13.09.2015 21:59, Nick Østergaard пишет: I will have a look at the issue, but I am just doing a freash

Re: [Kicad-developers] Full integration to Github

2015-12-07 Thread Eldar Khayrullin
Hi. Maybe one need to run script that add message to all open bugs in launchpad. Message like that: If we want to add new message click to this link ... Message consists link to another script that (or instruction how) check and if need open new bug on Github with name copied from Launchpad and

Re: [Kicad-developers] Full integration to Github

2015-12-05 Thread Eldar Khayrullin
Sorry for my mistake. I thought that this user who have enterprise edition might to do this actions without rate limit. 06.12.2015 10:37, Mark Roszko пишет: We aren't ever going to use the enterprise edition. Its for self hosting and it costs $2500 for every 10 users. They are a business and

Re: [Kicad-developers] Full integration to Github

2015-12-05 Thread Eldar Khayrullin
Hi. https://developer.github.com/v3/#rate-limiting " These rate limits do not apply to GitHub Enterprise installations." 06.12.2015 01:15, Mark Roszko пишет: "track"? no, not without a server running a script to just keep migrating. The worst part is all the bugs and comments get created under

[Kicad-developers] [feature] Add eeschema plot option: plot fields of values of components

2015-12-05 Thread Eldar Khayrullin
Hi. For Russian documentation of constructor need to plot(to print to paper) schemes without fields of values of components in accordance with GOST (Russian standard) requirements of decoration. Values contain in another document BOM. I have add option for plotting that select visibility of

Re: [Kicad-developers] [feature] Add eeschema plot option: plot fields of values of components

2015-12-05 Thread Eldar Khayrullin
Next patch is continuing previous my patch for printing (previous for plotting) 05.12.2015 16:27, Eldar Khayrullin пишет: Hi. For Russian documentation of constructor need to plot(to print to paper) schemes without fields of values of components in accordance with GOST (Russian standard

Re: [Kicad-developers] [feature] Add eeschema plot option: plot fields of values of components

2015-12-05 Thread Eldar Khayrullin
documents will be not consistent 05.12.2015 18:24, Chris Pavlina пишет: Why add something specific to GOST? Make it generic if you must, a plot visibility flag per type of field. Maybe someone wants footprints to only be visible on-screen. On Sat, Dec 05, 2015 at 04:27:29PM +0300, Eldar Khayrullin

Re: [Kicad-developers] [feature] Add eeschema plot option: plot fields of values of components

2015-12-05 Thread Eldar Khayrullin
And for debug board need to have sch with values. What sense have only footprint fields? What standard requires this? 05.12.2015 18:24, Chris Pavlina пишет: ... Maybe someone wants footprints to only be visible on-screen. ... On Sat, Dec 05, 2015 at 04:27:29PM +0300, Eldar Khayrullin wrote

Re: [Kicad-developers] Full integration to Github

2015-12-05 Thread Eldar Khayrullin
. In any event, I'm in no hurry to make the change and will not make that call until I'm sure we have all of our bases covered. On 12/5/2015 2:44 AM, Cirilo Bernardo wrote: On Sat, Dec 5, 2015 at 6:31 PM, Eldar Khayrullin <eldar.khayrul...@mail.ru <mailto:eldar.khayrul...@mail.ru>> wrote:

Re: [Kicad-developers] [feature] Add eeschema plot option: plot fields of values of components

2015-12-05 Thread Eldar Khayrullin
e. Cheers, Wayne On 12/5/2015 10:20 AM, Eldar Khayrullin wrote: Next patch is continuing previous my patch for printing (previous for plotting) 05.12.2015 16:27, Eldar Khayrullin пишет: Hi. For Russian documentation of constructor need to plot(to print to paper) schemes without fields of values of

[Kicad-developers] Full integration to Github

2015-12-04 Thread Eldar Khayrullin
Hello. What about a full migration Kicad prj management to Github: -bug tracker -pull request -and other tasty things. And then maybe will use git `submodules` for third-party libs instead store srcs of libs in kicad src. ___ Mailing list:

Re: [Kicad-developers] Full integration to Github

2015-12-05 Thread Eldar Khayrullin
Need to block add new bugs in launchpad and begin to use github bugtracker. Early bugs will be maintaining in launchpad. Newer in github. 05.12.2015 10:44, Cirilo Bernardo пишет: From my point of view migration to github wouldn't be bad as long as we maintain all the history and bug reports and

Re: [Kicad-developers] Stable Release.

2015-11-29 Thread Eldar Khayrullin
Hello. Partial fix of bug https://bugs.launchpad.net/kicad/+bug/1467108 (fix pcbnew) 28.11.2015 23:03, Wayne Stambaugh пишет: If there is any reason not to roll out the stable release tomorrow, speak now or forever hold your peace. I will roll it out tomorrow evening assuming there are no

Re: [Kicad-developers] Stable release 4 is out!

2015-11-30 Thread Eldar Khayrullin
Great work. My congratulations ___ 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/ListHelp

Re: [Kicad-developers] Stable Release.

2015-11-29 Thread Eldar Khayrullin
Thanks. Looks good for me 29.11.2015 18:18, jp charras пишет: Le 29/11/2015 16:03, Eldar Khayrullin a écrit : I test. One issue -> Track width 1 = 00.00 29.11.2015 17:21, jp charras пишет: Le 29/11/2015 13:21, Eldar Khayrullin a écrit : Next patch fix previous bug for pcb_c

Re: [Kicad-developers] RFC: position file changes

2016-06-14 Thread Eldar Khayrullin
Look at IPC 7351 - 16 ZERO COMPONENT ORIENTATIONS and Figure 16-1. В Вторник, 14 июн. 2016 в 6:53 , Cirilo Bernardo написал: Hi folks, Some assembly houses prefer to have a Pad1 location in addition to the part centroid location; this makes the orientation of the

Re: [Kicad-developers] RFC: position file changes

2016-06-15 Thread Eldar Khayrullin
the same part in different orientations on tape. So while I can specify that the given orientations are according to IPC-7351B, to help users determine the orientation without ambiguity, it is good to have the Pin1 location in the position file as well. - Cirilo On Wed, Jun 15, 2016 at

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-24 Thread Eldar Khayrullin
Thank you. Not ideal yet, but more truely > On Feb 24 2016, at 3:00 pm, jp charras jp.char...@wanadoo.fr wrote: > > Le 23/02/2016 13:36, Eldar Khayrullin a écrit : Result On Feb 23 2016, at 3:29 pm, Eldar Khayrullin lt;eldar.khayrul...@mail.rugt; wrote: Apply Justif

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-24 Thread Eldar Khayrullin
> Wayne > > On 2/24/2016 11:34 AM, Eldar Khayrullin wrote: Thank you. Not ideal yet, but more truely On Feb 24 2016, at 3:00 pm, jp charras jp.char...@wanadoo.fr wrote: Le 23/02/2016 13:36, Eldar Khayrullin a écrit : Result On Feb 23 2016, at 3:29 pm, Eldar Khay

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-24 Thread Eldar Khayrullin
Ok, glad to help. > On Feb 24 2016, at 8:55 pm, Wayne Stambaugh stambau...@gmail.com wrote: > > If the differences are due to variable font width issues then there is not much we can do about that. Thanks for fixing this. > > On 2/24/2016 11:57 AM, Eldar Khayrullin wrote:

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-23 Thread Eldar Khayrullin
; Cheers, > > Wayne > > On 2/22/2016 11:56 AM, Eldar Khayrullin wrote: Hello. Patch attached. P.S. need work to correct a justification of text and text size (I do) ___ Mailing list: https://launchpad.net/~kicad-develop

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-23 Thread Eldar Khayrullin
Apply Justify of text and flipped flag of text from import file. > On Feb 23 2016, at 12:00 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Hello. > > I rebase patches. > > PS: All sizes in Kicad internal units. > >> On Feb 22 2016, at 9:35 pm, Wayne Stamba

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-25 Thread Eldar Khayrullin
I find that I can select horizontal and vertical justification of Kicad text but vertical justify don't accessible from GUI. Can I use vertical justify? > On Feb 25 2016, at 7:02 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: I think about this. But in the begining I'll try to use e

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-25 Thread Eldar Khayrullin
And it apply only for free text not to refdes and value... > On Feb 25 2016, at 9:01 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: I find that I can select horizontal and vertical justification of Kicad text but vertical justify don't accessible from GUI. Can I use vertical just

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-25 Thread Eldar Khayrullin
Patch for position text with only justify from imported file. More accuary. > On Feb 25 2016, at 9:05 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: And it apply only for free text not to refdes and value... > >> On Feb 25 2016, at 9:01 pm, Eldar Khayrullin eldar.khayru

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-25 Thread Eldar Khayrullin
Next I will fix some other import bugs: * carret return symbol \r - ? * size and proportional of text * etc > On Feb 25 2016, at 10:30 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Patch for position text with only justify from imported file. More accuary. > >> On

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-27 Thread Eldar Khayrullin
Previous patch is last patch in my set ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/65482b56586c4b9dbb43 fab2a8f405b2) > On Feb 27 2016, at 1:36 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Hello. Patch that fix a size and a proportional of font. ![](ht

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-27 Thread Eldar Khayrullin
t; On 2/27/2016 5:36 AM, Eldar Khayrullin wrote: Hello. Patch that fix a size and a proportional of font. On Feb 26 2016, at 8:18 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Add patch for carret return symbol in text On Feb 25 2016, at 10:36 pm, Eldar Khayrullin

[Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-22 Thread Eldar Khayrullin
Hello. Patch attached. P.S. need work to correct a justification of text and text size (I do) >From f5647e191d15e833164076fcd8f35981513e4a98 Mon Sep 17 00:00:00 2001 From: Eldar Khayrullin <eldar.khayrul...@mail.ru> Date: Mon, 22 Feb 2016 19:46:16 +0300 Subject: [PATCH] Fix positio

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-23 Thread Eldar Khayrullin
Result > On Feb 23 2016, at 3:29 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Apply Justify of text and flipped flag of text from import file. > >> On Feb 23 2016, at 12:00 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Hello. >> >> I rebase patche

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-22 Thread Eldar Khayrullin
Next patch continue fixing bug https://bugs.launchpad.net/kicad/+bug/1547822 > On Feb 22 2016, at 7:55 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Hello. Patch attached. P.S. need work to correct a justification of text and text size (I do) &g

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-26 Thread Eldar Khayrullin
Add patch for carret return symbol in text > On Feb 25 2016, at 10:36 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Next I will fix some other import bugs: > > * carret return symbol \r - ? > * size and proportional of text > * etc > >> On Feb 25

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-25 Thread Eldar Khayrullin
nt the code that I used to generate the glyph width table with let me know. > > > > Cheers, > > Esden > > > > > >> On Feb 24, 2016, at 9:57 AM, Eldar Khayrullin [eldar.khayrul...@mail.ru](mailto:eldar.khayrul...@mail.ru) wrote: >>

[Kicad-developers] Patch for footprint wizard

2016-02-14 Thread Eldar Khayrullin
Two patches: * one fix typo * second accordance KLC6.9 (text size) diff --git a/pcbnew/scripting/plugins/sdip_wizard.py b/pcbnew/scripting/plugins/sdip_wizard.py index 078d315..12e3082 100644 --- a/pcbnew/scripting/plugins/sdip_wizard.py +++ b/pcbnew/scripting/plugins/sdip_wizard.py @@ -37,7

Re: [Kicad-developers] Merging 3d_initial_merge branch.

2016-04-05 Thread Eldar Khayrullin
Hello. Look at gcc option "-fsanitize=" too. ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/58d3f403faeb4e22ac36 f827cb89bd7d) > On апр 5 2016, at 2:45 дня, jp charras jp.char...@wanadoo.fr wrote: > > Le 05/04/2016 13:23, Mário Luzeiro a écrit : Hi all, Thanks for the

[Kicad-developers] FOSDEM2016

2016-03-19 Thread Eldar Khayrullin
Hello guys. Video is ready :) http://video.fosdem.org/2016/aw1121/kicad-project-status.mp4 ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/4ffc1e29798349da908b cd0743504849) ___ Mailing list: https://launchpad.net/~kicad-developers Post to

Re: [Kicad-developers] FOSDEM2016

2016-03-20 Thread Eldar Khayrullin
And http://video.fosdem.org/2016/aw1121/designing-with-kicad-of-oshw-64-bit-arm- board.mp4 and more video of EDA in http://video.fosdem.org/2016/aw1121/ ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/62b2c54a876a46f5 40cd413ef1ca) > On март 17 2016, at 8:09 вечера, El

Re: [Kicad-developers] [PATCH] Enable C++11

2016-03-19 Thread Eldar Khayrullin
Hi. To jp, look at cmake properties CXX_STANDARD, CXX_STANDARD_REQUIRED, CXX_EXTENSIONS. [https://cmake.org/cmake/help/v3.4/manual/cmake-properties.7.html](https://lin k.nylas.com/link/ac7n0u7eu8cj6vjow9ajimqdr/4174df36c5bf4561b73f89e228f5d608/0?

[Kicad-developers] [PATCH] Update copyrights in the About dialog

2016-03-04 Thread Eldar Khayrullin
Hi. ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/d91186337051453eb5de d1340c0196d6) >From b4b9a363c05e69d5ec551af26b17f711c903c3cc Mon Sep 17 00:00:00 2001 From: Eldar Khayrullin <eldar.khayrul...@mail.ru> Date: Sat, 5 Mar 2016 08:34:11 +0300 Subject: [PATCH] Update c

Re: [Kicad-developers] [PATCH] Update copyrights in the About dialog

2016-03-04 Thread Eldar Khayrullin
Please reject my patch. ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/58c535245ef44ab8a679 1f055f86efc7) > On Mar 5 2016, at 10:49 am, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Sorry. I missed it ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajim

Re: [Kicad-developers] [PATCH] Update copyrights in the About dialog

2016-03-04 Thread Eldar Khayrullin
Sat, Mar 5, 2016 at 6:37 PM, Eldar Khayrullin [eldar.khayrul...@mail.ru](mailto:eldar.khayrul...@mail.ru) wrote: > >> Hi. ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/d91186337051453eb5de d1340c0196d6) >> >>

Re: [Kicad-developers] [PATCH] Update copyrights in the About dialog

2016-03-05 Thread Eldar Khayrullin
copyright date when we actually modify the source file. Hopefully devs are doing that but occasionally it doesn't get updated. I don't think that's important enough to create a patch just to update the copyright date. > > Wayne > > On 3/5/2016 12:37 AM, El

Re: [Kicad-developers] [PATCH] fix a position of text, label text, pin num, pin name in accordance line width

2016-04-16 Thread Eldar Khayrullin
Ok. Thanks![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/local- e0eaa4c5-e886) On апр 16 2016, at 10:51 утра, jp charras jp.char...@wanadoo.fr wrote: > Le 15/04/2016 22:07, Eldar Khayrullin a écrit : Hello. Problem: if the line width in settings more than 10 mils then t

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
Sorry LD_LIBRARY_PATH not LD_PRELOAD В Пятница, 22 июл. 2016 в 5:30 , Eldar Khayrullin <eldar.khayrul...@mail.ru> написал: After adding option --prefix=/usr (if install path is /usr/local need to add it to LD_PRELOAD) I saw in sallen_key.sch (without .include diodes): ** ** ngsp

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
a$poly$e.xu1.eref#branch_1_0 0,000100602 a$poly$e.xu1.eos#branch_1_0 -1,91959e-10 Reference value : 0,0e+00 Reference value : 3,57428e-08 Reference value : 7,78928e-08 Reference value : 1,19855e-07 No. of Data Rows : 15020 В Пятница, 22 июл. 2016 в 5:33 , Eldar Khayrullin

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
!/bin/bash . В Пятница, 22 июл. 2016 в 2:14 , Eldar Khayrullin <eldar.khayrul...@mail.ru> написал: Maybe need add to ./configure command the option --prefix=/usr ? Пятница, 22 июля 2016, 12:59 +03:00 от Tomasz Wlostowski <tomasz.wlostow...@cern.ch>: On 22.07.2016 11:56, Eldar Kh

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
If whom need I send libngspice install script with my modifications В Пятница, 22 июл. 2016 в 5:30 , Eldar Khayrullin <eldar.khayrul...@mail.ru> написал: After adding option --prefix=/usr (if install path is /usr/local need to add it to LD_PRELOAD) I saw in sallen_key.sch (without .i

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
'A' devices Doing analysis at TEMP = 27,00 and TNOM = 27,00 Warning: vv1: has no value, DC 0 assumed Reference value : 1,0e+00 No. of Data Rows : 61 В Пятница, 22 июл. 2016 в 12:11 , Eldar Khayrullin <eldar.khayrul...@mail.ru> написал: Opening the sallen_key.sch with eeschem

Re: [Kicad-developers] Integrated Simulator

2016-07-22 Thread Eldar Khayrullin
0 2 5,76787e-28 3 -5,76787e-26 vv1#branch-5,76787e-31 Reference value : 0,0e+00 No. of Data Rows : 10008 В Пятница, 22 июл. 2016 в 5:36 , Eldar Khayrullin <eldar.khayrul...@mail.ru> написал: laser

Re: [Kicad-developers] Dialog text box autoselect

2016-07-25 Thread Eldar Khayrullin
Yes, I've noticed that too. The autoselect is convenient В Вторник, 26 июл. 2016 в 2:35 , Chris Pavlina написал: Many of our dialogs have automatically selected the contents of their primary field when they open, making it easy to replace them. I noticed a while ago

Re: [Kicad-developers] Integrated Simulator

2016-07-24 Thread Eldar Khayrullin
2016 à 13:15, jp charras a écrit : Le 22/07/2016 à 11:59, Tomasz Wlostowski a écrit : On 22.07.2016 11:56, Eldar Khayrullin wrote: Note: can't find init file. This is the problem, ngspice can't find its internal init file. Did you install it in your system or just copied the DLL?

Re: [Kicad-developers] Integrated Simulator

2016-07-21 Thread Eldar Khayrullin
This is great feature. Thanks for work. В Четверг, 21 июл. 2016 в 10:37 , Tomasz Wlostowski написал: Hi, As some of you have noticed, we've been working on a "secret" feature during the hackathon at CERN. The feature we're talking about is an integrated circuit

Re: [Kicad-developers] New eeschema file format

2016-08-01 Thread Eldar Khayrullin
It is good. It is convenient. В Понедельник, 1 авг. 2016 в 12:09 , Chris Pavlina написал: Power labels replace power components. Here are a couple screenshots from my feature branch that I dug up - still haven't actually got it building again, it had a few issues, but

Re: [Kicad-developers] Integrated Simulator

2016-08-01 Thread Eldar Khayrullin
w what I kind of issue you have faced, and now it should be fixed in the new version get_libngspice_so.sh script [1]. Regards, Orson 1. https://orson.net.pl/pub/libngspice/get_libngspice_so.sh On 07/22/2016 04:44 PM, Eldar Khayrullin wrote: If whom need I send libngspice install script w

Re: [Kicad-developers] Integrated Simulator

2016-08-01 Thread Eldar Khayrullin
installed by package managers. I guess I know what I kind of issue you have faced, and now it should be fixed in the new version get_libngspice_so.sh script [1]. Regards, Orson 1. https://orson.net.pl/pub/libngspice/get_libngspice_so.sh On 07/22/2016 04:44 PM, Eldar Khayrullin wrote: If whom ne

Re: [Kicad-developers] Integrated Simulator

2016-08-01 Thread Eldar Khayrullin
interfere with libraries installed by package managers. I guess I know what I kind of issue you have faced, and now it should be fixed in the new version get_libngspice_so.sh script [1]. Regards, Orson 1. https://orson.net.pl/pub/libngspice/get_libngspice_so.sh On 07/22/2016 04:44 PM, Eldar Khayrul

Re: [Kicad-developers] New eeschema file format

2016-08-03 Thread Eldar Khayrullin
What about the style of dashed and dotted lines? It will be good if one can to set the template of dashes, like dash=1mm and space=2mm( - - - -) or dash 3mm and space=2mm (--- --- --- ---). В Вторник, 2 авг. 2016 в 11:39 , Wayne Stambaugh написал: On 8/2/2016

Re: [Kicad-developers] Git transition

2016-08-12 Thread Eldar Khayrullin
I think git-SUM is something like that: $ git log --oneline | wc -l В Пятница, 12 авг. 2016 в 11:26 , Nick Østergaard написал: What do you mean with git-SUM, is that the bzrlike revno or is that the short git sha1? I personally like the way we have it now with the build

Re: [Kicad-developers] KiCad snappy package [BETA]

2016-08-13 Thread Eldar Khayrullin
ubuntu-core:locale-control sudo snap connect kicad-snap:mount-observe ubuntu-core:mount-observe Not works: - open files (like text or pdf) from other programs; - open documentation В Воскресенье, 17 июл. 2016 в 9:22 , Eldar Khayrullin <eldar.khayrul...@mail.ru> написал: Hello guys. I created

[Kicad-developers] KiCad snappy package [BETA]

2016-07-17 Thread Eldar Khayrullin
Hello guys. I created snappy packages and added them to the beta channel. Src: https://github.com/eldarkg/kicad-snappy #KiCad https://github.com/eldarkg/kicadbom2spec-snappy #KiCadBOM2Spec (GOST) Install: sudo snap install --beta kicad-snappy

Re: [Kicad-developers] KiCad New Main Icon proposal

2016-07-07 Thread Eldar Khayrullin
Sorry, I forgot to attach. В Четверг, 7 июл. 2016 в 6:23 , Simon Wells написал: i agree, the footprint and symbol icons are nice, however i also think the page and the pen in the schematic/pcbnew icons are unnecessary, Simon On Fri, Jul 8, 2016 at 2:58 AM, Marco Ciampa

  1   2   >