kicad/common
jean-pierre charras 972329527e Cvpcb: fix issues relatives to .equ files management:
* Add dialog to edit the list of active equ files.
* allows use of our environment variables in .equ file names.
2015-01-11 18:22:45 +01:00
..
dialog_about Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
dialogs Page layout selection: fix Bug #1405972, and add minor enhancement in page layout selection dialog (the new layout is shown after selection). 2014-12-31 13:31:19 +01:00
gal gal/stroke_font: made text vertical alignment follow the non-GAL renderer. 2014-11-14 19:19:08 +01:00
geometry Code formatting. 2014-11-14 20:19:00 +01:00
math
page_layout Page layout selection: fix Bug #1405972, and add minor enhancement in page layout selection dialog (the new layout is shown after selection). 2014-12-31 13:31:19 +01:00
tool bugfix: Tools are deactivated on canvas switch. 2014-12-10 00:50:31 +01:00
view Fixed pcbnew crash when a locked footprint is dragged from an edge of the screen. 2014-08-01 11:28:08 +02:00
CMakeLists.txt Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
base_screen.cpp Pcbnew: better display of tracks/vias/grid sizes in toolbar 2015-01-05 14:20:04 +01:00
base_struct.cpp eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters. 2014-09-01 17:28:29 +02:00
base_units.cpp
basicframe.cpp Help files: can now be html or pdf files: Kicad search first for a .html help file, and if not found in a path, search for the corresponding .pdf file. 2014-09-02 18:44:53 +02:00
bezier_curves.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
bin_mod.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
bitmap.cpp
block_commande.cpp Minor fixes and changes: 2014-07-29 18:38:27 +02:00
build_version.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
class_bitmap_base.cpp Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 2014-11-02 17:25:04 +01:00
class_colors_design_settings.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
class_layer_box_selector.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
class_marker_base.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
class_page_info.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01:00
class_plotter.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
class_undoredo_container.cpp
colors.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
common.cpp Use XDG_CONFIG_DIR for lock file path on Linux. 2015-01-07 10:04:57 -05:00
common_plotDXF_functions.cpp
common_plotGERBER_functions.cpp Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format. 2014-10-31 19:59:37 +01:00
common_plotHPGL_functions.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
common_plotPDF_functions.cpp * Fix Bug #1348607 and a possible crash in libedit dialog component properties after moving up the first user field (which in not possible now). 2014-07-25 19:49:14 +02:00
common_plotPS_functions.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
common_plotSVG_functions.cpp
common_plot_functions.cpp Added support for decoupling stored text from shown text in EDA_TEXT 2014-09-13 20:15:45 +02:00
config_params.cpp Cvpcb: fix issues relatives to .equ files management: 2015-01-11 18:22:45 +01:00
confirm.cpp
convert_basic_shapes_to_polygon.cpp
copy_to_clipboard.cpp
dialog_shim.cpp https://lists.launchpad.net/kicad-developers/msg14286.html 2014-08-17 18:00:49 -05:00
displlst.cpp Try to fix an issue on Ubuntu/Unity for some dialogs which are not displayed. For most, adding GetSizer()->Fit( this ) in dialog constructor fix the issue, but at least one dialog still is not displayed. 2014-11-19 15:22:47 +01:00
dlist.cpp
draw_frame.cpp Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues 2015-01-06 08:38:58 +01:00
draw_panel.cpp Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 2015-01-10 11:27:49 +01:00
draw_panel_gal.cpp Added EDA_DRAW_PANEL_GAL::ForceRefresh(). 2014-10-13 15:22:45 +02:00
drawtxt.cpp
dsnlexer.cpp Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
eda_dde.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
eda_doc.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
eda_text.cpp Added support for decoupling stored text from shown text in EDA_TEXT 2014-09-13 20:15:45 +02:00
filter_reader.cpp
findkicadhelppath.cpp.notused
footprint_info.cpp Fix compat with swig 3.03 2015-01-04 08:19:04 +01:00
fp_lib_table.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01:00
fp_lib_table.keywords
fpid.cpp
gestfich.cpp Commit the rest of the OSX build fixes missed in the previous commit. 2014-10-17 13:45:33 -04:00
getrunningmicrosecs.cpp
gr_basic.cpp
grid_tricks.cpp
hotkeys_basic.cpp Grebview: add info in layer manager for Excellon drill filles, similar to X2 file function info in X2 gerber files. 2014-11-23 12:41:57 +01:00
html_messagebox.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
kiface_i.cpp OSX build improvements. 2014-10-02 19:03:52 -04:00
kiway.cpp Commit the rest of the OSX build fixes missed in the previous commit. 2014-10-17 13:45:33 -04:00
kiway_express.cpp
kiway_holder.cpp
kiway_player.cpp More about fix issue on Ubuntu/Unity. 2014-11-19 21:45:57 +01:00
lockfile.cpp Use XDG_CONFIG_DIR for lock file path on Linux. 2015-01-07 10:04:57 -05:00
lset.cpp Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma. 2014-08-10 16:15:02 +02:00
msgpanel.cpp
netlist.keywords Fix Bug #1381287 (CvPCB ignores the footprint filter field on aliased components) 2015-01-02 08:52:29 +01:00
newstroke_font.cpp
painter.cpp Fixed a few memory leaks and Valgrind warnings. 2014-07-09 15:02:56 +02:00
pcb.keywords
pcb_plot_params.keywords
pcbcommon.cpp Update ecc83 demo. default KISYS3DMOD definition on Linux: add /usr/local/kicad/share/kicad/module/package3d test to find a suitable value. 2015-01-01 19:52:23 +01:00
pgm_base.cpp Use XDG_CONFIG_DIR for lock file path on Linux. 2015-01-07 10:04:57 -05:00
prependpath.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
project.cpp Cvpcb: fix issues relatives to .equ files management: 2015-01-11 18:22:45 +01:00
ptree.cpp
reporter.cpp
richio.cpp
sch_item_struct.cpp
search_stack.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
searchhelpfilefullpath.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
selcolor.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
single_top.cpp Modular KiCad Blueprint Milestone B), major portions: 2014-08-13 15:28:54 -05:00
string.cpp
strtok_r.c
systemdirsappend.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
trigo.cpp Add missing source file licenses and code policy fixes. 2014-10-19 16:20:16 -04:00
utf8.cpp
validators.cpp Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 2014-12-11 13:00:59 +01:00
wildcards_and_files_ext.cpp 3d-viewer: code cleaning; bitmap2component: minor fix and code cleanup 2014-08-22 12:24:14 +02:00
worksheet.cpp
worksheet_viewitem.cpp Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 2014-12-23 14:01:59 +01:00
wxunittext.cpp
wxwineda.cpp
xnode.cpp
zoom.cpp Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues 2015-01-06 08:38:58 +01:00