89 Commits (267b21d81ca751b0aba8a48b4c6e182213d63e01)

Author SHA1 Message Date
Mark Roszko 49db4df92d Add a -n arg for "new instance" to kicad.exe for use with the relaunch command 4 months ago
Mark Roszko 572d394be7 Fix shift+middle click on windows no longer working 4 months ago
Wayne Stambaugh e09b095533 Common folder housekeeping part 3. 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Alex Shvartzkop 16e3692e71 Build time optimizations. 2 years ago
Jon Evans f613cd1cb4 ADDED: A new IPC API based on protobuf and nng 3 years ago
Marek Roszko 83ef5fd7d6 Move PGM_BASE to kicommon 2 years ago
Ian McInerney d44b04978a Allow enabling WXTRACE in release builds on all platforms 2 years ago
John Beard b57626807d Fix crash when cancelling fp table setup 2 years ago
Seth Hillbrand d99641be40 ADDED: Git integration support 2 years ago
Marek Roszko 8abd32c97c HideSplash() earlier before the initial frame->Show() 2 years ago
Marek Roszko 74d6dc6642 ADDED: Startup splashscreen 2 years ago
Mark Roszko 03990ee7e0 Move the custom assert handler to release builds only 2 years ago
Marek Roszko 992ed34365 Disable sizer asserts in release 2 years ago
Marek Roszko 8eb265bf4c Add a central assert handler that generates sentry events 2 years ago
Seth Hillbrand 14f6e32c74 ADDED: Change watcher for libraries 2 years ago
Marek Roszko c5d5450f55 Create a central exception handler we can also use to generate sentry events 3 years ago
Seth Hillbrand 82ba67db82 Initialize settings for SINGLE_TOP 3 years ago
Jon Evans e76fd128c3 Stop treating OpenProjectFiles failure like a fatal error 3 years ago
Seth Hillbrand a5e6f11682 Fix crash when closing non-modal 3 years ago
Seth Hillbrand fa91d906d0 Fix event blocker on GTK 3 years ago
Marek Roszko 3fe004fd1b New kicad-cli will now be the cli interface 3 years ago
jean-pierre charras 4611817f25 Eeschema: fix a crash when invoking eeschema.exe with 2 filenames to open 3 years ago
Marek Roszko 7d16fba8f9 Fix launching of files 3 years ago
Mark Roszko fb8a4c10f7 Shove kicad2step into pcbnew itself with a new cli 3 years ago
Seth Hillbrand b5bf1da251 Keep track of blocking windows 3 years ago
jean-pierre charras 60c65c2a1d Avoid loading python stuff when starting applications that do not use it. 4 years ago
jean-pierre charras 450b0c9e27 single_top.cpp: re-add lines removed by commit 5fa5a73c, needed in stand-alone. 4 years ago
Jeff Young 5fa5a73c6d File open/import progress dialogs. 4 years ago
Seth Hillbrand 192fbfd5e5 Finalize Python Frame 5 years ago
Seth Hillbrand f274a00c08 Remove PYTHON_* compile options 5 years ago
Ian McInerney 41f88dbabc Refactor platform-specific init into two phases 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Ian McInerney 3036683a2c Move platform-specific init tasks into KIPLATFORM 5 years ago
Jeff Young b47453a93b Fix app names in Quit menu items on Mac. 5 years ago
Marek Roszko b1d394258f Fix grammar 5 years ago
Marek Roszko 320ca5a0d0 Prevent KiCad launch on Windows 7 if python 3.8 or newer is bundled 5 years ago
jean-pierre charras eb7dc6ddd9 Minor fixes. In stand alone show the frame as soon as possible. 5 years ago
Jeff Young fc2bdc49de Once more into the depths of hell... er, I mean fix a focus issue. 5 years ago
Marek Roszko 5100f720ef Don't hard crash on a failed kiway player due to null reference 5 years ago
Seth Hillbrand 7997456893 Update single_top.cpp to fix errant "footprint" text 5 years ago
Seth Hillbrand f8a4edb1c9 First pass renaming module to footprint 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
Marek Roszko 2b2e8552be Turn off the leak dumping under MSVC as wxWidgets causes it to falsely report dumps on exit 5 years ago
Jon Evans e27786de2d Fix double call of OnPgmExit 5 years ago
jean-pierre charras 36bc44e6d7 more cleanup about removing useless include 5 years ago
Ian McInerney c458b50fd9 Ensure the environment variables are synchronized between KiCad and Python 5 years ago
Seth Hillbrand 7e3a338518 Move warning flags to proper place 5 years ago
jean-pierre charras 825d202480 Fix some strings to help translation. 6 years ago
Jeff Young 94e2690fed Fix compile issue on clang. 6 years ago