seb-win-refactoring/SafeExamBrowser.UserInterface
2017-07-13 08:51:00 +02:00
..
Controls Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00
Images Finished first draft of application scaffolding and splash screen. 2017-07-10 15:47:12 +02:00
Properties Started implementing basic scaffolding (application startup procedure / I18n). 2017-07-05 17:21:52 +02:00
ViewModels Started implementing taskbar. 2017-07-11 15:29:29 +02:00
SafeExamBrowser.UserInterface.csproj Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00
SplashScreen.xaml Finished first draft of application scaffolding and splash screen. 2017-07-10 15:47:12 +02:00
SplashScreen.xaml.cs Found solution to multi-threading issue at application startup and created draft of startup procedure. 2017-07-13 08:51:00 +02:00
Taskbar.xaml Started implementing taskbar. 2017-07-11 15:29:29 +02:00
Taskbar.xaml.cs Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00
UiElementFactory.cs Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00
WpfMessageBox.cs Continued scaffolding: 2017-07-07 15:46:32 +02:00