← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Documentation: UI policy update about dialogs

 

Hello,

Some wxFormBuilder projects files in the source code are incompatible with the
wxFormBuilder version currently recommended in the documentation [1]. One
example of such a file is [2]. This file has been created with wxFormBuilder
v3.8.1, as evidenced by the version date in the .cpp file generated by it [3].
The documentation needs to be updated in order to remove misleading information
about wxFormBuilder version.

[1]: http://docs.kicad-pcb.org/doxygen/md_Documentation_development_ui-policy.html#dialogs
[2]: https://git.launchpad.net/kicad/tree/pcb_calculator/dialogs/pcb_calculator_frame_base.fbp
[3]: https://git.launchpad.net/kicad/tree/pcb_calculator/dialogs/pcb_calculator_frame_base.cpp

Regards,
Nabeel Ahmad

________________________________
From: Nabeel Ahmad <nabeel.ahmad1@xxxxxxxxxxx>
Sent: Wednesday, November 28, 2018 8:24 PM
To: kicad-developers@xxxxxxxxxxxxxxxxxxx
Subject: [PATCH] Documentation: UI policy update about dialogs

Hello,

This patch updates out-of-date documentation about the use of wxFormBuilder.
* Changes the standard wxFormBuilder version to 3.8.0 as discussed in [1].
* Opens the option of creating new dialogs by hand as discussed in [2].

[1]: https://lists.launchpad.net/kicad-developers/msg36968.html
[2]: https://lists.launchpad.net/kicad-developers/msg37324.html

Regards,
Nabeel Ahmad

Follow ups

References