Commit graph

28 commits

Author SHA1 Message Date
Damian Büchel
5284a52278 SEBWIN-693: Updated target framework to .NET Framework 4.8, changed setup bundle to also embed .NET setup bootstrapper and integrated handling of external setup bundle packages into build procedure as pre- and post-build events. 2023-06-22 16:15:23 +02:00
Damian Büchel
11b10e8e45 SEBWIN-674: Extended unit tests for third-party application logic. 2023-06-02 15:51:45 +02:00
Damian Büchel
9507888900 SEBWIN-674: Extended unit test coverage for third-party application logic. 2023-06-01 18:18:01 +02:00
Damian Büchel
23dd94d23c SEBWIN-674: Added unit test assembly for third-party application logic. 2023-05-30 18:08:50 +02:00
Damian Büchel
cdb08798b8 SEBWIN-649: Updated year in license and copyright remarks. 2023-03-08 00:30:20 +01:00
Damian Büchel
a0e0c3e579 SEBWIN-541: Updated year in license and copyright remarks. 2022-01-21 16:33:52 +01:00
Damian Büchel
48f9344164 SEBWIN-449: Refactored notification implementation, moved icon resources to core library (again) and removed client contracts. 2021-03-18 23:12:07 +01:00
Damian Büchel
a19617c53b Updated year in copyright remarks. 2021-02-03 00:45:33 +01:00
Damian Büchel
631fb583d7 SEBWIN-392: Forgot to actually use the arguments of a whitelisted application. 2020-04-29 18:15:50 +02:00
dbuechel
2b7ff4561a SEBWIN-361: Fixed concurrency issue when terminating external applications and ensured termination operation continues even with failure. 2020-02-26 08:49:16 +01:00
dbuechel
df61e79861 Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
dbuechel
a18a404ed6 SEBWIN-312: Ensured applications which are allowed to be running are not automatically terminated. 2019-12-06 10:47:44 +01:00
dbuechel
a93678d5d7 SEBWIN-312: Implemented thumbnails of open windows for desktop taskview. 2019-12-05 11:54:43 +01:00
dbuechel
018e596905 SEBWIN-312: Implemented icon change event for application windows and finally moved IconResource from core to application namespace. 2019-12-03 15:43:48 +01:00
dbuechel
d8a27e9298 SEBWIN-312: Ensured already known application instances are not initialized twice. 2019-12-02 17:00:55 +01:00
dbuechel
df13e96dcd SEBWIN-312: Implemented mechanism to detect start of whitelisted application instances. 2019-12-02 15:48:06 +01:00
dbuechel
f19f284d95 SEBWIN-312: Implemented basic window handling for external applications. Reverted wrong cleanup logic for native handles. 2019-11-29 14:59:54 +01:00
dbuechel
4503cbe778 SEBWIN-312: Removed IApplicationInstance from API as it is irrelevant to the shell (which cares only about applications and their windows). 2019-11-28 17:22:04 +01:00
dbuechel
48511d996c SEBWIN-312: Ensured application start failure does not crash SEB and clarified URL filter specification. 2019-11-21 16:07:13 +01:00
dbuechel
d7a4dc8782 SEBWIN-312: Implemented auto-start mechanism for applications. 2019-11-20 15:30:53 +01:00
dbuechel
fbe03b86ea SEBWIN-312: Finished first draft of task view. 2019-11-20 10:45:08 +01:00
dbuechel
08bf49b61b SEBWIN-312: Started implementing task view. 2019-11-15 16:00:03 +01:00
dbuechel
4f930a26d8 SEBWIN-312: Fixed event handling for external application instances. 2019-11-13 11:43:34 +01:00
dbuechel
8dacc208ea SEBWIN-312: Improved stability and usability of log window. 2019-11-13 11:24:57 +01:00
dbuechel
35dd3dd4c2 SEBWIN-312: Implemented basic handling of whitelisted applications. 2019-11-13 10:11:11 +01:00
dbuechel
a6a90376ad SEBWIN-344: Removed AnyCPU and introduced x64 platform, adapted setup project to be built for both platforms. Changed configuration tool to .NET 4.7.2. 2019-11-06 15:45:17 +01:00
dbuechel
c21005b934 SEBWIN-312: Implemented loading of whitelisted applications into shell. 2019-11-06 08:45:37 +01:00
dbuechel
7e76b029a6 SEBWIN-312: Started implementing application factory and initialization of whitelisted applications. 2019-11-05 10:08:19 +01:00