8183 Commits (e8e0a75b8cd9ee60b6e3a290ddaad653640ffda0)
 

Author SHA1 Message Date
Wayne Stambaugh e8e0a75b8c Eeschema: move update all screen references from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
jean-pierre charras f76c9376e0 Fix a link issue on some platforms, created by rev 6429 10 years ago
jean-pierre charras dda957a048 Minor fixes: rename cvframe.cpp to cvpcb_mainframe.cpp to be consistent with other similar files are named. 10 years ago
Jon Neal 89c183f041 Add a new dropdown type that has oz/ft^2 for the pcb track width calculator. 10 years ago
Chris Pavlina 89cfef99c1 Convert to single page hotkeys editor. 10 years ago
Maciej Suminski 203e8156a1 pcbnew asks before rotating/flipping a locked item (GAL). 10 years ago
Chris Pavlina ed2a1d5955 Hotkey dialog refactor. 10 years ago
Wayne Stambaugh 73d6fa3368 Compiling KiCad from source developer documentation fixes. 10 years ago
Bernhard Stegmaier 8c78bd5fd8 OSX: legacy canvas rendering speed improvements. 10 years ago
Simon Wells 9ba18a4e66 Open PDF viewer improvements. (fixes lp:1530162) 10 years ago
Simon Wells 5caea3f599 Removed the space in the error message after the new line 10 years ago
Wayne Stambaugh c68790751a Developer documentation and other minor fixes. 10 years ago
Simon Wells d3dfb5bcc4 Merged lp:~xzcvczx/kicad/page-settings_datetime. 10 years ago
Wayne Stambaugh ff924f6983 Remove download_avhttp.cmake and avhttp source archive. 10 years ago
Wayne Stambaugh bd436aa6a7 Developer documentation clean up. 10 years ago
Wayne Stambaugh c751bf60bc Remove Boost library building and other build improvements. 10 years ago
Wayne Stambaugh 133b8f6b96 Eeschema: move annotate power symbols from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Simon Wells b02bc2bf50 Reorder includes to a more logical order 10 years ago
unknown 662d35633a Minor changes to eeschema options dialog 10 years ago
Simon Wells 4634f04ef9 Made the page settings dialog use todays date as default 10 years ago
Simon Wells 0d9ffb11fa Ensure filetype is not null before using open command, Fixed if statements to follow coding guidelines 10 years ago
jean-pierre charras a84d8f70bc Very minor fixes in dialog_eeschema_options_base: make the dialog resizable, and remove duplicate accelerator keys in 2 items. 10 years ago
Chris Pavlina e12d6fb82f Eeschema: improve default field option dialog tab (fixes lp:1527309) 10 years ago
Simon Wells 57d4c90055 Fixed bug with a text editor with a space in the name on OSX 10 years ago
Simon Wells c3589b5558 Cleaned up the OpenPDF function, including removing workaround code added in commit 1085 that is no longer required. Added Quotes around the pdf program if a custom one is used in case there are spaces in the file name 10 years ago
jean-pierre charras 2016e92132 Github plugin with curl: fix lack of message when trying to download a non existing footprint library (Curl does not return an error: the message "Not Fount" is stored in buffer, and the zip handler returns a not suitable error message) 10 years ago
jean-pierre charras 6ff0092e21 Github plugin: fix lack of message when trying to download a non existing footprint library (Curl does not return an error: the message "Not Fount" is stored in buffer, and the zip handler returns a not suitable error message) 10 years ago
jean-pierre charras ab585f46ce Update doc. 10 years ago
Chris Pavlina 3dff6c097e Eeschema: reorganize options dialog. 10 years ago
Element Green 0417538ab3 Fix Bug #1529214 (pcbnew VRML export dialog settings have no effect) 10 years ago
jean-pierre charras 9d994663f1 Fix Bug #1527446 (Flipping a block in pcbnew doesn't flip inner layers nor their connected microvias). 10 years ago
jean-pierre charras c4ea4dc0df Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 10 years ago
Simon Wells 415c72262a Pcbnew: use Legacy instead of Default when referring to wxDC canvas. 10 years ago
Simon Wells 6721545011 Pcbnew: remove the sunken border from the design rules dialog, 10 years ago
unknown a49b313c77 Fix a cosmetic issue: the "Move exactly" dialog was not exactly right on init 10 years ago
unknown cbc88dfde3 Update INSTALL.txt with current dependencies 10 years ago
unknown e506a4354b Replace avhttp with libcurl: Some fixes: 10 years ago
jean-pierre charras 59d02cf1a4 Minor fixes: 10 years ago
Mark Roszko e47bc6883d Replace the avhttp library used by the github plugin with libcurl. 10 years ago
jean-pierre charras 56d1cac0e8 Pcbnew: avoid crash if something is wrong when opening the Python Console (for instance missing python module) 10 years ago
unknown f041177c3a Fix Bug #1526158 (pcbnew Zone tool: Minimum width is compared against thermal relief spoke, when Pad connection set to "None") 10 years ago
Wayne Stambaugh 96832a5185 Fix build error cause by previous commit when KICAD_SCRIPTING_WXPYTHON is not enabled. 10 years ago
unknown 0ea1c67caf eeschema plot dialog: cosmetic enhancement: 10 years ago
Strontium c3d3a7a4c8 Scripting: replace PyCrust shell with enhanced PyAlaMode shell. 10 years ago
jean-pierre charras a11bbffe9b Code reorganization, and change the way 3D viewer frame is managed (now using wxWidgets wxWindow::FindWindowByName() to know if it is existing) , to prepare others fixes. 10 years ago
Fabian M 4e99c9897e Fix spelling errors in README.txt. 10 years ago
Wayne Stambaugh 81e6af6c81 Eeschema: move auto-save test from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Chris Pavlina 769e18d376 Eeschema: add wildcard and regular expression search to componet select dialog. 10 years ago
jean-pierre charras e175a96be4 Pcbnew: Enhancement: in Get footprint (hotkey 'T') : better footprint selector dialog. 10 years ago
jean-pierre charras b881ba2bd7 Fix minor Bug #1527398 (Some items (NPTH holes) printed in color with B&W radiobutton checked) 10 years ago