Paul Licameli
4e260389da
Move AbbreviatePath to FileNames
2020-12-06 14:55:12 -05:00
Paul Licameli
f07fd5d8bc
Export failure messages name the file, exactly as with FileException
2020-12-06 14:21:41 -05:00
James Crook
caf4eadb97
Help button for many warning messages; Restored warning icon.
...
The error icon was gone because we are now using the ErrorDialog, which didn't have it. So added back explicitly. I decided to go with wxART_WARNING rather than wxART_ERROR because nearly all of these present as warnings.
2020-09-14 17:43:28 +01:00
Paul Licameli
327ada3c46
Give a "yellow zone" warning for checkpoint failure without data loss
2020-09-06 12:58:48 -04:00
Paul Licameli
41ea189075
Doxygen commentary for subclasses of AudacityException
2020-08-25 10:06:08 -04:00
Paul Licameli
278b40c50d
Bug2442: Windows crash when import exhausts disk space...
...
... Fixed by changing a move constructor to a copy constructor for the
exception object. Not sure why that should be needed, according to the C++
standard, but so it is with the MSVC compiler.
2020-06-05 00:00:48 -04:00
Paul Licameli
503ccabdd8
TranslatableString caption & message in MessageBoxException
2019-12-16 10:58:05 -05:00
Paul Licameli
4714d72b3f
Can't remove remaining wx headers from other headers, comment that
2019-03-31 01:41:16 -04:00
Paul Licameli
803d8b9559
Remove wx/filename.h, wx/choice.h, wxFileNameWrapper.h from headers
2019-03-28 03:12:42 -04:00
Paul Licameli
ac373502a9
Don't need AudacityException::Move, use std::exception_ptr
2018-05-10 00:56:37 -04:00
Paul Licameli
e4b9b7b505
Avoid long repetitions of message boxes for opening corrupt project
2017-10-21 10:40:41 -04:00
Paul Licameli
d1cbac4181
more finally, more const, remove unused, fix warnings
2017-03-31 17:47:18 -04:00
Paul Licameli
7927fe065f
Fix move constructors and assignments of AudacityException classes
2017-03-21 14:11:17 -04:00
Paul Licameli
195509a033
Define an AudacityException subclass for file errors
2017-03-17 17:52:58 -04:00