Re: [Kicad-developers] problem with clashing hotkeys and translations

2015-04-19 Thread Marco Ciampa
On Sun, Apr 19, 2015 at 08:28:00PM +0200, jp charras wrote: > (By the way, I do not understand the issue about clashing hotkeys: > The double 'p' "hotkey" (p is not a "hotkey" in this case) in the > Pl_Editor file menu does not create any issue because these shortcuts > are not in the same menu lis

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 values

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

2015-04-19 Thread jp charras
Le 19/04/2015 15:54, Eldar Khayrullin a écrit : > 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 the

Re: [Kicad-developers] problem with clashing hotkeys and translations

2015-04-19 Thread jp charras
Le 19/04/2015 15:23, Marco Ciampa a écrit : > There is a little problem arising in the way KiCad handles hotkeys and > translations. > > All occurences of menu strings are all merged togegher in all KiCad > programs of the suite. > > The more KiCad grows the more is probably is that hotkeys that

[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] [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 prett

[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.cp

[Kicad-developers] problem with clashing hotkeys and translations

2015-04-19 Thread Marco Ciampa
There is a little problem arising in the way KiCad handles hotkeys and translations. All occurences of menu strings are all merged togegher in all KiCad programs of the suite. The more KiCad grows the more is probably is that hotkeys that are perfectly valid in one menu will be clashing with anot

Re: [Kicad-developers] typo: double hotkey

2015-04-19 Thread jp charras
Le 19/04/2015 12:20, Marco Ciampa a écrit : > eeschema/menubar.cpp:338 > > "H&ierarchical &Sheet" > > which one is good? Hierarchical &Sheet Fixed in rev 5610. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post t

[Kicad-developers] typo: double hotkey

2015-04-19 Thread Marco Ciampa
eeschema/menubar.cpp:338 "H&ierarchical &Sheet" which one is good? -- Marco Ciampa I know a joke about UDP, but you might not get it. ++ | GNU/Linux User #78271 | | FSFE fellow #364 | ++ ___

[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(

[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, schematic_Hotke

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 fell

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

2015-04-19 Thread Eldar Khayrullin
Hello. i18n patch. * Английский - определен * Русский * Русский === 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 sections and correspondin

[Kicad-developers] [PATCH] Add error checking to array create dialog

2015-04-19 Thread Henrik Forstén
Hey Currently array create dialog doesn't give any errors if some fields are invalid, it just doesn't do anything. This patch adds error checking to array create dialog which informs the user about the invalid parameters with a message box. Other fixes: * Change the numbering start fields to