← Back to team overview

kicad-developers team mailing list archive

[PATCH 0/2] Two small pin table improvements

 

Hi,

these are two small pin table improvements: a direct string access avoiding
the wxVariant wrapping/unwrapping for internal functions (major speedup in
sorting), and a way to undo the grouping in the pin table in order to get a
flat table.

   Simon

Simon Richter (2):
  pin table: Add GetString() to retrieve string value for column
  pin table: Support flat table

 eeschema/dialogs/dialog_lib_edit_pin_table.cpp | 94 ++++++++++++++------------
 1 file changed, 50 insertions(+), 44 deletions(-)

-- 
2.1.4


Follow ups