Commit graph

1297 commits

Author SHA1 Message Date
dbuechel
1cb388b754 SEBWIN-183: Added missing test conditions for loggers. 2017-10-11 07:38:25 +02:00
dbuechel
f952904cf0 SEBWIN-183: Extended unit testing for logging components (and fixed issues encountered while doing so). 2017-10-10 15:44:04 +02:00
dbuechel
135fbd76ec Merge branch 'master' of https://github.com/SafeExamBrowser/seb-win-refactoring 2017-10-10 10:17:52 +02:00
dbuechel
8be4fdda29 SEBWIN-183: Refactored I18n components and extended their unit tests. 2017-10-10 10:17:28 +02:00
Damian Büchel
3d37d5ecb3 Removed unit tests themselves from coverage result. 2017-10-10 08:17:33 +02:00
dbuechel
93e84b1120 SEBWIN-183: Changed startup- and shutdown-controller to continue reverting operations, even if one or more of them fail. 2017-10-09 12:11:33 +02:00
Damian Büchel
451aef8cae Added code coverage badge. 2017-10-09 09:21:25 +02:00
Damian Büchel
eddf9008be Added -mergebyhash to merge coverage results for assembly. 2017-10-09 09:13:10 +02:00
Damian Büchel
e89df482de Attempt to locate unit test DLL... 2017-10-09 09:00:59 +02:00
Damian Büchel
a4a2904726 Trying to get test console to work... 2017-10-09 08:51:46 +02:00
Damian Büchel
c6edfce644 Switched to vstest, as that's the framework used for unit testing... 2017-10-09 08:41:01 +02:00
Damian Büchel
d5eecb0bb2 Removed upload token as it is not required for public repositories. 2017-10-09 08:00:46 +02:00
dbuechel
246f7f6440 Merge branch 'master' of https://github.com/SafeExamBrowser/seb-win-refactoring 2017-10-06 15:48:12 +02:00
dbuechel
e8ab871a67 Installed OpenCover. 2017-10-06 15:46:45 +02:00
Damian Büchel
c2dcbf0e2a Forgot to specify build platform. 2017-10-06 15:39:10 +02:00
Damian Büchel
c045a13308 Added Visual Studio image. 2017-10-06 15:36:35 +02:00
Damian Büchel
a889a3886a Added file extension to solution name. 2017-10-06 15:31:46 +02:00
Damian Büchel
4f1a32bcaf Attempt to add code coverage to CI... 2017-10-06 15:28:50 +02:00
dbuechel
da7e65e7e8 SEBWIN-110: Implemented a basic version of the keyboard layout system control. 2017-09-13 08:33:12 +02:00
dbuechel
189d06ef20 Updated reload icon with correct version. 2017-08-29 07:33:20 +02:00
dbuechel
b1c91c3639 Implemented power supply control for classic UI. 2017-08-23 10:30:27 +02:00
dbuechel
37293687d0 Added and replaced icons for classic UI. 2017-08-23 08:32:44 +02:00
dbuechel
b5e61d10d0 Started implementing classic user interface. 2017-08-22 15:47:42 +02:00
dbuechel
ea6782797f Migrated basic UI functionality from Windows10 to Classic. System controls are not yet implemented, as they will anyways be replaced by the old Look & Feel... 2017-08-22 10:58:36 +02:00
dbuechel
862d00b07a Brought basic functionality of new (classic) UI to life. 2017-08-22 10:29:00 +02:00
dbuechel
080bf4e5ff Removed unproperly registered file in classic user interface assembly. 2017-08-22 09:38:49 +02:00
dbuechel
3524bf394c Added assembly for classic user interface and renamed root folder of assembly SafeExamBrowser.UserInterface.Windows10. 2017-08-22 09:37:17 +02:00
dbuechel
d68955208a Renamed current user interface assembly to SafeExamBrowser.UserInterface.Windows10. 2017-08-22 08:39:49 +02:00
dbuechel
ce62576ba4 Minor refactoring. 2017-08-17 15:04:19 +02:00
dbuechel
4e8bf23240 Minor text change. 2017-08-17 14:58:02 +02:00
dbuechel
d0193b2469 Fixed bug in and enhanced layout of PowerSupplyControl. 2017-08-17 14:47:54 +02:00
dbuechel
d618556c6c Switched version to "alpha" and made some minor UI enhancements. 2017-08-17 14:00:43 +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
1c26d54e34 Removed unused assembly references. 2017-08-15 08:39:10 +02:00
dbuechel
a16ffe33d7 Enhanced look & feel of notification area in taskbar. 2017-08-15 08:17:37 +02:00
Damian Büchel
a5d44e1ef8 Started implementing system controls. Introduced sytem information module... 2017-08-14 17:44:16 +02:00
dbuechel
b80863c7aa Increased default width of log window. 2017-08-11 15:40:55 +02:00
dbuechel
428ef01d39 Minor refactoring of taskbar (extracted code for physical pixel calculation and removed scroll wheel preview for ApplicationScrollViewer). 2017-08-11 15:06:52 +02:00
dbuechel
0dcbe9e5b6 Moved sleep mode prevention to separate method of IDisplayMonitor. 2017-08-11 11:16:44 +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
dbuechel
939bc7f79a Implemented basic display / sleep mode handling and added logging to taskbar. 2017-08-11 08:28:17 +02:00
dbuechel
49540af39d Added Windows keys to be blocked by the keyboard interceptor. 2017-08-08 08:37:22 +02:00
Damian Büchel
7c4d443764 Implemented basic clipboard operation and made loading of icons failsafe (i.e. a red "X" will be displayed if an icon cannot be loaded). 2017-08-07 18:08:55 +02:00
Damian Büchel
893febdf00 Fixed error when attempting to close and subsequently re-open the log window and added new notification icon. 2017-08-07 15:08:38 +02:00
Damian Büchel
e959c8cb39 Implemented very basic log window. 2017-08-07 12:23:56 +02:00
Damian Büchel
be49058e8c Split keyboard and mouse interceptor to separate operations to avoid mouse lagg during startup / shutdown. 2017-08-07 09:42:12 +02:00
dbuechel
0807b5f5f9 Implemented basic mouse interception. 2017-08-04 15:20:33 +02:00
dbuechel
a79f0c6d77 Implemented basic keyboard monitoring. 2017-08-04 12:19:56 +02:00
dbuechel
32980f9f97 Abstracted type RECT used by native Windows API. 2017-08-04 08:25:49 +02:00