218 Commits (3e45e49784b13a0aa93c01a11fb782b2e5ab3ad7)

Author SHA1 Message Date
Jon Evans 57c40d4f17 Disable the splash screen for now 2 years ago
Marek Roszko fc62d36441 Add share/locale to catalog paths on windows 2 years ago
Marek Roszko 284df4adf8 Move two pgm_base method definitions back to pgm_base.cpp 2 years ago
Wayne Stambaugh 19e309d2d2 Dialog layout and coding policy fixes. 2 years ago
Marek Roszko d0b26ae600 Add a hack to avoid spamming sentry events due to recursive asserts 2 years ago
Marek Roszko 5a1c300cff Remove unused headers in pgm_base 2 years ago
Mark Roszko 3c0f9ec510 Revert "Give wxTheApp to python scripts that end up touching Pgm().App()" 2 years ago
Marek Roszko 672265b564 Give wxTheApp to python scripts that end up touching Pgm().App() 2 years ago
Marek Roszko 37e8a008ab Remove obsolete config_params.h includes 2 years ago
Marek Roszko 98b35b1a7f Start using the sentry environment tag 2 years ago
Marek Roszko e3285c234a Move executable path to PATHS to avoid a circular dependency 2 years ago
Jon Evans 9973dd3e5d Fix sentry compile issues on macOS 2 years ago
Marek Roszko 11de95778b Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
Marek Roszko 6e04c2835a Remove unused header 2 years ago
Marek Roszko 4d77fd48ef Shove thread_pool to core 2 years ago
Marek Roszko 07ecdc5fbb Force close the splash 2 years ago
Marek Roszko ec64ceeff2 Add a custom wx splash class to nullify the filterevent that causes crashes 2 years ago
Marek Roszko cd884211ef Actually use the sentry dsn define 2 years ago
Marek Roszko 87513b4a04 Change the sentry dsn to be build time defined 2 years ago
Marek Roszko 208d146a03 Force fontconfig to look at the correct path for fonts.conf on windows 2 years ago
Seth Hillbrand db8e15ce88 Require wxWidgets 3.2 2 years ago
Marek Roszko 5319316815 Enhance the status bar with background progress and notifications 2 years ago
Seth Hillbrand 7fe83993cf Be smarter about releasing lockfiles 2 years ago
Marek Roszko b0fa2561b6 Add support for enum based policies 2 years ago
Ian McInerney 5e740c354e Don't skip loading the wxWidgets message catalogs 2 years ago
jean-pierre charras 1094cc5331 Fix issues related to the splash screen when no config file found: 2 years ago
Marek Roszko 74d6dc6642 ADDED: Startup splashscreen 2 years ago
Seth Hillbrand f76c94e622 Don't log asserts in release mode 2 years ago
Marek Roszko e536fa966c Remove extraneous Pgm() 3 years ago
Marek Roszko 8eb265bf4c Add a central assert handler that generates sentry events 3 years ago
Seth Hillbrand 122be418bb Upgrade file locking 3 years ago
Marek Roszko 53ad203028 Guard the new sentry calls because it won't be initialized if opted out 3 years ago
Marek Roszko c5d5450f55 Create a central exception handler we can also use to generate sentry events 3 years ago
Marek Roszko 8fd4909f86 Init curl in InitPgm for thread safety 3 years ago
Marek Roszko 0eefde6046 Fix build error pre wx 3.1.6 3 years ago
Marek Roszko 8a8589b9db Fix cli crash due to dialogs buried in the pcb parser... 3 years ago
jean-pierre charras 814dcdab31 Fix compatibility with wxWidgetsversion < 3.1.6 3 years ago
Marek Roszko 39e69a3d29 Fix up handling of font names available in multiple names 3 years ago
Seth Hillbrand 576bef4ba0 Fix Ukrainian language name 3 years ago
Marek Roszko 7d80815b7b Just use hash for sentry release for all builds for now 3 years ago
Marek Roszko 80b1826095 Fix sentry release tagging broken by 98d55ce8 3 years ago
Marek Roszko d8bde5bcfe Avoid the sentry prompt in kicad-cli 3 years ago
Seth Hillbrand 5347fbdbb1 Update languages to be installed for release 3 years ago
JamesJCode 3d6045a7c8 Supress wxLocale warnings when no matching locale found when setting default locale on MacOS 3 years ago
Simon Richter dc9aaf7844 Fix mismatched deallocation 3 years ago
James Jackson 8f2f53192b On MacOS, ensure the application locale is set to the system default 3 years ago
Seth Hillbrand fa91d906d0 Fix event blocker on GTK 3 years ago
Jon Evans 1d9783ed32 Suppress wxWidgets popups when locale can't be loaded for some reason 3 years ago
Seth Hillbrand 98d55ce82f Avoid rebuilding with each commit 3 years ago
Jon Evans bc45e3f16e Suppress wx error popups when locale is missing 3 years ago