|
|
3a299cabf8
|
fix(ui): (papercut): minor improvements in differentiating between new document / project dialog
|
2022-01-27 23:55:18 -05:00 |
|
|
|
49a237ab94
|
smarter prefix suggestion for document and project templates
|
2022-01-18 12:32:13 -05:00 |
|
|
|
4fe767779c
|
quick hack to ensure appropriate options get set for FileAccessor
|
2022-01-17 02:28:36 -05:00 |
|
|
|
476c07516b
|
computer broke, frustrated, will clean up this shitload later
|
2021-12-09 01:04:07 -05:00 |
|
|
|
82101053ff
|
removed StackSidebar and replaced with TabContainer with TabStyle = Sidebar
|
2021-08-11 15:23:09 -04:00 |
|
|
|
e670a3646e
|
migrate functionality from Engine directly into EditorApplication and remove Engine
|
2021-07-24 17:13:33 -04:00 |
|
|
|
d973de830d
|
remove ProjectTypeVariable in favor of using Setting everywhere
|
2021-05-22 07:26:57 -04:00 |
|
|
|
010b7ffafc
|
replace ALL obsolete and duplicate CustomOptions code with Settings from MBS.Framework
|
2021-05-22 02:16:12 -04:00 |
|
|
|
44cde38727
|
Merge branch 'pre-commit'
|
2021-05-15 00:34:55 -04:00 |
|
|
|
cf3efc3268
|
add pre-commit hook 'mixed-line-ending'
|
2021-05-15 00:34:42 -04:00 |
|
|
|
1ce558596a
|
allow disabling certain elements of DocumentPropertiesDialog
|
2021-05-10 06:40:50 -04:00 |
|
|
|
97d1401c3c
|
update pre-commit
|
2021-05-07 22:05:11 -04:00 |
|
|
|
8b689aa3ad
|
add .desktop file
|
2021-05-07 13:50:26 -04:00 |
|
|
|
c655e4baab
|
dynamically change New Dialog caption depending on whether it's a New Project or New Document - broken in UWT
|
2021-03-23 14:54:09 -04:00 |
|
|
|
5233118a56
|
suggest ObjectModel if not specified when selecting DataFormat
|
2021-03-23 14:49:55 -04:00 |
|
|
|
e167853c28
|
move IHostApplication core into UniversalEditor.Core
|
2021-03-23 14:48:24 -04:00 |
|
|
|
bd836fd758
|
migrate Settings codebase from MBS.Framework.UserInterface to MBS.Framework [from MBS.Framework a594833]
|
2021-02-15 22:18:11 -05:00 |
|
|
|
9ecb3e3692
|
convert HostApplication from static class to interface implemented by EditorApplication (a subclass of UIApplication)
|
2021-01-02 00:30:28 -05:00 |
|
|
|
41136a6a10
|
start to move some common stuff out of UE and into MBS.Framework.UserInterface
|
2020-11-20 22:17:57 -05:00 |
|
|
|
e8eab14089
|
migrate Application to a non-static class so we can develop UI-specific stuff in a subclass
|
2020-10-26 16:49:11 -04:00 |
|
|
|
a1ec00983b
|
major improvements to project system including 'virtual' in-memory file system for projects and multiple project types (natures)
|
2020-10-22 21:21:04 -04:00 |
|
|
|
847238588c
|
update buttons when options are changed
|
2020-09-29 05:04:46 -04:00 |
|
|
|
c826046e50
|
add buttons to change CustomOptions for DataFormat and Accessor without having to pick them again
|
2020-09-25 17:38:38 -04:00 |
|
|
|
95455c266f
|
populate about dialog with actual information
|
2020-09-19 22:07:27 -04:00 |
|
|
|
f425651eb2
|
Merge branch 'UE5FeatureCustomOptionSettings'
|
2020-09-06 06:32:46 -04:00 |
|
|
|
d3d74b4f05
|
aesthetic changes and README.md update
|
2020-09-05 06:51:54 -04:00 |
|
|
|
a3c51604ec
|
add names for Settings and remove CustomOptionsDialog in favor of using UWT SettingsDialog
|
2020-09-05 06:51:13 -04:00 |
|
|
|
b93a4c0978
|
I don't think we need these messages anymore
|
2020-08-29 18:40:31 -04:00 |
|
|
|
da49113837
|
preliminary working implementation of Batch Find/Replace dialog... very incomplete
|
2020-08-26 02:10:11 -04:00 |
|
|
|
abd4992fbe
|
reorganize ListView source into its own sub-namespace
|
2020-08-15 01:43:55 -04:00 |
|
|
|
6306cce550
|
should this be fixed in upstream UWT?
|
2020-08-07 01:27:58 -04:00 |
|
|
|
afcdf67668
|
left-align custom option label
|
2020-06-17 18:29:58 -04:00 |
|
|
|
abb2ba7b49
|
prevents the FileAccessor from "helpfully" creating an empty file with the given name if it doesn't exist
|
2020-05-28 18:38:52 -04:00 |
|
|
|
d9b54cd2de
|
reset FileAccessor custom options to default values when DataFormat is unselected
|
2020-05-20 13:45:07 -04:00 |
|
|
|
c7bb920664
|
fix suggested button appearance
|
2020-05-12 08:39:33 -04:00 |
|
|
|
8f2fd6837f
|
use nameof() instead of hardcoding widget name - that way if we ever need to change it we can just do a simple refactor
|
2020-05-10 21:24:26 -04:00 |
|
|
|
7025bb400f
|
use EventHandlerAttribute instead of connecting event handlers explicitly
|
2020-05-10 21:12:23 -04:00 |
|
|
|
9053e149b4
|
improvements to UWT ContainerLayout-based AboutDialog and NewDialog
|
2020-05-09 22:45:27 -04:00 |
|
|
|
2724d9461d
|
implement NewDialog (the New Document and New Project dialog) as a UWT-based ContainerLayout design
|
2020-05-09 19:36:26 -04:00 |
|
|
|
2d01be239c
|
FINALLY implement UWT-based user interface for the BookmarksManager
|
2020-05-05 21:29:19 -04:00 |
|
|
|
feda303959
|
only confirm exit if window is being closed by the user
|
2020-03-29 04:17:07 -04:00 |
|
|
|
19fa0d64bc
|
reorganize directory structure and remove stale projects. our main focus will be on C# from here on out
|
2020-03-23 02:28:39 -04:00 |
|