465 Commits (9ca3f632a2928903fa44dbbc514704c76dcc9c66)

Author SHA1 Message Date
Wayne Stambaugh 9ca3f632a2 Pcbnew: fix update schematic from PCB file name bug. 8 years ago
Maciej Suminski 05a120f09f Unified {Load,Save]CanvasTypeSetting in EDA_DRAW_FRAME 8 years ago
Jon Evans b6298a0a41 Don't force grid color to LAYER_GRID in EDA_DRAW_PANEL_GAL 8 years ago
jean-pierre charras a557838c61 Fix incorrect refresh of User Interface after running an action plugin, and add comments 8 years ago
jean-pierre charras 9bb43a89ba Pcbnew: keep layer manager synchronized with board items visibility after switching to a new canvas. 8 years ago
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
jean-pierre charras 816307e500 Pcbnew plot: fix a few minor issues: 8 years ago
jean-pierre charras 5f4599fb56 Add a new color selector, to adjust color selection for GAL mode, with support of opacity (alpha channel) 8 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski 3cba1007eb Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
John Beard b8edecc10f Move cursor shape flag into GAL settings 9 years ago
John Beard 8c3b8ee693 Add a ruler tool to pcbnew GAL 9 years ago
José Ignacio Romero 45d1082517 Make all layers slightly semitransparent as before 9 years ago
jean-pierre charras 1001442a48 Pcbnew: Fix an assert in debug mode, and fix a minor issue in menubar 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
John Beard 32ddd72038 Move DIALOG_EXCHANGE_MODULE to dialogs dir 9 years ago
jean-pierre charras b66cb871e6 Fix a serious error in SetActiveLayer(): a GAL specific method was called even if a GAL mode was not active 9 years ago
Maciej Suminski 4b9243e0bf Allow registering TOOLs in any order. 9 years ago
jean-pierre charras 7bda89cdf6 Rework on plugins reload code: avoid duplicate code. 9 years ago
jean-pierre charras a7c4c8c7f2 Pcbnew: Fix a crash when reloading python scripts, when Kicad uses wxPython. 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 fef40c96e2 Workaround for this issue: Pcbnew crashes on exit in OpenGL display mode when a footprint on the board was edited in the fp editor 9 years ago
decimad 5a4e247564 EDA_DRAW_PANEL_GAL now takes the gal display options per dependency injection 9 years ago
jean-pierre charras 56f8e10eb4 Footprint wizards management: Now display the list of not loadable footprint wizards in footprint wizard dialog. 9 years ago
jean-pierre charras 188d7812ec Disable Flip board view in Legacy mode (because the view cannot be flipped) 9 years ago
Maciej Suminski 027515f4e1 Fixed refreshing after flipping the view 9 years ago
Maciej Suminski 7ad5fca6de More code formatting, updated copyright headers 9 years ago
Maciej Suminski 89055c4425 Code formatting 9 years ago
Tomasz Włostowski c661c30f68 pcbnew: added flip view mode 9 years ago
jean-pierre charras 1840c3c4c7 Eeschema/Pcbnew: Update PCB From Schematics tool: ensure the netlist is reliable: warn user if a component is not annotated before exporting the netlist to Pcbnew (like in netlist creation dialog). 9 years ago
jean-pierre charras d167407d1a Pcbnew: add "edit all tracks and vias" command in edit menu. 9 years ago
Cirilo Bernardo 48ed9f080e Add Help Menu item to open browser at kicad-pcb.org/contribute 9 years ago
Chris Pavlina 52aa4ecdf4 Unify window title formats 9 years ago
Simon Wells 3a50f7367f Modified path on osx due to GetExecutablePath() pointing to the root of the .app bundle 9 years ago
Cirilo Bernardo 8b8626ceeb Removed wxT() from kicad2step modules and made modifications to the STEP Export GUI 9 years ago
Cirilo Bernardo ba65c39b40 Fixed error in setting Windows extension on executable file 9 years ago
Cirilo Bernardo 8b259f2837 Fixed typo preventing compilation on MSWin 9 years ago
Cirilo Bernardo 33948e572d Added STEP Export menu item and supporting code 9 years ago
Maciej Suminski 3bcbe0dfbd GAL ratsnest code cleanup 9 years ago
Maciej Suminski 1dd43d1d98 Unified undo buffer handling code for PCB & module editor. 10 years ago
Maciej Suminski b897c5f290 BOARD_ITEM_CONTAINER class. 10 years ago
Wayne Stambaugh a4570f74bb Pcbnew: fix several auto save file issues. 9 years ago
Mrio Luzeiro d8eab321f7 3D Viewer: complete refactor of the 3D viewer. 9 years ago
Michael Steinberg fde12ebd25 Replace boost::function and boost::bind with their std:: counterparts 9 years ago
Chris Pavlina 5285962775 Remove option to not show footprint ratsnest when moving 10 years ago