- 19 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-
- 03 Feb, 2014 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 03 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 30 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
Switch to boost::context for all platforms, almost. Please try your platform by commenting out fcontext.s in common/CMakeLists.txt.
-
- 10 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 09 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
To use multiple working threads. This entailed adding KiCad typedefs: *) Add typedefs for MUTEX and MUTLOCK which mask the actual choices for the project. *) Add FOOTPRINT_LIST::DisplayErrors( wxWindow* ) which is a single strategy for showing aggregated load errors. Although what's there is only scaffolding and needs a volunteer who knows HTML pretty well. *) Ensure all callers of ReadFootprintFiles() use the new DisplayErrors() function. *) Push utf8.cpp and utf8.h into common library for open use.
-
- 25 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 18 Nov, 2013 1 commit
-
-
Dick Hollenbeck authored
Show the "Description" field from fp-lib-table in pcbnew's module editor 'set current library' dialog.
-
- 23 Oct, 2013 1 commit
-
-
Dick Hollenbeck authored
*) Use it on 3 grids total in DIALOG_FP_PLUGIN_OPTIONS and DIALOG_FP_LIB_TABLE. *) Fix bug when pasting "(fp_lib_table" text into FP_LIB_TABLE.
-
- 04 Oct, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Move specctra.cpp, specctra_import.cpp and specctra_keywords.cpp compilation to pcbcommon lib because they containt functions used by the 3D viewer in Cvpcb and Pcbnew.
-
- 02 Oct, 2013 1 commit
-
-
Maciej Suminski authored
-
- 30 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 29 Sep, 2013 1 commit
-
-
Maciej Sumiński authored
-
- 25 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
Add const PROPERTIES* to FootprintDelete(). Add {Get,Set}Properties() to FP_LIB_TABLE::ROW. Touch up fp table dialog.
-
- 23 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 21 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 19 Sep, 2013 1 commit
-
-
Maciej Suminski authored
Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter). Developed TOOL_Action class & added ActionManager. Hot keys registered by tools are processed. Selection & move tool can be invoked by a hot key.
-
- 14 Sep, 2013 1 commit
-
-
Wayne Stambaugh authored
* Add code to CvPcb to handle assigning component footprints from the footprint library table instead of the search path method. * Add code to CvPcb to allow editing of the footprint library table. * CvPcb footprint and component panes display fully qualified FPID names. * Make CvPcb library pane display footprint library table nicknames instead of library file names. * Add code to FP_LIB_TABLE object to test the paths in the table against the list of libraries loaded from the project file. * Add code to FP_LIB_TABLE to convert assigned footprints in a NETLIST from legacy format to footprint library table format. * Split out COMPONENT_NET, COMPONENT, and NETLIST objects from netlist_reader files and create new pcb_netlist files. * Fix minor wxListView scroll bar sizing issues. * Add new token and code to save and load FPID nickname in board file. * Add new token and code to save and load FPID nickname in s-expression net list file. * Add WX_STRING_REPORT object to dump strings to a wxString object.
-
- 11 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 10 Sep, 2013 1 commit
-
-
tomasz.wlostowski@cern.ch authored
-
- 20 Aug, 2013 2 commits
-
-
Dick Hollenbeck authored
Lay basis for a more full featured usage of boost, including compiled libraries such as unit_test_framework, system, etc. Move headers now into boost_root/include/boost/.
-
Maciej Suminski authored
-
- 10 Aug, 2013 1 commit
-
-
Maciej Suminski authored
-
- 02 Aug, 2013 1 commit
-
-
tomasz. authored
Added core tool framework files + boost::context assembly stuff (initial, very buggy and unfinished work).
-
- 25 Jul, 2013 1 commit
-
-
Maciej Suminski authored
-
- 23 Jul, 2013 1 commit
-
-
Maciej Suminski authored
-
- 22 Jul, 2013 2 commits
-
-
jean-pierre charras authored
-
Maciej Suminski authored
Code refactorization. VBO_CONTAINER is split to [NON]CACHED_MANAGER, GPU_MANAGER and VERTEX_MANAGER.
-
- 19 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 17 Jul, 2013 1 commit
-
-
Maciej Sumiński authored
-
- 07 Jul, 2013 1 commit
-
-
Maciej Sumiński authored
-
- 30 Jun, 2013 1 commit
-
-
Maciej Sumiński authored
-
- 18 Jun, 2013 1 commit
-
-
Maciej Suminski authored
Added VBO_CONTAINER as a faster storage for vertices (OPENGL_GAL), tuned for exchanging data with GPU. Removed a few unnecessary variables and fields from OPENGL_GAL. Added function GAL::ClearCache() for freeing memory used by cached items. Fixed a few memory leaks (tesselator, PAINTER's settings & VIEW_ITEM's groups). Changed a few functions into inlines.
-
- 05 Jun, 2013 1 commit
-
-
jean-pierre charras authored
All: use a S expression to describe the page layout (title block and grid references). Work in progress. This should allow users to define their own page layout.
-
- 31 May, 2013 1 commit
-
-
Dick Hollenbeck authored
*) Enhancements to make_lexer(). *) Support multi-threaded build. *) Switch to "bzr patch" from patch.exe for Windows users.
-
- 24 May, 2013 1 commit
-
-
jean-pierre charras authored
-
- 30 Apr, 2013 1 commit
-
-
Maciej Suminski authored
-
- 26 Apr, 2013 1 commit
-
-
Wayne Stambaugh authored
* Tweak the NETLIST_READER code to allow for component footprint names that are not found in any library to generate a warning instead of an error and update the board accordingly. * Don't display undo warning in netlist dialog when dry run option selected. * Rename netlist_reader_common.cpp to netlist_reader.cpp * Rename netlist_reader_firstformat.cpp to legacy_netlist_reader.cpp * Rename netlist_reader_kicad.cpp to kicad_netlist_reader.cpp * Remove cvpcb/read_write_cmpfile.cpp and move the single function it contained into cvframe.cpp * Remove cvpcb/loadcmp.cpp and move the single function it contained into class_DisplayFootprintsFrame.cpp. * Remove cvpcb/readschematicnetlist.cpp and move the single function it contained into cvframe.cpp. * Remove cvpcb/setvisu.cpp and move the few functions it contained into the appropriate source file.
-