57 Commits (81d1e17f023587d6d40765b5acfe85249391279c)

Author SHA1 Message Date
Seppe Stas d7b143f6f0 Right click option to change layer and render color 8 years ago
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
Maciej Suminski f4be80a3af Code formatting 9 years ago
John Beard 1d039cb4c1 Break row indicators out to own class 9 years ago
John Beard 72354c5a81 Use Bind rather than Connect in LAYER_WIDGET 9 years ago
John Beard b8d0b0d7be Move layer/render swatches to own class 9 years ago
John Beard e609bc3f0d Use wxStaticBitmaps for layer/render swatches 9 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 10 years ago
jean-pierre charras 63decd70e6 Minor fixes: Fix a few shadowed local variables, and deprecated warnings is a few dialogs generated by wxFormbuilder (using a very recent wxFormbuilder version, after apr 25, 2016) 10 years ago
jean-pierre charras c1f0ab91a2 Code cleaning and coding style fix. 10 years ago
jean-pierre charras 75b1df464d Pcbnew and Gerbview: layer manager: use double click to edit color (as usual to edit someting) and simple click (as previously) to select the layer. Reason: avoid opening the color dialog each time a new layer is selected. 10 years ago
Simon Wells b5a9e466ff Fix layer widget appearance on OSX 10 years ago
Simon Wells b125054afe Pcbnew: Allow changing layer color with left mouse button 10 years ago
Simon Wells 7b2858acc8 Updated layer_widget.cpp to remove build errors when STAND_ALONE is set 10 years ago
jean-pierre charras 7b0d597f6d Fix some issues related to the footprint wizard frame: 10 years ago
Maciej Suminski 72c70148e8 Fixed a few memory leaks and Valgrind warnings. 12 years ago
Maciej Suminski dca4667e66 PCB_LAYER_WIDGET became able to cooperate with PCB_BASE_FRAME. 12 years ago
jean-pierre charras ab58dbfced Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 12 years ago
jean-pierre charras 5a4c16dcfb Pcbnew, Gerbview : fix crash when updating the layer manager. 12 years ago
Lorenzo Marcantonio 89f14906a4 - Added the courtyard/fabrication layer to the layer combo and layer 12 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
Dick Hollenbeck 1c0f034bca Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today. 12 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Lorenzo Marcantonio 9ebb4afacc Removed arbitrary MAX_LAYER_ROWS limit (only used in one assertion, anyway) 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
jean-pierre charras b660b033ad All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
Lorenzo Marcantonio e771112259 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 3157b4d188 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Dick Hollenbeck 2e29b4f152 * Add PCB_EDIT_FRAME::syncLayerVisibilities(), PCB_LAYER_MANAGER::SyncLayerVisibilities(). 14 years ago
Dick Hollenbeck 6c04e60587 see CHANGELOG.txt 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
jean-pierre charras 3b55948db2 fix an issue created by commit 2954. Gerbview: display now an indicator of layers in use. minor code cleanup. 15 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 15 years ago
Marco Serantoni 25700d31d1 Fixed kicad.app linking, layer behaviour on OSX and toolbar behaviour 15 years ago
dickelbeck 3813e290ac font size tweak, make sure layer_widget_test still compiles 16 years ago
dickelbeck c7bbbeed63 enhance getLayerComp()'s params 16 years ago
dickelbeck 07c35ed356 add more public API functions to LAYER_WIDGET 16 years ago
dickelbeck 6518139b26 more layer widget work 16 years ago
dickelbeck cd53563674 switch to wxAuiNotebook, maker smaller, remove non-visible technical layers 16 years ago
dickelbeck 7399fdc398 improved focus handling, still need to handle the tab change 16 years ago
dickelbeck 920186ddb4 more layer widget incorporation 16 years ago
charras 2bae762415 pcbnew: Added option in left tool bar to show/hide Layer manager tool bar 16 years ago
dickelbeck dcba4804ae version 2.9 compatibility fix for wxSizer::Insert() 16 years ago
dickelbeck 58fc9d8f09 layer widget incorporation into pcbnew 16 years ago
dickelbeck 671939fa60 split layer_widget.cpp into *.h 16 years ago
dickelbeck 1d98f1f1d2 more layer_widget work 16 years ago
dickelbeck e7a49c838a more layer_widget work 16 years ago