← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] eeschema: add Select button for footprints in single component field edits

 

On 14 October 2014 22:09, Mark Roszko <mark.roszko@xxxxxxxxx> wrote:
> Ah, the only thing that changed is I moved all the comments from the
> .cpp to .h as you asked before so you can't ding me for that :P And a
> description.
> There is a white space line I just noticed.
>
>
>
> I am having trouble with wxFormBuillder. I cannot find an
> ubuntu/debian compatible package that KiCAD uses anywhere. In fact it
> appears Debian somehow diverged from Ubuntu 14 package versions when I
> was messing around. Right now, I can get a wxFormBuilder from Ubuntu
> upstream that cannot open any KiCAD files, or use the latest
> Formbuilder PPA that is a revision ahead :/
>

I'm also using the same PPA because that's the only way to easily get
wxFormBuilder on Ubuntu that can open the KiCad dialogs.

Wayne, as I'm about to commit changes to
eeschema/dialogs/eeschema/dialogs_eeschema_options_base.fbp with
FileVersion 1.13 I quickly grepped the dialogs and there are quite a
few dialogs at the same FileVersion;

grep FileVersion -r .

./dialog_annotate_base.fbp:    <FileVersion major="1" minor="13" />
./dialog_bom_base.fbp:    <FileVersion major="1" minor="11" />
./dialog_choose_component_base.fbp:    <FileVersion major="1" minor="13" />
./dialog_edit_component_in_lib_base.fbp:    <FileVersion major="1" minor="11" />
./dialog_edit_component_in_schematic_fbp.fbp:    <FileVersion
major="1" minor="11" />
./dialog_edit_label_base.fbp:    <FileVersion major="1" minor="11" />
./dialog_edit_libentry_fields_in_lib_base.fbp:    <FileVersion
major="1" minor="11" />
./dialog_eeschema_config_fbp.fbp:    <FileVersion major="1" minor="13" />
./dialog_eeschema_options_base.fbp:    <FileVersion major="1" minor="13" />
./dialog_erc_base.fbp:    <FileVersion major="1" minor="13" />
./dialog_libedit_dimensions_base.fbp:    <FileVersion major="1" minor="11" />
./dialog_libedit_options_base.fbp:    <FileVersion major="1" minor="13" />
./dialog_lib_edit_draw_item.fbp:    <FileVersion major="1" minor="11" />
./dialog_lib_edit_pin_base.fbp:    <FileVersion major="1" minor="11" />
./dialog_lib_edit_text_base.fbp:    <FileVersion major="1" minor="13" />
./dialog_lib_new_component.fbp:    <FileVersion major="1" minor="11" />
./dialog_netlist_base.fbp:    <FileVersion major="1" minor="13" />
./dialog_plot_schematic_base.fbp:    <FileVersion major="1" minor="11" />
./dialog_print_using_printer_base.fbp:    <FileVersion major="1" minor="11" />
./dialog_sch_edit_sheet_pin_base.fbp:    <FileVersion major="1" minor="10" />
./dialog_sch_find.fbp:    <FileVersion major="1" minor="11" />
./dialog_sch_sheet_props.fbp:    <FileVersion major="1" minor="11" />


Best Regards,

Brian.


References