226 Commits

Author SHA1 Message Date
a9234e1dd6
remove some old cruft and try to actually use the crufty localization system 2022-09-14 00:56:29 -04:00
fe6590611e
actually calculate the count of all of the same document types so we can provide a more accurate empty document name 2022-09-14 00:20:41 -04:00
af360a0753
various stuff 2022-09-13 09:53:45 -04:00
d7a6029e54
add daily tip feature (requires latest uwt for settings bugfix) 2022-09-13 09:38:19 -04:00
e217c4769d
properly save project-specific settings from the ProjectType into the actual ProjectObjectModel 2022-09-06 00:43:52 -04:00
328728fa32
support multiple configuration files for reading, but only write to user-writable files 2022-08-06 19:24:48 -04:00
2723f02ecf
prevent blank strings in DataFormat GenericBrowserPopup 2022-04-16 11:22:12 -04:00
79c15605af
add quick and dirty setting to enable/disable logging 2022-04-13 00:37:48 -04:00
a68f8c57f0
Merge branch 'pre-commit' 2022-03-19 14:46:36 -04:00
d2cc76d84c
improve handling of project properties dialog 2022-03-19 14:46:22 -04:00
38b61618eb
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2022-03-17 14:36:44 -04:00
d238003e08
formatting fix 2022-03-16 14:15:21 -04:00
35549b1059
refactor Template subclasses and add ObjectModel empty template prefix parameter 2022-03-16 12:37:55 -04:00
abc3ff3853
fix another stupid mistake 2022-03-15 00:16:02 -04:00
73c6a06776
laughably stupid mistake 2022-03-15 00:12:33 -04:00
29c0297c5f
update to latest UWT API changes for treeviews 2022-03-15 00:12:02 -04:00
9bfb038efd
preliminary scaffolding to support project settings 2022-02-07 13:13:25 -05:00
dc78a506eb
fix minor bug with null project templates 2022-02-07 13:12:18 -05:00
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
e6be610a9d
rename UniversalEditor.UserInterface.MainWindow to EditorWindow to avoid naming conflict with MBS.Framework.MainWindow 2022-01-17 02:34:41 -05:00
e661b6ff62
thoughts 2022-01-17 02:29:02 -05:00
4fe767779c
quick hack to ensure appropriate options get set for FileAccessor 2022-01-17 02:28:36 -05:00
eabb9efeb8
forgot we are now using ChoiceSetting.ChoiceSettingValue as Value for ChoiceSetting 2022-01-16 13:27:31 -05:00
2aecf3357b
add EventFilterType parameter to event filter delegate 2022-01-16 13:26:52 -05:00
45929884b8
initial commit of window switcher 2021-12-14 22:25:49 -05:00
476c07516b
computer broke, frustrated, will clean up this shitload later 2021-12-09 01:04:07 -05:00
cc5df07838
remove obsolete and orphaned code 2021-11-04 08:46:05 -04:00
1bc2cf9f47
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2021-11-02 13:23:26 -04:00
196d47840c
implement Editor-specific CommandBars for certain Editors 2021-10-31 14:56:45 -04:00
aa66862b2c
refactor bookmark adding code (finally) 2021-10-10 21:46:34 -04:00
dd2b88c16f
Ribbon improvements 2021-09-15 21:02:49 -04:00
1f836c42f2
don't bother caching this since the subclass caches it 2021-09-15 17:33:15 -04:00
6ec7b011c3
revised RecentFileManager to provide a stable API and actually limit the number of items tracked 2021-09-08 21:06:23 -04:00
c4728b6566
don't assume GetCurrentEditor() returns something 2021-08-27 20:42:26 -04:00
1b28f8603d
remove columns in TreeModel along with TreeView instead of in separate areas 2021-08-27 20:41:05 -04:00
fdbeb208e9
testing improvement to Database Editor 2021-08-14 23:37:53 -04:00
81e5ff40f5
implement icons on ToolbarItemButtons 2021-08-14 23:37:15 -04:00
bb6bb8b60a
do not cause SelectionChanged to be handled (again) while we are currently processing a selection change 2021-08-11 23:53:31 -04:00
df32d49b11
preliminary implementation of Editor Panels - CRASHES when switching back after adding a panel though 2021-08-11 23:34:47 -04:00
b16d63279e
preliminary implementation of Panel references - XML and Editor Panels to come soon 2021-08-11 22:26:12 -04:00
82101053ff
removed StackSidebar and replaced with TabContainer with TabStyle = Sidebar 2021-08-11 15:23:09 -04:00
c63a7fd999
focus newly-created TreeModelRow after adding it 2021-08-03 23:15:05 -04:00
481ee946b0
remove broken files 2021-07-25 21:02:07 -04:00
8b363b50d0
Merge branch 'pre-commit' 2021-07-25 16:13:12 -04:00
d8b75962c5
merge stashed changes 2021-07-25 16:12:56 -04:00
dca1c130ff
allow creating empty document without an Accessor being set 2021-07-24 17:17:08 -04:00
3c332eb798
don't die painfully if StartPage layout cannot be loaded 2021-07-24 17:14:53 -04:00
e670a3646e
migrate functionality from Engine directly into EditorApplication and remove Engine 2021-07-24 17:13:33 -04:00
dbe9f59538
need to fix opening twice, but now we can handle import settings when launched via native file browser, for example 2021-05-31 23:38:50 -04:00