kicad/eeschema
Dick Hollenbeck 55426fb047 Add "portrait" support to the page size settings for all standard paper
sizes.  Tested with postscript output only.  Required minor file format changes
    to reflect the "portrait" setting.  common/dialogs/dialog_page_settings.cpp
    uses a checkbox but its name is "Landscape", which is inverted from portrait,
    but since it is the more common choice, I used that rather than portrait.
    The tooltip for that checkbox makes it clear.  No portrait mode is supported
    for "User" paper size.
2012-01-15 22:11:43 -06:00
..
dialogs Pcbnew: fix issue when KICAD_NANOMETER is defined: when zones use htcth to show zones areas, hatch lines were incorrectly calculated (hunded of thousand lines created) 2012-01-10 21:12:46 +01:00
plugins All : modify macro FROM_UTF8, to ensure compatibility with files using a non utf8 encoding (old files created under Window, having some non ASCII characters). 2011-03-02 12:03:06 +01:00
CMakeLists.txt ++eeschema 2012-01-09 11:24:01 -06:00
Info.plist Fix some minor OS X issues 2011-08-30 09:35:40 +02:00
annotate.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
backanno.cpp Eeschema schematic item move code unification. 2011-10-19 16:32:21 -04:00
block.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
block_libedit.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
build_BOM.cpp Encapsulate LABEL_OBJECT class and message panel window member of EDA_DRAW_FRAME. 2011-12-12 09:02:37 -05:00
bus-wire-junction.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
busentry.cpp Eeschema schematic object improvements. 2012-01-04 17:08:46 -05:00
class_drc_erc_item.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_libentry.cpp Eeschema: Fix issue in Search/ReplaceAll 2011-12-30 20:04:40 +01:00
class_libentry.h fix EDA_ITEM::Show() prototype bug, fix KICAD_PLUGIN::Save() problem with netclasses. 2011-12-14 11:25:42 -06:00
class_library.cpp All: fix a collision name between accessor function GetTimeStamp and GetTimeStamp in common.cpp. 2011-12-07 16:49:32 +01:00
class_library.h Remove message dialogs from COMPONENT_LIBRARY class. 2011-11-11 15:10:24 -05:00
class_netlist_object.cpp fix EDA_ITEM::Show() prototype bug, fix KICAD_PLUGIN::Save() problem with netclasses. 2011-12-14 11:25:42 -06:00
class_netlist_object.h fix EDA_ITEM::Show() prototype bug, fix KICAD_PLUGIN::Save() problem with netclasses. 2011-12-14 11:25:42 -06:00
cmp_library.keywords *.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake 2010-06-18 11:12:15 -05:00
cmp_library_lexer.cpp ++CMakeModules: 2010-08-09 11:56:00 -05:00
component_references_lister.cpp plugin work, accessors 2011-12-12 02:37:05 -06:00
controle.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
cross-probing.cpp Fix Eeschema find item bugs and other minor changes. 2011-11-16 20:06:08 -05:00
dangling_ends.cpp Eeschema ERC improvements and other minor fixes. 2011-10-07 10:41:30 -04:00
database.cpp Eeschema ERC improvements and other minor fixes. 2011-10-07 10:41:30 -04:00
dialog_erc_listbox.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
edit_bitmap.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
edit_component_in_schematic.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
edit_label.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
eelibs_read_libraryfiles.cpp Encapsulate SCH_EDIT_FRAME and LIB_EDIT_FRAME classes. 2011-12-09 11:37:11 -05:00
eeredraw.cpp Eeschema: Fix erroneous message [Read Only] after creating a new project, and obviously the corresponding schematic file does not yet exist (replaced by [no file]) 2012-01-14 12:52:46 +01:00
eeschema.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
eeschema.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
eeschema.rc New icons: fix problems about .ico files (under Window) 2011-09-10 19:48:35 +02:00
eeschema_config.cpp merge in mainline into KICAD_PLUGIN work, which is for the PCBNEW nanometer support 2012-01-05 10:30:58 -06:00
eeschema_config.h Eeschema ERC improvements and other minor fixes. 2011-10-07 10:41:30 -04:00
eeschema_doc.icns Updates for OS X 2010-05-16 20:18:38 +02:00
eeschema_id.h Unify Eeschema orient commands and other minor fixes. 2011-10-28 16:30:50 -04:00
erc.cpp plugin work, accessors 2011-12-12 02:37:05 -06:00
erc.h Eeschema ERC improvements and other minor fixes. 2011-10-07 10:41:30 -04:00
events_called_functions_for_edit.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
files-io.cpp carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
find.cpp Eeschema: Fix issue in Search/ReplaceAll 2011-12-30 20:04:40 +01:00
general.h More encapsulation work and other minor improvements. 2011-12-21 08:42:02 -05:00
getpart.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
help_common_strings.h Improve Eeschema find code and add initial replace plumbing. 2011-12-01 11:49:28 -05:00
hierarch.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
hotkeys.cpp Unify Eeschema orient commands and other minor fixes. 2011-10-28 16:30:50 -04:00
hotkeys.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
lib_arc.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_arc.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_bezier.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_bezier.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_circle.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_circle.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_collectors.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
lib_collectors.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
lib_draw_item.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_draw_item.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_export.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
lib_field.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_field.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_pin.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_pin.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_polyline.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_polyline.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_rectangle.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_rectangle.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_text.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
lib_text.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
libarch.cpp Remove message dialogs from COMPONENT_LIBRARY class. 2011-11-11 15:10:24 -05:00
libedit.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
libedit_onleftclick.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
libedit_onrightclick.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
libedit_plot_component.cpp finish up SCH_SHEET::{Set,Get}PageSettings() switch over 2012-01-05 02:07:11 -06:00
libedit_undo_redo.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
libeditframe.cpp ++eeschema 2012-01-09 11:24:01 -06:00
libeditframe.h ++eeschema 2012-01-09 11:24:01 -06:00
libfield.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
load_one_schematic_file.cpp Add "portrait" support to the page size settings for all standard paper 2012-01-15 22:11:43 -06:00
menubar.cpp Minor enhancement and minor code cleaning. 2011-12-18 18:57:05 +01:00
menubar_libedit.cpp Minor menu bar fixes. 2011-10-18 15:59:19 -04:00
netform.cpp plugin work, accessors 2011-12-12 02:37:05 -06:00
netlist.cpp Fix a minor bug in my last commit that caused the debug build to fail. 2011-12-12 10:16:05 -05:00
netlist.h Fix a minor bug in my last commit that caused the debug build to fail. 2011-12-12 10:16:05 -05:00
netlist_control.cpp Encapsulate EDA_APP class. 2011-12-16 15:12:49 -05:00
netlist_control.h Coding style policy fixes and dead code removal. 2011-09-06 15:42:46 -04:00
onleftclick.cpp Eeschema schematic object improvements. 2012-01-04 17:08:46 -05:00
onrightclick.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
operations_on_items_lists.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
pinedit.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
protos.h Factor bus label parsing function into net list object. 2011-10-12 11:34:52 -04:00
sch_base_frame.cpp ++eeschema 2012-01-09 11:24:01 -06:00
sch_bitmap.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_bitmap.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_bus_entry.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_bus_entry.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_collectors.cpp Fix issue in GPcb footprints import. 2011-12-22 09:07:50 +01:00
sch_collectors.h Eeschema find and replace improvements. 2011-12-21 15:21:15 -05:00
sch_component.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_component.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_field.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_field.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_junction.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_junction.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_line.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
sch_line.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_marker.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_marker.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_no_connect.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_no_connect.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_polyline.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_polyline.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_screen.cpp Add "portrait" support to the page size settings for all standard paper 2012-01-15 22:11:43 -06:00
sch_sheet.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_sheet.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_sheet_path.cpp plugin work, accessors 2011-12-12 02:37:05 -06:00
sch_sheet_path.h Improve Eeschema find code and add initial replace plumbing. 2011-12-01 11:49:28 -05:00
sch_sheet_pin.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_text.cpp Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
sch_text.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
schedit.cpp Eeschema schematic object improvements. 2012-01-04 17:08:46 -05:00
schematic_undo_redo.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
schframe.cpp Eeschema: Fix erroneous message [Read Only] after creating a new project, and obviously the corresponding schematic file does not yet exist (replaced by [no file]) 2012-01-14 12:52:46 +01:00
selpart.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
sheet.cpp finish up SCH_SHEET::{Set,Get}PageSettings() switch over 2012-01-05 02:07:11 -06:00
sheetlab.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
symbdraw.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
symbedit.cpp Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
template_fieldnames.cpp Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
template_fieldnames.h Add menu item function fixes and other minor improvements. 2011-09-01 08:54:34 -04:00
template_fieldnames.keywords *.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake 2010-06-18 11:12:15 -05:00
tool_lib.cpp More encapsulation work and other minor improvements. 2011-12-16 08:32:23 -05:00
tool_sch.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00
tool_viewlib.cpp More encapsulation work and other minor improvements. 2011-12-16 08:32:23 -05:00
transform.cpp Eeschem: fix bug when moving fields in schematic: incorrect field move for rotated+mirrored components 2011-01-19 11:34:56 +01:00
transform.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
viewlib_frame.cpp ++eeschema 2012-01-09 11:24:01 -06:00
viewlib_frame.h ++eeschema 2012-01-09 11:24:01 -06:00
viewlibs.cpp More encapsulation improvements. 2011-12-22 08:28:11 -05:00