source: @ 6008

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6008   18 months werner gpio-s3c6410.c (set_h): changed "dat" offset from 4 to 8 (by Andy Pevy)
(edit) @6007   18 months werner gpio-s3c6410.c (set_h): correct offset of pull-up register (by Andy Pevy) …
(edit) @6006   2 years werner fped: mechanical holes had incorrect layers - inst.c (inst_hole): set …
(edit) @6005   2 years werner fpd.y: dump() requires a dummy "one" argument here too, oops
(edit) @6004   2 years werner hack: set errno to ENOENT when -1 fails, so that the error isn't too ugly …
(edit) @6003   2 years werner fped: added option -1 package to select a single package to output with …
(edit) @6002   2 years werner fped: don't output pad names consisting only of spaces Such names have an …
(edit) @6001   2 years werner boom: order component references correctly - misc.pl (cmp_cref): helper …
(edit) @6000   2 years werner prettyord: added SMT fab type BOM output - prettyord: new option -f to …
(edit) @5999   2 years werner - gui.c (change_world_reselect): take into account that we may get called …
(edit) @5998   2 years werner Added a new pad type: trace pads, for antennas and other trace-like …
(edit) @5997   3 years werner - test/tsort: "Aborted" doesn't get reported on all platforms, so we just …
(edit) @5996   3 years werner Accept "#" as comment character in gnuplot data files. Misread the …
(edit) @5995   3 years werner spool/spool.c: allow overriding of serial port with environment variable …
(edit) @5994   3 years werner The box coordinates were not properly initialized in gui_draw_pad_text - …
(edit) @5993   3 years werner cncmap/Makefile: added "master" Makefile to build all the cncmap utilities
(edit) @5992   3 years werner New tool "boom testsub" to process .sub rules on a set of parameters. …
(edit) @5991   3 years werner "Footprint" and "FP" were switched in table (reported by Wolfgang Spraul)
(edit) @5990   3 years werner Added interactive query mode (-q word) to gen2chr. - boom/gen2chr: added …
(edit) @5989   3 years werner Changed "reference number" to more consistent "part number" (reported by …
(edit) @5988   3 years werner boom/parser.pl (parse_one): update include directory to track sub-includes
(edit) @5987   3 years werner Make include relative to the includer, facilitating use of subdirectories. …
(edit) @5986   3 years werner fped/Makefile: added LDFLAGS (currently empty)
(edit) @5985   3 years werner boom/prettyord: added option -t to display totals
(edit) @5984   3 years werner Improve the diagnostics of gen2chr. - boom/match.pl (sub_expand): print …
(edit) @5983   3 years werner fix wrong bold content in manual page fped.1 Signed-off-by: Xiangfu Liu …
(edit) @5982   3 years werner add DESTDIR to Makefile. the Debian package is need DESTDIR and Debian …
(edit) @5981   3 years werner add the manual page manual/fped.1 Signed-off-by: Xiangfu Liu …
(edit) @5980   3 years werner make the SVN_VERSION, SVN_STATUS run only once. this can reduce warning …
(edit) @5979   3 years werner Makefile (spotless): added target to remove "fped" (suggested by Xiangfu …
(edit) @5978   3 years werner Updated regression tests for output change in r5974 and improved handling …
(edit) @5977   3 years werner Added recursive includes to BOM parser. Syntax: include filename - …
(edit) @5976   3 years werner Strip trailing spaces in BOM entries. - boom/parser.pl (bom): strip …
(edit) @5975   3 years werner "poke" is fairly universal. Make it easier to cross-compile. - …
(edit) @5974   3 years werner Added relaxation of pad overlap checking. Not GUI-settable yet. - README, …
(edit) @5973   3 years werner Added G-code to gnuplot converter.
(edit) @5972   3 years werner "merfed" is an interesting-looking word, doubtlessly with a lot of …
(edit) @5971   3 years werner A bit of cleanup. - gui_frame_drag.c (FOR_UNORDERED, drag_var_motion, …
(edit) @5970   3 years werner Added support for reordering frames in the GUI. - gui_frame.c …
(edit) @5969   3 years werner Footprint for the replacement SIM/SD holder. Fped >= revision 5667 …
(edit) @5968   3 years werner When dragging an endpoint of an inverted measurement, we didn't consider …
(edit) @5967   3 years werner The mechanism for selecting points for measurements reaches its limits …
(edit) @5966   3 years werner Silly typo "confgure" vs. "configure".
(edit) @5965   3 years stefan dfu-util: Add notice about new development infrastructure
(edit) @5964   3 years stefan TODO: Add note about distros and better wording for DFU 1.1
(edit) @5963   3 years stefan www: Add initial website We keep it small and simple. One html page is …
(edit) @5962   3 years stefan TODO: Add initial todo list
(edit) @5961   3 years stefan main: Explicit state that our current code only do DFU version 1.0 …
(edit) @5960   3 years stefan configure.ac: Remove outdated atmel.c reference.
(edit) @5959   3 years stefan dfu-util.1: Mention verbose option in manpage. This is part of a patch …
(edit) @5958   3 years stefan main/dfu: Introduce second -v stage for libusb debug errors. Giving a …
(edit) @5957   3 years stefan main: Fix typos. Part of a patch from wiml. …
(edit) @5956   3 years werner Fixed invocation of pardup.pl (reported by Igor Almeida)
(edit) @5955   3 years werner Changed SD/SIM holder from Proconn SMSN16-J0-2214 to Amphenol …
(edit) @5954   3 years werner New option "-s scale" to set the exact scale factor for full-page …
(edit) @5953   3 years werner Removed duplicate components from gta02-core.lib - …
(edit) @5952   3 years werner Removed an old bug: parentheses and backslash are meta-characters in …
(edit) @5951   3 years werner - docs/GETTING-STARTED: typo, "kiad" ought to be "kicad" (reported by Igor …
(edit) @5950   3 years werner - docst/GETTING-STARTED: also updated the instructions for the KiCad?
(edit) @5949   3 years werner Upgraded to the latest version of KiCad?. - docs/GETTING-STARTED: put …
(edit) @5948   3 years werner Cleaned up the disgusting mess that was the list of frames. The changes: …
(edit) @5947   3 years werner Deleting things often left measurements behind. Fixed these bugs, enhanced …
(edit) @5946   3 years werner In the GUI, pad names were always centered on the pad. In the case of …
(edit) @5945   3 years werner I thought there was a bug in frame ordering, but it turns out that it …
(edit) @5944   3 years werner Got rid of the requirement to have a "package" directive. Fixed a grammar …
(edit) @5943   3 years werner With a little help from m8cutils and abyss, we now have regression tests …
(edit) @5942   3 years werner Added a topological sort algorithm, for use when dumping. - tsort.h, …
(edit) @5941   3 years werner Holes can now also be output as KiCad? modules. - gui_style.c (gc_rim): …
(edit) @5940   3 years werner More work on holes: added documentation and Postscript output. - …
(edit) @5939   3 years werner When creating an object in the GUI, its label wasn't initialized. Added …
(edit) @5938   3 years werner One more little DND surprise: drag-end doesn't get called if have a …
(edit) @5937   3 years werner Removing the old interface for adding frame refrences. Also updated the …
(edit) @5936   3 years werner Dragging a frame into the canvas reuses the hover and drag system. In …
(edit) @5935   3 years werner Oops. Some nasty debugging code escaped. - gui_frame_drag.c …
(edit) @5934   3 years stefan main: Make sure we switch to the DFU interface …
(edit) @5933   3 years stefan Makefile.am: Fix make distcheck All needed files must be listed.
(edit) @5932   3 years werner Dragging a frame into the canvas now works. It's built on top of the frame …
(edit) @5931   3 years werner KiCad? BOMs (.lst) are localized. BOOM's BOM parser so far recognized only …
(edit) @5930   3 years werner Working towards the dragging of frames. Changed the press/drag/release …
(edit) @5929   3 years werner Added support for reordering rows and columns in a table via the GUI. To …
(edit) @5928   3 years werner The partial order algorithm in dump.c sometimes dumped objects before a …
(edit) @5927   3 years werner - components/INFO: updated the URL of the CC7V-T1A data sheet (reported by …
(edit) @5926   3 years werner - components/INFO: commented out now obsolete link to LCM data sheet
(edit) @5925   3 years werner - fped.c (load_file): don't falsely complain about empty files
(edit) @5924   3 years werner The characteristics of the diagonal of the object selected (length and …
(edit) @5923   3 years werner Updated copyright dates of files changed in 2010.
(edit) @5922   3 years werner Added a "Save as" dialog and made fped disable "Save" if working on a …
(edit) @5921   3 years werner %dump didn't dump the root frame because this frame was only appended to …
(edit) @5920   3 years werner URL of Samsung's 2442 page changed. (Fixed by Igor Almeida.)
(edit) @5919   3 years werner Added debugging directives to the fped language. They're describe at the …
(edit) @5918   3 years werner When unselecting a value selected for editing in a table with a single …
(edit) @5917   3 years alphaone Correctly fix problem introduced by revision 5910 !dif->flags & …
(edit) @5916   3 years stefan src/main.c: Fix last commit for good. Thanks to Werner Almesberger for …
(edit) @5915   3 years werner When editing, fped would sometimes not respond to [Enter] if the value had …
(edit) @5914   3 years werner BOOM needs Perl 5.10.0 or above, which actually is quite bleeding edge.
(edit) @5913   3 years werner BOM updated and corrections. - bom/research/STATUS: SN74AUP1G00DCKR …
(edit) @5912   3 years werner - docs/ecn/ecn0045.txt: corrected the status of U4902 and changed the …
(edit) @5911   3 years werner Added ECN0045 discussing the fate of components with zero stock at FIC.
(edit) @5910   3 years stefan main.c: Add parentheses to fix warning. The cleaner compile output let me …
(edit) @5909   3 years stefan configure.ac: Add SILENT_RULES If automake >= 1.11 is used we now use a …
Note: See TracRevisionLog for help on using the revision log.