120 Commits (48ed9f080e5ab17763c07172553930fb6401049d)

Author SHA1 Message Date
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. 10 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
Maciej Suminski 6d07e9a754 Fixed dialogs asserts. 11 years ago
jean-pierre charras 84ba36fa72 Allows switching GAL or legacy mode in footprint editor (previously, the mode was inherited from the board editor, and was not modifiable without closing the footprint editor) by menu or F9, F11 and F12 keys) 11 years ago
jean-pierre charras 37b0868376 Pcbnew: fix minor issues about fast grid switching, and next/previous grid selection from hotkeys. (GAL mode still has an issue) 11 years ago
Maciej Suminski da75c52665 Hot keys settings are synchronized between GAL & legacy 11 years ago
Maciej Suminski dfb0443b67 Refactoring library dependencies. 11 years ago
Wayne Stambaugh ad9ec412f5 UI consistency and assertion fixes. 11 years ago
jean-pierre charras 1c6ae1eac7 Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 11 years ago
unknown 6bd8fa1dd7 Fix I18n issues 11 years ago
jean-pierre charras 4daf9039db Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
jean-pierre charras 4def0958a5 Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes. 11 years ago
jean-pierre charras 0e03fbff07 Make hotkey string info translatable in dialogs. These strings are now prefixed by _HKI , which can be used by translation tools to extract them. 11 years ago
jean-pierre charras 086ff54ef0 Fix minor issues: plot svg did not handle dashed lines. 11 years ago
unknown c3e3ff3682 Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 11 years ago
jean-pierre charras a550ff84db Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 11 years ago
jean-pierre charras c7d04c3d08 Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name. 11 years ago