558 Commits

Author SHA1 Message Date
f117bad02e
don't set response value since this causes the dialog to close abruptly; set default button instead to still get 'suggested' theme on gtk 2020-03-19 11:01:14 -04:00
cd3498d78f
dialog should inherit from CustomDialog 2020-03-19 11:00:31 -04:00
7a8aaf3967
dialog should inherit from CustomDialog, setting responsevalue on a button causes the dialog to close without processing the Click handler, and don't crash if we can't find a custom option control for that property 2020-03-19 10:59:59 -04:00
9cdb8bb42b
don't catch just any exception while debugging since this screws up the call stack trace 2020-03-19 10:58:41 -04:00
9f30c318bd
the dialog WILL NOT CLOSE on WinForms without setting DialogResult before closing... who knows why 2020-03-19 03:11:13 -04:00
e309b7c314
fix the custom options so they use the actual name of the variables even through a refactor 2020-03-18 15:24:13 -04:00
2c5bfcc5bf
fix CustomOptionNumber handling now that we have a NumericTextBox in UWT 2020-03-18 12:57:23 -04:00
9d853aeba4
implement document properties dialog as a SettingsDialog with SettingsProviders supplied by the current editor 2020-03-17 23:13:32 -04:00
bd88d22512
remove custom-made UXT DataFormat that was only ever used for one really esoteric purpose 2020-03-16 23:29:45 -04:00
bb37f5e74d
forgot to implement CustomOptionFile property setting... 2020-03-16 11:41:44 -04:00
fd26b2570d
provide a way for FileSystem DataFormats to present DataFormat-specific additional details per file in the FileSystem Editor 2020-03-15 16:01:06 -04:00
114190a016
removed ButtonStockType in favor of simply using StockType everywhere 2020-03-15 14:56:43 -04:00
2af86d9f36
implement Engine-dependent launch of application help file 2020-02-14 01:55:36 -05:00
7d94e5a690
move XML CommandBar parsing into common CommandItem.FromMarkup function 2020-02-12 01:53:13 -05:00
86ea89730b
loading of command bars has been moved to UWT 2020-02-12 01:27:04 -05:00
5358a28c7c
custom dialogs should inherit from CustomDialog... also, be sure to return DialogResult.OK before closing dialog 2020-02-12 01:25:21 -05:00
cc1ca6fa60
this is just to show off the TaskDialog in UWT-WF (and a pretty good 'fake' rendition in GTK, too) 2020-02-12 00:50:34 -05:00
d7f9f74e5d
set up location and size for ALL GenericBrowserPopups, not just the ObjectModel one 2020-01-25 03:31:36 -05:00
c41f6973d3
since we don't display the text in the splash screen, print it to the console instead 2020-01-25 03:30:53 -05:00
2d6dfc2683
specify application short name 2020-01-25 03:30:29 -05:00
da4c33b231
some editors are identified by TypeName instead of ID, and that's OK 2020-01-25 03:30:16 -05:00
bdae99298b
on winforms, event must be cancelled to prevent default text box handler from spitting out an annoying 'ding' sound, also we have to manually close the window too 2020-01-25 03:28:31 -05:00
afd8ef84c1
manually specify window start position for popup (this should be in a Popup class...) 2020-01-25 03:27:45 -05:00
686d82bcfa
gracefully handle access denied errors when enumerating data paths 2020-01-25 03:27:06 -05:00
991cde070c
also catch InvalidDataFormatException because let's be honest, there's nothing we can do at that point 2020-01-23 03:38:40 -05:00
39b913897d
allow us to specify position of CommandItem relative to another (CommandReference)CommandItem by command ID 2020-01-23 03:38:13 -05:00
d97d2057fc
bugfix: do not attempt to use omrs[0] if we know that omrs.Length == 0 2020-01-23 02:24:31 -05:00
e20d005efd
do not enable the OK button on initial dialog load since no Accessor has been selected 2020-01-23 02:23:48 -05:00
711ecaab8d
improvements to Layout-based DataFormat system 2020-01-23 02:23:07 -05:00
2f202c6ab3
remove unused event handlers 2020-01-21 19:30:05 -05:00
3624d7f295
open selected item in FileSystemEditor when activated (e.g. mouse double-click) 2020-01-21 19:28:21 -05:00
f60ba5c8cd
move splash screen functionality into MBS.Framework.UserInterface proper 2020-01-14 13:39:36 -05:00
c113b3e029
this has been moved to MBS.Framework.Reflection 2020-01-14 01:21:07 -05:00
daca9b763a
FINALLY got around to fixing document template loader 2020-01-14 01:20:25 -05:00
70dd7a163d
take advantage of new UWT convenience function to populate shared menu items 2020-01-13 23:11:40 -05:00
dca87ec7ee
this has been moved to Universal Widget Toolkit (MBS.Framework.UserInterface) 2020-01-13 22:01:45 -05:00
3d78767101
ugly hack, I know - but at least we can ctrl+c / ctrl+v from FileSystemEditor now (at least on linux...) 2020-01-09 00:27:36 -05:00
49b8a7ddaa
I can't believe we couldn't set both Accessors in a single line until now 2020-01-05 19:53:48 -05:00
f2c10e8488
comments are nice 2020-01-05 19:50:57 -05:00
a408c0e1f6
support appending to languages in separate configuration files 2020-01-05 00:13:48 -05:00
977fd038f8
give us a chance to retry if something went wrong 2020-01-04 21:14:03 -05:00
a24cb40a6e
don't swallow all exceptions if debugger is attached; we probably want to debug them. but special case ObjectModelNotSupported since we can't do anything about that 2020-01-04 20:57:34 -05:00
b994035a29
hack a little on ASN.1 implementation... still not finished though 2020-01-04 09:03:14 -05:00
ecf6c98b13
make an attribute class for CustomOption (not implemented yet) 2020-01-04 09:00:15 -05:00
e22b875b6a
added Privacy-Enhanced Mail encoding DataFormat (need to work on chaining feature) 2020-01-04 08:58:24 -05:00
5cc379c957
hilariously messy code; but after poring over the LZRW1A sources from aluigi the billionth time, I think I've got it in C# now FINALLY 2020-01-01 22:37:06 -05:00
bbf7cde84e
these should be DebuggerNonUserCode 2019-12-31 22:27:33 -05:00
8417fbf854
convert spaces to tabs, remove debugging code that assumes we're running on windows 2019-12-31 22:26:59 -05:00
389f6a4fa7
code cleanup 2019-12-29 16:50:02 -05:00
1877c20645
check MarkupTagElement attributes for comparison as well - hey, should we implement IComparable instead? 2019-12-29 16:35:02 -05:00