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
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
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
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
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
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
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
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
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
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 |
++
___
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(
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
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
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
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
15 matches
Mail list logo