dbuechel
|
b29828b724
|
SEBWIN-329: Implemented new configuration keys to control access to log information during runtime.
|
2019-05-22 15:16:50 +02:00 |
|
dbuechel
|
8b0cc6db71
|
SEBWIN-329: URL textbox is now hidden when disabled and the developer console is accessible via the browser menu. Removed spinning wheel and introduced loading progress indicator.
|
2019-05-22 11:42:31 +02:00 |
|
dbuechel
|
719411d8e3
|
SEBWIN-226: Implemented termination activator for global CTRL+Q keyboard shortcut.
|
2019-03-29 07:46:21 +01:00 |
|
dbuechel
|
5ad8a8a2fb
|
SEBWIN-117: Corrected implementation of browser window to automatically resize itself on display rotation. Decided to use WPF's SystemParameters nonetheless by only accessing it after the working area has been initialized.
|
2019-03-20 10:08:10 +01:00 |
|
dbuechel
|
517ceaca4e
|
SEBWIN-117: Changed layout & positioning of the taskbar and action center (WPF caches the current working area but does not allow to manually reset the cache). Ensured that the wallpaper is only changed on Windows 7.
|
2019-03-19 16:09:07 +01:00 |
|
dbuechel
|
b4ae1745fc
|
SEBWIN-141: Implemented quit button and clock for action center.
|
2019-03-15 11:38:59 +01:00 |
|
dbuechel
|
a47f68422c
|
SEBWIN-141: Implemented wireless network control for action center and revised keyboard layout control for taskbar.
|
2019-03-15 09:44:17 +01:00 |
|
dbuechel
|
ac2293dcb6
|
SEBWIN-141: Implemented power supply control for action center.
|
2019-03-14 10:28:21 +01:00 |
|
dbuechel
|
5ba6e6345c
|
SEBWIN-141: Extended / changed implementation of keyboard layout for action center and taskbar.
|
2019-03-12 16:18:27 +01:00 |
|
dbuechel
|
31857bfb25
|
SEBWIN-141: Extended system component contracts and implementations to allow multiple controls per component and started to implement action center functionality.
|
2019-03-08 15:56:38 +01:00 |
|
dbuechel
|
519fb9e57b
|
SEBWIN-141: Implemented draft of application controls for action center.
|
2019-03-08 11:43:52 +01:00 |
|
dbuechel
|
d99d46d086
|
SEBWIN-141: Basic draft of action center including keyboard and touch activators.
|
2019-03-06 16:10:00 +01:00 |
|
dbuechel
|
5641dc3e4b
|
SEBWIN-226: Cleaned up configuration and core contracts by creating new namespaces SafeExamBrowser.Applications, SafeExamBrowser.Client and SafeExamBrowser.Runtime.
|
2019-01-23 15:57:49 +01:00 |
|
dbuechel
|
c6556a7765
|
SEBWIN-226: Implemented configuration for main / additional browser windows and handled forward / backward navigation buttons.
|
2019-01-23 09:37:47 +01:00 |
|
dbuechel
|
6527969e75
|
SEBWIN-106: Implemented basic zoom functionality for browser.
|
2019-01-18 16:11:33 +01:00 |
|
dbuechel
|
0ee13c9c8b
|
SEBWIN-106: Implemented basic favicon handling.
|
2019-01-17 16:15:10 +01:00 |
|
dbuechel
|
704aea3a45
|
SEBWIN-223, SEBWIN-224: Implemented user interface and browser configuration mapping.
|
2019-01-11 08:25:40 +01:00 |
|
dbuechel
|
b4839641d4
|
SEBWIN-222: Implemented quit password.
|
2019-01-10 10:04:30 +01:00 |
|
dbuechel
|
4edd8480ef
|
Updated year to 2019 for all copyright notices.
|
2019-01-09 11:25:21 +01:00 |
|
dbuechel
|
7a57cdf93b
|
SEBWIN-221: Changed IProgressIndicator implementation to automatically show busy indication after a delay. All application controllers now create new splash screens before executing an operation sequence.
|
2018-10-04 11:24:16 +02:00 |
|
dbuechel
|
6acd40eb74
|
SEBWIN-220: Extracted user interface dependencies from all IOperations by introducing ActionRequired, ProgressChanged and StatusChanged events.
|
2018-10-03 14:35:27 +02:00 |
|
dbuechel
|
ec3f2b7ff2
|
SEBWIN-220: Extracted concerns from core namespace (communication, i18n, logging) and removed behaviour namespace.
|
2018-08-31 10:06:27 +02:00 |
|
dbuechel
|
ef31db9920
|
SEBWIN-220: Replaced guid with abstact InstanceIdentifier for application instances and started to implement logging for browser component.
|
2018-08-31 07:49:41 +02:00 |
|
dbuechel
|
70f68abc8f
|
SEBWIN-220: Moved all event handlers to separate files and namespaces.
|
2018-07-06 15:57:38 +02:00 |
|
dbuechel
|
9a12bbdb7d
|
SEBWIN-220: Finally renamed RuntimeInfo to AppConfig.
|
2018-06-29 09:50:20 +02:00 |
|
dbuechel
|
eb47cb362b
|
SEBWIN-220: Finished draft of (re-)configuration mechanism.
|
2018-06-27 14:02:16 +02:00 |
|
dbuechel
|
cd5bbfcb47
|
SEBWIN-220: Implemented mechanism to prevent (accidental) closing of taskbar by ALT+F4.
|
2018-06-21 08:54:43 +02:00 |
|
dbuechel
|
49d9b03d7a
|
SEBWIN-219: Extracted message box from UI factory and tidied up user interface contracts.
|
2018-03-14 12:07:20 +01:00 |
|
dbuechel
|
e0bc11fe79
|
SEBWIN-219: Added missing API documentation on type level.
|
2018-03-06 11:38:12 +01:00 |
|
dbuechel
|
4ce5677ecf
|
SEBWIN-219: Started implementing reconfiguration mechanism.
|
2018-03-02 15:41:04 +01:00 |
|
dbuechel
|
f2e3b35730
|
SEBWIN-219: Implemented simple loading state indicator for browser window.
|
2018-03-01 08:50:08 +01:00 |
|
dbuechel
|
2ab48cda09
|
SEBWIN-219: Unified WPF application shutdown for runtime & client (and fixed window visibility issue by doing so).
|
2018-02-21 14:01:21 +01:00 |
|
dbuechel
|
2424f2f1ed
|
SEBWIN-219: Implemented basic shutdown mechanism.
|
2018-02-20 15:15:26 +01:00 |
|
dbuechel
|
d935407ecb
|
SEBWIN-219: Working on IPC mechanics.
|
2018-02-15 15:42:54 +01:00 |
|
dbuechel
|
001c262158
|
SEBWIN-219: Extracted text dependency from user interface factory methods.
|
2018-02-07 13:25:49 +01:00 |
|
dbuechel
|
5b57734406
|
SEBWIN-219: Finally found appropriate solution for handling bootstrap- and session-operations.
|
2018-02-02 09:18:35 +01:00 |
|
dbuechel
|
18b8f66300
|
SEBWIN-219: Continued implementing kiosk operation and realized that further changes to startup/runtime/shutdown-mechanism are necessary...
|
2018-01-30 14:41:36 +01:00 |
|
dbuechel
|
b22093e6a2
|
SEBWIN-219: Started implementing kiosk mode operation.
|
2018-01-26 12:33:36 +01:00 |
|
dbuechel
|
57c3afdaa5
|
SEBWIN-219: Introduced configuration mode and continued with configuration operation.
|
2018-01-19 09:23:09 +01:00 |
|
dbuechel
|
0b52095453
|
SEBWIN-219: Separated immutable, application-wide configuration values from settings.
|
2018-01-17 14:08:39 +01:00 |
|
dbuechel
|
ff956daf39
|
SEBWIN-219: Updated assembly information and copyright year.
|
2018-01-16 08:24:00 +01:00 |
|
dbuechel
|
5b46dc1258
|
SEBWIN-110: Implemented basic version of wireless network system control.
|
2017-11-14 15:43:13 +01:00 |
|
dbuechel
|
396aa56bd5
|
Working on the wireless network component (IMPORTANT: The commited code is not yet working, I have to find a way to check whether the Wi-Fi is turned off via hard- or software!).
|
2017-11-13 10:26:30 +01:00 |
|
dbuechel
|
da7e65e7e8
|
SEBWIN-110: Implemented a basic version of the keyboard layout system control.
|
2017-09-13 08:33:12 +02:00 |
|
dbuechel
|
0184eb0fe1
|
Implemented basic battery system control.
|
2017-08-17 12:17:58 +02:00 |
|
dbuechel
|
7baf826e5a
|
Refactored taskbar components (moved contracts to separate namespace and introduced XAML control templates) and started implementing system components.
|
2017-08-15 15:30:31 +02:00 |
|
dbuechel
|
a8025ad2a1
|
Added coloration to log window and removed URI format check in browser control.
|
2017-08-11 10:22:09 +02:00 |
|
Damian Büchel
|
e959c8cb39
|
Implemented very basic log window.
|
2017-08-07 12:23:56 +02:00 |
|
dbuechel
|
c9a53397a4
|
Renamed Key to TextKey and started implementing keyboard monitoring.
|
2017-08-03 15:35:22 +02:00 |
|
dbuechel
|
6861353b64
|
Implemented draft of the about window.
|
2017-08-02 10:13:23 +02:00 |
|