fabrizio.
b594b4b28c
Better icons in Eeschema from Fabrizio Tappero
2012-01-17 20:23:07 +01:00
jean-pierre charras
5a96588eec
Fix bug 910364: When a footprint saved in a .mod file is not on front layer and/or not with orientation 0 degree, the Module editor load it incorrectly.
...
note: the Module editor save it with default orientation and layer, but the archive function does not, so some footprints can be not editable.
TODO: modify the Archive Function to use the default layer / orientation.
2012-01-04 20:10:33 +01:00
jean-pierre charras
5916688f35
Pcbnew: Fix error message in Module Editor after a global pad change.
...
Minor other enhancements and code cleaning.
2011-12-30 13:29:54 +01:00
jean-pierre charras
2c150e4817
All: fix compatibility issues with wxWidgets 2.9.3
...
Minor cosmetic enhancements.
Pcbnew: more workd abput connection algorithms (work in progress)
2011-12-17 22:21:03 +01:00
jean-pierre charras
31bcc6eed9
Add Bulgarian language. Update translators list.
...
Pcbnew: prepare work on new algos for connections calculations.
2011-11-30 12:45:49 +01:00
Fabrizio Tappero
69f8b30b25
Change find image, add new find replace image, and remove unused image cpp files.
2011-11-17 11:32:01 -05:00
jean-pierre charras
9cb27eb85c
Some better icons.
...
Fix bug 880132 (Justify not correct)
Note: justifications are now always relative to the text, in libedit (as before) and schematic editor:
if rotated, justification is rotated, because in Pcbnew rotation can have any value.
2011-11-12 10:51:06 +01:00
jean-pierre charras
fcb482df41
Pcbnew: Fix bug I created in my previous commit.
...
More about code refactoring in connect.cpp: RecalculateAllTracksNetcode() is 50 times faster with a board using 27000 tracks
Use right icon in pcbnew for load board and new board.
2011-11-01 09:51:27 +01:00
Fabrizio Tappero
341e3a507a
icons update.
2011-10-19 20:55:21 +02:00
jean-pierre charras
1fde4ca807
Eeschema, Libedit: Use 16x16 icons in comboboxes inside the pin editor dialog. This gives a better look to this dialog.
2011-10-18 21:18:04 +02:00
jean-pierre charras
2db1e221d4
Eeschema: Fix icons in macro menu.
...
Fix confusing labels in libedit (for pins and graphic items sharing)
2011-10-18 12:16:27 +02:00
jean-pierre charras
13324c06b5
Replace icon_cvpcb.svg file (broken?)
...
Gerbview: very minor fix
2011-10-17 18:49:14 +02:00
Fabrizio Tappero and jean-pierre charras
22b42b2a41
Commit new icons from Fabrizio Tappero .
...
(With a minor change for icon_cvpcb.svg: better look on dark backgrounds)
Fix bug 668200.
2011-10-05 14:36:32 +02:00
Fabrizio Tappero
eaf17c596a
New icons
2011-09-28 21:12:10 +02:00
JP Charras and Fabrizio Tappero, fabrizio.tappero
846dca8c05
Update .cpp icon files not updated in previous commit.
...
Fix minor issues.
Fic compil issue in dimension.cpp with wxMSW 2.8.12 (wxMSW 2.8.12 only).
2011-09-22 21:16:55 +02:00
jean-pierre charras
657a71a478
Minor icons changes
2011-09-20 13:12:26 +02:00
jean-pierre charras
8d83147e77
New Kicad icons from Fabrizio.
2011-09-20 12:24:01 +02:00
jean-pierre charras
64e1b72bf5
Try to use bzr rules to commit files with LF only in .cpp and .h files. Should change CRLF to LF in all bitmaps .cpp files.
...
In BITMAP_OPAQUE, use unsigned char instead of char for png member to remove warnings with some compilers.
2011-09-18 17:51:13 +02:00
jean-pierre charras
9c0eeadfd4
Pcbnew: fix some minor issues.
...
Remove obsolete foldr resources/icons.
Updates svg icons in folder resources.
2011-09-18 17:11:09 +02:00
Fabrizio Tappero
5bf7f4cd09
New icons from Fabrizio
2011-09-14 20:28:57 +02:00
Wayne Stambaugh
cb78c9452b
Undo changes from my last commit that caused a trace drag bug.
2011-09-14 11:08:44 -04:00
jean-pierre charras
134a935376
Add missing file.
2011-09-13 21:58:16 +02:00
jean-pierre charras
e9b71f1e83
Commit changes asked by Fabrizio Tappero.
...
Fix compatibility issues with old xpm icons.
Add or update .xpm and .ico files for shortcuts and taskbars
Remove artwork folder.
2011-09-13 21:37:25 +02:00
Wayne Stambaugh
efc93aa52b
PCBNew locate code refactoring.
...
* Move various locate functions into the appropriate board item object.
* Unified best zoom for all frames derived from PCB_BASE_FRAME.
* Remove track.cpp as it is no longer needed.
* Dead code removal.
* Remove scary frame window pointer member from board item objects.
* Add draw bounding box to gerber draw item for debugging purposes.
2011-09-13 09:29:43 -04:00
jean-pierre charras
b5d27a5659
Fix issues with new icons:
...
* Replace use of wxICON by new icons declaration.
* Remove unused files.
* Fix filenames inconsistencies between old and new icons.
* dialog_erc handle variable size icons in erc matrix.
2011-09-11 13:38:01 +02:00
Fabio Varesano
ddedd1ff39
Commit Fabrizio's PNG image improvement patch with minor fixes.
...
* Added checks for Inkscape and pngcrush when MAINTAIN_PNG mode is enabled.
* Rebuild PNGs with transparent background.
2011-09-08 16:27:02 -04:00
Dick Hollenbeck
07ab5534e5
PNG bitmap support, initial implementation
2011-09-08 00:58:45 -05:00