89 Commits (bb4aa1573661b5509a910c0c0545055c5eb2fd8a)

Author SHA1 Message Date
Marek Roszko bdc41f7365 Don't search hardcoded (and never valid on non-english) Windows paths 5 years ago
Wayne Stambaugh 04a3619428 Fix opening symbol documentation field paths with spaces on GTK. 5 years ago
Marek Roszko 16e3e59495 Split out arrayDim and MIRROR templates from macros.h 5 years ago
Marek Roszko 64484f5fc4 Split KIID out of common.h 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
jean-pierre charras b38cef409b Rename CopyFile() to KiCopyFile() to avoid name colliding with a windows header. 5 years ago
jean-pierre charras 36bc44e6d7 more cleanup about removing useless include 5 years ago
Ian McInerney a0d84e94fd Use move to trash to the project manager instead of immediate delete 6 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Ian McInerney 20e7fc8a0e Properly escape spaces when opening PDFs on windows 6 years ago
jean-pierre charras 52db6acb86 Fix a compil issue on Windows. 6 years ago
Seth Hillbrand 6983c56cf8 Use const references where possible 6 years ago
jean-pierre charras 767d7f2009 Fix bug (typo?) in gestfich.cpp. 6 years ago
Ian McInerney 88e55bbf2d Recursively delete directories in the project tree 6 years ago
jean-pierre charras 4de6ed6206 Fix issues created by Adds Save As... to the Kicad manger. 6 years ago
Jeff Young b5904b0401 Installment one of project Save As... feature. 6 years ago
Jeff Young a612fb690b Cherry pick of line-ending-safety fix from 5.1. 6 years ago
Jeff Young d55f4d05b4 Workaround wxWidgets inability to find the default PDF viewer. 6 years ago
Jeff Young 2274895acf Add print preflight so the menu item is only shown when we can print. 6 years ago
Jeff Young 678294b8a6 Try harder to find a viable print solution on GTK. 6 years ago
Jeff Young 360a52399a Add printing to RMB project items. 6 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
Maciej Suminski bbfc1eb12c Use quoted file name when opening a PDF file 7 years ago
Camille 3168d03fe5 Fix unnecessary copy initialization detected by clang-tidy 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Fabrizio Tappero 1a30b4fb05 Launch correct default system PDF viewer on Linux. 9 years ago
Simon Wells 5caea3f599 Removed the space in the error message after the new line 10 years ago
Simon Wells b02bc2bf50 Reorder includes to a more logical order 10 years ago
Simon Wells 0d9ffb11fa Ensure filetype is not null before using open command, Fixed if statements to follow coding guidelines 10 years ago
Simon Wells 57d4c90055 Fixed bug with a text editor with a space in the name on OSX 10 years ago
Simon Wells c3589b5558 Cleaned up the OpenPDF function, including removing workaround code added in commit 1085 that is no longer required. Added Quotes around the pdf program if a custom one is used in case there are spaces in the file name 10 years ago
Wayne Stambaugh a6a9d8eedf Default and most recently used path fixes. (fixes: 1494210) 10 years ago
Wayne Stambaugh f97191b050 Fix some more OSX bundle issues due to CvPcb changes. 11 years ago
Bernhard Stegmaier f06bfe6d70 Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Dick Hollenbeck c39385a5cd improve help file finding after kiway breakage. 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Jacobo Aragunde Perez 295b5b5dea Add patch from Jacobo Aragunde Perez <Log of opened and closed applications in KiCad launcher> 13 years ago
jean-pierre charras 292c1f0912 Kicad: bug fix in menubar when changing the selected locale. 13 years ago
marco. 92f8f006fa MacOSX - Fixed some issues launching bundles/binaries 13 years ago
marco. 96f435202c MacOSX: Handling exec 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 0e27f45ffd Encapsulate EDA_APP class. 14 years ago
Wayne Stambaugh cd0b231656 Minor fixes, dead code removal, and coding policy fixes. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
Jerry Jacobs 312c16b3bf Minor UI changes that affect OS X, see CHANGELOG.txt 15 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 15 years ago
Wayne Stambaugh 7cb34aece7 Schematic component object encapsulation and Doxygen comment warning fixes. 15 years ago