You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wayne Stambaugh
a6a9d8eedf
Default and most recently used path fixes. (fixes: 1494210)
* Rename Eda_FileSelector to EDA_FILE_SELECTOR.
* Add optional pointer to wxString to save the most recently used path to EDA_FILE_SELECTOR.
* Rename Eda_DirectorySelector to EDA_PATH_SELECTOR.
* Replace wxGetCwd() with wxStandardPaths::GetDocumentsDir(). This fixes the windows issue
where wxGetCwd() returns the path where the executable files are located.
* Add code to handle most recently used path to EDA_BASE_FRAME.
* Fix string formatting error in kicad/files-io.cpp.
* Remove setting and restoring current working directory when launching GerbView. Setting the CWD
has no effect on the launched executable which starts with it's own CWD.
* Allow project path to be passed to GerbView when launched from KiCad.
* Note: this is a work in progress. Do not expect every path and/or file selection dialog to properly
update the most recently used path. The correct solution to this problem requires a much more
well though out solution which will not happen until after the next stable release.
10 years ago
..
dialogs
3D viewe: Very minor fixes in 3D Display Options dialog.
10 years ago
textures
More source file missing license fixes.
11 years ago
3d_aux.cpp
3D-viewer: Fixes and enhancements. Add comments in header files. Fix some coding style issues.
11 years ago
3d_canvas.cpp
Default and most recently used path fixes. (fixes: 1494210)
10 years ago
3d_canvas.h
3D viewer: a few optimizations to speed up scene building, and better look of circles in footprint outlines.
10 years ago
3d_class.cpp
Very minor fixes.
11 years ago
3d_draw.cpp
Polygon boolean operations on SHAPE_POLY_SET: Add a parameter (aFastMode) to speed up calculations. By default, the transforms use an option to create stricly simple polygons.
10 years ago
3d_draw_basic_functions.cpp
3D viewer: optimizations in code to build the 3D view.
10 years ago
3d_draw_basic_functions.h
3D viewer: optimizations in code to build the 3D view.
10 years ago
3d_draw_board_body.cpp
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
10 years ago
3d_draw_helper_functions.cpp
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
10 years ago
3d_frame.cpp
3D viewer: Minor enhancement: in show on/off layers menu option, user layers options are disabled in realistic mode to avoid mistakes, because they are never shown in this mode.
10 years ago
3d_material.cpp
Very minor fixes.
11 years ago
3d_material.h
3D viewer: fix issues with transparencies in some models (material issues in VRML2 parser)
11 years ago
3d_mesh_model.cpp
3d-viewer, fix again a transparency issue.
11 years ago
3d_mesh_model.h
3D viewer: fix issues with transparencies in some models (material issues in VRML2 parser)
11 years ago
3d_read_mesh.cpp
3D vrml export: fix for bug #1441734
11 years ago
3d_struct.h
3D-viewer: Fixes and enhancements. Add comments in header files. Fix some coding style issues.
11 years ago
3d_toolbar.cpp
3D Viewer: minor menu string improvements. (fixes lp:1495935)
10 years ago
3d_types.h
3D viewer: Some more support cases to VRML2 parser and fix some issues.
11 years ago
3d_viewer.h
3D viewer, color selection: fix a minor bug and add more board body colors in preselection
11 years ago
3d_viewer_id.h
Refinements in 3D viewer, color selection: better icons and adding board body color selection
11 years ago
CBBox.cpp
3D-viewer: Fixes and enhancements. Add comments in header files. Fix some coding style issues.
11 years ago
CBBox.h
3D viewer: Some more support cases to VRML2 parser and fix some issues.
11 years ago
CImage.cpp
3D-viewer: Fixes and enhancements. Add comments in header files. Fix some coding style issues.
11 years ago
CImage.h
3D-viewer: Fixes and enhancements. Add comments in header files. Fix some coding style issues.
11 years ago
CMakeLists.txt
Use Clipper lib in 3D viewer, in calculations that crashed the 3D viewer when using boost:: polygon. Work in Progress.
10 years ago
info3d_visu.cpp
Refinements in 3D viewer, color selection: better icons and adding board body color selection
11 years ago
info3d_visu.h
3D color selection : clean code. Add solder paste color selection
11 years ago
modelparsers.h
3D viewer: fix issues with transparencies in some models (material issues in VRML2 parser)
11 years ago
trackball.cpp
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
10 years ago
trackball.h
Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts.
10 years ago
vrml_aux.cpp
3D viewer: fix a bug introduced in rev 5579s. Remove a few useless wxBusyCursor. Minor other fixes.
11 years ago
vrml_aux.h
Eeschema: extend max number of units per package to 52 and clean code to easily extend this value upto 26x26 (but 52 is a reasonable max value).
11 years ago
vrml_v1_modelparser.cpp
Fix some more size_t assertions in the VRML parser debugging messages.
11 years ago
vrml_v2_modelparser.cpp
fix unwanted foreground frame change on Windows when creating BOM and netlists from scripts.
10 years ago
vrmlmodelparser.cpp
Move S3D_MESH* to smart pointer to fix CID 108646
11 years ago
x3dmodelparser.cpp
Very minor fixes.
11 years ago