108 Commits (7cc663ad7738cc18effb963a03cc043219e83453)

Author SHA1 Message Date
Jeff Young 7cc663ad77 Schematic parity checking for CLI DRC. 2 years ago
Jeff Young 974da4ea7c Push most of DIALOG_CHOOSE_SYMBOL down into PANEL_SYMBOL_CHOOSER. 2 years ago
Jeff Young 1047130046 Push most of footprint chooser into PANEL_FOOTPRINT_CHOOSER. 2 years ago
Jeff Young d6aefc458c Clear the playerFrame lookup cache when closing frames. 2 years ago
Marek Roszko 53ad203028 Guard the new sentry calls because it won't be initialized if opted out 3 years ago
Marek Roszko 5b5176f104 Experiment with sentry breadcrumbs to footnote kiway events to provide more crash context 3 years ago
Marek Roszko 2f23df8f5f Move 3 more blocks to the common ex handler 3 years ago
Marek Roszko 26f250faa8 Handle OnKifaceStart exceptions without crashing 3 years ago
Marek Roszko 6022979bfe Undo accidental commit change to kiway.cpp 3 years ago
Marek Roszko ea077bc34d Banish ignore.h to core 3 years ago
Alex 10c4b948cb Support canceling initial global library table setup. 3 years ago
Alex 672c468342 Fix clashing error dialogs when can't load dynamic library. 3 years ago
Marek Roszko 669d302ccf Revert "Try to handle fetching the player frame slightly safely" 3 years ago
Marek Roszko 679a3a6552 Try to handle fetching the player frame slightly safely 3 years ago
Jon Evans 7e778c9856 KiWay: Make sure to mark closed windows as closed 3 years ago
jean-pierre charras 9501f4303d Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 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
Marek Roszko d6c1f52b55 Plant the ability to verify code signing signatures when trying to load kifaces 4 years ago
Seth Hillbrand 098e8f7d9b Revert "cmake: adding KICAD_MACOSX_APP_BUNDLE option" 4 years ago
Davide Gerhard ea9f960cc1 cmake: adding KICAD_MACOSX_APP_BUNDLE option 4 years ago
Jeff Young d28714167c All the preferences, all the time. 4 years ago
Seth Hillbrand 9a8d1246cc We don't keep a CHANGELOG.TXT 4 years ago
Seth Hillbrand 548e5f49bd Clean up unused variable usage 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
david-beinder f33ea6f997 Kiway: Improve performance by using IDs and clearing closed frame entries 4 years ago
Jeff Young 062c4fda62 More error message regularization (and translatability improvements). 4 years ago
Jeff Young 5c21f93803 Consistency in progress and error messages. 4 years ago
Marek Roszko 19faadf149 Move wx/dynlib.h include to source file 4 years ago
Seth Hillbrand c0bc6b1107 Fix compile errors on MSVC 5 years ago
Seth Hillbrand 192fbfd5e5 Finalize Python Frame 5 years ago
Seth Hillbrand 81d58bcea9 Working python window 5 years ago
Jon Evans f00cee438f Fix running from build dir on MacOS after recent build system changes 5 years ago
Ian McInerney ecd9bf696e Be consistent about using nullptr instead of 0 5 years ago
Jon Evans cdb352bb24 Allow finding kicad_3dsg when running from build dir 5 years ago
Jon Evans 9a13835f5d Allow running release builds from build dir also 5 years ago
Jonathan Haas f90164f7cf Fix some typos and improve wording 5 years ago
Ian McInerney d50d728d19 Cleanup compiler warnings 5 years ago
Marek Roszko 16e3e59495 Split out arrayDim and MIRROR templates from macros.h 5 years ago
Marek Roszko 5100f720ef Don't hard crash on a failed kiway player due to null reference 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Jeff Young bddc97df30 LibEdit -> SymbolEditor 5 years ago
qu1ck e5828d5817 Improve exception handling in KIWAY::Player() 5 years ago
Ian McInerney 8bdf25d3e2 Show an error message when switching to a language that isn't installed 5 years ago
Mark Roszko 89e74140eb Save file / window states for kicad project locally 5 years ago
Ian McInerney c458b50fd9 Ensure the environment variables are synchronized between KiCad and Python 5 years ago
Jeff Young 3fd0a3f842 Update text variables even when they're changed from other binary. 5 years ago
Jeff Young 940570e9ec Catch exception so that we at least throw up an error message. 5 years ago
Jon Evans a5a19076fd Move PROJECT storage to SETTINGS_MANAGER 6 years ago