jean-pierre charras
b8eba35cba
Gerbview: remove flicker when refresh screen, and loadind files. Fix very minor bugs.
Minor cosmetic enhancements.
commint forgoten files in boost lib.
15 years ago
Wayne Stambaugh
7cb34aece7
Schematic component object encapsulation and Doxygen comment warning fixes.
15 years ago
Wayne Stambaugh
c79077c9a2
Minor fixes and lots of coding policy changes.
15 years ago
Wayne Stambaugh
76aa3f6e1c
EESchema schematic object refactoring and header rationalization.
15 years ago
jean-pierre charras
ee9e9b84c4
minors enhancements and minor code cleanup
15 years ago
Wayne Stambaugh
91530e7a60
Added help menu item to copy bug report information to clipboard.
15 years ago
jean-pierre charras
0a63587342
added " pcbnew module editor toolbar items now in menubar" patch from Jerry Jacobs. Fixed TODO.
minor code cleaning. fixed minor warnings in debug mode.
16 years ago
jean-pierre charras
1d9c3cce7f
fixed minor issues.
16 years ago
jean-pierre charras
90621bef00
Updated boost to version 1.34
Added boost::polygon (experimental)
Added experimental zone fill calculations with boost::polygon
Added patches from Yury Khalyavin
16 years ago
jean-pierre charras
1872a80836
Cleaning code: moved some help strings used both in toolbars and menus in a single file help_common_strings.h,
in order to avoid slightly different help strings for the same command, and avoid some not needed translations.
16 years ago
jp
ec5e682ef8
fixed some issues in SVG export.
16 years ago
charras
a70a580596
committed newfont patch. Pcbnew: board date automatically updated at each change.
16 years ago
charras
1ee86d4a52
code cleanup and enhancements about hotkeys
16 years ago
charras
42f97b4d0f
Fixed zoom issues with F1 and F2 hot keys
16 years ago
stambaughw
9a6f753cac
EESchema printing fixes and print dialog improvements.
* Remove unnecessary options from EESchema print dialog.
* Expose page setup dialog to fix page orientation problems on wxGTK.
* Added custom schematic print preview frame.
* Print dialog and preview frame remember size and position settings
between sessions.
* Added monochrome and print sheet reference settings to project file.
16 years ago
charras
c4bc7bb46b
enhancements about hot keys
16 years ago
charras
5861a43dd4
Cosmetic enhancements.
patch for relative paths.
16 years ago
charras
9d400e4c19
fixed some (minors) problems about hotkeys.
Code cleaning.
Patch for 3D problem with macOSX
16 years ago
jerryjacobs
5a0aca0e4d
More Mac OS X work, see CHANGELOG.txt
16 years ago
charras
04f41a4a7b
menu cleaning and changing obscure menu info. and menu labels
files cleaning
16 years ago
jerryjacobs
73f83c0509
See CHANGELOG.txt
16 years ago
jerryjacobs
1c983b013d
Hotkey submenu added, fixed typos. See CHANGELOG.txt
16 years ago
dickelbeck
8b3d5a69cf
Øyvind's patch
16 years ago
stambaughw
8570d3311a
Component library editor improvements and minor bug fixes.
* Component library objects renamed for improved readability.
* Fields now move when selected in library editor.
* Add copy constructor to all library draw and library component objects.
* Added copy constructor to EDA_BaseStruct.
* Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak.
* Fixed memory access bug when replacing and adding a component to library.
* Moved library component block manipulation code into component object.
* Removed all of the global variables used by the library editor main window object.
* The usual code cleaning and refactoring.
16 years ago
stambaughw
43d6c685b5
Command ID refactoring and other minor improvements.
* Split out application specific command IDs to prevent unnecessary rebuilding.
* Eliminate duplicate menu and tool bar command IDs.
* Split component library editor and viewer definitions to separate header files.
* More component library and document file merge code.
* A bunch of minor string readability and consistency fixes.
16 years ago
charras
d535a0fc97
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
17 years ago
charras
f7a804e23d
Bugfix for plotting
17 years ago
stambaughw
5114b863e5
EESchema UI normalization and configuration updates and Gerbview parser bug fix.
* All - add wxList implementation for dynamic declaration of application settings.
* EESchema: remove non-standard fonts and dialog button text colors from all UI controls.
* EESchema: update project file and application settings from static to dynamic method.
* EESchema: save and restore show hidden pins state between sessions.
* EESchema: global variable reductions.
* EESchema: use EVT_UPDATE_UI instead of SetToolbars() to set control states.
* EESchema: remove unused DialogBlocks BOM dialog project file.
* GerbView: remove non-standard fonts and dialog button text colors from all UI controls.
* GerbView: fix infinite loop when parsing RS274X aperture definitions with whitespace.
* GerbView: add file name to export to PCBNew select layer dialog.
17 years ago
charras
e9c7d50ca6
fixed some typo, misspelling and errors in menus.
17 years ago
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
17 years ago
charras
9f8e1d9d1c
removed some warning when compiling. Added comments
17 years ago
stambaughw
21faf9d370
Integrate wxFileHistory, add missing header files to fix Linux build, initial search path work, and general housekeeping.
17 years ago
stambaughw
4a489895a3
More zoom clean ups and code cleaning.
17 years ago
stambaughw
2611a54791
Convert global and embedded application pointers to wxGetApp()
17 years ago
charras
346914c9e3
Some cleanup and libraries update
17 years ago
jerryjacobs
4c2b9e2199
+ Updated Atmel library
+ Moved DIP Packages to dip_sockets.mod from support.mod
+ Made DIP Packages board
+ Dutch language update to 90%
17 years ago
jerryjacobs
f43a7acc6a
Make menu strings,tooltips, statusbar message more global
Dutch language update
- 182 strings left
- 100 fuzzy strings left
17 years ago
jerryjacobs
062bbfe1c3
17 years ago
jerryjacobs
6f84112375
Menu and statusbar strings made more clear
17 years ago
jerryjacobs
d206c9e5c5
Menu and statusbar strings made more clear
17 years ago
jerryjacobs
0b336edea2
Menu and statusbar strings made more clear
17 years ago
jerryjacobs
dfc8036781
Menu and statusbar strings made more clear
17 years ago
charras
064fcf5491
change to compile pcbnew, without png icon
17 years ago
jerryjacobs
26af26619a
(confirm.cpp) Get_Message frame caption added
17 years ago
charras
8bfb54bc89
Use new icons for zoom commands
pcbnew: Excellon files use only ascii codes in comments (some excellon parsers do not like I18n)
17 years ago
charras
d3602e3311
minor changes (typo, about dialog) before release
17 years ago
charras
4861daa674
Online doc format changed to PDF format. See changelog
18 years ago
charras
d87aed0cd0
eeschema: Solved: problem in manual part selection for multiple parts per package components
18 years ago
bennett78
7327197c17
Added Backannotate Footprints from Stuff File Feature
18 years ago
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
18 years ago