812 Commits (e5847b7953a533e076e01f2ea606a29ce58d30d3)

Author SHA1 Message Date
jean-pierre charras b8183a1aa5 Fix Coverity warnings 9 years ago
jean-pierre charras 000ee22e39 Drill dialog: creates the directory, when the path entered in dialog does not exist. 9 years ago
jean-pierre charras afe92c7bfc Pcbnew: Add creation of Drill Files in Gerber X2 format. 9 years ago
jean-pierre charras e6545ec982 Gerbview: evaluate Aperture Macro Parameters using precedence rules for the arithmetic expressions found in AM. 9 years ago
jean-pierre charras f007601507 Gerbview: fix an issue (crash or hang) when a aperture macro definition contains ( and ). 9 years ago
jean-pierre charras 9992a07def Gerbview: Fix an issue in aperture macro for a Circle AM primitive inside a macro definition 9 years ago
jean-pierre charras 36255d8523 Gerbview: Fix a few issues in aperture macro definitions. 9 years ago
jean-pierre charras aad80c9bf4 Fix compil issue on Linux 9 years ago
jean-pierre charras ba517db96c Gerbview: fix a subtle issue when reading parameter values in Gerber files. 9 years ago
jean-pierre charras f16f39fd4c Gerbview: rework on load zip archive: better handling of non ascii7 filenames. 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
John Beard b8edecc10f Move cursor shape flag into GAL settings 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
John Beard 1d039cb4c1 Break row indicators out to own class 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
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
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Eldar Khayrullin 59876c35ae Gerbview: fix wrong html tag 9 years ago
jean-pierre charras 2f0ab8b13d Gerbview: Load zip archive: skip files which are not gerber or drill files. Better look of messages. 9 years ago
jean-pierre charras aac13e7ae1 More detailed error messages when loading Gerber or drill files and if no room to load some files. 9 years ago
jean-pierre charras 361c0c2e21 Gerbview: better management of zip archive. Better error messages. 9 years ago
jean-pierre charras 6329ca5065 Gerbview: add in file menu an option to load a zip archive containing Gerber and/or drill files. 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
jean-pierre charras 4ee344e150 Gerber files: Enable net attributes options in plot Gerber dlg and fix net attribute for "no net" tracks and vias (netcode <= 0). 9 years ago
jean-pierre charras 9fdcba8229 Gerbview: Fix 2 (minor) issues in aperture macro "moire". Add a .gbr test file for this aperture macro. 9 years ago
Cirilo Bernardo 48ed9f080e Add Help Menu item to open browser at kicad-pcb.org/contribute 9 years ago
jean-pierre charras 15517964c9 Fixes: lp:1630105 (Gerbview print dialog does not display graphic layers list on some windows managers like Unity) 9 years ago
Chris Pavlina 52aa4ecdf4 Unify window title formats 9 years ago
jean-pierre charras 89914fa9de Fix 2 Coverity warnings. 9 years ago
Simon Richter ad088db6d2 Add more "override" markers. 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
jean-pierre charras d42fd751f9 Gerbview print: print now the Gerber filename, the number of pages to print, and a page number 9 years ago
Ian Roth ec3109472a Correct page numbers on pcbnew multipage print 9 years ago
Ian Roth 7ad2f37391 Add %L formatter to worksheets to print layer name. 9 years ago
jp-charras c8cf78398b Gerbview: fix a crash when reading polygons with arcs. 9 years ago
jean-pierre charras 9f46d83175 Gerbview: locate item now does not take in account not visible layers. Remove an unused file 9 years ago
jean-pierre charras 7909de6127 Gerbview: better management of d_codes list in toolbars. 9 years ago
Simon Richter bfb6e0bbb2 Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
jean-pierre charras f1226afc89 Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
Chris Pavlina e5a5f9552b Fix RS274X Unicode decoding 9 years ago
jean-pierre charras 984146c37d Gerbview: better support of advanced X2 attributes. 9 years ago
jean-pierre charras ff246f6365 Gerbview: Add %TO (Netlist attribute) support in X2 format. Fix a bug in a not previously very used method. 9 years ago
jean-pierre charras 5a00c7823c Gerbview: Read excellon files: fix incorrect handling of G85 command. 10 years ago
jean-pierre charras dbd9b5e49e Gerbview: minor code cleanup. 10 years ago
jean-pierre charras a907e50424 Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 10 years ago
jean-pierre charras 947c73f23b Gerbview: try to fix a crash (hard to reproduce) which someting happens when closing gerbview. Fix incorrect calculation of bounding boxes. 10 years ago