81 Commits (97cb15dd472f29c3b3a67e816bd1f82bb2c84d77)

Author SHA1 Message Date
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
Jon Evans b802a3e776 Add command-line option to generate netlist and exit 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Jeff Young 10c25a2290 Update frame type enum to match current class names. 6 years ago
Seth Hillbrand 51fce4bad8 Force X11 on linux 7 years ago
Seth Hillbrand 484c1f63ba gtk3: Force GTK2-style input handling 7 years ago
Seth Hillbrand 69c1263c02 GTK3: Force scrollbars visible 7 years ago
Jeff Young e45afdb912 Revert absolute-path asserts and fix off-by-one bug. 7 years ago
jean-pierre charras 361366bbbc wxHtmlWindow doesn't render HTML text when used only inside our .kiface dll. (Windows and Linux) 7 years ago