charras
9edace2f5f
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
2009-04-17 08:51:02 +00:00
dickelbeck
760c92e5ee
oops, forgot the static inline
2009-04-17 06:46:01 +00:00
dickelbeck
69fd16ed26
switch to GetChars() and away from wxString::GetData()
2009-04-17 06:37:23 +00:00
dickelbeck
0350744a7d
add GetChars()
2009-04-17 06:23:07 +00:00
faa
3339f54f50
not build -DKICAD_GOST
2009-04-17 03:31:04 +00:00
charras
989ccd0e0e
wxWidgets 2.9 compatibility change.
2009-04-16 15:50:55 +00:00
charras
7ab924c3e1
minor bugs fixed, and remove warnings when using wxWidgets 3 in specctra.cpp
2009-04-16 08:48:54 +00:00
charras
bc9ad9c778
german translation update
2009-04-16 06:33:32 +00:00
stambaughw
cc661bdce8
Minor search path updates, initial UI clean up, and more wxDC zoom work.
...
* Add default OS program install path(s) to search path list as fail safe.
* Remove unnecessary wxGetApp calls in WinEDA_App class methods.
* Remove non-standard message panel font and changed background to system menu color.
* Remove italic fonts from menus.
* Remove non-standard font in Kicad app project tree.
* Remove font selection dialog menu items from apps for removed fonts.
* Remove all global variables and settings associated with the removed fonts.
* Fixed PCBNew export and import library file dialog response tests from wxCANCEL to wxID_CANCEL.
2009-04-15 19:53:41 +00:00
charras
50d1bcb171
more about management of lib files in defualt paths
2009-04-15 15:53:21 +00:00
charras
dd4e90215e
typo; bug in lib component edition: doc filename was entered from browse button without extension.
2009-04-15 12:12:59 +00:00
charras
7cd50d33a0
fixed in pcbnew: module copy: bad 3d shape list copy.
2009-04-15 07:20:30 +00:00
charras
9aba378fac
fixed in pcbnew: module copy: bad 3d shape list copy.
2009-04-15 06:32:15 +00:00
charras
20cb87a8b7
better handling of libraries paths (removed g_RealLibraryBuffer that had no sense with the new code), mainly in Eeschema
...
TODO: better handling of user lib paths (more than one path)
2009-04-14 16:45:22 +00:00
charras
89e7f96574
made kicad compilable with wxWidgets 2.9 (wxWidgets 3)
2009-04-13 05:58:11 +00:00
charras
f3e4682f54
eeschema: some fixes, see CHANGELOG
2009-04-12 14:39:54 +00:00
charras
54ee98bbc8
eeschema library cache name changed from <root_name>.cache.lib to <root_name>-cache.lib.
...
Needed with the new code using wxFileName
2009-04-11 16:00:23 +00:00
charras
d79fff5d9e
eeschema library cache name changed from <root_name>.cache.lib to <root_name>-cache.lib.
...
Needed with the new code using wxFileName
2009-04-11 15:50:31 +00:00
charras
cfc3d9194d
pcbnew: erroneous extension when savin *.mdc files (saved as *..mdc)
2009-04-11 15:12:58 +00:00
charras
f02980cdaf
eeschema: library order when loading libs fixed (i hope)
2009-04-10 14:57:10 +00:00
charras
82d8faeb40
eeschema: library order when loading libs fixed (i hope)
2009-04-10 14:53:24 +00:00
charras
9f7ca3444b
eeschema: Viewlib: listboxes for lib or component selection are now resizable
2009-04-10 13:39:03 +00:00
stambaughw
d96039a1fb
Change search path order, wxDC zoom updates, and code clean ups.
...
Add helpers for inserting paths to and removing paths from search list.
Moved user defined path before default library paths in search list.
Renamed m_Draw_Auxiliary_Axis to DrawAuxiliaryAxis.
Changed parameter to fix wxDC set mode from FALSE to GR_COPY.
Minor wxDC zoom improvements.
2009-04-09 18:39:39 +00:00
dickelbeck
a98c2415df
expand the size of the coordinate holding status fields, 2 and 3
2009-04-09 18:23:28 +00:00
dickelbeck
4ee4f83de4
move polar coordinates display to status field 2, so that field 0 persists.
2009-04-09 18:16:16 +00:00
dickelbeck
0261ab718f
move comment to header, expand on description of UpdateStatsBar(), make comment Doxygen compatible.
2009-04-09 17:34:51 +00:00
dickelbeck
20f8b2168b
UpdateStatusBar() not callable from RedrawActiveWindow on MAC, and it is not the right place to call it for other OSes even though it might work on those other OSes such as Windows and Linux
2009-04-09 17:25:59 +00:00
charras
24b8f4a5b2
Fixed: inconsistencies in dialog_eeschema_config.cpp (delete and add/insert do not have the same behavior: add/insert cannot be cancelled )
2009-04-09 13:21:26 +00:00
charras
dea07b0fac
broken SCH_COMPONENT::GetRotationMiroir() rewritten (problem when editing a mirrored and rotated component fixed)
2009-04-09 11:34:41 +00:00
charras
4b212810dd
minor bugs fixed (including plot labels issues)
2009-04-09 09:00:23 +00:00
charras
ceb1de9e24
eeschema: in file menu: "save as" and "load" uses current path
2009-04-08 18:20:27 +00:00
stambaughw
dfb88c6495
Library search path fixes, library configuration dialog fixes, and code cleaning.
...
Added application method to fix searching for user libraries.
Fixed documentation search path bug.
Moved auto pan setting from draw frame to draw panel were it is defined.
Some minor device context drawing changes.
2009-04-08 18:06:22 +00:00
charras
cf752a5812
fixed in modedit: save module not working
2009-04-08 06:05:54 +00:00
charras
e719b42e1f
made GetAssociatedDocument() compatible with last changes in kicad path handling.
2009-04-07 15:54:40 +00:00
faa
6e54ec713d
not build russian kicad
2009-04-07 15:45:07 +00:00
charras
6cd422ef8a
pcbnew: fixed: bug 2738052 (Delete tool does not delete zones outlines)
...
eeschema: fixed: void history file list in menu
2009-04-07 12:01:08 +00:00
charras
1343d9fd41
pcbnew: fixed: bug 2738052 (Delete tool does not delete zones outlines)
...
eeschema: fixed: void history file list in menu
2009-04-07 11:53:58 +00:00
charras
70707523dd
show axis in module editor and gerbview
2009-04-07 07:24:33 +00:00
stambaughw
5b3c5861bd
More search path, compiler warning, and bug fixes.
...
Added template subdirectory to library search path list.
Removed PARAM_CFG_BASE empty destructor to prevent GCC warning.
Set timeout to 0 on DisplayInfo call to prevent debug assertion in eeschema/files-io.cpp.
Declare PARAM_CFG_ARRAY for future project file object implementation.
Removed unnecessary COMMON_GLOBL definition in gr_basic.h and param_config.h.
2009-04-06 18:54:57 +00:00
f3nix
0706234d8d
Set eol-style native on new files.
2009-04-06 16:21:39 +00:00
charras
9efbf02042
add and translate some comments. fixed a problem in modedit (delete module in lib not working)
2009-04-06 16:05:25 +00:00
charras
71ca194b68
overbar patch merged mainly in eechema/class_pin.cpp. Some cleanup and compil problem fixes.
2009-04-06 10:56:17 +00:00
f3nix
c6501e7d3a
Polish translation update.
2009-04-05 21:26:03 +00:00
f3nix
b38c601661
Set eol-style native on new files.
2009-04-05 21:07:24 +00:00
stambaughw
689579bde1
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
2009-04-05 20:49:15 +00:00
strangeril
7a351249ec
Czech translation update
2009-04-02 10:33:31 +00:00
dickelbeck
68d0e4664a
Mac fix
2009-03-30 19:28:54 +00:00
charras
4ef16f53d9
pcbnew: added BOM generator (in postprocess menu)
2009-03-30 15:36:41 +00:00
raburton
534a64b416
set eol-style native on new files
2009-03-29 09:25:23 +00:00
charras
b65590f708
code cleanup in project_config.cpp and some enhancements
2009-03-28 20:02:34 +00:00