Jeff Young
|
c23b263e39
|
Fix display issues in Layers list in Keepout Zone Properties.
|
2018-05-04 23:55:03 +01:00 |
jean-pierre charras
|
b636aaddf6
|
Eeschema: fix incorrect UI messages in dialogs due to using UTF8 strings instead of wxStrings (unicode) to build them.
(Added a explicit to build a Unicode string in UI messages to avoid mistakes)
|
2018-04-30 11:46:23 +02:00 |
Jeff Young
|
6ccc8577ad
|
Hand-code calculation of field names column width.
Fixes: lp:1737361
* https://bugs.launchpad.net/kicad/+bug/1737361
|
2018-04-26 19:13:19 +01:00 |
Jeff Young
|
888c434776
|
Treat Mac as special case rather than GTK.
(Windows also needs the padding we use for GTK.)
|
2018-04-26 15:51:34 +01:00 |
Jeff Young
|
dcf02f5f67
|
Use a single calc-column-width-impl for Fields Editor.
Also adds calculation of the initial splitter position based on
the widths of the fields in the list.
Fixes: lp:1737361
* https://bugs.launchpad.net/kicad/+bug/1737361
|
2018-04-26 11:10:58 +01:00 |
jean-pierre charras
|
528a67b27c
|
Fix incorrect sizing of 2 columns in dialog, on GTK (issue perhaps depending on GTK/wxWidget version)
|
2018-04-25 12:07:43 +02:00 |
Jeff Young
|
7e29ff0bc4
|
Conditional compilation for global fields editor listbox.
|
2018-04-24 23:45:44 +01:00 |
Jeff Young
|
aa71d41a59
|
Calculate column widths based on actual text & fontsize.
Fixes: lp:1737361
* https://bugs.launchpad.net/kicad/+bug/1737361
|
2018-04-23 18:24:10 +01:00 |
Jeff Young
|
5506efaee5
|
Add a SaveAndContinue button to the Fields Editor.
|
2018-04-19 23:13:19 +01:00 |
Jeff Young
|
b9239d8728
|
Add defensive coding for column widths in Fields Editor.
|
2018-04-19 21:39:25 +01:00 |
Jeff Young
|
9201417c06
|
Handle new fields in global field editor.
Fixes: lp:1765443
* https://bugs.launchpad.net/kicad/+bug/1765443
|
2018-04-19 20:33:03 +01:00 |
Jeff Young
|
442d1169a8
|
Adjust min sizes of Global Fields editor for Windows.
Also gets rid of a slew of unnecessary sizers in the dialog.
|
2018-04-18 20:37:20 +01:00 |
Jeff Young
|
db2cda7271
|
Fix some merge issues.
|
2018-04-17 20:26:50 +01:00 |
jean-pierre charras
|
854cb70052
|
Fix compil issue with gcc 4.8 on Ubuntu
|
2018-04-17 19:35:26 +02:00 |
jean-pierre charras
|
0294e41cbc
|
fix minor compil warnings (about signed/unsigned comparison)
|
2018-04-17 16:08:12 +02:00 |
Jeff Young
|
000457db7c
|
Move Fields Editor to wxGrid.
Makes in-place editing much easier and fixes some other issues
(see bug reports).
Fixed sorting bugs in References and added better sorting for
Values.
Removed Description column as it wasn't editable and caused more
confusion than value.
Removed auto-column-width after initial render.
Re-implemented undo/redo.
Fixes: lp:1749287
* https://bugs.launchpad.net/kicad/+bug/1749287
Fixes: lp:1737361
* https://bugs.launchpad.net/kicad/+bug/1737361
Fixes: lp:1759756
* https://bugs.launchpad.net/kicad/+bug/1759756
Fixes: lp:1763223
* https://bugs.launchpad.net/kicad/+bug/1763223
Fixes: lp:1761378
* https://bugs.launchpad.net/kicad/+bug/1761378
|
2018-04-17 11:39:44 +01:00 |
hauptmech
|
eeeed88425
|
Use fixed width on first Symbol Table column
Autosize when the reference field is a list of all components was too long.
Fixes: lp:1753330
* https://bugs.launchpad.net/kicad/+bug/1753330
|
2018-03-08 20:59:46 -05:00 |
jean-pierre charras
|
dba198e576
|
Fix code after renaming files
Change class names according to the new name of the main dialog
|
2018-02-09 17:36:54 +01:00 |
jean-pierre charras
|
35a0688bf7
|
rename dialog_bom_editor* files to dialog_fields_editor_global*
rename also associated files
|
2018-02-09 17:36:52 +01:00 |