Commit Graph

6 Commits

Author SHA1 Message Date
Jim Westfall
b54610c2f6 Work around mono crashing on Rows.Clear()
Mono will crash if you do a Rows.Clear() and the first row isnt visible.  To
work around this, when running under mono force scroll to [0,0] cell before
issuing the Clear().

https://bugzilla.xamarin.com/show_bug.cgi?id=24372

Renamed Settings.MonoFileIO to Settings.IsUnix
Created Settings.IsMono
2014-11-13 17:24:53 -08:00
gjefferyes
09ccdd7e10 remove service References 2014-11-13 09:54:31 -06:00
Jim Westfall
634de3b3d7 More CHD related fixes
- CHDReturnError was not handled and would cause an exception/crash
- CHD error/filename were swapped in ErrorGrid when scanning
- Use regex when parsing chdman stdout output
2014-10-29 20:20:37 -07:00
Jim Westfall
7f6b01516d Fix parsing of chdman stderr output.
Makes it works under mono/linux and also corrects the displayed error
message in windows.
2014-10-28 21:10:43 -07:00
Jim Westfall
e27dfd039d chdman fixes for mono/unix
- call chdman as chdman and not chdman.exe
- fix parsing issue with chdman stderr output
2014-10-28 18:37:16 -07:00
gjefferyes
5179fafbc0 First Public Release. 2014-09-23 12:06:15 -07:00