jean-pierre charras
8a5b71a01b
Print dlgs: add panel printer to select the current printer. Windows only
Other platforms show the available printers in print dialog.
9 months ago
jean-pierre charras
69c6412b43
Revert "fix commit 4ef2853a on non Windows platforms"
This reverts commit e587e5029c .
Revert "Print dlgs: add panel printer to select the current printer. Windows only"
This reverts commit 4ef2853ae5 .
9 months ago
jean-pierre charras
4ef2853ae5
Print dlgs: add panel printer to select the current printer. Windows only
Other platforms natively show the available printers.
3 years ago
Jeff Young
ec649593ae
Fix layout issues in print dialog controls.
9 months ago
Seth Hillbrand
248399f771
Standardize print/plot terms
Use choice box for color/bw selection
"border and title block" -> "drawing sheet"
Fixes https://gitlab.com/kicad/code/kicad/issues/13128
3 years ago
Wayne Stambaugh
f28ea5e784
Remove standard dialog button static line separators.
For the sake of consistency across all dialogs and window that behave
like dialogs, remove the static line that separates the main part of
the dialog from the standard buttons. This only applies to windows
that have the standard button on the bottom of the frame.
This covers the 3D viewer, CvPcb, common, GerbView and KiCad dialogs.
3 years ago
Jeff Young
dc39703d0e
Bring pcbnew print dialog in line with plot.
Fixes https://gitlab.com/kicad/code/kicad/issues/2171
4 years ago
jean-pierre charras
71b7816de5
DIALOG_GEN_FOOTPRINT_POSITION and dialogs print: minor enhancements:
Gen footprint: 2 options are now stored during a session.
Gerbview and Pcbnew dialogs print: avoid useless large size of right panel.
4 years ago
Wayne Stambaugh
1a301d8eea
Stop using wxDialog::EndModal() from inside dialogs.
Calling wxDialog::EndModal() directly from inside the dialog is a
potential bug if the dialog is shown in the modeless or window modal
(quasi-modal). Use the internal button events where possible and
check for the appropriate mode before calling the correct end dialog
function.
4 years ago
Jeff Young
3a6a919097
Improve clarity in the Print dialog around edge cuts layer.
Fixes https://gitlab.com/kicad/code/kicad/issues/8200
5 years ago
jean-pierre charras
f28d30a87b
Fix minor wxWidgets alert and a few Coverity warnings.
5 years ago
Jeff Young
7f65b31cb6
Beautify the PCBNew print dialog.
Mostly fix some uneven spacing, but also indent the color theme
selection under the checkbox which controls it.
5 years ago
jean-pierre charras
6577309de4
DIALOG_PRINT_GENERIC: more easy to use user scale option. (not actual change for printing)
- fix an issue when trying to enter a scale < 1.0: such a scale starts by 0, that was rejected by the filter)
- automatic clamp to user scale limits, to avoid many warnings to users.
- if the user scale is out of bounds, warn the user before trying to print, not when opening the dialog.
6 years ago
Maciej Suminski
08814b0512
Small layout adjustments in DIALOG_PRINT_GENERIC
7 years ago
Maciej Suminski
afda69c9cc
Removed default line width setting from the printing dialog
7 years ago
Maciej Suminski
dea778842b
Grand printing dialogs refactor
Patch introduces a generic printing settings window that is customized by pcbnew and gerbview.
7 years ago
Maciej Suminski
e81c3a59a2
Refactored and unified board editor and footprint editor print dialogs
7 years ago
Jeff Young
0358aee89e
UNIT_BINDERize print and plot dialogs.
Fixes: lp:1778560
* https://bugs.launchpad.net/kicad/+bug/1778560
Fixes: lp:1392991
* https://bugs.launchpad.net/kicad/+bug/1392991
Fixes: lp:1780362
* https://bugs.launchpad.net/kicad/+bug/1780362
(cherry picked from commit 9df9743)
8 years ago
Seth Hillbrand
938f8b1a9a
Standardize colons in Print using printer dialog
8 years ago
Chris Pavlina
aeefa45608
Fix old layer name "Edges_Pcb" in Print dialog
8 years ago
Wayne Stambaugh
5102c8ac1f
Gerbview and Pcbnew dialog tweaks.
Improve dialog layout and fix UI policy issues with all of the dialog
boxes in the Gerbview and Pcbnew code paths.
Updated the use of component to footprint where appropriate.
8 years ago
jean-pierre charras
4b010ca129
Fix useless trailing and leading spaces in a few messages. Fix also capitalization in a few menus.
8 years ago
Fabrizio Tappero
cef616fcd8
fixed text titles that should have only the first word capitilized
8 years ago
Fabrizio Tappero
269238a7ee
fixes label text, now only first word is capitilized
8 years ago
Fabrizio Tappero
7be14f774d
fixed plot menu labels
8 years ago
jean-pierre charras
93e61e7a2e
Minors fixes: dialog_print_using_printer.cpp: fix a Coverity warning and very minor coding style issue. xsl scripts: add bom2grouped_csv.xsl (from a contributor) and fix minor issues.
10 years ago
Maciej Suminski
6d07e9a754
Fixed dialogs asserts.
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
jean-pierre charras
bae892dfe5
Pcbnew: make all dialogs derived from DIALOG_SHIM.
13 years ago
Dick Hollenbeck
f8490ff4af
Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs
14 years ago
jean-pierre charras
6a33eed0f4
Fix typo errors and make translations more easy.
14 years ago
jean-pierre charras
95e0456b26
Pcbnew: files housekeeping.
15 years ago