Commit graph

343 commits

Author SHA1 Message Date
dbuechel
bab95f65bf Updated readme with requirements. 2019-04-11 10:27:10 +02:00
dbuechel
88442891c1 Extended unit tests. 2019-04-04 16:06:05 +02:00
dbuechel
9e246ba4a6 SEBWIN-226: Removed configuration value overrides. 2019-04-02 08:28:53 +02:00
dbuechel
83c577d230 SEBWIN-226: Updated clock view model to refresh every 250ms. 2019-04-02 08:17:26 +02:00
dbuechel
ccfbfe7a0b SEBWIN-226: Ensured all message boxes shown by the runtime controller have the correct parent window. 2019-04-02 07:53:00 +02:00
dbuechel
4a75ce5f6d SEBWIN-226: Updated copyright notice for CEF in About window. 2019-04-02 07:43:22 +02:00
dbuechel
21d0a82b43 SEBWIN-226: Simplified timeouts for client operation. 2019-03-29 16:02:05 +01:00
dbuechel
06497258fd SEBWIN-226: Fix for CI build version. 2019-03-29 12:09:52 +01:00
dbuechel
d8bccf6904 SEBWIN-226: Attempt to correct CI build version. 2019-03-29 12:00:27 +01:00
dbuechel
a70280dd7a SEBWIN-226: Removed build number from informational version. 2019-03-29 10:59:54 +01:00
dbuechel
0d270b1444 SEBWIN-226: Trying to use CI to set correct version and build number for assemblies. 2019-03-29 10:52:00 +01:00
dbuechel
51586fdda4 SEBWIN-226: Mapped configuration values for action center. 2019-03-29 09:14:54 +01:00
dbuechel
719411d8e3 SEBWIN-226: Implemented termination activator for global CTRL+Q keyboard shortcut. 2019-03-29 07:46:21 +01:00
dbuechel
25022295e1 SEBWIN-226: Forgot to stop the action center activators on application termination. 2019-03-28 09:29:21 +01:00
dbuechel
0916dacb7f SEBWIN-226: Increased timeout for client startup to 30 seconds (15 turned out to be too low for slower machines). 2019-03-28 09:05:18 +01:00
dbuechel
90fefae248 SEBWIN-226: Leveraged new possibility of .NET 4.7 to keep inner stream of GZipStream open. 2019-03-28 08:44:34 +01:00
dbuechel
c02caa6732 SEBWIN-226: Updated assembly information for all assemblies. 2019-03-28 08:01:56 +01:00
dbuechel
5bdf910e54 SEBWIN-117: Fixed minor issue overwriting the actual original working area on display changes. 2019-03-26 10:56:09 +01:00
dbuechel
f8cfbffcd4 SEBWIN-226: Improved client startup algorithm to immediately abort if client instance terminates unexpectedly. Thus also re-integrated message to user for session start failure. 2019-03-22 15:41:25 +01:00
dbuechel
a43975aa76 SEBWIN-141: Implemented custom message box for mobile UI. 2019-03-22 12:17:14 +01:00
dbuechel
ca939f045c SEBWIN-141: Touch-optimized main elements of mobile user interface, next up: Custom message box implementation. 2019-03-22 10:09:51 +01:00
dbuechel
b7167d35f6 SEBWIN-141: Implemented scaffolding for touch-optimized user interface. 2019-03-21 16:05:16 +01:00
dbuechel
b64a8febe0 Fixed CI build script for updated OpenCover version. 2019-03-20 15:00:27 +01:00
dbuechel
5e4b0b0bc7 SEBWIN-226: Removed client initialization operation, as it appears that manually setting the security protocols is not required with .NET version 4.7.2. 2019-03-20 14:55:24 +01:00
dbuechel
370ea54116 SEBWIN-226: Updated browser engine to version 71.0.2. 2019-03-20 14:07:30 +01:00
dbuechel
4044b62867 SEBWIN-226: Updated target framework for all assemblies to version 4.7.2. 2019-03-20 14:00:36 +01:00
dbuechel
ebdd5b1e03 SEBWIN-106: Fixed placement of browser menu. 2019-03-20 11:39:15 +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
13832cb65c SEBWIN-141: Fixed touch activator for action center. 2019-03-20 08:12:14 +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
14abfccc2e SEBWIN-226: Changed termination mechanism of explorer shell to accommodate bug (?) in Windows and fixed setting of working area parameters. 2019-03-19 12:26:03 +01:00
dbuechel
4f257c60f0 SEBWIN-106: Ensured invalid URIs entered by the user are not loaded by the browser. 2019-03-15 15:55:34 +01:00
dbuechel
0a184e3c8e SEBWIN-106: Ensured the main browser window cannot be closed by the user. 2019-03-15 14:50:27 +01:00
dbuechel
36719c584a Dito. 2019-03-15 13:44:55 +01:00
dbuechel
7e77bff1a2 Attempt to resolve timing issues with test for ClientHostDisconnectionOperation. 2019-03-15 13:36:10 +01:00
dbuechel
aed6c26168 Updated year for CEF copyright information. 2019-03-15 11:41:51 +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
9e0a3d8543 SEBWIN-141: Minor enhancements of explorer shell & touch activator. 2019-03-12 07:51:55 +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
1991f9c2d1 SEBWIN-141: Fixed issue with flickering / unintentional hiding of action center. 2019-03-07 08:57:17 +01:00
dbuechel
1625e7fa2b SEBWIN-226: Added mapping for kiosk mode configuration. 2019-03-07 08:34:47 +01:00
dbuechel
29b99d8830 SEBWIN-141: Fixed unit tests for new taskbar configuration and shutdown procedure. 2019-03-06 16:16:50 +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
04641b9bc7 Trying to get rid of System.IO.DirectoryNotFoundException related to Moq and OpenCover. 2019-02-26 11:16:55 +01:00
dbuechel
400d013944 SEBWIN-296: Forgot unit test condition for runtime host. 2019-02-26 10:51:02 +01:00
dbuechel
b6d9591c6c SEBWIN-296: Extended unit tests for client and runtime components. 2019-02-26 10:07:41 +01:00