- 22 Apr, 2015 1 commit
-
-
Dick Hollenbeck authored
Use whatever comes from the lib_path in the fp-lib-table, thus opening up the same plugin for alternative generic servers.
-
- 16 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
* Fix unitialized variable in MSG_PANEL_ITEM default ctor. * Fix a bunch of uncaught exception issues. * Fix a memory leak in the NETLIST_READER::GetNetlistReader() when an an attempt to read an invalid net list file occurs.
-
- 17 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
-
- 15 Jan, 2015 1 commit
-
-
jean-pierre charras authored
* if the current select plugin is the github plugin, one can select some of these libraries and add them to the table * if the current select plugin is the kicad plugin, one can select some of these libraries and download them to make alocal copy. They can added to the table after they are downloaded.
-
- 13 Nov, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 05 Jul, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 24 Apr, 2014 1 commit
-
-
Andrey Fedorushkov authored
-
- 09 Apr, 2014 1 commit
-
-
Dick Hollenbeck authored
was used locally. Then comment it out in favor of a newer strategy for filling in nicknames in cvpcb. Add MODULE* FootprintLoadWithOptionalNickname( const FPID& aFootprintId ) throw( IO_ERROR, PARSE_ERROR ); from code found elsewhere.
-
- 28 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.
-
- 27 Jan, 2014 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
github_plugin.cpp: in error message relative to"cannot get zip archive...", line 496, make the sentence relative to http GET command not translatable inside the full translated message.
-
- 02 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 13 Dec, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Povilas Kanapickas authored
-
- 09 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
move ${Boost_LIBRARIES} into cvpcb, pcbnew, _pcbnew and out of github, because worker threads used regardless of github
-
- 03 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 28 Nov, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 27 Nov, 2013 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
Better GITHUB class header documentation, better eeschema library field dialog stretching and title.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
comment for GITHUB_PLUGIN which should flow into Doxygen output. *) Rewrote: PCB_BASE_FRAME::Save_Module_In_Library(): now uses fp-lib-table and PROPERTIES. PCB_EDIT_FRAME::ArchiveModulesOnBoard(): now can archive to any writable library type. PCB_BASE_FRAME::SelectLibrary(): is now generic for selecting a library, not just the active library.
-
- 14 Nov, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: add WIN32_LEAN_AND_MEAN define in github_plugin.cpp. Note: this define is already in use in avhttp build (Windows specific)
-
- 12 Nov, 2013 3 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
GITHUB_PLUGIN uses redirected URL to remove one HTTP hit time.
-
Dick Hollenbeck authored
*) Move button handlers to LEFT MOUSE CLICK from COMMAND events, so wxGrid focus is not lost. *) Sketch out the concept of COW support for the GITHUB_PLUGIN in its @todo.
-
- 11 Nov, 2013 1 commit
-
-
jean-pierre charras authored
-
- 08 Nov, 2013 1 commit
-
-
Brian Sidebotham authored
* Build OpenSSL from source using the OpenSSL-CMake project on Windows with MinGW when no specifying OPENSSL_ROOT_DIR
-
- 13 Oct, 2013 1 commit
-
-
Dick Hollenbeck authored
*) Set environment variable KISYSMOD before loading FP_LIB_TABLE so that FP_LIB_TABLE::ROW::SetFullURI() can do substitution up front. *) De-emphasize the lib path in some of the footprint frames but keep it so the footprint editor can export a current library to another. You can even export a GITHUB library to a pretty library for local installation. *) Start the PLUGIN options editor. *) Enhance cursor positioning in DIALOG_FP_LIB_TABLE.
-
- 07 Oct, 2013 1 commit
-
-
Brian Sidebotham authored
* Pre-built binaries for OpenSSL can be used from the LuaDist project: https://github.com/LuaDist/openssl/releases * Building of Boost libraries fixed for Mingw-w64 for github plugin
-
- 03 Oct, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 30 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
Fix throwing of IO_ERROR in plugin.cpp by converting function name to wxString.GetData(). Switch to const PROPERTIES* in GITHUB PLUGIN functions.
-
- 23 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 22 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
Other platforms to follow as volunteers test support and get openssl in place.
-
- 21 Sep, 2013 4 commits
-
-
Dick Hollenbeck authored
BUILD_GITHUB_PLUGIN will build GITHUB_PLUGIN on Linux now. Don't know if the parser works yet, but the FootprintEnumerate() function worked in testing.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 20 Aug, 2013 1 commit
-
-
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/.
-