9892 Commits (0881bf77bdb2aeb83dbb4fbb2b64839ba1c016cb)
 

Author SHA1 Message Date
Chris Pavlina 0881bf77bd Add commit message format doc with Fixes: links 9 years ago
Dan Weatherill 5fe5c77234 Remove Ohm sign from color code bitmap 9 years ago
jean-pierre charras c761d30ade Make FootprintWizardBase.py compatible with last changes in EDA_TEXT. 9 years ago
jean-pierre charras 2f0ab8b13d Gerbview: Load zip archive: skip files which are not gerber or drill files. Better look of messages. 9 years ago
Dick Hollenbeck d4acfb9f5a Remove doubled fp_text "hide" output, change *.kicad_pcb format under authorization of Wayne. Fix exceptions.cpp PARSE_PROBLEM which was missing the offset %d. 9 years ago
Mario Luzeiro 840bcb5189 3D-Viewer: improvements on reflections and on plastic normal texture 9 years ago
jean-pierre charras aac13e7ae1 More detailed error messages when loading Gerber or drill files and if no room to load some files. 9 years ago
jean-pierre charras 361c0c2e21 Gerbview: better management of zip archive. Better error messages. 9 years ago
jean-pierre charras 6329ca5065 Gerbview: add in file menu an option to load a zip archive containing Gerber and/or drill files. 9 years ago
Maciej Suminski 8f82f04153 Copy menu title in CONTEXT_MENU::copyFrom() 9 years ago
John Beard 0f5bfdb156 Add mirror tool action for GAL module editor 9 years ago
John Beard beed72ffbb Add pad import/export/push to GAL canvas 9 years ago
Wayne Stambaugh 8e7fe9dab2 Fix spice simulator build error due to EDA_TEXT changes. 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Maciej Suminski 5d9190038f TOOL_EVENTs of "message" type are passed to all tools 9 years ago
Wayne Stambaugh 0b6147ed05 Minor developer's documentation fixes. 9 years ago
diogocondeco 1a05c8a5a8 eeschema/add_component setfocus moved into OnInitDialog 9 years ago
diogocondeco b54e77e466 Macos SetFocus() and SetSelection moved into OnInitDialog 9 years ago
Chris Pavlina fb104a111f gitignore: add .DS_Store 9 years ago
Maciej Suminski 1102eb0d0d Store menu titles in CONTEXT_MENU 9 years ago
Maciej Suminski 6362e5cf0f Added create() method for SELECTION_MENU 9 years ago
jean-pierre charras 2b5769c0a8 Action plugins: simplify code, and fix an issue: the menubar was not correctly rebuilt after closing and reopening pcbnew from kicad. 9 years ago
Jean-Samuel Reynaud 5ef3e5a15d Pcbnew: Add ACTION_PLUGINS class. It allows loading python scripts in footprint editor and run them from the Tools/External Plugins menu 9 years ago
jean-pierre charras df0d102b9c Remove unused icons. cleanup a svg file (no actual change in icon). 9 years ago
John Beard 89fe9d378c Add C++14-style std::make_unique 'polyfill' for C++11 9 years ago
John Beard 7863e70181 Move PostCommandMenuEvent to EDA_BASE_FRAME 9 years ago
Maciej Suminski 59346a6ef1 Alternative way for setting icons for align/distribute actions. 9 years ago
Maciej Suminski f0a7c1715e Fixed warning 'cast pointer from integer of a different size' 9 years ago
Maciej Suminski fc7be1a497 Removed redundant CONTEXT_MENU::m_parent field. 9 years ago
Maciej Suminski 682da70a86 Fixed the issue of creating and event handling in context menus (GAL). 9 years ago
jean-pierre charras d7ed3ede72 Ensure paths and filenames are always stored with '/' as separator in fp_lib_table, like in other kicad files. 9 years ago
John Beard 6a1b068dd2 Allow editing locked modules in modedit 9 years ago
John Beard 5cc2abaa2b Tidy consts for class D_PAD 9 years ago
Baranovskiy Konstantin 4be2c79b87 Make doc extension (pdf) case insensitive. 9 years ago
Mario Luzeiro 33449216b5 3D-Viewer: Improvements on reflection and refraction 9 years ago
Robbert Lagerweij 550a1ea4d6 eeschema: set title of plotted pdf to sheet title 9 years ago
jean-pierre charras 2de913797a Fix a UI policy issue. Very minor cosmetic change: give same look to Zoom and Grid selection in 2 menus. 9 years ago
jean-pierre charras 92632a7a13 pcb_calculator/transline/microstrip.cpp: remove useless local var, shadowing a member var. 9 years ago
jean-pierre charras adb679dc46 ROUTER_TOOL_MENU: add zoom selection to this menu. 9 years ago
jean-pierre charras d51d53c6b9 CONTEXT_TRACK_WIDTH_MENU EventHandler: better filtering of received events ID. 9 years ago
jean-pierre charras e710b8b370 Fix incorrect parameter type when appending zoom and grid menuitems 9 years ago
Tomasz Włostowski ba9576b014 router: snap to clearance boundaries in Highlight Collisions mode 9 years ago
Mario Luzeiro 2eb840b2ed 3D-Viewer: Fix precision issues (experienced on isometric mode) in frustum tests 9 years ago
Maciej Suminski e5fbd0c442 Fixed crash upon finished zone drawing in GAL. 9 years ago
Simon Richter fbace8e513 Fixed two hidden overloaded function warnings. 9 years ago
Maciej Suminski c4db8bf45f Revert "Removed Pin{Shape,Type}ComboBox::SetSelection()." 9 years ago
John Beard 5a2be26934 Tool Framework documentation 9 years ago
Tomasz Włostowski bb463ad434 pns: fix assertion fail when placing diff pairs 9 years ago
Maciej Suminski 838c6097d9 Removed a redundant assert in OPENGL_COMPOSITOR. 9 years ago
Maciej Suminski 196c5aca83 Fixed 'unreferenced local variable' warning in OPENGL_GAL. 9 years ago