Re: [Kicad-developers] [PATCH 0/3] Updates for MIME types, resources and desktop files

2016-03-27 Thread Simon Wells
Hey Chris, Patch 3 went to spam for me? maybe check there? On Mon, Mar 28, 2016 at 6:55 AM, Niki Guldbrand wrote: > Hi Chris. > > You can also fech the patches from this url: > https://github.com/nikgul/kicad-source-mirror/tree/desktop-stuff > > Just skip the 4th patch

[Kicad-developers] [PATCH 1/3] Add button "Defaults" to the "Hotkeys Editor" dialog.

2016-03-27 Thread Jan Dolezal
The dialog is available from "Preferences->Hotkeys->Edit Hotkeys" in Part Library Editor, Pcbnew, Footprint Editor, GerbView and Pl_Editor --- common/dialogs/dialog_hotkeys_editor.cpp | 4 ++ common/dialogs/dialog_hotkeys_editor_base.cpp | 7 ++-

[Kicad-developers] [PATCH 3/3] Action for "Defaults" button in "Hotkey Editor" dialog (lp:1395442)

2016-03-27 Thread Jan Dolezal
--- common/dialogs/dialog_hotkeys_editor.cpp | 1 + common/widgets/widget_hotkey_list.cpp| 20 include/widgets/widget_hotkey_list.h | 7 +++ 3 files changed, 28 insertions(+) diff --git a/common/dialogs/dialog_hotkeys_editor.cpp

[Kicad-developers] [PATCH 2/3] Introduce m_DefaultKeyCode storage and ResetKeyCodeToDefault method in the EDA_HOTKEY class

2016-03-27 Thread Jan Dolezal
--- common/hotkeys_basic.cpp | 6 -- include/hotkeys_basic.h | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/common/hotkeys_basic.cpp b/common/hotkeys_basic.cpp index 04dfd7f..40e7a82 100644 --- a/common/hotkeys_basic.cpp +++ b/common/hotkeys_basic.cpp @@ -55,7 +55,8

Re: [Kicad-developers] [PATCH 0/3] Updates for MIME types, resources and desktop files

2016-03-27 Thread Niki Guldbrand
Hi Chris. You can also fech the patches from this url: https://github.com/nikgul/kicad-source-mirror/tree/desktop-stuff Just skip the 4th patch in that branch, which we hav discusses on IRC the other day, or I can upload them to a shared folder in dropbox or something like that if you like.

Re: [Kicad-developers] [PATCH 0/3] Updates for MIME types, resources and desktop files

2016-03-27 Thread Chris Pavlina
I'm fine with patch 1 - I'm going to commit it later today if nobody complains, as it does actually fix a few things. I don't personally have a problem with patch 2, but I don't want to commit it without explicit permission as it does do a good bit of rearranging. Thoughts? Patch 3 didn't come