464 Commits

Author SHA1 Message Date
63e67ddac2
implement CustomOptionChoice now tht UWT has a ComboBox control 2019-12-12 00:13:03 -05:00
1bed62ee80
file name shortener for 8.3 filenames, etc. 2019-12-08 19:29:09 -05:00
c2bd1c04ee
well, it is 2019-12-08 03:55:49 -05:00
69c7682a4b
hey look, we have a (not really working) property list panel now 2019-12-02 07:57:14 -05:00
d80a8281cc
this fixes the popups, but GTK file dialogs are case-sensitive... which totally messes up our associations 2019-12-02 07:54:51 -05:00
3dc90109c0
display labels on GenericBrowserButton 2019-12-02 07:52:36 -05:00
245041bbfa
well this never worked right apparently 2019-12-02 07:51:34 -05:00
157df022d7
this FINALLY works now after I fixed that terrible, horrible, no-good, very bad bug in UWT 2019-12-01 04:36:45 -05:00
d7c4d11b8f
support a --command option to execute a command via command line (wat) 2019-11-30 23:26:59 -05:00
69f9a4e3be
fix indentation 2019-11-30 05:10:51 -05:00
92ddb591d0
set project version to 4.0.2019.12 2019-11-30 05:05:24 -05:00
5b520674e6
properly sort sizes and dates 2019-11-29 22:01:28 -05:00
6e88858c88
enable proper sorting of treeview columns by explicitly specifying the data type 2019-11-29 21:42:27 -05:00
af7b8914ec
refactor common reflection stuff from UniversalEditor into MBS.Framework 2019-11-29 18:55:10 -05:00
b0f50b483d
very HACKY ... but at least it fixes the splash screen 2019-11-25 17:43:59 -05:00
42677c8e0c
FINALLY - support for single instance - kills the splash screen, but whatever 2019-11-25 14:13:23 -05:00
05493e3f0b
preliminary (not always-working) implementation of editor plugins 2019-11-25 02:09:52 -05:00
e159842152
play nice with plugins 2019-11-25 02:08:48 -05:00
3879cdc740
helper methods to round to nearest power of 2 2019-11-24 04:42:11 -05:00
3b82e4ba74
provide full file name as name of doctab to avoid collisions with same file title 2019-11-23 21:50:18 -05:00
0e0e176111
implement helper function to get property value as a specific type 2019-11-23 21:15:52 -05:00
d6e08850e2
_data.Length is usually much larger than _actualLength to save on ResizeArray calls 2019-11-23 21:14:12 -05:00
8e025b8589
everything else is done this way 2019-11-23 21:13:30 -05:00
75bd06bb18
don't crash if the Accessor isn't a FileAccessor 2019-11-22 19:12:35 -05:00
95ae0c5a11
implement RoundUp for System.UInt64 2019-11-22 19:12:16 -05:00
02398ed366
properly update Accessor.Position for MemoryAccessor 2019-11-22 19:11:57 -05:00
d22f198d34
AddFileNameFilterFromAssociations for a single Association 2019-11-20 00:15:51 -05:00
8c0a110000
Display default value of field in treeview 2019-11-20 00:15:28 -05:00
155c72e7c9
improvements to File System Editor w/r/t adding items to folders 2019-11-18 23:55:55 -05:00
60a19673cb
improvements to File System Editor w/r/t adding items to folders 2019-11-18 23:54:38 -05:00
0c3a7af6b9
provide different menus for Folder and File selected items 2019-11-18 23:53:39 -05:00
13816f2e07
associate the buttons with their respective response values 2019-11-17 14:46:23 -05:00
2398a9e087
don't crash if we get passed in a null string 2019-11-17 14:46:02 -05:00
b5bc8c0ec1
allow to specify the DataType of a particular Field 2019-11-17 02:43:35 -05:00
9064e144f0
function to get the zero-based offset of a particular String in a list of strings with optional padding after each item (e.g. 1 for null terminator) 2019-11-17 02:42:56 -05:00
b6f6865e7a
Set the object model, data format, and accessor to last used values when saving 2019-11-16 23:57:45 -05:00
47b1e2ffc8
Preliminary implementation of Database Editor 2019-11-16 22:47:42 -05:00
f508567395
add MakeReferenceInternal for DatabaseObjectModel 2019-11-16 22:47:06 -05:00
45a842832c
add constructors for DatabaseField and DatabaseRecord 2019-11-16 22:46:23 -05:00
f1b9f2a6b9
move common Align() functionality into ReaderWriterBase 2019-11-15 22:13:10 -05:00
db78228129
properly display ModificationTimestamp in listview 2019-11-15 12:09:49 -05:00
033ab67b5b
don't crash if we get passed a NULL filename 2019-11-15 12:13:16 -05:00
cdd181bf70
hastily implemented indexer and ToString for DatabaseField 2019-11-15 12:12:49 -05:00
52c8c050f3
this function was used in only one DataFormat. ever. and it never worked... 2019-11-14 23:08:16 -05:00
de65fecdd7
implement Delete on SolutionExplorerPanel - very inefficient; needs UWT treemodelrow delete support 2019-11-13 10:44:55 -05:00
97eb6dadd7
support UWT ActiveControl property on Window 2019-11-13 10:44:01 -05:00
c66dc34ef4
enhancements to ProjectFolder and ProjectFile parenting 2019-11-13 10:42:58 -05:00
9142f696a4
add optional outputLength parameter when decompressing 2019-11-12 19:28:33 -05:00
2bad02b45b
Import DatabaseObjectModel from old Universal Data Storage codebase 2019-11-12 19:21:18 -05:00
f7fdb51610
don't crash if Title attribute is not specified on ProjectTask 2019-11-12 19:20:41 -05:00