kicad/common
Wayne Stambaugh bbda48f9e8 Unify Eeschema orient commands and other minor fixes.
* Create command event handler for orienting schematic items and block.
* Remove redundant orient item and block command handler code and IDs.
* Remove redundant cancel current command event table entry.
* Remove unnecessary schematic bitmap object virtual functions.
* Set path when saving schematic sheet files to prevent assertion in
  updated path and file write permission test function.
* Restore directory and file name write permission test function to it's
  previous behavior to prevent unexpected save results.
* Add an assertion to verify the path is not empty to directory and file
  write permission test function.
* Improve documentation for path and file write permission test function.
* Fix Doxygen link warnings.
2011-10-28 16:30:50 -04:00
..
dialog_about Fix message in KiCad Dialog About (forgotten USE_BOOST_POLYGON_LIBRARY option removed). 2011-10-27 07:43:44 +02:00
dialogs Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
CMakeLists.txt Code cleaning: rename DIALOG_LOAD_ERROR (a stupid name) class to the more understandable HTML_MESSAGE_BOX. 2011-09-04 20:35:14 +02:00
base_screen.cpp More auto save improvements. 2011-10-15 09:25:57 -04:00
base_struct.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
basicframe.cpp Unify Eeschema orient commands and other minor fixes. 2011-10-28 16:30:50 -04:00
bezier_curves.cpp Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
bitmap.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
block_commande.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
build_version.cpp Fix message in KiCad Dialog About (forgotten USE_BOOST_POLYGON_LIBRARY option removed). 2011-10-27 07:43:44 +02:00
class_bitmap_base.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_colors_design_settings.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_layer_box_selector.cpp Preparing hotkeys/shortcuts changes in place menu. 2011-09-23 22:00:30 +02:00
class_marker_base.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_plotter.cpp Plot poly code cleaning. Suppress erreurs for malformed polygons (< 2 corners) 2011-04-20 10:13:21 +02:00
class_undoredo_container.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
common.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
common_plotDXF_functions.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
common_plotGERBER_functions.cpp Remove sine and cosine look up tables and other minor fixes. 2011-09-20 09:57:40 -04:00
common_plotHPGL_functions.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
common_plotPS_functions.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
common_plot_functions.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
confirm.cpp Commit patch make by Fabrizio, with a minor change to avoid duplicate HTML dialog. 2011-09-06 09:02:18 +02:00
copy_to_clipboard.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
dcsvg.cpp Add copy constructors and cloning to schematic objects and other minor fixes. 2010-12-21 10:13:09 -05:00
displlst.cpp Coding style policy fixes and dead code removal. 2011-09-06 15:42:46 -04:00
dlist.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
drawframe.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
drawpanel.cpp Minor menu bar fixes. 2011-10-18 15:59:19 -04:00
drawtxt.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
dsnlexer.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
eda_dde.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
eda_doc.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
edaappl.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
filter_reader.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
footprint_info.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
gestfich.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
gr_basic.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
hotkey_grid_table.cpp Minor PCBNew code fixes. 2011-09-29 12:49:40 -04:00
hotkeys_basic.cpp Factor Eeschema rotate item hot keys into a rotate event handler. 2011-10-26 16:46:04 -04:00
html_messagebox.cpp Code cleaning: rename DIALOG_LOAD_ERROR (a stupid name) class to the more understandable HTML_MESSAGE_BOX. 2011-09-04 20:35:14 +02:00
msgpanel.cpp Add menu item function fixes and other minor improvements. 2011-09-01 08:54:34 -04:00
netlist.keywords TokenList2DsnLexer.cmake, netform.cpp enhancements 2010-08-08 21:03:16 -05:00
newstroke_font.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
pcbcommon.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
projet_config.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
richio.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
sch_item_struct.cpp Initial ground work to make schematic fields use unified move code. 2011-10-21 14:17:51 -04:00
selcolor.cpp Gerbview: fix an issue with gerber files having a line comment starting by G04 and a command after this comment, on the same line. 2010-11-04 19:51:18 +01:00
string.cpp gear up for major use of ReadDelimitedText() by providing a better version 2011-03-23 19:15:33 -05:00
trigo.cpp Fix 3D pad drawing bug. Fixes 855288. 2011-09-21 08:51:46 -04:00
wineda_toolbar.cpp Coding policy fixes. 2011-04-13 15:30:27 -04:00
worksheet.cpp fix compile warning if defined KICAD_GOST 2011-08-23 08:25:41 +04:00
wxwineda.cpp Coding style policy fixes and dead code removal. 2011-09-06 15:42:46 -04:00
xnode.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
zoom.cpp Add menu item function fixes and other minor improvements. 2011-09-01 08:54:34 -04:00