Wayne Stambaugh
2cac5d29a1
Setup and settings panels layout improvements.
11 months ago
Marek Roszko
89a3b7baa5
Move some things starting from reporter to kicommon
1 year ago
Mark Roszko
c19aa8170b
Revert "Move some things starting from reporter to kicommon"
This reverts commit 3d893254e9
1 year ago
Marek Roszko
3d893254e9
Move some things starting from reporter to kicommon
1 year ago
Jeff Young
5c71d26b25
Regularise spacing with number badges.
1 year ago
Jeff Young
c8d2a9340b
ADDED: ExpandAll/CollapseAll for hierarchy pane.
2 years ago
Marek Roszko
4ac5404822
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
Somebody manually edited at least 3 files fixed here....so the fbps were wrong
2 years ago
Jeff Young
c30a557810
ADDED netclass assignment from PCB canvas.
Fixes https://gitlab.com/kicad/code/kicad/issues/5975
3 years ago
Jeff Young
c5dd620696
Improve spacing and alignment in html report panel.
4 years ago
Mikolaj Wielgus
5f53019290
Substitute all wxHtmlWindow with HTML_WINDOW
Remove other places where <body> tag is used to override the default
black-on-white theme.
4 years ago
Jeff Young
a5247471f7
Expunge a bunch more fixed font specs from wxFormBuilder files.
Also removes the -1 sizing of the status bar on GTK and MSW.
Fixes https://gitlab.com/kicad/code/kicad/issues/8608
4 years ago
Wayne Stambaugh
b14b8b5fb1
Move headers from common folders to the appropriate include folders.
4 years ago
Ian McInerney
7c9acc605d
Introduce a new number badge UI element for DRC and ERC reporting
This new badge allows for proper UI scaling and will not cut off
the number being displayed.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/5734
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6011
5 years ago
Jeff Young
85c2e0d23a
Add user-defined severities, exclusions and colors to DRC markers.
Exclusions are currently persisted in the project file.
Fixes https://gitlab.com/kicad/code/kicad/issues/1989
6 years ago
jean-pierre charras
911c6eb781
Pcbnew, DIALOG_NETLIST: fix incorrect storage of wx_MessageWindow options.
Config values were not stored into the right variables.
Make also an option persistent during the session
in DIALOG_UPDATE_PCB and DIALOG_NETLIST
DIALOG_UPDATE_PCB and DIALOG_NETLIST match options: use same order in dialogs.
6 years ago
jean-pierre charras
5a2e171f9e
fix a few wxWidgets asserts.
7 years ago
Jeff Young
829ba27206
Another round of dialog spacing/font adjustments for Windows.
7 years ago
Jeff Young
879ffa4d1c
Adjust dialog spacing for Windows.
7 years ago
Jeff Young
a52605957e
Reduce verbosity in netlist updating messages.
Fixes: lp:1615755
* https://bugs.launchpad.net/kicad/+bug/1615755
(cherry picked from commit 798efbd)
7 years ago
Jeff Young
e9d877914d
Dialog consistency and beautification.
Small icons for dialog browse, refresh, and row operations.
Icons in B&W so they don't over-emphasize with respect to other
controls in the dialog.
Layout cleanup for consistency. Removal of the blank space to
left of the fields list in the Global Fields Editor, and addition
of column-sizing-to-list-width.
More even spacing for buttons in html report panel.
Honor platform conventions for action button order and layout.
Move netlist importer to update-pcb-from-schematic algorithm
(display messages and then update instead of "dry run" checkbox)
(cherry picked from commit b21e19d)
8 years ago
Maciej Suminski
a42aed3305
Added "Copy" to right click menu in WX_HTML_REPORT_PANEL
8 years ago
Maciej Suminski
17d63dbc1f
Fixed text alignment in WX_HTML_REPORT_PANEL
8 years ago
Jeff Young
900bd9da68
Added error and warning badges to HTML report panel.
Fixes: lp:1669020
* https://bugs.launchpad.net/kicad/+bug/1669020
8 years ago
Jeff Young
5c6b19c55d
Don't allow DIALOG_SHIM to reduce size below min.
This should fix a bunch of bugs with run-time generated sizes
that can grow larger than their minimums in other configurations.
Also fixes a related bug in the WX_HTML_REPORT_PANEL where the
min size was set in the wrong place.
Fixes: lp:1692442
* https://bugs.launchpad.net/kicad/+bug/1692442
8 years ago
Jeff Young
b3884669cf
Proper error reporting for Annotate dialog.
Also fixes:
- forcing the annotation scope to "full schematic" when run
as a prerequisite to Generate Netlist.
- a long-standing bug where displaying extra items in a dialog
would mess up the height of the HTML_REPORT_PANEL (becasue
we were setting the html window's height rather than its
parent flexgrid.
- initializing the annotation radio buttons to safe values
(full schematic and keep existing)
Fixes: lp:1750062
* https://bugs.launchpad.net/kicad/+bug/1750062
8 years ago
Wayne Stambaugh
71ea6dc2b9
Common, 3D viewer, CvPcb, and Eeschema dialog tweaks.
Improve dialog layout and fix UI policy issues with all of the dialog
boxes in the common, 3D viewer, CvPcb, and Eeschema code paths.
Updated the use of component to symbol.
8 years ago
jean-pierre charras
6be2f2934e
Exchange footprint dialog uses now the reporter widget for a better report of actions and errors.
Fixes: lp:1711379
https://bugs.launchpad.net/kicad/+bug/1711379
8 years ago
Fabrizio Tappero
cef616fcd8
fixed text titles that should have only the first word capitilized
8 years ago
Fabrizio Tappero
7be14f774d
fixed plot menu labels
9 years ago
jean-pierre charras
6a7544a2ca
Fix a few deprecated compil warnings in dialogs generated by wxformbuilder
10 years ago
jean-pierre charras
c877c5ff6e
3D viewer: Fix potential crash risk introduced in rev 6279 (from a coverity warning). Make strings translatable in wx_html_report_panel_base.
10 years ago
unknown
e4c8854159
Added lazy rendering mode for HTML reporter widget (allows a faster report creation, when the report has many lines)
10 years ago
Tomasz Wlostowski
b562cfb8bb
WX_HTML_REPORT_PANEL: a REPORTER widget on steroids.
11 years ago
jean-pierre charras
b1cd42cf08
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
11 years ago
Dick Hollenbeck
8ccf0320b4
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
File "rules" has instructional text as comments near top.
2) Convert all text files in repo to LF line ending form.
Any checkout done with "rules" in play will convert the working
tree to native line ending, while keeping repo as LF line ending.
13 years ago
Wayne Stambaugh
0564cbc70c
Minor dialog spacing, grammar, and sizer fixes.
13 years ago
Emmeran
6a54a198ca
converted linux to dos file endings for wxfb files
13 years ago
Emmeran
95213372fe
moved changes to dialogs into fbp files
13 years ago
jean-pierre charras
7c0af1bf9d
More dialogs derived from DIALO_SHIM
13 years ago
jean-pierre charras
f0dc54340d
All: new middle mouse pan feature, from lajos kamocsay (and jp charras for some enhancements).
If enable in preference menu, allow the pan with drag mouse with middle button down.
both unlimited and limited pan is allowed.
14 years ago
jean-pierre charras
fd1c159a59
Fix bug in PolyLine.cpp, Fix bug in DRC calculations (see changelog). Cvpcb: move dialog files in dialogs/
15 years ago
jean-pierre charras
ff11ed0f38
Bug fixes, code cleaning and Cvpcb enhancements (see changelog)
16 years ago
faa
155c2543f1
update russian GUI, minor changes eol style
16 years ago
charras
0893f3f32f
Pcbnew: make global edit pads function compatible with new pads changes and make it undoable.
16 years ago
charras
a04588db7c
Changes in minimum pen size parameters used to draw or plot or print items.
Now uses only an unique default pen size for plot/print and draw items (see changelog)
17 years ago
charras
5c4c584b93
Cleaning code in print dialogs.
17 years ago
raburton
3c27f847b8
set eol-style native on new file
17 years ago
charras
f1eb69a1a3
more about texts and labels options under eeschema
17 years ago
charras
cd6fbbef68
All: cleaning code to draw/plot texts (work in progress). Eeschema: italic and bold texts and labels allowed
(plot functions not yet updated for bold texts)
17 years ago