Commit Graph

9 Commits

Author SHA1 Message Date
Philipp Wolfer
c960089b80 PICARD-1718: Moved crash handler code into central function
Avoid code duplication, by still having a rather minimal dependency of internal code.
2021-05-04 16:12:50 +02:00
Philipp Wolfer
0c5d908a4c PICARD-1718: Show more details in crash dialog
Also set stack trace into the detailedText. Nicer display and ensures eventual HTML inside this string does not get rendered.
2021-05-04 16:12:49 +02:00
Philipp Wolfer
70e6dfd233 PICARD-1718: Use NamedTemporaryFile for creating log file 2021-05-04 16:12:49 +02:00
Philipp Wolfer
b9a7219ecd PICARD-1718: Do not print logfile location if writing log failed 2021-05-04 16:12:49 +02:00
Philipp Wolfer
29fdacc8ca PICARD-1718: Try to log and show exception details on crash
If Picard crashes try to log the traceback to a file and show a dialog to the user before exiting.
2021-05-04 16:12:48 +02:00
Philipp Wolfer
ce41927f00 PICARD-1675: Disable autoupdate works for pyinstaller and local builds
Generate tagger.py from tagger.py.in
2019-11-21 19:16:18 +01:00
Sambhav Kothari
411d0a6688 Cleanup unused setup.py code after move to PyInstaller 2018-03-19 17:46:04 +05:30
Lukáš Lalinský
f19ca412f4 Added option --disable-autoupdate for 'build' and 'install' commands of the setup script. (#2551) 2007-03-19 22:43:40 +01:00
Lukáš Lalinský
749cd93b16 Windows installer. 2006-10-15 00:14:49 +02:00