3014 Commits (34abef3f5abfb71b4451398655f44723c8a7979a)

Author SHA1 Message Date
jean-pierre charras 1f6854f2b8 Make internal errors messages not translatable 8 years ago
jean-pierre charras abe2a46ae7 Pcbnew: Fix plot PDF, broken by commit f3457794cf 8 years ago
Maciej Suminski 76bd05a69b Prevent creating too many transitions by TOOL_MANAGER 8 years ago
jean-pierre charras e10f0c729b Fix minor compil warnings 8 years ago
Maciej Suminski 2652cfeafd Restore the cursor position after the context menu is closed 8 years ago
Maciej Suminski 7399759b3b Fixed polygon DRAWSEGMENT rendering in OpenGL GAL 8 years ago
Tomasz Włostowski b964569db7 pcbnew: enable net selection combobox in Track/Via properties dialog 8 years ago
Maciej Suminski 950d87a920 Removed boost::adaptor from ACTION_MANAGER 8 years ago
Maciej Suminski 75f68061a4 Save the drag origin only on the first click 8 years ago
jean-pierre charras 58c32367ee filter useless autosave tests, and optimization of autosave test in Eechema 8 years ago
Dick Hollenbeck 19e6bde09a Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Oliver Walters 161045f17d Speed improvement for select / deselect in GAL 8 years ago
Oliver Walters c27f5b725d Improved various error messages 8 years ago
Oliver Walters a0a3ca6646 Added extra information to error and info messages 8 years ago
Fabrizio Tappero cef616fcd8 fixed text titles that should have only the first word capitilized 8 years ago
Fabrizio Tappero 7be14f774d fixed plot menu labels 8 years ago
Maciej Suminski fe89fdfb24 Removed incorrectly defined assert 8 years ago
jean-pierre charras cb75b72978 Refinements if new color 4D selector 8 years ago
Maciej Suminski 984ac70106 Added COMMIT::GetStatus() and minor refactor 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
Chris Pavlina 5755582c53 Minor FOOTPRINT_FILTER fix 8 years ago
jean-pierre charras ed66496242 Fix an issue (created by commit 16cb6a6ca0) when converting a color4D to a legacy color 8 years ago
jean-pierre charras 16cb6a6ca0 color4d: fix incorrect conversion from rgb to HSV when r = g = b. 8 years ago
jean-pierre charras d3b382c281 GAL mode: the grid don't fill the full screen when moving the grid origin to negative values. 8 years ago
Wayne Stambaugh e01eb29758 Symbol and footprint library table parser fixes. 8 years ago
Maciej Suminski d5095252a0 eeschema: Fixed use-after-free on exit when paste operation is aborted 8 years ago
jean-pierre charras c93ab4d5da Fix possible crash and issues when a incorrect fp lib table is loaded: 8 years ago
Maciej Suminski 08c4a0bc7b Fixed SELECTION_TOOL::selectCursor() 8 years ago
jean-pierre charras 969209c2cc Fix a few doxygen warnings and add a few comments. 8 years ago
Maciej Suminski 098814e205 Fixed a memory leak in BLOCK_SELECTOR 8 years ago
Maciej Suminski e18475f220 Renamed remaining constants to match the action (see ab44e7cc) 8 years ago
Kristoffer Ödmark 4fb2f80dd4 Eeschema copy/cut/paste to ctrl+c/x/v cut is now undoable Highlight net is now at ctrl+b by default 8 years ago
jean-pierre charras f074b57094 Pcbnew: fix minor issue in %TO.C advanced attribute, and avoid creating an unused D10 tool in Gerber files. 8 years ago
Maciej Suminski 3afef4e19d Display an error when pcbnew.kiface is not available for FP selector 8 years ago
jean-pierre charras e3d69b619f Pcbnew: fix issue in dialog_fp_lib_table: when the only changes were the plugin name, changes were not taken in account. 8 years ago
jean-pierre charras 1e770f56a6 Fix a non ASCII7 string in a message. Only ASCII7 chars can be used in sources. 8 years ago
jean-pierre charras 0719b99ad8 Minor enhancement in color selection on Windows 8 years ago
Tomasz Włostowski 5c0edbabab Fixes for the connectivity & board cleanup algorithms 8 years ago
Tomasz Włostowski de7f4d7aa4 fixed unresolved symbols while running cvpcb 9 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
jean-pierre charras 996bcdf458 Fix a few doxygen warnings 8 years ago
jean-pierre charras 2476e88c9d Fix a few doxygen warnings 9 years ago
Wayne Stambaugh 66e97fa905 Doxygen comment improvements. 9 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Maciej Suminski dcc803ecb1 VIEW_CONTROLS::GetMousePosition() returns the mouse position in world coordinates. 9 years ago
jean-pierre charras ad48cd435d Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code 9 years ago
jean-pierre charras 6ed4f9b208 Make EDA_DRAW_FRAME::SetToolID and mouse cursor shape setting working in GAL canvases, and uses same mouse cursor shapes in legacy and gal canvases. 9 years ago
Wayne Stambaugh 3cec63e9b9 Pcbnew: plugin improvements. 9 years ago