135 Commits (558150c112c656108e51c2fb7bdee944fcfcecab)

Author SHA1 Message Date
Maciej Suminski 068a29952c Changed AUI toolbars background from gradient to solid 8 years ago
Michael Kavanagh 82ce90ecdc PL Editor UI Improvements: Menubar, toolbar and hotkeys 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
jean-pierre charras ad48cd435d Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code 9 years ago
jean-pierre charras eadfff8ac4 Better management of the "Zoom to selection" tool in page layout editor. 9 years ago
jean-pierre charras 9d524fe2e3 Remove incorrect leading spaces in some strings. 9 years ago
Bernhard Stegmaier 0e71686bfd Reunion of zoom toolbar buttons. 9 years ago
Fabrizio Tappero ac9a64a173 general UI fix. Fixed a lot of icons and a lot of menu. 9 years ago
Simon Richter 12c1339296 Remove false "override" comments. 9 years ago
jean-pierre charras 4eeed8d04f Icons options menu: code rework 9 years ago
jean-pierre charras e7e972804a Make show/hide icons in menus a run time option, instead of compil option. 9 years ago
jean-pierre charras 11dcb76fc9 Add -Wshadow compil option, if exists to warn about shadowed variables. 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 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 Richter ad088db6d2 Add more "override" markers. 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
jp-charras 89a9b9177f Fixes: lp:1622164 (pl-editor does not accept both '.' and ',' as floating point separator in countries which use ',' as separator) 9 years ago
jp-charras 5710681f7e Fixes: lp:1622184 (pl-editor doesn't save text thickness when it is not the default value) 9 years ago
jp-charras cc3a93b2d7 Fixes: lp:1621956 (pl-editor: button 'Show title block in edit mode' does nothing) 9 years ago
Wayne Stambaugh 98ad5096b0 Eeschema: add saving schematic files to schematic plugin. 9 years ago
Chris Pavlina 81144c2476 Move hotkey list from Preferences menu to Help menu 10 years ago
Chris Pavlina 92e3c4a45c Fix missing zoom-to-selection hotkey branch in pl_editor 10 years ago
Chris Pavlina 8c81e53c03 Refactor DRAW_LIST configuration in pl_editor block code 10 years ago
Chris Pavlina abf22695c8 Replace unnecessary global in pl_editor block code 10 years ago
Chris Pavlina d49ecb1b91 Add zoom-to-selection and block move to pl_editor 10 years ago
jean-pierre charras 11c369ee1b Fix minor compil warnings (deprecated warnings and shadowed local vars warnings) 10 years ago
jean-pierre charras 6a7544a2ca Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 10 years ago
jean-pierre charras bfeb61abef Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 10 years ago
Matthew Petroff db54f3e7a7 Correct multiple UI spelling errors 10 years ago
jean-pierre charras 95962cd2ba Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago
jean-pierre charras aea1f1be6d page layout reader: fix a minor issue in parseGraphic method. Update a old (incorrect) .kicad_wks file in demo. page_layout_writer.cpp: remove a few useless spaces in output files. 10 years ago
Simon Wells 145cd47d5c Move copy version information code to about dialog. 10 years ago
jean-pierre charras 99e81aeb9c Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions. 10 years ago
Simon Wells 4d2a05856f Minor CMake configuration file fixes. 10 years ago
Simon Richter 23e8c3ebf3 Executable icon resource build configuration fixes. 10 years ago
jean-pierre charras 3a9cbbe0bb pagelayout editor: fix Bug #1538603 (pl_editor does not save custom text size if only one of the X or Y size value is not default) 10 years ago
Chris Pavlina c490e7dd06 Fix typing problems with GR_KB_* constants 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 96918d4a8a Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 10 years ago
Wayne Stambaugh 74f00d4027 Minor string and coding policy fixes. 10 years ago
Baranovskiy Konstantin 50d8195623 Yet another help menu unification fix. 10 years ago
Simon Wells a285aead3f Fixed order of icons in help menu for gerbview and pagelayout-editor 10 years ago
Simon Wells 29d94fcf08 Changed to use full name instead of abbreviation 10 years ago
Simon Wells c0d9fc1b5c Changed about menu items to just say About Kicad as its a common about dialog across the project 10 years ago
Simon Wells bb286d52b1 Created handlers for getting started menu items in gerbview and pl_editor 10 years ago
Simon Wells 1b26ca59b1 Added getting started to the remaining menus and fixed the icons 10 years ago